Skip to content

Commit

Permalink
chore: npm install for example app on non-MacOS devices (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu authored Oct 23, 2024
1 parent 6c6123b commit 5b688f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"test": "jest",
"prepare": "cd ios && pod install",
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"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"
},
Expand Down

0 comments on commit 5b688f7

Please sign in to comment.