React Native Directory Structure
Learn about the directory structure of a React Native application.
We'll cover the following...
The directory structure of a React Native application is very similar to that of a standard web application.
Press + to interact
Directories
These are some of the main and important directories and files in a React Native application.
android
This is the folder where the android project is created.
app
This is a subfolder inside the android
directory. It contains all the React Native code, assets, and dependencies.
src
: This is a subfolder