Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 540 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 540 Bytes

Star Wars Planets

Description

App listing all the planets on the Star Wars universe, randomly getting them.

Integrations

Installation

Development

# Install dependencies
yarn install

# Start Bundler
expo start

Production

# Log into expo
expo login

# Build for android and iOs
expo build:android #generate apk
expo build:ios #generate ipa - Apple Developer Account needed