-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
[Exception thrown while executing UI block:-[_ _NSCFString timeIntervalSinceReferenceDate ]: unrecognized selector sent to instance #896
Comments
Actually nevermind, it looks like
|
This happens with the spinner. The modal works, but this is an urgent issue. |
I'm getting the same error on 5.0.10. Downgrading to 5.0.9 seems to seems to work for now |
same here (5.0.10) |
Same here. I can confirm that 5.0.9 does still work for me in debug mode, but 5.0.10 throws the error. Update; 5.0.9 indeed did NOT work for me in a release build, but 5.0.8 seems to work fine in release mode. |
+1 , this happened tome after upgrading to expo 52 and upgrading react-native-date-picker to 5.0.10 (prev v5.0.9 wasn't working as well) |
+1 I have found that the issue does not happen in bridgeless mode / new architecture. |
+1 getting same error with 5.0.10 on iOS. Android works fine. |
+1 same error with 5.0.10 on iOS + RN 0.76.6 Downgrading to 5.0.9 seems to work |
I downgraded to 5.0.8 and issue solved for me |
In iOS Getting red screen error when render
<DatePicker date={new Date()} />
on React NativeBut working fine on android
Error:
[Exception thrown while executing UI block:-[_ _NSCFString timeIntervalSinceReferenceDate ]: unrecognized selector sent to instance
The text was updated successfully, but these errors were encountered: