You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried having babel-preset-react-native-stage-0 under devDependencies instead of dependencies with the same result.
Everything works in I change the line that says import App from './app' in index.android.js to import App from './app/index', but it should be working without having to include index in the import, which is why I'm confused.
The text was updated successfully, but these errors were encountered:
I get the following error message when I try to run my app:
Here is the relevant code:
I've tried having
babel-preset-react-native-stage-0
underdevDependencies
instead ofdependencies
with the same result.Everything works in I change the line that says
import App from './app'
inindex.android.js
toimport App from './app/index'
, but it should be working without having to include index in the import, which is why I'm confused.The text was updated successfully, but these errors were encountered: