We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1e81a commit 6ccccd6Copy full SHA for 6ccccd6
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"example": "yarn workspace react-native-access-example",
36
"test": "jest",
37
"typecheck": "tsc",
38
- "codegen": "npx react-native codegen",
+ "codegen": "npx pod-install example/ios",
39
"lint": "eslint \"**/*.{js,ts,tsx}\"",
40
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
41
"prepare": "yarn lint && yarn tsc && yarn codegen && bob build",
0 commit comments