Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit edfb3d9

Browse files
committed
chore: upgrade depenendecies
1 parent 73b9f63 commit edfb3d9

File tree

5 files changed

+589
-658
lines changed

5 files changed

+589
-658
lines changed

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@expo/vector-icons": "^10.0.0",
14-
"@react-native-community/async-storage": "^1.11.0",
15-
"expo": "^38.0.0",
14+
"@react-native-community/async-storage": "~1.11.0",
15+
"expo": "^38.0.9",
1616
"expo-asset": "~8.1.7",
1717
"expo-constants": "~9.1.1",
1818
"expo-keep-awake": "~8.2.1",
@@ -25,12 +25,12 @@
2525
"scheduler": "^0.19.1"
2626
},
2727
"devDependencies": {
28-
"@types/react": "~16.9.41",
29-
"@types/react-native": "~0.63.1",
28+
"@types/react": "~16.9.44",
29+
"@types/react-native": "~0.63.4",
3030
"babel-plugin-module-resolver": "^4.0.0",
3131
"babel-preset-expo": "^8.2.3",
32-
"expo-cli": "^3.22.3",
33-
"typescript": "~3.9.5"
32+
"expo-cli": "^3.23.1",
33+
"typescript": "~3.9.7"
3434
},
3535
"resolutions": {
3636
"@babel/runtime": "^7.9.0"

example/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export default class ExampleList extends React.Component<any, State> {
168168
return (
169169
<View style={styles.container}>
170170
<StatusBar
171+
translucent
171172
barStyle={Platform.OS === 'ios' ? statusBarStyle : 'light-content'}
172173
/>
173174
<KeepAwake />

0 commit comments

Comments
 (0)