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

Commit

Permalink
chore: upgrade depenendecies
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 4, 2020
1 parent 73b9f63 commit edfb3d9
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 658 deletions.
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/async-storage": "^1.11.0",
"expo": "^38.0.0",
"@react-native-community/async-storage": "~1.11.0",
"expo": "^38.0.9",
"expo-asset": "~8.1.7",
"expo-constants": "~9.1.1",
"expo-keep-awake": "~8.2.1",
Expand All @@ -25,12 +25,12 @@
"scheduler": "^0.19.1"
},
"devDependencies": {
"@types/react": "~16.9.41",
"@types/react-native": "~0.63.1",
"@types/react": "~16.9.44",
"@types/react-native": "~0.63.4",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "^8.2.3",
"expo-cli": "^3.22.3",
"typescript": "~3.9.5"
"expo-cli": "^3.23.1",
"typescript": "~3.9.7"
},
"resolutions": {
"@babel/runtime": "^7.9.0"
Expand Down
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export default class ExampleList extends React.Component<any, State> {
return (
<View style={styles.container}>
<StatusBar
translucent
barStyle={Platform.OS === 'ios' ? statusBarStyle : 'light-content'}
/>
<KeepAwake />
Expand Down
Loading

0 comments on commit edfb3d9

Please sign in to comment.