Creating a New Application in React Native

Creating a New Application in React Native.

npx react-native init ApplicationName


Note:- Replace ApplicationName with the Name you want to give to your Application.

[Optional] Using a specific version or template.

npx react-native init ApplicationName –version X.XX.X

npx react-native init ApplicationName –template react-native-template-typescript


Once Everything is Successfully Created you will get something like below Image.

Solve npm ERR! code EINTEGRITY Error

Subscribe to newsletter and receive latest tech updates .

Advertisements

One response to “Creating a New Application in React Native”

  1. […] Creating a New Application in React Native – Chandan Rajpurohit […]

Leave a Reply

Discover more from Chandan Rajpurohit

Subscribe now to keep reading and get access to the full archive.

Continue reading