File tree Expand file tree Collapse file tree 3 files changed +1316
-594
lines changed Expand file tree Collapse file tree 3 files changed +1316
-594
lines changed Original file line number Diff line number Diff line change 84
84
"eslint-plugin-ft-flow" : " ^2.0.1" ,
85
85
"eslint-plugin-jest" : " ^28.6.0" ,
86
86
"eslint-plugin-prettier" : " ^4.2.1" ,
87
- "expo" : " ^51 .0.18 " ,
87
+ "expo" : " ^52 .0.30 " ,
88
88
"expo-module-scripts" : " ^3.5.2" ,
89
89
"flow-bin" : " ^0.217.0" ,
90
90
"flow-typed" : " ^3.9.0" ,
107
107
"invariant" : " ^2.2.4"
108
108
},
109
109
"peerDependencies" : {
110
- "expo" : " >=50 .0.0" ,
110
+ "expo" : " >=52 .0.0" ,
111
111
"react" : " *" ,
112
112
"react-native" : " *" ,
113
113
"react-native-windows" : " *"
Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ const DATE_PICKER_STYLE_NAME = 'DatePickerDialogTheme';
84
84
const TIME_PICKER_THEME_ATTRIBUTE = 'android:timePickerStyle' ;
85
85
const TIME_PICKER_STYLE_NAME = 'TimePickerTheme' ;
86
86
87
- const { assignStylesValue, getAppThemeLightNoActionBarGroup} =
88
- AndroidConfig . Styles ;
87
+ const { assignStylesValue, getAppThemeGroup} = AndroidConfig . Styles ;
89
88
90
89
const { assignColorValue} = AndroidConfig . Colors ;
91
90
@@ -239,7 +238,7 @@ const setAndroidPickerStyles = (
239
238
240
239
styles = assignStylesValue ( styles , {
241
240
add : true ,
242
- parent : getAppThemeLightNoActionBarGroup ( ) ,
241
+ parent : getAppThemeGroup ( ) ,
243
242
name : themeAttribute ,
244
243
value : `@style/${ styleName } ` ,
245
244
} ) ;
You can’t perform that action at this time.
0 commit comments