React-Native downgrade

268 Views Asked by At

I tried using react-native-debugger for debugging my application developed in react-native. I found the react-native debugger is not working as my react-native is in version 0.63.4 and the react-native debugger will only support version till 0.62. hence they are not connecting with each other. I just want either to downgrade my react-native to 0.62 or to upgrade react-native debugger.

    {
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject"
  },
  "dependencies": {
    "expo": "~40.0.0",
    "expo-status-bar": "~1.0.3",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
    "react-native-web": "~0.13.12"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0"
  },
  "private": true
}

Please help me to resolve this problem as i am a newbie to this react-native. Thank you

1

There are 1 best solutions below

0
On

Its better to not use "react-native-debugger" cause downgrading react native version for this package in not a good practice.

hope you get your answer.