-
Notifications
You must be signed in to change notification settings - Fork 8
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
refactor: drop local asset support #324
Conversation
@duguyihou oh no, why did you drop local asset support? |
To support local asset, we need consider different types of images(svg, gif, apng...) as well. Besides, RN image works well with local asset and supports different uris. |
are you using |
@duguyihou yes, i am. RN Image doesn't support some special formats of images |
Can you tell me which formats are you using? Last week, I encountered some issues with local assets in Android release mode.
|
I tried local apng in debug mode, it worked fine. I haven't tried in release mode yet |
sorry for the inconvenience. |
No description provided.