Create React Native Application¶
Prerequisites¶
- Node should be installed
- Android studio should be installed
- Java should be installed
- Environment variables should setup for both java and android sdk and packages
- Either a simulator (abd devices should be up and running or use USB to get output on your mobile phone).
- For all the step above follow the official documentation.
Note: I will be only creating a android application, IOS have some extra steps involved so please refer some other documentation.
Initialising react native project¶
Run the the following command
A folder will be created with the name <project-name>
. Go inside the folder.
Run the project¶
run the following command