{"id":47664569,"url":"https://github.com/imdevan/expo-expo","last_synced_at":"2026-04-02T11:51:52.391Z","repository":{"id":280345751,"uuid":"938441875","full_name":"imdevan/expo-expo","owner":"imdevan","description":"Expo + Useful tools to jump start you React Native + Web projects","archived":false,"fork":false,"pushed_at":"2025-03-22T22:16:30.000Z","size":525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T23:20:59.223Z","etag":null,"topics":["expo","expo-boilerplate","expo-router","mobile-app","nex","react-native","react-native-boilerplate","react-native-web"],"latest_commit_sha":null,"homepage":"https://devanhuapaya.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imdevan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2025-02-25T00:51:30.000Z","updated_at":"2025-03-22T22:16:33.000Z","dependencies_parsed_at":"2025-03-22T23:31:36.132Z","dependency_job_id":null,"html_url":"https://github.com/imdevan/expo-expo","commit_stats":null,"previous_names":["imdevan/expo-expo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imdevan/expo-expo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fexpo-expo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fexpo-expo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fexpo-expo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fexpo-expo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdevan","download_url":"https://codeload.github.com/imdevan/expo-expo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fexpo-expo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","expo-boilerplate","expo-router","mobile-app","nex","react-native","react-native-boilerplate","react-native-web"],"created_at":"2026-04-02T11:51:51.042Z","updated_at":"2026-04-02T11:51:52.378Z","avatar_url":"https://github.com/imdevan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Expo, Expo!](https://github.com/user-attachments/assets/2cb9d90a-4c88-48d5-bdfe-1ad53c77b0c5)\n\n# Expo, Expo! 🍔\n\n[![Tests](https://github.com/imdevan/expo-expo/actions/workflows/test.yml/badge.svg)](https://github.com/imdevan/expo-expo/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/imdevan/expo-expo/graph/badge.svg)](https://codecov.io/gh/imdevan/expo-expo)\n\nThis is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).\n\nThe goal of this project is jump start Expo app development with all the bells and whistles that I personally would want to see in a production web-first React Native app.\n\nInspired primarily by [Next Launch](https://github.com/imdevan/next-launch), [Take Out](https://tamagui.dev/takeout), and [Next-js-Boilerplate](https://github.com/ixartz/Next-js-Boilerplate/tree/main).\n\nI've considered [Expo Boilerplate](https://github.com/Milvasoft/expo-boilerplate) and [React-Native-Boilerplate](https://github.com/thecodingmachine/react-native-boilerplate). But for various reasons neither of those met my specific needs or DX interests.\n\nPlease consider using this boilerplate for you next React Native / React Native Web project if [the already included features](#-whats-in-the-box-) interesting to you.\n\n## Get started\n\n1. Install dependencies\n\n   ```bash\n   yarn\n   ```\n\n2. Start the app\n\n   ```bash\n   yarn expo start\n   ```\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\nYou can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).\n\n## 🥡 What's in the Box? 🥡\n\n- [x] Out of the box Expo project\n- [x] Authentication + auth page\n- [x] Jest config\n- [x] Unit tests\n- [x] Playwright config\n- [x] End-to-end testing\n- [x] Localization\n- [x] Github workflow\n- [x] Prettier + Linter Configs\n- [x] Final-Form integration\n- [x] Zod form validation\n- [x] Tailwind + Native support\n- [x] Moti animations\n- [x] Husky pre-push config\n- [x] Auto-format on Save\n- [x] Dark Mode Toggle\n- [x] Easy tailwind typography config\n\n## 🚧 Roadmap 🚧\n\nThis project is just getting started and I plan to be actively readding features to\nthis boilerplate as I use it to develop my next projects.\n\n[Please feel free to drop a pull request or open an issue if you'd like to contribute!](https://github.com/imdevan/expo-expo/issues/new/choose)\n\n- [x] Version 0 including features listed above 👆\n- [ ] Easier app theme configs\n- [ ] Basic settings page\n- [ ] Easy deploy to web, android, and ios\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdevan%2Fexpo-expo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdevan%2Fexpo-expo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdevan%2Fexpo-expo/lists"}