-
Notifications
You must be signed in to change notification settings - Fork 20
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
I dont see the time values in the dialog #43
Comments
Hey @pivocoder, Thanks for raising this, will take a look ASAP. Just to confirm, are you on Expo SDK 52, and react-native-timer-picker v2.0.0? |
Yes, I'm using "expo": "^52.0.11", and "react-native-timer-picker": "^2.0.0", are in my package.json :). I run into this issue because I have updated my expo sdk. Thanks for the quick answer |
Struggling to recreate this. Two more questions to help me track this down:
|
Hey @pivocoder, I've just released a patch (
In any case, try out |
Can't see anything obviously wrong with your setup. Unrelated but But that context you gave about opening and closing the modal will help me track it down. Will take another look and get back to you. |
Still struggling to reproduce this. I've created an Expo Snack that mirrors your setup - can you reproduce it in here? |
Hey @pivocoder, just checking in on this. Were you able to reproduce the issue in the Snack? |
Hi @troberts-28, sorry for my late response. I was able to reproduce the issue in your snack. I just clicked cancel multiple times and it appeared in the android emulator the same issue. When I try it in web it works. |
Ah I should have asked what platform you were on! It's something Android-specific (hence why I wasn't able to reproduce initially). Should be able to figure out the problem now - will keep you updated on my progress. |
…s don't always show on Android until you scroll (#43)
This should now be fixed in the recently-released It was another manifestation of the issue I solved for iOS in Please upgrade to |
Since I updated in my expo to a newer react version I have issues with the selection of the time. Once I scroll I see numbers but before they are blank.
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
The text was updated successfully, but these errors were encountered: