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 5fc06a4 commit 571e033Copy full SHA for 571e033
example/ios/Podfile
@@ -2,4 +2,10 @@ require_relative '../../node_modules/react-native-test-app/test_app'
2
3
workspace 'WebviewExample.xcworkspace'
4
5
-use_test_app!
+options = {
6
+ :bridgeless_enabled => false,
7
+ :fabric_enabled => true,
8
+ :hermes_enabled => false,
9
+}
10
+
11
+use_test_app! options
example/macos/Podfile
@@ -2,4 +2,10 @@ require_relative '../../node_modules/react-native-test-app/macos/test_app'
0 commit comments