Henning Hall
Henning Hall
Note to self: Might be worth trying out this solution on the iOS side https://gist.github.com/SudoPlz/6959001879fbfcc7e2aa42a428a5265c
Thanks for the feedback everyone. It is now possible to wait until the animation is completed by listening on the `onStateChange` prop. See readme for more info. If using the...
Let's keep the discussions around this problem in [this issue](https://github.com/henninghall/react-native-date-picker/issues/340),
I have recently fixed a combined timezone min/max issue. If someone ends up here, please try latest version and let me know if it didn't solve it for you
This error happens when jitpack is down. It is back up now after some downtime today.
The latest version includes fixes for minuteInterval and min/max dates. Please try that one if anyone is still having issues with this.
Looks related to https://github.com/react-navigation/react-navigation/issues/11598
Investigated a bit: - The issue seems to be in `/drawer/src/views/modern/Drawer.tsx` where dimensions.width is not always the expected one. It could happen when the app is put in background or...
Hi, thanks for reporting this. Could you confirm that this is still an issue in version 5.0.1?
@dominictracey your solution works fine when putting the mock in each test file. Is there any way to put it in a single place or do I have to put...