-
Notifications
You must be signed in to change notification settings - Fork 103
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
Event color not working #23
Comments
Could possibly be due to #17. Try setting the version in your package.json to point to |
I encounter the same problem, the event color won't change. I changed the version in my package.json, but it doesn't work (see below). Any other suggestions? "repository": { |
Hmm, have you perhaps tried adding the dependency like this?
If this doesn't work, feel free to try my own fork |
Hi, thanks for your fast reply. Unfortunately your both suggestions aren't working. I added the dependencies and used your fork. So I am afraid I am doing something wrong? |
Perhaps try to manually delete the react-native-event-calendar npm package and perform an npm / yarn install? Normally if making such a change it is necessary to do so, assuming you haven't already tried this. |
I started a clean new project to see if maybe something was wrong inside my project. After following your instructions, it worked. So indeed, adding/changing the following in the package.json file helped: "dependencies": { Now i have to figure out how to fix the colors in my own project. Thanks! |
Awesome, glad to hear you got it sorted! |
Maybe it should be my mistake but i'm trying to change some events' color but it remains the same.
The text was updated successfully, but these errors were encountered: