Skip to content

Commit 5605d6c

Browse files
committed
example: add plugin to app.json
1 parent 18380e1 commit 5605d6c

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

apps/example/app.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"plugins": [
13-
["react-native-edge-to-edge", { "android": { "parentTheme": "Material3" } }],
13+
["react-native-edge-to-edge", {"android": {"parentTheme": "Material3"}}],
1414
"react-native-bottom-tabs"
1515
],
1616
"resources": {
@@ -24,9 +24,18 @@
2424
"dist/main.ios.jsbundle",
2525
"../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"
2626
],
27-
"macos": ["dist/assets", "dist/main.macos.jsbundle"],
28-
"visionos": ["dist/assets", "dist/main.visionos.jsbundle"],
29-
"windows": ["dist/assets", "dist/main.windows.bundle"]
27+
"macos": [
28+
"dist/assets",
29+
"dist/main.macos.jsbundle"
30+
],
31+
"visionos": [
32+
"dist/assets",
33+
"dist/main.visionos.jsbundle"
34+
],
35+
"windows": [
36+
"dist/assets",
37+
"dist/main.windows.bundle"
38+
]
3039
},
3140
"android": {
3241
"package": "bottomtabs.example"

0 commit comments

Comments
 (0)