Skip to content

Commit

Permalink
test(ios): note about enabling new arch in ios e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed May 20, 2024
1 parent 8b44e08 commit 4057484
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ $RNFirebaseAnalyticsEnableAdSupport = true
# react-native 0.73 is currently iOS 13.4 as a minimum
min_ios_version_supported = 13.4

# Uncomment this to test new architecture
#ENV['RCT_NEW_ARCH_ENABLED'] = '1'

# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
'require.resolve(
Expand Down

0 comments on commit 4057484

Please sign in to comment.