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 numberDiff line numberDiff line change
Expand Up@@ -34,6 +34,7 @@ Pod::Spec.new do |s|

resolve_use_frameworks(s, header_mappings_dir: "../../", module_name: "React_RuntimeHermes")

s.dependency "React-cxxstableapi"
s.dependency "React-jsitracing"
s.dependency "React-jsi"
s.dependency "React-utils"
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,6 +25,7 @@ target_link_libraries(bridgelesshermes
jsi
jsitooling
jsinspector
react_cxxstableapi
${reactnative}
)

Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,8 @@

#pragma once

#include <react/cxxstableapi/FrameworksGuard.h>

#include <cxxreact/MessageQueueThread.h>
#include <hermes/hermes.h>
#include <jsi/jsi.h>
Expand Down
Loading