How to handle static images in React Native Projects π€
Always keep your images(.jpg or .png ) in one folder and give their path(resource path) to identify with the name and access them where ever you want. I have seen most of the people doing the below approach. This is the wrong way of doing it.
<Image ...
trinadhkoya.hashnode.dev1 min read