Skip to content

Commit

Permalink
Update example to Expo SDK 44
Browse files Browse the repository at this point in the history
  • Loading branch information
antonKalinin committed Apr 17, 2022
1 parent ee4898d commit 09d6ebe
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 199 deletions.
7 changes: 4 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
"eject": "expo eject"
},
"dependencies": {
"expo": "^43.0.0",
"expo": "^44.0.0",
"expo-updates": "~0.11.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-44.0.0.tar.gz",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"babel-preset-expo": "8.5.1",
"babel-preset-expo": "9.0.2",
"typescript": "~4.3.5"
},
"private": true
Expand Down
Loading

0 comments on commit 09d6ebe

Please sign in to comment.