Global VS Local react native app installation

By admin , 25 December, 2021

npx 

npx react-native init AwesomeProject     command is used to install locally.

 

npm

npm react-native init AwesomeProject    command is used to install globally.

 

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.