I\'ve read pretty much read every article from google search, watched all the YouTube tutorials and checked out all the StackOverflow questions relating to this but cannot find
Mac Users
Assuming you already have:
Now let's download only command line tools (which is bottom of ) this link
Follow these steps wisely:
unzip the folder in /opt/andriod directory
export ANDROID_HOME=/opt/android
echo "export ANDROID_HOME=/opt/android" >> ~/.bashrc
/opt/android/tools/bin/sdkmanager "platforms;android-23" "build-tools;23.0.1" "add-ons;addon-google_apis-google-23"
You are all done.Congrats! if you made it all.Now from RN proj. folder run:
react-native run-android