feat: modified setup

This commit is contained in:
yungblud
2023-04-13 16:20:08 +09:00
parent f5dc4992fb
commit 4ddecbf42b
4 changed files with 9 additions and 3 deletions

View File

@@ -23,6 +23,10 @@
"keymirror": "^0.1.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"scripts": {
"lint": "yarn eslint .",
"xbasic": "yarn --cwd examples/basic",