Skip to content

Commit

Permalink
Update to React Native 0.69.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Aug 10, 2022
1 parent 446e5e8 commit 1753531
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 862 deletions.
10 changes: 4 additions & 6 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
platform :ios, '12.4'
install! 'cocoapods', :deterministic_uuids => false

production = ENV["PRODUCTION"] == "1"

target 'EnderChat' do
config = use_native_modules!

Expand All @@ -13,8 +15,10 @@ target 'EnderChat' do
use_react_native!(
:path => config[:reactNativePath],
# to enable hermes on iOS, change `false` to `true` and then install pods
:production => production,
:hermes_enabled => flags[:hermes_enabled],
:fabric_enabled => flags[:fabric_enabled],
:flipper_configuration => FlipperConfiguration.enabled,
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
Expand All @@ -24,12 +28,6 @@ target 'EnderChat' do
# Pods for testing
end

# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable the next line.
use_flipper!()

post_install do |installer|
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
Expand Down
Loading

0 comments on commit 1753531

Please sign in to comment.