Go to file
Jakub Grzywacz 3cce2c2e03
chore: initial commit
2021-07-03 19:51:30 +02:00
.circleci chore: initial commit 2021-07-03 19:51:30 +02:00
example chore: initial commit 2021-07-03 19:51:30 +02:00
scripts chore: initial commit 2021-07-03 19:51:30 +02:00
src chore: initial commit 2021-07-03 19:51:30 +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 chore: initial commit 2021-07-03 19:51:30 +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

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