File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments