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 installInstall python packages:
pipenv installSpin a demo app using the customized React Native template:
yarn run demoInstall modules to your demo app:
yarn run add react-native-app-menuCreate new modules and test/validate your work locally before submitting a PR:
yarn run parse- make sure to have a compatible version of urllib3 with openssl. urllib3 v2.0 or higher is compatible with OpenSSL 1.1.1 or higher