Start Your First React Native App (MacOS)
Open the terminal and configure the ANDROID_HOME environment variable, to do that run the following command :
open -e .zprofile
Above command will open the zprofile file in the text editor
Copy the below lines into the zprofile file :
export AND...
omyerawar.hashnode.dev3 min read