Skip to content

Instantly share code, notes, and snippets.

@cedced19
Created April 16, 2019 10:59
Show Gist options
  • Save cedced19/45b65a0b6609f704139c415aa6e0fdab to your computer and use it in GitHub Desktop.
Save cedced19/45b65a0b6609f704139c415aa6e0fdab to your computer and use it in GitHub Desktop.
From 'v52' to 'v59' for Découverto App

Check this to change files: https://pvinis.github.io/purge-web/

Current JSON

"dependencies": {
    "async": "^2.6.1",
    "distance-between-points": "0.0.0",
    "get-extremums": "0.0.0",
    "mobx": "^4.2.1",
    "mobx-react": "^5.1.2",
    "native-base": "^2.4.2",
    "react": "16.2.0",
    "react-native": "0.52.0",
    "react-native-android-location-services-dialog-box": "^2.4.4",
    "react-native-dialog-progress": "^1.0.2",
    "react-native-fs": "^2.9.12",
    "react-native-htmlview": "^0.13.0",
    "react-native-keep-awake": "^3.0.1",
    "react-native-maps": "0.19.0",
    "react-native-mauron85-background-geolocation": "^0.5.0-alpha.21",
    "react-native-push-notification": "^3.0.2",
    "react-native-responsive-image": "^2.3.1",
    "react-native-splash-screen": "^3.0.6",
    "react-native-track-player": "^0.2.4",
    "react-native-zip-archive": "^2.2.3",
    "react-navigation": "^1.5.12"
  }

Change

react-native-track-player: 1.1.4

react-native-zip-archive: 4.0.0

react-native-fs: 2.13.2

react-native-mauron85-background-geolocation to @mauron85/react-native-background-geolocation: 0.5.3

react-native-android-location-services-dialog-box: 2.8.1

react-native-keep-awake: 4.0.0

react-native-splash-screen: 3.2.0

Add

@react-native-community/async-storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment