Skip to content

Commit 73af0d0

Browse files
committed
ci: only build RNApp for arm64-v8a
1 parent 28b77bc commit 73af0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/RNApp/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android.useAndroidX=true
2525
# Use this property to specify which architecture you want to build.
2626
# You can also override it from the CLI using
2727
# ./gradlew <task> -PreactNativeArchitectures=x86_64
28-
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
28+
reactNativeArchitectures=arm64-v8a
2929

3030
# Use this property to enable support to the new architecture.
3131
# This will allow you to use TurboModules and the Fabric render in

0 commit comments

Comments
 (0)