README
Prerequisites
- imagemagick (to generate icon)
Cordova
yarn start-cordova
yarn build-cordova
Release
- edit
build.json
: addpassword
andstorePassword
- make sure to not commit your password (
git update-index --skip-worktree build.json
)
- make sure to not commit your password (
- update version in
config.xml
- android version is currently 1 major version before npm version (
1.1.1
instead of0.1.1
)
- android version is currently 1 major version before npm version (
npm run build-cordova-release
Layout
React
- node_modules
- public
- src
- package.json
- yarn.lock
Cordova
- hooks
- platforms
- plugins
- www
Build
- react app is built
- react app is copied into
./www
(cordova expects web root here)