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(