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.
1 parent d3fbd43 commit 2566682Copy full SHA for 2566682
1 file changed
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