We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@birkir the https images are not loading in ListItem, any clue?:
I am using this object:
const podcastItems: ListItem[] = [ { text: 'Podcast 1', detailText: 'Podcast 1 description', image: { uri: 'https://commondatastorage.googleapis.com/codeskulptor-assets/week5-triangle2.png'}}, ]
The text was updated successfully, but these errors were encountered:
The documentation is wrong. I fixed it (and improved remote image loading) in #143
Sorry, something went wrong.
thanks for your great help @DanielKuhn. Let me delete my unrelated comments
Fixed in #143
No branches or pull requests
@birkir the https images are not loading in ListItem, any clue?:
I am using this object:
const podcastItems: ListItem[] = [
{ text: 'Podcast 1', detailText: 'Podcast 1 description', image: { uri: 'https://commondatastorage.googleapis.com/codeskulptor-assets/week5-triangle2.png'}},
]
The text was updated successfully, but these errors were encountered: