Am new to react native, I set up the react native in ubuntu operating system and i created the app using below command
react-native init project_name
But only app.js and index.js files are generated with node modules, I didn't get the index.ios.js and index.android.js files generated automatically.?
Do i need to add these index.ios.js and index.android.js files manually or it has to generate automatically.?