{"id":48406527,"url":"https://github.com/omnidotdev/template-react-native","last_synced_at":"2026-04-06T03:37:19.882Z","repository":{"id":333797788,"uuid":"1096150418","full_name":"omnidotdev/template-react-native","owner":"omnidotdev","description":"⚛️ React Native template","archived":false,"fork":false,"pushed_at":"2026-03-31T08:36:25.000Z","size":616,"stargazers_count":4,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-06T03:37:18.173Z","etag":null,"topics":["expo","foss","mit","open-source","react-native","template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omnidotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["omnidotdev"],"custom":["https://omni.dev"]}},"created_at":"2025-11-14T02:22:28.000Z","updated_at":"2026-03-20T03:47:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/omnidotdev/template-react-native","commit_stats":null,"previous_names":["omnidotdev/template-react-native"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/omnidotdev/template-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnidotdev","download_url":"https://codeload.github.com/omnidotdev/template-react-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31458838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["expo","foss","mit","open-source","react-native","template"],"created_at":"2026-04-06T03:37:16.296Z","updated_at":"2026-04-06T03:37:19.877Z","avatar_url":"https://github.com/omnidotdev.png","language":"TypeScript","funding_links":["https://github.com/sponsors/omnidotdev","https://omni.dev"],"categories":[],"sub_categories":[],"readme":"# ⚛️ React Native Template\n\nThis is a template repository for a cross-platform mobile application powered by [React Native](https://reactnative.dev) and [Expo](https://expo.dev).\n\n## Features\n\n- 🚀 **Modern Stack**: Built with [Expo](https://expo.dev), [React Native](https://reactnative.dev), and TypeScript for cross-platform mobile development\n- 📱 **Cross-Platform**: iOS, Android, and Web support from a single codebase\n- 🧭 **File-Based Routing**: [Expo Router](https://docs.expo.dev/router/introduction) for intuitive navigation\n- 🎨 **UI/UX**:\n  - [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated) for smooth animations\n  - [React Native Gesture Handler](https://docs.swmansion.com/react-native-gesture-handler) for native touch handling\n  - [React Native Screens](https://github.com/software-mansion/react-native-screens) for native navigation primitives\n  - [Safe Area Context](https://github.com/th3rdwave/react-native-safe-area-context) for device-safe layouts\n- 🔄 **Over-the-Air Updates**: [Expo Updates](https://docs.expo.dev/versions/latest/sdk/updates) for instant deployments\n- 🎬 **Splash Screen**: [Expo Splash Screen](https://docs.expo.dev/versions/latest/sdk/splash-screen) for polished app startup\n- 🛠️ **Developer Experience**:\n  - Hot reloading during development\n  - Code quality with [Biome](https://biomejs.dev) for linting and formatting\n  - Git hooks with [Husky](https://typicode.github.io/husky)\n  - TypeScript strict mode with comprehensive type safety\n  - [Knip](https://knip.dev) for unused dependency detection\n  - Easy spin up with [Tilt](https://tilt.dev)\n- 🚢 **Production Ready**:\n  - Managed and bare workflow support\n  - [Expo Prebuild](https://docs.expo.dev/workflow/continuous-native-generation) for native project generation\n  - EAS Build and Submit for app store deployment\n\n## Local Development\n\nUse [Tilt](https://tilt.dev) for a unified development experience:\n\n```sh\ntilt up\n```\n\nOr run manually:\n\n### Installation\n\n```sh\nbun install\n```\n\n### Running\n\n```sh\nbun start\n```\n\nFollow the instructions in the output to open the app on your device or emulator.\n\n### Platform-Specific\n\n```sh\nbun android    # Start on Android\nbun ios        # Start on iOS\nbun web        # Start on Web\n```\n\n### Development Options\n\nIn the output, you'll find options to open the app in a:\n\n- [Development build](https://docs.expo.dev/develop/development-builds/introduction)\n- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator)\n- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator)\n- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo\n\n## Bare Workflow\n\nIf you want full native control over your project, you can use [Expo Prebuild](https://docs.expo.dev/workflow/continuous-native-generation):\n\n```sh\nbun expo prebuild\nbun expo run:android\nbun expo run:ios\n```\n\n`prebuild` generates the native iOS and Android projects.\n\n`run:android`/`run:ios` builds and runs the app on the respective platform. After prebuilding, you can modify native code directly and use any React Native library with custom native modules.\n\n## License\n\nThe code in this repository is licensed under Apache 2.0, \u0026copy; [Omni LLC](https://omni.dev). See [LICENSE.md](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnidotdev%2Ftemplate-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnidotdev%2Ftemplate-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnidotdev%2Ftemplate-react-native/lists"}