Skip to content

crowdbotics/modules

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68ddfbe · Jul 21, 2023
Jul 18, 2023
Jun 13, 2023
Jun 24, 2021
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Feb 28, 2023
Jan 28, 2021
Jul 14, 2023
Jun 19, 2023
Jul 8, 2022
Jul 8, 2022
Jun 13, 2023
Jun 13, 2023
Jul 8, 2022
Jul 18, 2023
Jun 13, 2023
Jun 24, 2021
Jul 18, 2023
Jun 13, 2023
Jun 13, 2023
Oct 3, 2022
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jan 18, 2021
Jul 21, 2023
Apr 26, 2021
Jun 23, 2023
Jul 18, 2023
Jun 13, 2023

Repository files navigation

A customized React Native scaffold and a library of Django & React Native modules.

Source Code linter Modules validation Production Release

Contents

Requirements for contributing

The following must be available in your system:

Node v18.16.0 (LTS) recommended.

Getting started

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

macOS config

  • 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