We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b44e08 commit 4057484Copy full SHA for 4057484
tests/ios/Podfile
@@ -25,6 +25,9 @@ $RNFirebaseAnalyticsEnableAdSupport = true
25
# react-native 0.73 is currently iOS 13.4 as a minimum
26
min_ios_version_supported = 13.4
27
28
+# Uncomment this to test new architecture
29
+#ENV['RCT_NEW_ARCH_ENABLED'] = '1'
30
+
31
# Resolve react_native_pods.rb with node to allow for hoisting
32
require Pod::Executable.execute_command('node', ['-p',
33
'require.resolve(
0 commit comments