Hirbod
Hirbod
I can confirm, min and maxdate won't work on Android, but on iOS. I use moment.js to generate a specific JS-Date-Object. ``` JS $scope.minDate = moment().locale('de').subtract(90, 'years').toDate(); $scope.maxDate = moment().locale('de').subtract(13,...
There is no solution. Just confirmed your bug
@VitaliiBlagodir anny suggestion why min and maxdate are broken on Android, while they work fine on iOS?
Thanks for your input @Yuripetusko, this is at least a good way to provide a fallback! Thank you very much. I've just installed Cordovas Device Plugin to check the system....
I use OnsenUI, but they also have a platform detection. Thanks for the hint!
Someone should mention this inside of the documents. @VitaliiBlagodir
Writing an expo config plug-in should be pretty straightforward. Could be usable with custom dev clients and eas.
Any progress on this?
No, I am not using iCloud Photos nor iCloud Storage
You need to make sure to call cancelQueries before mutating data, that's also like this in the examples. https://react-query.tanstack.com/guides/optimistic-updates So when you receive a message via Websocket, you will need...