Scope: Create a demo chat app that can be the basis of future developments for the HappyCow Team.
Please read the CONTRIBUTING.md
for contribution
guidelines.
- Install Node.js
- Install expo (
npm install -g expo-cli
) - Clone the Project
cd <path/to/your/code>
cd app
npm install
npm start
for running the tests
npm test
-
npm run build:ios
- builds the iOS application (.ipa
file) -
npm run build:android
- builds the Android application (.apk
file) -
npm run build:all
- builds both applications
EXPO_USER
- your Expo usernameEXPO_PASSWORD
- your Expo passwordEXPO_APPLE_ID
- your AppleID to publish the iOS applicationEXPO_APPLE_PASSWORD
- your AppleID password