Skip to content

Commit 81795e6

Browse files
committed
Add RCT_NEW_ARCH_ENABLED to Podfile
1 parent 3701d9d commit 81795e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ target 'RNPermissionsExample' do
2727
# Flags change depending on the env values.
2828
flags = get_default_flags()
2929

30+
# Enable new architecture.
31+
# ENV['RCT_NEW_ARCH_ENABLED'] = '1';
32+
3033
use_react_native!(
3134
:path => config[:reactNativePath],
3235
# Hermes is now enabled by default. Disable by setting this flag to false.

0 commit comments

Comments
 (0)