Skip to content
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

Open
Agent57 opened this issue Nov 21, 2021 · 7 comments
Open

Stars Not Being Rendered When Offline #170

Agent57 opened this issue Nov 21, 2021 · 7 comments

Comments

@Agent57
Copy link

Agent57 commented Nov 21, 2021

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.

image

Any advice on how to fix this would be very much appreciated, thank you.

@chhornponleu
Copy link

I got same issue when update via codepush

@adrienfloor
Copy link

Same with a normal internet connection on iOS simu ... 😢

@Devoagency
Copy link

Devoagency commented Jan 13, 2022

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

@nachoSource
Copy link

nachoSource commented Feb 14, 2022

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 Image components with FastImage, but I'm affraid that weird workaround cannot be used here bc StarRating only needs the image url.

@riordanpawley
Copy link

Anyone figure out a workaround for this issue? I have this bug on android.
I'm not sure if its relevant but since codepush was mentioned I'm using expo-updates.

@Anael-dev
Copy link

Anael-dev commented Feb 23, 2022

same issue on Android, stars are not rendered also. Any solution?

@nachoSource
Copy link

nachoSource commented Feb 24, 2022

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 hope this can be useful for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants