-
Notifications
You must be signed in to change notification settings - Fork 55
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
Merge 'Invariant Violation fix' to npm library #38
Comments
I don't think it was pushed to NPM, 0.1.7 is the latest tag and the update came after that. Facing the same issue, would love an update. |
Yup, same problem here. I would also love an update. |
Yeah, I basically just manually implemented the changes on my local machine, just gotta wait for the developers. |
@wongcoder What changes did you make? @netbeast could you please provide update your package? Thanks. |
@irajwani look at the code in the master branch and do the same modification. It worked for me. You must know where it crashes by looking at the error you got. |
Thank you @LapX, it worked! Fantastic library. |
update your package.json, replace:
with: "react-native-color-wheel": "https://github.com/netbeast/react-native-color-wheel.git", That fixed it for me! |
Nice automated fix! |
Was working on React Native 0.59, imported your library, and realized that there was an invariant violation in ColorWheel.js.
It seems to be fixed on a later fix to master, but for some odd reason, NPM didn't pick up your changes.
This is a fantastic library, and I can't wait for the update.
The text was updated successfully, but these errors were encountered: