2
I created an RN project and within it I created a folder called screens.
Inside the folder screens created the files app.js and home.js
on index.android.js I only gave one: import App from './screens/app';
In the app js. I’m using the stackNavigator and gave a import Home from './home'
In the home js. used: import App from './App'
When running, it displays an error that cannot resolve the App module in home.js.
I’m a little lost in organizing the project into folders and importing and navigating between them.
Thank you. I’ll check!
– Leandro Ayala