You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove node_modules, yarn install, and run-android again.
(And make sure version of metro in package.json "metro-react-native-babel-preset": "0.51.0" is the same with current metro's version)
This question is more suitable for stackoverflow, but it's literally deleting your node_modules folder in your project and do npm install or yarn install to reinstall your dependencies. Deleting node_modules folder 100% ensures that all the packages installed in your project are the ones you specified in your package.json.
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the react-native-navigation tag.
I'm using 0.59.0-rc.3
and solved by these steps:
change
distributionUrl
todistributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
build.gradle
file change gradle classpath to this:classpath 'com.android.tools.build:gradle:3.3.0'
(And make sure version of metro in package.json "metro-react-native-babel-preset": "0.51.0" is the same with current metro's version)
Originally posted by @kimbui87 in #4757 (comment)
The text was updated successfully, but these errors were encountered: