Mobile Workstation Setup
Prerequisites
Node.js
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bashnvm install 10.15.2 nvm use 10.15.2node -vnpm install -g yarnyarn global add expo-cli
Getting Started
cd ~/Sites
git clone git@github.com:ElentraProject/elentra-3x-mobile.git
cd elentra-3x-mobile
yarn install
expo startReact Native Debugger
Building Releases
Deploying Releases
Android
Apple
Manually uploading the iOS app
Processing
Submitting
Last updated