We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef16847 commit 4ee1e94Copy full SHA for 4ee1e94
apps/app/package.json
@@ -7,6 +7,7 @@
7
"ios": "react-native run-ios",
8
"lint": "eslint .",
9
"start": "react-native start",
10
+ "prestart": "rm -f node_modules/react-native-config/ios/ReactNativeConfig/GeneratedDotEnv.m node_modules/react-native-config/android/build/generated/source/buildConfig/debug/com/lugg/RNCConfig/BuildConfig.java node_modules/react-native-config/android/build/generated/source/buildConfig/release/com/lugg/RNCConfig/BuildConfig.java",
11
"test": "jest"
12
},
13
"dependencies": {
0 commit comments