Files
react-native-svg/example/patches/react-native-safe-area-context+4.11.1.patch
Jakub Grzywacz a1be06cbfd chore: upgrade react native in example apps (#2506)
# Summary

Update all examples to `react-native@0.76.0`
2024-10-25 14:32:57 +02:00

31 lines
859 B
Diff

diff --git a/node_modules/react-native-safe-area-context/android/src/main/jni/CMakeLists.txt b/node_modules/react-native-safe-area-context/android/src/main/jni/CMakeLists.txt
index 4ee1c8f..3f63637 100644
--- a/node_modules/react-native-safe-area-context/android/src/main/jni/CMakeLists.txt
+++ b/node_modules/react-native-safe-area-context/android/src/main/jni/CMakeLists.txt
@@ -39,22 +39,9 @@ target_include_directories(
target_link_libraries(
${LIB_TARGET_NAME}
- fbjni
- folly_runtime
- glog
- jsi
- react_codegen_rncore
- react_debug
- react_nativemodule_core
- react_render_core
- react_render_debug
- react_render_graphics
- react_render_mapbuffer
- react_render_componentregistry
- react_utils
- rrc_view
- turbomodulejsijni
- yoga
+ fbjni::fbjni
+ ReactAndroid::jsi
+ ReactAndroid::reactnative
)
target_compile_options(