0
votes

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.?

1

1 Answers

0
votes

Related to react-native version 0.49 which joins both index.ios.js and index.android.js to index.js. Hope this helps!