React Native Environment Setup in Mac M1

React native environment setup in Mac M1

React native app development can do in any one operating window or mac. in both operating system  environment setup is quite different.

in this tutorial we learn how to  setup environment in Mac operating system  with chip -M1.

React Native requires framework Node, React Native command line interface, xcode , JDK, and Android Studio.

There is following steps for environment setup

iTerm installation

1. Download home iTerm2 terminal  from the link : https://iterm2.com/ 

Install Home Brew in Mac

2. Install home brew by run home brew command from home brew link : https://brew.sh/

3. After installed home brew , close the terminal and  reopen again.

4. Install node after completed the brew installation using following command

         brew node install

using following command you can check installed node  version and npm version

npm –version

node –version

Xcode Installation

5. Install xcode in you mac if not install yet,  download xcode and install from link: Apple

6. install cocoa pods  from https://cocoapods.org/
$ sudo gem install cocoapods

 

when you completed environment setup you can start  create first app in react native , see the next post ‘How to create react native app’.

Read More Tutorial 

 

Leave a Reply

Your email address will not be published. Required fields are marked *