This application is the Electric Vehicle Charging Station (EVSE) mobile application for Android and iOS.
It's linked to the Open e-Mobility backend: https://github.com/sap-labs-france/ev-server
App Stores
Contact the author Serge FABIANO
The project now uses npm 8.x and cocoapods 1.11.2
npm install -g react-native-cli
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
NOTE:
choco install -y nodejs-lts jdk8 androidstudio
brew install node openjdk cocoapods react-native-cli watchman android-studio
Open a terminal in the ev-mobile directory
Install CocoaPods on Mac OSX:
npm run pod:install
Run on Android:
npm run build:prepare
npm run android
Run on iOS:
npm run build:prepare
npm run ios
This file and all other files in this repository are licensed under the Apache Software License, v.2 and copyrighted under the copyright in NOTICE file, except as noted otherwise in the LICENSE file.
Please note that the mobile application can contain other software which may be licensed under different licenses.