Files
react-native-svg/apps/paper-example/patches/react-native-safe-area-context+4.11.1.patch
Jakub Grzywacz 0c4f58d9f5 refactor: rename example to paper-example (#2509)
# Summary

Rename example app to match the pattern.
2024-10-25 17:15:00 +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(