Skip to content

Commit

Permalink
fix: update unimodules, should fix some crashes seen in the wild
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Jun 20, 2019
1 parent d8579a9 commit b211ed2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
public class BasePackageList {
public List<Package> getPackageList() {
return Arrays.<Package>asList(
new org.unimodules.adapters.react.ReactAdapterPackage(),
new expo.modules.camera.CameraPackage(),
new expo.modules.constants.ConstantsPackage(),
new expo.modules.filesystem.FileSystemPackage(),
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"upload-sourcemaps:release:android": "./scripts/upload-sourcemaps-release-android.sh"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.1",
"@react-native-community/async-storage": "^1.5.0",
"@react-native-community/netinfo": "^2.0.5",
"@react-native-mapbox-gl/maps": "^7.0.0",
"bugsnag-react-native": "^2.20.0",
"core-js": "^3.1.2",
"bugsnag-react-native": "^2.21.0",
"core-js": "^3.1.4",
"date-fns": "^1.30.1",
"debug": "^4.1.1",
"eslint-plugin-jest": "^22.6.4",
"expo-camera": "^4.0.0",
"expo-location": "^4.0.0",
"expo-sensors": "^4.0.0",
"expo-camera": "^5.0.1",
"expo-location": "^5.0.1",
"expo-sensors": "^5.0.1",
"hoist-non-react-statics": "^3.3.0",
"ky": "github:sindresorhus/ky#e9c807b64c6414940b6c14b4e85c807f833dc0f2",
"lodash": "^4.17.11",
Expand All @@ -60,8 +60,8 @@
"react-native-screens": "^1.0.0-alpha.22",
"react-native-share": "^1.2.1",
"react-native-splash-screen": "^3.2.0",
"react-native-tab-view": "^2.2.0",
"react-native-unimodules": "^0.3.1",
"react-native-tab-view": "^2.6.1",
"react-native-unimodules": "^0.4.1",
"react-native-vector-icons": "^6.3.0",
"react-navigation": "^3.9.0",
"react-navigation-transitions": "^1.0.10",
Expand Down

0 comments on commit b211ed2

Please sign in to comment.