I am working on a react-native project and we are putting images currently in /images/ folder. Is it a good path for them ? Is there any best practice?
/images/
To add a static image to your app, place it somewhere in your source code tree and reference it like this:
please see the below link for more explanation:
https://facebook.github.io/react-native/docs/images.html