Skip to content

Commit 25157ea

Browse files
author
Shawn Dempsey
committed
Don't default to new arch when building iOS/macOS
1 parent 11228e5 commit 25157ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ workspace 'AsyncStorageExample.xcworkspace'
55
use_flipper! false
66

77
options = {
8-
:fabric_enabled => true,
8+
:fabric_enabled => false,
99
:hermes_enabled => false,
10-
:turbomodule_enabled => true,
10+
:turbomodule_enabled => false,
1111
}
1212

1313
use_test_app! options do |target|

example/macos/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ require_relative '../../node_modules/react-native-test-app/macos/test_app.rb'
33
workspace 'AsyncStorageExample.xcworkspace'
44

55
options = {
6-
:fabric_enabled => true,
6+
:fabric_enabled => false,
77
:hermes_enabled => false,
8-
:turbomodule_enabled => true,
8+
:turbomodule_enabled => false,
99
}
1010

1111
use_test_app! do |target|

0 commit comments

Comments
 (0)