This is a monorepo which holds the source code for the various modules we built, for tracking purposes and to ease the creation of new ones. There's a complete React Native custom template in scaffold. It also includes utilities for modules installation and removal.
Node.js v14.17.1
(LTS) is required, we depend on relatively new fs
calls.
Our template is on the latest React Native and React versions. scaffold/template/package.json
"dependencies": {
"react": "17.0.1",
"react-native": "0.64.2"
},
Yarn is required:
npm install -g yarn
The demo
command depends on the Python library cookiecutter.
pipenv install
Generate a new app based on the scaffold:
yarn run demo
Install the App Menu
module:
yarn run add react-native-app-menu