A customized React Native scaffold and a library of Django & React Native modules.
The following must be available in your system:
Node v18.16.0
(LTS) recommended.
Install node modules:
yarn install
Install python packages:
pipenv install
Spin a demo app using the customized React Native template:
yarn run demo
Install modules to your demo app:
yarn run add react-native-app-menu
Create new modules and test/validate your work locally before submitting a PR:
yarn run parse