Skip to content

Commit 6a355b1

Browse files
authored
docs: fix plugin syntax (#916)
1 parent 44e23a8 commit 6a355b1

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

docs/android-styling.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,25 @@ Make changes as documented below and then run the following commands to see the
1313
{
1414
"expo": {
1515
"plugins": [
16-
"@react-native-community/datetimepicker",
17-
{
18-
"android": {
19-
"datePicker": {
20-
"colorAccent": {
21-
"light": "#FF5722"
16+
[
17+
"@react-native-community/datetimepicker",
18+
{
19+
"android": {
20+
"datePicker": {
21+
"colorAccent": {
22+
"light": "#FF5722"
23+
},
24+
"textColorPrimary": {
25+
"light": "#FF5722"
26+
}
2227
},
23-
"textColorPrimary": {
24-
"light": "#FF5722"
28+
"timePicker": {
29+
"background": {"light": "#FF5722", "dark": "#383838"},
30+
"numbersBackgroundColor": {"light": "#FF5722", "dark": "#383838"}
2531
}
26-
},
27-
"timePicker": {
28-
"background": {"light": "#FF5722", "dark": "#383838"},
29-
"numbersBackgroundColor": {"light": "#FF5722", "dark": "#383838"}
3032
}
3133
}
32-
}
34+
]
3335
]
3436
}
3537
}

0 commit comments

Comments
 (0)