This repository contains experimental native (mobile) applications for Paradicms, implemented in React Native.
app/
: React Native appslib/
: libraries shared between appsscript/
: standardized scripts for building and testing the code, following the Scripts to Rule Them All pattern
- Node.js 16+
- Yarn 1.x
- Paradicms monorepo checked out in a sibling directory to this repo
script/bootstrap
yarn build-lib
yarn build
cd app/forms
yarn build
cd lib/react-native
yarn build
script/test
This repository uses GitHub Actions for Continuous Integration and Deployment (CI/CD). See the .github/workflows
directory for GitHub Actions workflow specifications.
TypeScript code is formatted with Prettier.