React Native Android Setup on Apple Silicon (M1, M2, M3) || React Native Android Setup in Mac 2025

Опубликовано: 06 Март 2026
на канале: App Stack Engineer
2,243
21

This guide covers setting up React Native for development in 2024 on Apple Silicon Macs (M1, M2, M3) and likely includes instructions for Android as well.

also below are Zshrc command

eval "$(/opt/homebrew/bin/brew shellenv)"
eval "$(/opt/homebrew/bin/brew shellenv)"

source $(brew --prefix nvm)/nvm.sh

export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home

export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/platform-tools