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

Some images can't be loaded on Android 8.0 #38

Open
Proyoyo opened this issue Sep 13, 2017 · 4 comments
Open

Some images can't be loaded on Android 8.0 #38

Proyoyo opened this issue Sep 13, 2017 · 4 comments

Comments

@Proyoyo
Copy link
Contributor

Proyoyo commented Sep 13, 2017

I've submitted a bug to the RN team to reproduce this issue. Until they replied, there's not much that we can do.

facebook/react-native#15920

@Proyoyo
Copy link
Contributor Author

Proyoyo commented Sep 18, 2017

Figured out the cause. It seems that 16-bit png is not supported in React Native 0.48 for Android O.

@Proyoyo
Copy link
Contributor Author

Proyoyo commented Sep 21, 2017

Temporarily fixed by converting all png to 8-bit

@trongnhanst94
Copy link

trongnhanst94 commented Oct 29, 2018

Temporarily fixed by converting all png to 8-bit
@Proyoyo

How you can do that? Are you use the library or something? Do you guide me about that? thank you very much if you support me.

@Proyoyo
Copy link
Contributor Author

Proyoyo commented Nov 7, 2018

@trongnhanst94 I used some command line tools to do it. I did it ages ago so I can't remember the details.

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

No branches or pull requests

2 participants