This project is an Expo project for a mobile app compatible with Open-CES.
For more information about the project, look at our web site http://open-ces.org/
Git Hub for the back-end system is : https://github.com/jsomville/open-CES
-
Install dependencies
npm install
-
Start the app
npx expo start
- Login
- Logout
- Link to Register new user
- Main account information
- Transfer using a QR code
- Transfer using email
- Transfer using phone number
- Show my QR code
- Pay by scanning a QR code
- Display user informations
- Diplay past transactions
Have a valid expo account
Install the eas cli
npm install -g eas-cliLogin to expo
eas loginBuild configure if required
eas build:configureBuild production (preview)
eas build --platform android --profile previewBuild production (default)
eas build --platform androidTo check dependency
npx depcheckDelete line in package.json
Repackages-install
npm install