ReactNativeCalendarAndroid icon indicating copy to clipboard operation
ReactNativeCalendarAndroid copied to clipboard

Adding event to native calendar.

Open devekoperiOS opened this issue 8 years ago • 1 comments

How to add event to native android calendar using react-native. And also how to access specific events from native calendar?

devekoperiOS avatar May 24 '16 11:05 devekoperiOS

@devekoperiOS you would need to create a bridge to the native API to gain access to that. So in a sense you would end up creating your own module to do it.

brianinator avatar Jun 07 '16 19:06 brianinator