Skip to content

Commit 315f635

Browse files
committed
feat: add new arch
1 parent feea1c5 commit 315f635

19 files changed

+5741
-11636
lines changed

Apps/BRNPlayground/ios/Podfile

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
require_relative '../node_modules/react-native-test-app/test_app'
2+
require_relative '../node_modules/react-native-permissions/scripts/setup'
3+
24

35
workspace 'BRNPlayground.xcworkspace'
46

5-
use_test_app!
7+
options = {
8+
:bridgeless_enabled => true,
9+
:fabric_enabled => true,
10+
:hermes_enabled => true,
11+
}
12+
13+
# react-native-permissions
14+
setup_permissions(['Camera'])
15+
16+
use_test_app! options
17+

0 commit comments

Comments
 (0)