Skip to content
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

Support to check if an item has been 'marked done' #13

Closed
divyajalan opened this issue Apr 11, 2016 · 4 comments
Closed

Support to check if an item has been 'marked done' #13

divyajalan opened this issue Apr 11, 2016 · 4 comments

Comments

@divyajalan
Copy link

Hi,

As we know, on the native iOS reminders app we can mark items done, once the task has been completed. Is there any way in which we can read that value in react native through this component, so that we know whether the particular reminder/task was completed or not?

I am sorry if this exists, I tried looking around but couldn't find this feature. Would be glad if this could be included!

@wmcmahan
Copy link
Owner

Hi @divyajalan. You are correct, being able to see completion state would be very helpful :) It should be a simple feature addition to this module. I will try to push a change soon with this updated, or if you want, PRs are welcome also. Thanks for reaching out

@divyajalan
Copy link
Author

Thanks a lot for the quick response @wmcmahan.
I will be eagerly waiting for this change to be pushed.

@wmcmahan
Copy link
Owner

No problem @divyajalan, I've pushed a new patch up that allows for checking if the reminder is completed along with the date it was marked completed. You can also now mark the reminder as completed on save, as well. The current property is named isCompleted. Hopefully this helps :)

@divyajalan
Copy link
Author

I have checked this to work perfectly for me!
Thanks for being so quick at this @wmcmahan :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants