Skip to content

Commit da270d0

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Restore Dynamic framework with JSC in the Old Architecture
Summary: I discovered that 0.69 and 0.70 could run React Native as Dynamic framework with JSC and starting from 0.71 that's not possible anymore. This diff restore that possibility. ## Changelog [iOS][Fixed] - Add Back dynamic framework support for the old architecture Reviewed By: cortinico Differential Revision: D42829137 fbshipit-source-id: 848672f714d8bab133e42f5e3b80202b350d5261
1 parent dc959c9 commit da270d0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

React-Core.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,8 @@ Pod::Spec.new do |s|
114114
s.dependency "React-jsiexecutor", version
115115
s.dependency "Yoga"
116116
s.dependency "glog"
117+
118+
if ENV['USE_HERMES'] == "0"
119+
s.dependency 'React-jsc'
120+
end
117121
end

React/CoreModules/React-CoreModules.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ Pod::Spec.new do |s|
4444
s.dependency "React-RCTImage", version
4545
s.dependency "ReactCommon/turbomodule/core", version
4646
s.dependency "React-jsi", version
47+
s.dependency 'React-RCTBlob'
4748
end

0 commit comments

Comments
 (0)