A mobile application built with React Native that allows users to track their alcohol consumption habits.
Check out the instructions on how to set up the React Native environment in their setup guide.
To install the application's dependencies:
npm install
Create a .env file in your project root, with the following structure:
ANDROID_KEYSTORE_PASSWORD=your_android_keychain_password
To install CocoaPod libraries for iOS:
cd ios/
pod install
To start the application:
npm start
npm run ios/android