-
Download and install Andrioid Studio.
-
Download Genymotion. (Free Version) Genymotion requires you to have Oracle VM VirtualBox in order for it to work. If you don't have VirtualBox, follow these instructions here
-
Follow these instructions here to configure Genymotion and Android Studio. Make sure to follow "Option 1: User Andriod Studio's tools" and "Step 2: Path your path in XDE".
$ open .bash_profile In your bash_profile, copy and paste these paths, enter your computer's username, and save. export PATH=/Users/YOUR_USER_NAME/Library/Android/sdk/platform-tools:$PATH export PATH=/Users/YOUR_USER_NAME/Library/Android/sdk:$PATH```
-
Run Genymotion with a Nexus 5 device.
-
In your Expo XDE, start your Expo project and choose Device -> Open on Android.