Why my project can't install react-native-safe-area-context #3965
Unanswered
ChaseWindYoungs
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I think it's conflict between @rneui/themed and @rneui/base versions and due to this non of following libraries get installed |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this is my project.json
when i run
npx react-native run-android
some errors in terminal
Before this issue occurred, the react-native-safe-area-context I installed was the latest version. However, during the installation, I was prompted that there was a version conflict with dependencies, so I had to lower the version of this dependency. But after doing so, I encountered the problem mentioned above.
somebody can tell me what can i do ?
Beta Was this translation helpful? Give feedback.
All reactions