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 can't show stars in iOS 14 #28

Open
jhui134 opened this issue Sep 23, 2020 · 5 comments
Open

stars can't show stars in iOS 14 #28

jhui134 opened this issue Sep 23, 2020 · 5 comments
Assignees

Comments

@jhui134
Copy link

jhui134 commented Sep 23, 2020

Image cannot show image in iOS 14, but can show location, like:
<Stars
default={0}
opacity={true}
count={5}
starSize={32}
update={val => {
this.starState(val);
this.setState({ starVal: val });
}}
spacing={8}
disabled={false}
half={false}
fullStar={require('App/Assets/Images/Place/starOn.png')}
emptyStar={require('App/Assets/Images/Place/starOff.png')}
halfStar={require('App/Assets/Images/Place/starHalf.png')}
/>

Environment:
Xcode Version 12.0 (12A7209)
Simulator: IPhone 11 - 14.0
"react-native": "0.62.2"

@jhui134 jhui134 changed the title stars can stars can't show stars in iOS 14 Sep 23, 2020
@4umo
Copy link
Owner

4umo commented Sep 23, 2020

Hi jhui, thanks for reaching out. I will look into this soon. Feel free to share any relevant information you find if you investigate further, thanks!

@4umo 4umo self-assigned this Sep 23, 2020
@jhui134
Copy link
Author

jhui134 commented Sep 24, 2020

Thanks extrct, I solved the problem by applying patch-package.
but uploaded it to the market, I can't show it again.

test result
Simulator can do, devices can't......

@4umo
Copy link
Owner

4umo commented Sep 24, 2020

hmm so you're only able to replicate with simulator not device? Not sure I'm understanding.

@jhui134
Copy link
Author

jhui134 commented Sep 25, 2020

Yeah, image can't see in actual device.

@superguineapig
Copy link

superguineapig commented Dec 10, 2020

Might be related to this ongoing issue:

facebook/react-native#29279

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

3 participants