0

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

4

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.