File tree Expand file tree Collapse file tree 5 files changed +753
-752
lines changed Expand file tree Collapse file tree 5 files changed +753
-752
lines changed Original file line number Diff line number Diff line change 1212 "test" : " jest"
1313 },
1414 "dependencies" : {
15- "expo" : " ^50.0.6 " ,
15+ "expo" : " ^50.0.8 " ,
1616 "expo-splash-screen" : " ~0.26.4" ,
1717 "expo-status-bar" : " ~1.11.1" ,
1818 "react" : " 18.2.0" ,
1919 "react-dom" : " 18.2.0" ,
20- "react-native" : " 0.73.2 " ,
20+ "react-native" : " 0.73.4 " ,
2121 "react-native-paper" : " ^5.12.3" ,
2222 "react-native-web" : " ~0.19.10"
2323 },
2424 "devDependencies" : {
25- "@babel/core" : " ^7.23.9 " ,
25+ "@babel/core" : " ^7.24.0 " ,
2626 "@expo/webpack-config" : " ^19.0.1" ,
2727 "babel-loader" : " ^9.1.3" ,
2828 "babel-plugin-module-resolver" : " ^5.0.0"
Original file line number Diff line number Diff line change @@ -191,11 +191,7 @@ function App({
191191
192192 return (
193193 < >
194- < StatusBar
195- barStyle = { 'dark-content' }
196- translucent
197- backgroundColor = { '#ffffff' }
198- />
194+ < StatusBar />
199195 < ScrollView
200196 style = { { backgroundColor : theme . colors . background } }
201197 contentContainerStyle = { [
You can’t perform that action at this time.
0 commit comments