https://github.com/mongrov/mongrov-packages
core react-native libs (logging, etc.,)
https://github.com/mongrov/mongrov-packages
Last synced: 4 months ago
JSON representation
core react-native libs (logging, etc.,)
- Host: GitHub
- URL: https://github.com/mongrov/mongrov-packages
- Owner: mongrov
- License: mit
- Created: 2026-03-31T22:32:11.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-04-01T07:41:51.000Z (4 months ago)
- Last Synced: 2026-04-01T08:08:25.507Z (4 months ago)
- Language: TypeScript
- Size: 248 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @mongrov packages
Shared npm packages for Mongrov React Native / Expo apps.
## Packages
| Package | Version | Description |
|---------|---------|-------------|
| [`@mongrov/core`](./packages/core) | 0.2.0 | Structured logging framework |
| `@mongrov/theme` | planned | Theme contract and color scheme management |
| `@mongrov/auth` | planned | Auth lifecycle, token management, biometric |
## Development
```bash
pnpm install
pnpm run build # Build all packages
pnpm run test # Test all packages
pnpm run typecheck # Typecheck all packages
```
### Single package
```bash
pnpm --filter @mongrov/core run test
pnpm --filter @mongrov/core run build
```
## License
MIT