Thomas Sebbane
Thomas Sebbane
Same issue for me
I found a workaround if it can help, you will need to install [base-64 ](https://www.npmjs.com/package/base-64) then use it as follow : ```ts import { decode as atob } from "base-64";...
Hi @muratcorlu is there any update or workaround to solve this issue ?
Same issue for me
As a temporary workaround, you can use the new DateTimePicker from [expo-ui](https://docs.expo.dev/versions/latest/sdk/ui/#datetimepicker)
@Drivez Yes, it also works on Android. However, keep in mind that this library is still in alpha. It works well, but some features like setting a minimum or maximum...
I've discovered a potential lead on the issue, It appears to be related to conflict resolution settings. Disabling conflict resolution on my API allows the nested relational data to be...
Hi @chrisbonifacio, it return the same result with basicinfos null, i need to use it for my app at least optimistic or merge conflict resolution. Thanks !