Skip to content

Commit

Permalink
Merge pull request #372 from web-ridge/dep-upgrades-and-minor-fixes
Browse files Browse the repository at this point in the history
bump packages and fix example status bar
  • Loading branch information
RichardLindhout authored Feb 29, 2024
2 parents 86f5e03 + 2a92504 commit f3aa8a1
Show file tree
Hide file tree
Showing 5 changed files with 753 additions and 752 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"test": "jest"
},
"dependencies": {
"expo": "^50.0.6",
"expo": "^50.0.8",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native": "0.73.4",
"react-native-paper": "^5.12.3",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@expo/webpack-config": "^19.0.1",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0"
Expand Down
6 changes: 1 addition & 5 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,7 @@ function App({

return (
<>
<StatusBar
barStyle={'dark-content'}
translucent
backgroundColor={'#ffffff'}
/>
<StatusBar />
<ScrollView
style={{ backgroundColor: theme.colors.background }}
contentContainerStyle={[
Expand Down
Loading

0 comments on commit f3aa8a1

Please sign in to comment.