My React Native project root directory contains counter.js and a folder containing multiple images.
How do I use counter.js to count the number of images in the folder?
My React Native project root directory contains counter.js and a folder containing multiple images.
How do I use counter.js to count the number of images in the folder?
I think maybe you can use react-native-fs library to read your image from your system. You must have more effort to explore about that and you can also to read this for other reference to use it.
I hope this answer can give you idea.