Skip to content

Commit 571e033

Browse files
committed
chore: update example Podfiles
1 parent 5fc06a4 commit 571e033

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

example/ios/Podfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ require_relative '../../node_modules/react-native-test-app/test_app'
22

33
workspace 'WebviewExample.xcworkspace'
44

5-
use_test_app!
5+
options = {
6+
:bridgeless_enabled => false,
7+
:fabric_enabled => true,
8+
:hermes_enabled => false,
9+
}
10+
11+
use_test_app! options

example/macos/Podfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ require_relative '../../node_modules/react-native-test-app/macos/test_app'
22

33
workspace 'WebviewExample.xcworkspace'
44

5-
use_test_app!
5+
options = {
6+
:bridgeless_enabled => false,
7+
:fabric_enabled => true,
8+
:hermes_enabled => false,
9+
}
10+
11+
use_test_app! options

0 commit comments

Comments
 (0)