We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd40483 + 2566682 commit 936314fCopy full SHA for 936314f
android/build.gradle
@@ -93,7 +93,7 @@ android {
93
externalNativeBuild {
94
cmake {
95
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
96
- arguments "-DNODE_MODULES_DIR=${nodeModules}"
+ arguments "-DNODE_MODULES_DIR=${nodeModules}", "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
97
abiFilters (*reactNativeArchitectures())
98
}
99
0 commit comments