Closed
Description
Hi I am new to React-Native. I tried to create project using commands in sequences
expo-cli (to start project)
npm start
npm run eject (to create android and ios folder)
npm run android (to run app natively)
However not at any stage of development i got to see file "RootDirectory/Index.js" and "index.android.js" or "index.ios.js" ??
I have seen other issue but mostly people have worked around these file which i never saw on my repo.