wmcmahan / react-native-calendar-reminders

React Native Module for IOS Calendar Reminders
MIT License
90 stars 20 forks source link

Added simple Recurrence to Reminders and updated README. #8

Closed asommer70 closed 8 years ago

asommer70 commented 8 years ago

I'm new to Objective-C so this code might be pretty crude in places, but the recurrence for reminders works in my testing. Thought others might find it useful and could be a good additional feature for this module.

Either way thanks for the great React Native module, it will come in handy for many of my projects.

Party On!

wmcmahan commented 8 years ago

Cool, thanks for helping out! This is definitely a needed feature for reminders. I will take a look.

asommer70 commented 8 years ago

Made suggested changes in latest commit. Thanks @wmcmahan for the feedback, I appreciate it.

wmcmahan commented 8 years ago

Thanks, I really appreciate the help! I made a few updates and manually merged, so recurrence feature is now in v0.0.4. Cheers!