-
-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS crash when picking dates #848
Comments
I have the same issue occurring to me but with picking time. iOS 17.4. Works fine on android but crashes on ios. (I did manage to get 1 lucky instance of it not crashing on ios) |
My iOS app is also crashing when clicking on the Date, what's the solution ? |
Same for me here, crash on iOS. Did you find a solution ? Its because of onChange props. |
The issue still exist. the state opens the DateTimePicker component on android, but not in iOS. |
Bug report
Summary
I am using
@react-native-community/datetimepicker
version 7.6.2
in my Expo application and sometimes when the user is picking adatetime
date (happens once in 10 tries) my app just crash with the mentioned below.This only happens in IOS, on Android it works fine.
Reproducible sample code
Steps to reproduce
Describe what you expected to happen:
Environment info
Expo
version:npx react-native info
output:datetimepicker version: 7.6.2
iOS: 15.8
The text was updated successfully, but these errors were encountered: