Skip to content

Commit

Permalink
Add RCT_NEW_ARCH_ENABLED to Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Mar 14, 2023
1 parent 3701d9d commit 81795e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ target 'RNPermissionsExample' do
# Flags change depending on the env values.
flags = get_default_flags()

# Enable new architecture.
# ENV['RCT_NEW_ARCH_ENABLED'] = '1';

use_react_native!(
:path => config[:reactNativePath],
# Hermes is now enabled by default. Disable by setting this flag to false.
Expand Down

0 comments on commit 81795e6

Please sign in to comment.