Galera,
I created a react-native project and I want to structure it with folders, for example create the screens folder to create the components.
The beginner's doubt. Whenever I run the project it is redirected to index.android.js
In this case if I create a ./screens/index.js, do I need to redirect to index.android.js?