Skip to content

Commit

Permalink
chore: disable new arch for iOS example
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Dec 30, 2024
1 parent ba0b432 commit 5b4f98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
ENV['RCT_NEW_ARCH_ENABLED'] = '0'

# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
Expand Down

0 comments on commit 5b4f98e

Please sign in to comment.