You can use and modify this repository however you want. If you want to use EAS to build your app, you'll need to create an Expo access token and set it as EXPO_TOKEN
GitHub actions secret.
To run the repository locally, run these two commands:
$ pnpm install
- This installs all required Node libraries using pnpm.$ pnpm dev
- Starts the development servers for all apps.
apps
- Apps that only use packages and aren't aware of other apps.packages
- Packages that may use external and/or other monorepo packages.
apps/mobile
- Expo app usingeslint-config
andfeature-home
packages.
packages/components
- All the components live here.packages/core
- All the logic related stuff lives here.