mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
31 lines
859 B
Diff
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(
|