Skip to content

Commit

Permalink
Do not build all the archs
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 7, 2022
1 parent f1e8ad9 commit 8e0b9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-react-native-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ echo "Build React Native via Gradle"
yarn install
./gradlew --no-daemon :ReactAndroid:packageReactNdkLibsForBuck

echo "Assemble RNTester app"
./gradlew --no-daemon :packages:rn-tester:android:app:assembleRelease
echo "Assemble RNTester Release arm64-v8a"
./gradlew --no-daemon :packages:rn-tester:android:app:assembleRelease -RreactNativeArchitectures=arm64-v8a

0 comments on commit 8e0b9e9

Please sign in to comment.