-
Notifications
You must be signed in to change notification settings - Fork 196
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
Stars Not Being Rendered When Offline #170
Comments
I got same issue when update via codepush |
Same with a normal internet connection on iOS simu ... 😢 |
I'm having this same issue on a normal internet connection with the latest version. iOS works fine, but on Android the rating is just a block in Callouts |
I'm having this issue with normal connection too. In android it works fine, but in iOS > 13 that odd block is being displayed instead. Could this be related with iOS images problem? I've quickly solved that replacing |
Anyone figure out a workaround for this issue? I have this bug on android. |
same issue on Android, stars are not rendered also. Any solution? |
I could not find a workaround to keep using this component, but I ended up using this one which is very very similar, only differing in that you have to tap the stars instead of swaping. |
I'm developing an app that has to cope with very poor network connectivity. I've noticed that if there is no internet connection, the stars are not rendered correctly.
I was able to reproduce this using the v8.1.0 demo application from the repo, built with expo 42.0.1 on Mac OS.
Any advice on how to fix this would be very much appreciated, thank you.
The text was updated successfully, but these errors were encountered: