Skip to content

Commit

Permalink
update example to latest expo SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Feb 3, 2021
1 parent 4ff1f7c commit c225e1e
Show file tree
Hide file tree
Showing 2 changed files with 2,847 additions and 930 deletions.
24 changes: 12 additions & 12 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"dependencies": {
"@types/gl-react-expo": "^3.16.2",
"buffer": "^5.6.0",
"expo": "~37.0.3",
"expo-gl": "^8.2.0",
"expo": "^40.0.0",
"expo-gl": "~9.2.0",
"gl-react": "^4.0.1",
"gl-react-blurhash": "latest",
"gl-react-expo": "^4.0.1",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-screens": "~2.2.0",
"react-native-web": "~0.11.7"
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-screens": "~2.15.2",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~16.9.23",
"@types/react-native": "~0.61.17",
"babel-preset-expo": "~8.1.0",
"typescript": "~3.8.3"
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"babel-preset-expo": "8.3.0",
"typescript": "~4.0.0"
},
"private": true
}
Loading

0 comments on commit c225e1e

Please sign in to comment.