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
👋 Hi!
I tried to use this picker in snack for test https://snack.expo.dev/ ,android working fine but ios it show this errors, can some help us to solve this issue and thanks View config getter callback for component RNDateTimePicker must be a function (received undefined)
Hi, I have also encountered the same problem. My solution was to update the @react-native-community/datetimepicker dependency in package.json to the latest version, 7.6.3, and then the error disappeared. Although Snack indicates that it is not the recommended version for SDK 50.0.0, it does not affect the normal operation of the program.
{
"dependencies": {
"@react-native-community/datetimepicker": "7.6.3",
}
}
Hope it can help
👋 Hi!
I tried to use this picker in snack for test https://snack.expo.dev/ ,android working fine but ios it show this errors, can some help us to solve this issue and thanks
View config getter callback for component
RNDateTimePicker
must be a function (receivedundefined
)this simple test code for reproduce
The text was updated successfully, but these errors were encountered: