

brew now uses a different path to store packages, use export ANDROID_HOME=/usr/local/share/android-sdk (instead of export ANDROID_HOME=/usr/local/opt/android-sdk)

So, if you install with Android Studio, use export ANDROID_HOME=/Users/elbow/Library/Android/sdk (add it to your ~/.bash_profile). When you run the app, the react-native will use the ANDROID_HOME environment variable to find the SDK.Use Show Package Details checkbox in the bottom, to expand the dependencies. This pretty much looks like the old GUI, only now it's split over 3 tabs. When you get to chose your project (new, use existing, etc.), choose Configure -> SDK Manager on the bottom. Android SDK Manager is no longer available as a separate GUI (run android), but integrated in Android Studio.install dependencies with Android Studio:.find all the instructions you need for setting up your Android development environment on React Native Official - Android Setup.install Xcode via Mac App Store Android.

install cacao pod deps: cd ios & pod install.install cacao pods cli: brew install Caskroom/cask/cocoapods-app.install global deps: npm install -g react-native-cli.InstallĪll commands are assumed to be ran from project root. Feel free to adapt it as you see fit, you don't need permission.keep the README.md complete and up to date! Goal is that it contains everything you need to get started.
