I have a folder assets/images
with 200 images. I want to make a listView with all the images and the image's file name would be the Text on the list view.
I've tried to make
import Images from './assets/images'
but always give me error.
Im using react-native version: 0.59.9 and React: 16.8.3
I try to make import folder:
import Images