Skip to content

Commit

Permalink
chore: Update to SDK34 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jul 31, 2019
1 parent 13c08b5 commit e862bd0
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 539 deletions.
2 changes: 1 addition & 1 deletion app.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"name": "Sh**t! I Smoke",
"primaryColor": "#EBE7DD",
"privacy": "public",
"sdkVersion": "33.0.0",
"sdkVersion": "34.0.0",
"slug": "shoot-i-smoke",
"splash": {
"backgroundColor": "#ebe7dd",
Expand Down
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,28 @@
"@types/react-native": "^0.60.2",
"axios": "^0.19.0",
"date-fns": "^1.30.1",
"expo": "^33.0.7",
"expo-av": "~5.0.2",
"expo-background-fetch": "~5.0.1",
"expo-constants": "~5.0.1",
"expo-font": "~5.0.1",
"expo-localization": "~5.0.1",
"expo-location": "~5.0.1",
"expo-permissions": "~5.0.1",
"expo-sqlite": "~5.0.1",
"expo-task-manager": "~5.0.1",
"expo": "^34.0.1",
"expo-av": "~6.0.0",
"expo-background-fetch": "~6.0.0",
"expo-constants": "~6.0.0",
"expo-font": "~6.0.1",
"expo-localization": "~6.0.0",
"expo-location": "~6.0.0",
"expo-permissions": "~6.0.0",
"expo-sqlite": "~6.0.0",
"expo-task-manager": "~6.0.0",
"fp-ts": "^2.0.3",
"haversine": "^1.1.1",
"i18n-js": "^3.3.0",
"io-ts": "^2.0.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "~1.2.1",
"react-native-maps": "^0.24.2",
"react-native-reanimated": "1.0.1",
"react-native-scroll-into-view": "^1.0.3",
"react-native-size-matters": "^0.2.1",
"react-navigation": "^3.11.0",
"react-navigation": "^3.11.1",
"retry-ts": "^0.1.0",
"sentry-expo": "~1.13.0",
"truncate": "^2.1.0"
Expand Down

0 comments on commit e862bd0

Please sign in to comment.