We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4df38 commit ee66174Copy full SHA for ee66174
packages/react-native/ReactCommon/react/nativemodule/defaults/CMakeLists.txt
@@ -14,6 +14,8 @@ add_library(react_nativemodule_defaults OBJECT ${react_nativemodule_defaults_SRC
14
target_include_directories(react_nativemodule_defaults PUBLIC ${REACT_COMMON_DIR})
15
16
target_link_libraries(react_nativemodule_defaults
17
+ react_codegen_rncore
18
+ react_nativemodule_core
19
react_nativemodule_dom
20
react_nativemodule_devtoolsruntimesettings
21
react_nativemodule_featureflags
0 commit comments