Husky Habits App

Setup

Download Yarn, a JavaScript package manager.

Install dependencies: yarn install

React Native

React Native is a JavaScript library based on React for building mobile user interfaces.

Expo is a platform for creating/deploying React Native apps.

Install Expo CLI: npm install -g expo-cli

Development

With Expo, you can launch a mobile phone emulator for Husky Habits either on your computer or phone.

yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below:
- yarn android
- yarn ios
- yarn web