I am using an image slider in my react native app, currently I am using web links of images to show the slider, but I want to use a custom image like my own images that I have in my assets folder. how can I use these images please help here is my code.
<ImageSlider
showsHorizontalScrollIndicator={false}
style={styles.imageOpacity}
images={[
"https://placeimg.com/640/640/nature",
"https://placeimg.com/640/640/people",
"https://placeimg.com/640/640/animals",
"https://placeimg.com/640/640/beer"
]}
/>
I want to use my custom images instead of this.