Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 822 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 822 Bytes

MySip

Summary

A mobile application built with React Native that allows users to track their alcohol consumption habits.

Setting up the dev environment

React native environment

Check out the instructions on how to set up the React Native environment in their setup guide.

Installing dependencies

To install the application's dependencies:

npm install

Environment variables

Create a .env file in your project root, with the following structure:

ANDROID_KEYSTORE_PASSWORD=your_android_keychain_password

CocoaPods libraries (iOS only)

To install CocoaPod libraries for iOS:

cd ios/
pod install

Getting started

To start the application:

npm start
npm run ios/android