Serge Bornow

Results 34 comments of Serge Bornow

@josh-the-dev Just curious if you found out what the issue was? Thanks

Hey @auser Just curious if you are still maintaining this lib? Appreciate your efforts !

@dngconsulting I wanted to share my knowledge on this. Google's native calendar app takes over the "Activity" and RN app goes into background, once resumed the callbacks are replayed however...

Hi @jfurdock Try adding this to your android manifest

@ddikodroid That is so silly of me. I got side tracked in testing out and watching the android logs. All uses permissions are added automatically and don't need to be...

Update: What seems to resolve this is //For those using Generators (saga) let calendars = yield call(RNCalendarEvents.findCalendars); let calendars = await RNCalendarEvents.findCalendars(); let pickedCal = calendars.find(r => r.isPrimary && r.allowsModifications);...

Could i suggest looking into implementation of LiveQuery for Parse, its OSS now. Its nothing fancy but their ios/android sdk uses sockets to communicate. Personally i don't think its "very"...

Have you guys looked into Apollo stack? Seems like Meteor wants to revamp their stack altogether and build it with graphQL right away

@didierfranc Thanks for the work :) Just wanted to ask if you'll be publishing the 4th version soon :) or are you done working on it? Thank you , RN...

@didierfranc wonder if you'll publish what you have :) thanks , waiting