We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e407602 commit 37af551Copy full SHA for 37af551
1 file changed
android/build.gradle
@@ -80,7 +80,8 @@ android {
80
arguments "-DANDROID_STL=c++_shared",
81
"-DANDROID_TOOLCHAIN=clang",
82
"-DREACT_NATIVE_DIR=${nodeModules}/react-native",
83
- "-DJS_RUNTIME=${JS_RUNTIME}"
+ "-DJS_RUNTIME=${JS_RUNTIME}",
84
+ "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
85
abiFilters (*reactNativeArchitectures())
86
}
87
0 commit comments