

On the next screen, you can see Emulator Settings screen like below. Select Performance (Intel ® HAXM) option and Android Virtual Device option, and clic Next button. When you go to the next screen, you can see SDK Components Setup screen like below.

Select the theme which you like, and click Next button to go to the next screen. When you go to the next screen, you can see Select UI Theme screen like below. Select Custom option and click next button to go to next screen.
ANDROID EMULATOR REACT NATIVE ON MAC INSTALL
When you go to the next screen, you can see Install Type configuration screen. You can see the screen like below after executing Android Studio.Ĭlick Next button to go to next screen. Click the link below to go to Android Studio site and download the installation file.Īfter downloading, execute the installation file to execute Android Studio. We need to install Android Studio to develop Android app with react-native. We can install packages simply on Mac via Homebrew.įirst, execute the command below to check Homebrew is installed on Mac. Homebrew is a package manager on Mac to install and manage packages.
ANDROID EMULATOR REACT NATIVE ON MAC HOW TO
let’s see how to install them one by one. We need to install Nodejs, Watchman, Xcode, etc to develop the app by react-native.

Also, we’ll create react-native project by React Native CLI and check it works well. This blog post is about how to install and configure React Native CLI environment. Therefore, this blog post doesn’t recommend to use Expo CLI. Also, if you want to integrate the native feature which Expo CLI doesn’t include, it’s hard to make it. However, this pacakge includes many native features those you don’t use, and that makes the app build size bigger. At the first time, when you develop the react native with Expo CLI, you can feel easy and comfortable. You can use Expo CLI and React Native CLI to develop react-native app on Mac.Įxpo CLI is the package includes many native features(geolocation, camera, etc) when you develop the app with react-native. If you want to know how to install react-native on Windows, see the blog post below. Let’s see how to install and configure react-native development environment on Mac.
