From b211ed23625c141c8c1ee203dc832f32d2fd570c Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Mon, 17 Jun 2019 19:34:33 +0100 Subject: [PATCH] fix: update unimodules, should fix some crashes seen in the wild --- .../com/mapeo/generated/BasePackageList.java | 1 - package.json | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/android/app/src/main/java/com/mapeo/generated/BasePackageList.java b/android/app/src/main/java/com/mapeo/generated/BasePackageList.java index 38f79038d..0fdf3c2a0 100644 --- a/android/app/src/main/java/com/mapeo/generated/BasePackageList.java +++ b/android/app/src/main/java/com/mapeo/generated/BasePackageList.java @@ -7,7 +7,6 @@ public class BasePackageList { public List getPackageList() { return Arrays.asList( - new org.unimodules.adapters.react.ReactAdapterPackage(), new expo.modules.camera.CameraPackage(), new expo.modules.constants.ConstantsPackage(), new expo.modules.filesystem.FileSystemPackage(), diff --git a/package.json b/package.json index ae4d2f994..0d97535f2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",