Create a Basic React Native Project using Expo
To create a project template for React Native. Go to command Prompt and navigate to the folder where you want to create the project. Then enter the command-
expo init <Project-Name>
Once you enter this command you will get a screen similar to this, here select blank or blank(Typescript) as per convenience.
.png)
Once you have selected the template. The project broilerplate files start to download. I have used yarn as it was installed on my system. It may also use npm so don't panic. Wait for few minutes until project is setup. Then you will get a screen like this.
.png)
Now go to the directory of the project-:
cd <Project-Name>6
