How to use the reactxp.Input function in reactxp

To help you get started, we’ve selected a few reactxp examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / reactxp / samples / TodoList / src / ts / controls / SimpleDialog.tsx View on Github external
componentWillUnmount() {
        super.componentWillUnmount();

        RX.Input.backButtonEvent.unsubscribe(this._onBack);
        RX.Input.keyUpEvent.unsubscribe(this._onKeyUp);
    }
github microsoft / reactxp / samples / TodoList / src / ts / controls / SimpleDialog.tsx View on Github external
componentDidMount() {
        super.componentDidMount();

        RX.Input.backButtonEvent.subscribe(this._onBack);
        RX.Input.keyUpEvent.subscribe(this._onKeyUp);
    }

reactxp

Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution

MIT
Latest version published 4 years ago

Package Health Score

59 / 100
Full package analysis