-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Scroll view is not showing base64 images #16695
Comments
Can you include the information requested under Environment? Any chance you can repro this on a snack? You'll have more luck getting someone to check your code that way. Thanks! |
Hi hramos, the information about environment was there but in the wrong place. I hope know you can see it, in any case I leave the info below. On regards you question about " any chance you can repro this on a snack", sorry, but I got lost :D what is the rerpo and what is a snack? I already put my code on stackoverflow, but so far no feedback. In any case if you check the zip, I putted three things: On regards the base64 image, I am using the same image in other places of the code, but as a simple image outside a scrollview and it also works. Thanks, |
This comment has been minimized.
This comment has been minimized.
Thanks for your feedack. I understand your point and since it is only
affecting me, I believe that it can be closed.
Kind regards,
Ricardo
…On Sun, Jan 7, 2018 at 6:00 PM, stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Maybe the
issue has been fixed in a recent release, or perhaps it is not affecting a
lot of people. If you think this issue should definitely remain open,
please let us know why. Thank you for your contributions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16695 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF1P0UZ0NPb13u8UNCMVsBtQEhXiLMqxks5tIQYjgaJpZM4QTCBq>
.
|
This comment has been minimized.
This comment has been minimized.
It looks like your issue may refer to an older version of React Native. Can you reproduce the issue on the latest release, v0.55? |
I took the time to attempt to reproduce this on a Snack, and did not succeed. You can see at https://snack.expo.io/rk89ME6mQ that the images are rendered when displayed inside a scroll view. The issue seems to be elsewhere in your code. Minimal repro:
|
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: Windows 10
Node: 8.4.0
Yarn: Not Found
npm: 5.3.0
Watchman: Not Found
Xcode: N/A
Android Studio: 2.3.3
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.50.1 => 0.50.1
Steps to Reproduce
My application does not show base64 images inside a Scrollview
(Write your steps here:)
Expected Behavior
The expected behavior was for the images to be displayed in the scroll view as an image carousel allowing the user to scroll through all the images
Actual Behavior
The application does not display the images in the scrollview. As an apart the scrollview doesn't display images stored locally but that have the style property in the image tag.
Reproducible Demo
ScrollImage.zip
The text was updated successfully, but these errors were encountered: