Skip to content

glecko/mysip

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors