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
3 changes: 3 additions & 0 deletions FabricExample/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ prepare_react_native_project!
# From 0.76 new arch is enabled by default, we just want to have it explicitly set and for consistency with Example app
ENV['RCT_NEW_ARCH_ENABLED'] = '1'

# Disable precompiled binaries for RN core
ENV['RCT_USE_PREBUILT_RNCORE'] = '0'

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