Skip to content

Commit 5b688f7

Browse files
authored
chore: npm install for example app on non-MacOS devices (#305)
1 parent 6c6123b commit 5b688f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"ios": "react-native run-ios",
99
"lint": "eslint .",
1010
"test": "jest",
11-
"prepare": "cd ios && pod install",
1211
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
1312
"build:ios": "cd ios && xcodebuild -workspace SampleApp.xcworkspace -scheme SampleApp -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
1413
},

0 commit comments

Comments
 (0)