Creating Image Carousel in React Native
You will learn to implement these-
React useState,useEffect hook
React native FlatList component
Api fetching and rendering
The useState hook ->
// we are destructuring values to get images
// setImages is used to modify the content of images
// ...
jatinrawat.hashnode.dev3 min read