In my React Native app I'm trying to import 52 png image files from a resource folder. But the * symbol that is be used to import all files in React is not recognized in ReactNative I guess. So I'm nesting loops to create regexs to directly import all 52 images. Is there a better way to do this?
Asked
Active
Viewed 244 times
3
-
check this https://stackoverflow.com/a/2727191/13700347 – Tony Apr 07 '21 at 04:54