Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update to SDK34 #156

Merged
merged 1 commit into from
Jul 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
chore: Update to SDK34
  • Loading branch information
amaury1093 committed Jul 31, 2019
commit 3b3e4d7b30fd6b68ce09801bd4665bda96357e68
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