Added react-native dependency
This commit is contained in:
parent
a7f609dd36
commit
969814269c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rn-emoji-keyboard",
|
"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! 💖",
|
"description": "Super performant, lightweight, fully customizable emoji picker. Designated to be user and developer friendly! 💖",
|
||||||
"main": "lib/commonjs/index",
|
"main": "lib/commonjs/index",
|
||||||
"module": "lib/module/index",
|
"module": "lib/module/index",
|
||||||
|
@ -65,6 +65,7 @@
|
||||||
"pod-install": "^0.1.0",
|
"pod-install": "^0.1.0",
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
"react": "16.13.1",
|
"react": "16.13.1",
|
||||||
|
"react-native": "0.63.4",
|
||||||
"react-native-builder-bob": "^0.18.0",
|
"react-native-builder-bob": "^0.18.0",
|
||||||
"release-it": "^14.2.2",
|
"release-it": "^14.2.2",
|
||||||
"typescript": "^4.1.3",
|
"typescript": "^4.1.3",
|
||||||
|
|
Loading…
Reference in New Issue