/nlw-heat-expo

Expo React Native project developed during NLW Heat 🔥

Primary LanguageTypeScriptMIT LicenseMIT

Next Level Week - Heat - Expo

Expo React Native project developed during NLW Heat 🔥.

🚀 Technologies

🎨 Figma Layout

https://www.figma.com/community/file/1031699316177416916

💻 Local Installation

# Open terminal and clone this repository
$ git clone https://github.com/luizwhite/nlw-heat-expo.git

# Replace CLIENT_ID value in `./hooks/auth.tsx:26` with your CLIENT_ID

# Install dependencies
$ yarn

# Ensure that you have android emulator installed/opened or physical device connected and setup

# Login with your expo account to test the login within the app
$ expo login

# Start the application
$ expo start

# Run on android by typing `'a'` in same terminal window