0.0.1-alpha.0 • Published 4 years ago

react-native-key-input v0.0.1-alpha.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-native-key-input

Keyboard input listener for React Native

Installation

npm install react-native-key-input

Usage

import KeyInput from "react-native-key-input";

// ...

const result = await KeyInput.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT