Skip to content

Commit 39080f4

Browse files
authored
fix(react-native): wrapper page alignment (#66)
Signed-off-by: Ariel Gentile <[email protected]>
1 parent 529c900 commit 39080f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/askar-react-native/android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ android {
9191
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
9292
arguments "-DANDROID_STL=c++_shared",
9393
"-DREACT_NATIVE_VERSION=${REACT_NATIVE_VERSION}",
94-
"-DNODE_MODULES_DIR=${nodeModules}"
94+
"-DNODE_MODULES_DIR=${nodeModules}",
95+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
9596
}
9697
}
9798

0 commit comments

Comments
 (0)