0

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?

Ray Lee
  • 319
  • 1
  • 4
  • 13

1 Answers1

0

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.