Added react-native dependency

This commit is contained in:
Parvesh Monu 2021-09-17 07:38:37 +05:30
parent a7f609dd36
commit 969814269c
No known key found for this signature in database
GPG Key ID: F399696520817DE9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "rn-emoji-keyboard",
"version": "0.4.1",
"version": "0.4.2",
"description": "Super performant, lightweight, fully customizable emoji picker. Designated to be user and developer friendly! 💖",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@ -65,6 +65,7 @@
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-builder-bob": "^0.18.0",
"release-it": "^14.2.2",
"typescript": "^4.1.3",