Skip to content

Commit 18380e1

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apps/example/app.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
}
1111
],
1212
"plugins": [
13-
[
14-
"react-native-edge-to-edge",
15-
{ "android": { "parentTheme": "Material3" } },
16-
"react-native-bottom-tabs"
17-
]
13+
["react-native-edge-to-edge", { "android": { "parentTheme": "Material3" } }],
14+
"react-native-bottom-tabs"
1815
],
1916
"resources": {
2017
"android": [

0 commit comments

Comments
 (0)