birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
629 stars 104 forks source link

Https images are not loading in list items #148

Closed harrymash2006 closed 9 months ago

harrymash2006 commented 9 months ago

@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'}}, ]

DanielKuhn commented 9 months ago

The documentation is wrong. I fixed it (and improved remote image loading) in https://github.com/birkir/react-native-carplay/pull/143

harrymash2006 commented 9 months ago

thanks for your great help @DanielKuhn. Let me delete my unrelated comments

birkir commented 9 months ago

Fixed in #143