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 a2dbcc7 commit 20a09adCopy full SHA for 20a09ad
android/build.gradle
@@ -92,7 +92,8 @@ android {
92
externalNativeBuild {
93
cmake {
94
arguments "-DANDROID_STL=c++_shared",
95
- "-DNODE_MODULES_DIR=${nodeModules}"
+ "-DNODE_MODULES_DIR=${nodeModules}",
96
+ "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
97
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
98
abiFilters(*reactNativeArchitectures())
99
}
0 commit comments