Skip to content
Merged
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
2 changes: 1 addition & 1 deletion React-jsc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|

s.dependency "RCT-Folly", folly_version
s.dependency "DoubleConversion"
# s.dependency "React-jsitooling" Uncomment once merged in React Native
s.dependency "React-jsitooling"
s.dependency "React-cxxreact"
s.dependency "React-jsi"
s.dependency "React-jsiexecutor"
Expand Down
3 changes: 3 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ require Pod::Executable.execute_command('node', ['-p',
platform :ios, min_ios_version_supported
prepare_react_native_project!

# Disable linking of internal JSC
ENV['USE_THIRD_PARTY_JSC'] = '1'

linkage = ENV['USE_FRAMEWORKS']
if linkage != nil
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
Expand Down
Loading