Skip to content

Commit c4dcfb3

Browse files
committed
feat: Configure Gradle for React Native new architecture, Hermes, AndroidX, and arm64-v8a build.
1 parent d5385ae commit c4dcfb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

android/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ android.enableJetifier=true
2323
# React Native New Architecture
2424
newArchEnabled=true
2525
hermesEnabled=true
26+
27+
# Build only for arm64-v8a architecture
28+
reactNativeArchitectures=arm64-v8a

0 commit comments

Comments
 (0)