We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11228e5 commit 25157eaCopy full SHA for 25157ea
example/ios/Podfile
@@ -5,9 +5,9 @@ workspace 'AsyncStorageExample.xcworkspace'
5
use_flipper! false
6
7
options = {
8
- :fabric_enabled => true,
+ :fabric_enabled => false,
9
:hermes_enabled => false,
10
- :turbomodule_enabled => true,
+ :turbomodule_enabled => false,
11
}
12
13
use_test_app! options do |target|
example/macos/Podfile
@@ -3,9 +3,9 @@ require_relative '../../node_modules/react-native-test-app/macos/test_app.rb'
3
workspace 'AsyncStorageExample.xcworkspace'
4
use_test_app! do |target|
0 commit comments