Skip to content

Commit 095b0fb

Browse files
authored
Merge pull request #2967 from ecency/nt/disable-new-arch-ios
disabled new arch on ios
2 parents 1ba113f + 0285768 commit 095b0fb

File tree

2 files changed

+25
-293
lines changed

2 files changed

+25
-293
lines changed

ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require File.join(File.dirname(`node --print "require.resolve('expo/package.json')"`), "scripts/autolinking")
22

3+
ENV['RCT_NEW_ARCH_ENABLED'] = '0'
34

45
# Resolve react_native_pods.rb with node to allow for hoisting
56
def node_require(script)

0 commit comments

Comments
 (0)