-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to install #23
Comments
I believe this has to do with our "peerDependencies": {
"react": "16.2.0",
"react-native": "0.53.0"
}, If you make a PR to remove this, I can publish the package and add you as a contributor? It should fix this issues :) |
I have the same error. I'll create the PR to remove "peerDependencies" in package.json |
I've created the branch I only need rights to push it |
@leo-ori Could you create a PR? If you clone the repo and do the work on the cloned repo, you can then open a PR from your closed repo to this repo, and I can review. That way it goes through all our review and testing process, and not directly pushed to main. Thank you :) |
I am trying to install by
npm install react-native-awesome-pin --save
but gives an error.Below is the error.
The text was updated successfully, but these errors were encountered: