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
For my app (react-native) I'm adding a date picking option to the input fields, for this I am using modern date picker. When building this in expo go, and opening up the date picker it throws this error on screen "Warning: DatePicker: Support for defaultProps will be removed from function components in a future major release." This is being ran on my iPhone 12 using the expo go app. To Reproduce
Add the date picker to your project
Run it using expo go
This is my first time writing a bug report on github please let me know if I missed anything.
The text was updated successfully, but these errors were encountered:
For my app (react-native) I'm adding a date picking option to the input fields, for this I am using modern date picker. When building this in expo go, and opening up the date picker it throws this error on screen "Warning: DatePicker: Support for defaultProps will be removed from function components in a future major release." This is being ran on my iPhone 12 using the expo go app.
To Reproduce
The text was updated successfully, but these errors were encountered: