Skip to content

Commit 87c6bb1

Browse files
authored
feat: 16 kb support (#28)
1 parent 0b5329e commit 87c6bb1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ android {
257257
"-DJS_RUNTIME_DIR=${jsRuntimeDir}",
258258
"-DIS_NEW_ARCHITECTURE_ENABLED=${IS_NEW_ARCHITECTURE_ENABLED}",
259259
"-DIS_REANIMATED_EXAMPLE_APP=${isReanimatedExampleApp()}",
260-
"-DREANIMATED_VERSION=${REANIMATED_VERSION}"
260+
"-DREANIMATED_VERSION=${REANIMATED_VERSION}",
261+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
261262
abiFilters (*reactNativeArchitectures())
262263
}
263264
}

0 commit comments

Comments
 (0)