Project Tree & Script Structure

The above is the default structure. We should also create following items

/
|- src
|- components         # Storing the customized components
|- index.ios.js
|- index.android.js

Always Create one component for a file

Reference:

Last updated

Was this helpful?