-
Notifications
You must be signed in to change notification settings - Fork 112
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
Unable to display dynamic images #6
Comments
What do you mean by dynamic images? Like images as URLs? |
@jnoweb Maybe you are hitting a common ReactNative bundler issue, rather than with this library. If you mean dynamic sources being used in images, RN doesn't allow this - see facebook/react-native#2481 . One way around this is to generate different static image paths in a method, and use this method where you want a 'dynamic image', like:
|
@jnoweb I came across some strange quirks when working on this, for example, png files only appear to work if they're post fixed with |
Good find, let’s add it to the docs! |
@birkir the https images are not loading in ListItem, any clue?: I am adding this like this: const podcastItems: ListItem[] = [ ] |
I was trying to display dynamic images on the ListTemplate but it is not working. I have gone through the documentation but I can't find anything relating to this. Is it currently possible to perform such action? And if yes, how?
Thanks!
The text was updated successfully, but these errors were encountered: