You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository.
Ask your Question
Simple question, I'm trying to implement the date picker, the single variant, in particular, is crashing with the following error:
The other variants (input, range, multiple) seem to work just fine replicating the code in the example from the librarie's repository.
The component implementation:
The example screen:
Am I missing something? 🤔
My setup:
Macbook M1, running MacOS 13.4
Xcode 14.3
"react": "18.2.0",
"react-native": "0.71.8",
The text was updated successfully, but these errors were encountered: