baxri / haccp

tracking software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"react-native-zip-archive": "github:mockingbot/react-native-zip-archive#fix-zip-progress",

INSTALLATION

Download and install github project on your local computer run this command:

SSH

git clone git@github.com:jrenouard/haccp.git

HTTPS

git clone https://github.com/jrenouard/haccp.git

cd haccp
npm install

INSTRUCTION TO BUILT APK

make sure that you configured you local enviroment to run this project, if not you can use this guide

Android Setup

Generating Signed APK

There is a complete guide to generate apk from the github source

Generating Signed APK

If you have configured everythig okey, then you can navigate to android directory:

cd android

And run this command

./gradlew assembleRelease

MYAPP_RELEASE_KEY_PASSWORD=123456

You can find new apk generated apk in this directory

android/app/build/outputs/apk/app-release.apk

ENJOY 🎉

About

tracking software


Languages

Language:JavaScript 97.8%Language:Objective-C 1.0%Language:Java 0.7%Language:Python 0.4%