We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd188f commit ad33f00Copy full SHA for ad33f00
android/build.gradle
@@ -92,7 +92,8 @@ android {
92
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
93
abiFilters (*reactNativeArchitectures())
94
arguments "-DANDROID_STL=c++_shared",
95
- "-DNODE_MODULES_DIR=${nodeModules}"
+ "-DNODE_MODULES_DIR=${nodeModules}",
96
+ "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
97
}
98
99
0 commit comments