Jrey | DevTools
Jrey | DevTools
I replicated these issues due to not properly importing the files. Please make sure that the imported files look like the code below ```objective-c #import #import #import ``` **NOTE:** The...
I'm having this issue as well. Date picker does not display the correct value in `date`, `min` and `max` parameter and font color as well. ![Simulator Screen Shot - iPhone...
@danielprrazevedo Sure. Thank you
@danielprrazevedo thank you for response. Here's my payload ```typescript const showDatePicker = async (t: Function, date: string, callback?: Function) => { const format = 'YYYYMMDD' const currentDateTime = moment() const...
If I remove the parameter `date`, `min` and `max` as payload it will work as expected. Please check font color parameter as well. Thank you
@danielprrazevedo can you please close now this issue? The problem is `format` parameter. It should `yyyy-MM-dd`.