App listing all the planets on the Star Wars universe, randomly getting them.
# Install dependencies
yarn install
# Start Bundler
expo start
# Log into expo
expo login
# Build for android and iOs
expo build:android #generate apk
expo build:ios #generate ipa - Apple Developer Account needed