Skip to content

Commit 4ee1e94

Browse files
authored
feat: remove react native config (#131)
1 parent ef16847 commit 4ee1e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/app/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ios": "react-native run-ios",
88
"lint": "eslint .",
99
"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",
1011
"test": "jest"
1112
},
1213
"dependencies": {

0 commit comments

Comments
 (0)