How to Upgrade React Native Version
first you have to run command
npx react-native upgrade
You can specify a React Native version.for that you need to pass an argument:
npx react-native upgrade 0.61.0-rc.0
Your project's cache may responsible for error or warnings.
Clear cache by running by command:
react-native-clean-project
Thank you