roto93 / react-native-neat-date-picker

An easy to use date picker for react native.
MIT License
50 stars 29 forks source link

initialDate issue #26

Closed anjalijspaceo closed 1 year ago

anjalijspaceo commented 1 year ago

When I am trying to update initial date from a state not working properly every time It is set to default value not to last updated value

roto93 commented 1 year ago

Hi I'm not sure if I understand the issue correctly. But I updated the package base on your question. Basically I make the highlighted date in the date picker to follow the initialDate you provide as a state. Please check if this update solve your issue. Thank you 😄