Skip to content

Commit

Permalink
fix: Bump expo to SDK38 (#660)
Browse files Browse the repository at this point in the history
* yarn add expo

* expo upgrade

* expo-permissions
  • Loading branch information
amaury1093 authored Jul 6, 2020
1 parent e097193 commit be9bec4
Show file tree
Hide file tree
Showing 2 changed files with 2,229 additions and 696 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,30 @@
"@dooboo-ui/native-switch-toggle": "^0.7.0",
"@expo/react-native-action-sheet": "^3.7.0",
"@hapi/hawk": "^8.0.0",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.1.5",
"@react-navigation/stack": "^5.2.10",
"@shootismoke/graphql": "^0.2.29",
"@shootismoke/ui": "^0.2.30",
"@types/i18n-js": "^3.0.3",
"@types/react-native": "^0.60.22",
"@types/react-native": "~0.62.13",
"apollo-cache-persist": "^0.1.1",
"date-fns": "^2.14.0",
"expo": "^37.0.8",
"expo-analytics-amplitude": "~8.1.0",
"expo-av": "~8.1.0",
"expo": "^38.0.0",
"expo-analytics-amplitude": "~8.2.1",
"expo-av": "~8.2.1",
"expo-detox-hook": "^1.0.10",
"expo-localization": "~8.1.0",
"expo-localization": "~8.2.1",
"expo-notifications": "~0.3.3",
"graphql": "^14.6.0",
"i18n-js": "^3.7.1",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-maps": "0.26.1",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-maps": "0.27.1",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-scroll-into-view": "^1.0.3",
"react-native-size-matters": "^0.3.0",
"react-native-view-shot": "3.1.2",
Expand All @@ -66,8 +67,8 @@
"detox": "^16.8.2",
"detox-expo-helpers": "^0.6.0",
"jest": "^24.9.0",
"jest-expo": "^37.0.0",
"jest-expo": "^38.0.0",
"ts-jest": "^24.3.0",
"typescript": "^3.9.6"
"typescript": "~3.9.5"
}
}
Loading

0 comments on commit be9bec4

Please sign in to comment.