{"id":27102966,"url":"https://github.com/flexbox/mobile-landing","last_synced_at":"2026-02-23T23:35:42.745Z","repository":{"id":286285956,"uuid":"947209903","full_name":"flexbox/mobile-landing","owner":"flexbox","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-23T11:24:07.000Z","size":8654,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T19:42:55.615Z","etag":null,"topics":["expo","expo-router","landing-page","nativewind","react-native"],"latest_commit_sha":null,"homepage":"https://mobile-landing.expo.app","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/flexbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["flexbox"]}},"created_at":"2025-03-12T10:24:47.000Z","updated_at":"2025-05-02T17:52:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"22d4c84b-3296-4de2-94fb-23b3313cf493","html_url":"https://github.com/flexbox/mobile-landing","commit_stats":null,"previous_names":["flexbox/mobile-landing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flexbox/mobile-landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexbox%2Fmobile-landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexbox%2Fmobile-landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexbox%2Fmobile-landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexbox%2Fmobile-landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexbox","download_url":"https://codeload.github.com/flexbox/mobile-landing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexbox%2Fmobile-landing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29760737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-router","landing-page","nativewind","react-native"],"created_at":"2025-04-06T16:26:01.481Z","updated_at":"2026-02-23T23:35:42.726Z","avatar_url":"https://github.com/flexbox.png","language":"TypeScript","funding_links":["https://github.com/sponsors/flexbox"],"categories":[],"sub_categories":[],"readme":"![Expo App Langin page OG](./public/@og-image.png)\n\n## About\n\nweshipit.today is a French-based React Native engineering and consulting company. You don’t have time to learn all the details of mobile app development?  \nLet’s build together and **book a call with us [weshipit.today](https://weshipit.today/)**.\n\n### Why this project?\n\nThis project is designed to help you create a landing page for your Expo application. It provides a simple and customizable solution for showcasing your app.\n\nDemo: [mobile-landing.expo.app](https://mobile-landing.expo.app/)\n\n## Getting Started\n\nCreate a new Expo app using the template:\n\n```bash\nnpx create-expo -t https://github.com/flexbox/mobile-landing/ \u003cproject-mobile-landing\u003e\n```\n\nInstall dependencies:\n\n```bash\nyarn       # or npm install\nyarn start # or npm start\n```\n\n## Configure your landing page\n\n1. Update your iOS and android configuration in [`app.config.ts`](./app.config.ts).\n\n- If you provide your App Store ID, the app will automatically fetch your app data (name, description, screenshots).\n- In case the automatic fetch fails, you can still manually configure all the data.\n\n2. Update landing page content on `constants/landing.ts`.\n3. Run `yarn generate-og` to generate a screenshot of your landing page, then manually move the generated image from your downloads folder to the `public` directory.\n\n## App Store Data\n\nThe app can fetch App Store data in two ways:\n\n1. **Dynamic mode (development)**: When running in development, the app will try to fetch data from the App Store API if no static data is available.\n\n2. **Static mode (production)**: For production deployments, the app uses pre-fetched data stored in a local JSON file.\n\nTo manually fetch and update the App Store data:\n\n```bash\nyarn fetch-appstore-data\n```\n\nThis will create a JSON file at `assets/data/appStore.json` with your app's data.\n\nWhen you run `yarn deploy`, this command is automatically executed before deployment to ensure you have the latest data.\n\n## Release\n\n1. Create an account at [expo.dev](https://expo.dev)\n2. Install the cli `npm install -g eas-cli`\n3. Login to your account `eas login`\n\n```bash\nyarn preview # or npm run preview\n```\n\nRelease to production\n\n```bash\nyarn deploy # or npm run deploy\n```\n\n## Changelog\n\nThe app includes a changelog page that can be enabled or disabled. To manage the changelog:\n\n1. Open `constants/landing.ts`\n2. Find the `changelog` configuration object\n3. Set `enabled: true` to show the changelog page, or `enabled: false` to hide it\n4. Add your versions and changes in the following format:\n\n```typescript\n{\n  version: \"2.0.0\",\n  date: \"2024-03-15\",\n  changes: [\n    {\n      type: \"feature\", // Can be: feature, improvement, fix\n      description: \"Description of the change\"\n    }\n  ]\n}\n```\n\nThe changelog page will automatically show your changes with appropriate styling for each type of change:\n\n- 🟣 Feature: New features\n- 🔵 Improvement: Enhancements to existing features\n- 🔴 Fix: Bug fixes and corrections","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexbox%2Fmobile-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexbox%2Fmobile-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexbox%2Fmobile-landing/lists"}