-
-
Notifications
You must be signed in to change notification settings - Fork 429
onChange event and visible of spinner #965
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
Comments
i see that onChange is not triggering at all so baybe is problem in react native v0.77.1 |
Same issues, also using RN0.77 |
@marijang I face the exact same issue with |
I've got my DateTimePicker to work by downgrading react-native to |
ReactNative 0.79.0 still face same issue, I found a temporary solution, but it's not good Change datetimepicker/ios/RNDateTimePicker.m line 26 - #ifndef RCT_NEW_ARCH_ENABLED
+ #ifdef RCT_NEW_ARCH_ENABLED When debug |
Using react native 0.77 i have problems:
now it shows but on change event is not working
The text was updated successfully, but these errors were encountered: