After I use: react-native init test in the folder there is only index.js file and not the index.android.js, index.ios.js files and I don't know why.
0
votes
2 Answers
0
votes
0
votes
After this update, new projects only have a single entry point, index.js, instead of index.android.js and index.ios.js.