Skip to content

saad-abid-crowdbotics/modules

 
 

Repository files navigation

Crowdbotics Modules

Lint Parse and validate modules Release

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.

Requirements

Node.js

Node.js version v18.12.0 (LTS) is recommended.

Our template is on the following 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

Python dependencies

The demo command depends on the Python library cookiecutter.

pipenv install

Getting started

Generate a new app based on the scaffold:

yarn run demo

Install the App Menu module:

yarn run add react-native-app-menu

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.4%
  • Python 8.2%
  • Shell 1.0%
  • Ruby 0.6%
  • Java 0.3%
  • Objective-C 0.3%
  • Other 0.2%