Go to file
Jakub Grzywacz 3acc45b21e
refactor: temporary disable scroll and fix active category
2021-07-08 13:15:29 +02:00
.circleci chore: initial commit 2021-07-03 19:51:30 +02:00
example refactor: add Icons 2021-07-08 10:31:27 +02:00
scripts chore: initial commit 2021-07-03 19:51:30 +02:00
src refactor: temporary disable scroll and fix active category 2021-07-08 13:15:29 +02:00
.editorconfig chore: initial commit 2021-07-03 19:51:30 +02:00
.gitattributes chore: initial commit 2021-07-03 19:51:30 +02:00
.gitignore chore: initial commit 2021-07-03 19:51:30 +02:00
.yarnrc chore: initial commit 2021-07-03 19:51:30 +02:00
CONTRIBUTING.md chore: initial commit 2021-07-03 19:51:30 +02:00
LICENSE chore: initial commit 2021-07-03 19:51:30 +02:00
README.md chore: initial commit 2021-07-03 19:51:30 +02:00
babel.config.js chore: initial commit 2021-07-03 19:51:30 +02:00
package.json refactor: add Icons 2021-07-08 10:31:27 +02:00
tsconfig.build.json chore: initial commit 2021-07-03 19:51:30 +02:00
tsconfig.json chore: initial commit 2021-07-03 19:51:30 +02:00
yarn.lock refactor: add Icons 2021-07-08 10:31:27 +02:00

README.md

react-native-emoji-keyboard

.

Installation

npm install react-native-emoji-keyboard

Usage

import EmojiKeyboard from "react-native-emoji-keyboard";

// ...

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

Contributing

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

License

MIT