David Sanderson

Results 26 comments of David Sanderson

Thanks @Chandrasekar-G, but I'm not even using the `location` param. In my test code above, all I'm doing is `RNCalendarEvents.saveEvent("Popeye", {startDate, endDate})`.

@jmagdada I tried that PR from @LorienHW and it actually made things worse for me. When I removed all of the events, it left a dot on the date but...

@JayantJoseph It works in the simulator (as it always has) but it doesn't work on a physical device for me (my iOS phone). Have you tried the test code in...

@jmagdada There's probably a better way, but I just made sure I have the latest version of this library and grab the changes that were made in the PR and...

Any other ideas about this one? I'm having the same issue. Is there something we can disable for the time being that would fix it?

@snibib can you post the whole `SwipeRow.js` file? You're referencing functions that don't exist.

I also had to set `config.cache_classes = true` in `development.rb` so that the digests aren't recalculated.

Downgrading to 0.0.9 didn't work for me. I also started from a clean slate, regenerating everything. Now when I click the "Upgrade Your Account" button, I get the error: "There...

Why was this closed? Was it fixed?

Thanks for reopening this. With `locked={true}` and `scrollWithoutAnimation={true}`, it's still causing my app scroll to the other tabs briefly on changing orientation. `scrolling???` is being consoled out when the orientation...