

Unlike other version management toolings, like pyenv, nvm, or nodenv, you cannot install a JVM directly from jenv. If there is a need to have multiple versions of the JVM I highly suggest you install via sdkman and install jenv.

For our purpsoe, all you will need to do (after installing sdman is to run sdk install java 8.0.272.hs-adpt and then run sdk home java 8.0.272.hs-adpt to get the JAVA_HOME env var ( export JAVA_HOME="$(sdk home java 8.0.272.hs-adpt)"). This is a general JVM tooling that can allow for multiple JVMs to be installed. Enter fullscreen mode Exit fullscreen modeĪnother route (outside of brew) is with sdkman.

Nano local.properties sdk.dir = /Users/pabasara/Library/Android/sdk cd ~/Library/Android/sdk/tools/bin/ The first time when you run this code you might get a build failed errors as, cd android React-native init firstApp Running cd first-app Create First React Native App cd Documents At this point you should be able to click on the green triangle button next to your AVD to launch it, then proceed to the next step.

Npm install -g react-native-cli Set up Xcode MAC OS: 10.15.6 (Catalina) Pre-install // Install Homebrew
