mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update realm to 20.2.0 (#3164)
* Update package.json * Update Podfile.lock * Update package-lock.json * Remove realm patch for 16kb page support This has now landed in realm itself
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
diff --git a/node_modules/realm/binding/android/CMakeLists.txt b/node_modules/realm/binding/android/CMakeLists.txt
|
||||
index bd53972..db49c3f 100644
|
||||
--- a/node_modules/realm/binding/android/CMakeLists.txt
|
||||
+++ b/node_modules/realm/binding/android/CMakeLists.txt
|
||||
@@ -28,6 +28,7 @@ set_target_properties(realm-js-android-binding PROPERTIES
|
||||
|
||||
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION OFF)
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -Oz")
|
||||
+set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,max-page-size=16384")
|
||||
|
||||
target_link_options(realm-js-android-binding PUBLIC -fvisibility=hidden)
|
||||
|
||||
Reference in New Issue
Block a user