Skip to content

Commit 2a92504

Browse files
committed
bump packages and fix example status bar
1 parent ce869bc commit 2a92504

File tree

5 files changed

+753
-752
lines changed

5 files changed

+753
-752
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
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"

example/src/App.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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={[

0 commit comments

Comments
 (0)