We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After upgrading my react native version to 0.67.3, i got this error
0.67.3
dependencies
"react": "17.0.2", "react-native": "0.67.3", "rn-wave-bottom-bar": "^2.1.1" "react-native-safe-area-context": "^4.1.2", "@react-navigation/bottom-tabs": "^6.2.0",
The text was updated successfully, but these errors were encountered:
It's working now but i had to downgrade "react-native-safe-area-context" to ^3.4.1" latest version (^4.1.2) causes the error above
"react-native-safe-area-context"
^3.4.1"
(^4.1.2)
Sorry, something went wrong.
Thank you for the report, will give a check very soon
Even I am facing same issue
Successfully merging a pull request may close this issue.
After upgrading my react native version to
0.67.3
, i got this errordependencies
The text was updated successfully, but these errors were encountered: