Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ target_include_directories(react_nativemodule_defaults PUBLIC ${REACT_COMMON_DIR

target_link_libraries(react_nativemodule_defaults
react_codegen_rncore
react_cxxstableapi
react_nativemodule_core
react_nativemodule_dom
react_nativemodule_devtoolsruntimesettings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

#include <react/cxxstableapi/PrivateGuard.h>

#include <ReactCommon/TurboModule.h>

namespace facebook::react {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Pod::Spec.new do |s|
s.dependency "React-viewtransitionnativemodule"
s.dependency "React-webperformancenativemodule"
s.dependency "React-Fabric/animated"
s.dependency "React-cxxstableapi"
add_dependency(s, "React-RCTFBReactNativeSpec")
add_dependency(s, "React-featureflags")
add_dependency(s, "React-featureflagsnativemodule")
Expand Down
Loading