28 lines
395 B
Markdown
28 lines
395 B
Markdown
# 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
|