-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[0.48.3][Android] render big size image lead to crash #17142
Comments
I have same problemwhy no one comment this issue? using
|
<Image
style={{ height: 77, width: 77, borderRadius: 6 }}
source={{ isStatic: true, uri: image_path }}
resizeMode='contain'
/> |
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version? I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer. |
Same problem here. here is my stackoverflow question. https://stackoverflow.com/questions/52014523/react-native-signed-apk-crash-when-image-with-some-sources-works-fine-in-dev?noredirect=1#comment90983216_52014523 |
Is this a bug report?
yes
Environment
Packages:
react-native: 0.48.3
react: 16.0.0-alpha.12
Target Platform: Android (7.0.0)
Steps to Reproduce
user Image component to render a big size image , just like 6000px * 6000px
Actual Behavior
app crash
The text was updated successfully, but these errors were encountered: