isbaek/Blossom

I removed getTime() from DatePickerIOS

Closed this issue · 1 comments

I removed getTime() (lines #110, #125) from Datepicker.ios.js which is a bit problematic as it only gets rid of the warning and does not fix the core of the issue. Please refer to #7472 on react native Facebook
(facebook/react-native#7472)

Weird thing is I did not have this problem until i started messing with the date code in my index.js and despite reverting to the original code that worked before throwing these errors, i had to change the react native's date picker code to get it to work.

For now it remains as is( since it works) but I'm very upset that this happened, and wish that it won't stop working in the future unexpectedly.

:(

this has fortunately been fixed. the mistake was due to a typo.