Site icon Chandan Rajpurohit

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

Exit mobile version