{"id":31582884,"url":"https://github.com/alloc/nativ-template","last_synced_at":"2025-10-05T23:19:49.987Z","repository":{"id":310917581,"uuid":"1041749704","full_name":"alloc/nativ-template","owner":"alloc","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-28T18:48:42.000Z","size":765,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T00:55:26.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alloc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-21T00:40:21.000Z","updated_at":"2025-08-28T18:48:45.000Z","dependencies_parsed_at":"2025-08-21T02:39:22.694Z","dependency_job_id":"5690849c-b441-4b43-948a-28f14a59b7c4","html_url":"https://github.com/alloc/nativ-template","commit_stats":null,"previous_names":["alloc/nativ-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alloc/nativ-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Fnativ-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Fnativ-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Fnativ-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Fnativ-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alloc","download_url":"https://codeload.github.com/alloc/nativ-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alloc%2Fnativ-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278532486,"owners_count":26002369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-05T23:19:46.809Z","updated_at":"2025-10-05T23:19:49.981Z","avatar_url":"https://github.com/alloc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Nativ App\n\nA React Native app built with [Nativ](https://github.com/alloc/nativ), Expo, and modern tooling.\n\n## Project Structure\n\n```\n├── assets/           # Fonts, icons, images, sounds\n├── src/\n│   ├── app/          # Expo Router pages\n│   ├── core/         # Core application files\n│   │   ├── theme.ts  # Restyle theme\n│   │   └── ui.ts     # UI primitives\n│   └── db/           # Drizzle ORM setup\n├── app.config.ts     # Expo configuration\n├── drizzle.config.ts # Database configuration\n└── tsconfig.json     # TypeScript configuration\n```\n\n## Customization\n\n### Theme\n\nEdit `src/core/theme.ts` to customize colors, spacing, and typography.\n\n```ts\n// Import the theme type:\nimport type { Theme } from '~/theme'\n```\n\n### UI Components\n\nUI primitives are exported from `src/core/ui.ts` using the nativ library.\n\n```ts\n// Import UI primitives:\nimport { Button, View, Text } from '~/ui'\n```\n\n### Database\n\n- Schema: `~/db/schema`\n- Client: `~/db/client`\n- Migrations: `~/db/migrations`\n\n### Assets\n\n- **Icons**: Add to `assets/icons/`\n- **Images**: Add to `assets/images/`\n- **Fonts**: Add to `assets/fonts/` and `app.config.ts`\n\n## Learn More\n\n- [Nativ Documentation](https://github.com/alloc/nativ)\n- [Expo Documentation](https://docs.expo.dev/)\n- [Restyle Documentation](https://github.com/alloc/restyle)\n- [Drizzle Documentation](https://orm.drizzle.team/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falloc%2Fnativ-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falloc%2Fnativ-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falloc%2Fnativ-template/lists"}