chilijung / react-native-carousel-view

react-native carousel, support in both Android and iOS
73 stars 44 forks source link

How to add dynamic url in image prop #19

Open ashishparmar opened 6 years ago

ashishparmar commented 6 years ago

images={[{ uri: 'https://avatars3.githubusercontent.com/u/7250217?v=4&s=200', }, { uri: 'https://avatars7.githubusercontent.com/u/1216029?v=4&s=460', }, { uri: 'https://via.placeholder.com/350x150', }, { uri: 'https://via.placeholder.com/100x200', }]}

I can not add dynamic url in this library