rn-emoji-keyboard/README.md

28 lines
395 B
Markdown
Raw Normal View History

2021-07-03 17:51:30 +00:00
# react-native-emoji-keyboard
.
## Installation
```sh
npm install react-native-emoji-keyboard
```
## Usage
```js
import EmojiKeyboard from "react-native-emoji-keyboard";
// ...
const result = await EmojiKeyboard.multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT