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 3701d9d commit 81795e6Copy full SHA for 81795e6
example/ios/Podfile
@@ -27,6 +27,9 @@ target 'RNPermissionsExample' do
27
# Flags change depending on the env values.
28
flags = get_default_flags()
29
30
+ # Enable new architecture.
31
+ # ENV['RCT_NEW_ARCH_ENABLED'] = '1';
32
+
33
use_react_native!(
34
:path => config[:reactNativePath],
35
# Hermes is now enabled by default. Disable by setting this flag to false.
0 commit comments