-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect peer dependency #52
Comments
+1 |
2 similar comments
+1 |
+1 |
+1 . Please do something. |
Did any fix this issue? Temporary we can ignore this error by using the force command |
Yeah I fixed mine by editting the version to match the required version in package-lock.json |
@Reotech, It would be appreciated if you share the compatible version |
Okay "node_modules/react-native-otp-textinput": { |
Thank you @Reotech it worked. Basically, the react native version was not matching in peer dependency so I matched it and then it worked |
Great! |
warning : [email protected]" has incorrect peer dependency "react-native@^0.72.4".
this happen when using newer version of react-native
react-native : "0.73.3"
The text was updated successfully, but these errors were encountered: