feat: setup pod-install script with fabric enabled on Podfile

This commit is contained in:
yungblud
2023-07-19 16:47:56 +09:00
parent 0cd28cfdf1
commit d81d59d00f
4 changed files with 566 additions and 561 deletions

View File

@@ -7,7 +7,8 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pod-install": "bundle exec npx pod-install --project-directory=ios --verbose"
},
"dependencies": {
"react": "18.1.0",