Skip to content

Commit 4057484

Browse files
committed
test(ios): note about enabling new arch in ios e2e
1 parent 8b44e08 commit 4057484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ $RNFirebaseAnalyticsEnableAdSupport = true
2525
# react-native 0.73 is currently iOS 13.4 as a minimum
2626
min_ios_version_supported = 13.4
2727

28+
# Uncomment this to test new architecture
29+
#ENV['RCT_NEW_ARCH_ENABLED'] = '1'
30+
2831
# Resolve react_native_pods.rb with node to allow for hoisting
2932
require Pod::Executable.execute_command('node', ['-p',
3033
'require.resolve(

0 commit comments

Comments
 (0)