{"id":19774638,"url":"https://github.com/yeukfei02/lunchpickerreactnative","last_synced_at":"2025-04-30T18:33:33.515Z","repository":{"id":38317145,"uuid":"252157780","full_name":"yeukfei02/lunchPickerReactNative","owner":"yeukfei02","description":"Lunch picker is the tool to help you to answer where should I have lunch","archived":false,"fork":false,"pushed_at":"2023-02-01T14:58:13.000Z","size":122094,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T03:51:08.500Z","etag":null,"topics":["expo","hacktoberfest","lunch","lunch-picker","react-native","typescript"],"latest_commit_sha":null,"homepage":"https://expo.io/@yeukfei02/LunchPickerLite","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/yeukfei02.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["yeukfei02"],"custom":["https://donorbox.org/donate-for-lunch-picker-better-features-and-development","https://www.buymeacoffee.com/yeukfei02"]}},"created_at":"2020-04-01T11:39:23.000Z","updated_at":"2024-07-04T12:09:40.000Z","dependencies_parsed_at":"2023-02-09T02:31:36.516Z","dependency_job_id":null,"html_url":"https://github.com/yeukfei02/lunchPickerReactNative","commit_stats":null,"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FlunchPickerReactNative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FlunchPickerReactNative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FlunchPickerReactNative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeukfei02%2FlunchPickerReactNative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeukfei02","download_url":"https://codeload.github.com/yeukfei02/lunchPickerReactNative/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251761738,"owners_count":21639679,"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","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","hacktoberfest","lunch","lunch-picker","react-native","typescript"],"created_at":"2024-11-12T05:13:30.873Z","updated_at":"2025-04-30T18:33:31.725Z","avatar_url":"https://github.com/yeukfei02.png","language":"TypeScript","funding_links":["https://github.com/sponsors/yeukfei02","https://donorbox.org/donate-for-lunch-picker-better-features-and-development","https://www.buymeacoffee.com/yeukfei02"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200px\" src=\"https://github.com/yeukfei02/lunchPickerReactNative/blob/master/readme-icon.png\"\u003e\u003cbr/\u003e\n  \u003ch2 align=\"center\"\u003elunchPickerReactNative\u003c/h2\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://codecov.io/gh/yeukfei02/lunchPickerReactNative\"\u003e\u003cimg src=\"https://codecov.io/gh/yeukfei02/lunchPickerReactNative/branch/master/graph/badge.svg\" alt=\"\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://discord.gg/ZSwskB2\"\u003e\u003cimg src=\"https://img.shields.io/discord/709280499503202364\" alt=\"\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nIf you’re a working software engineer, you’ve probably encountered with one of the toughest questions, where should I have lunch?\n\nLunch picker is the tool you’ll turn to to answer this question.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://apps.apple.com/us/app/lunchpickerlite/id1509385881\"\u003e\u003cimg src=\"https://github.com/yeukfei02/lunchPickerReactNative/blob/master/app-store-badge.png\" width=\"30%\" height=\"30%\" alt=\"\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://play.google.com/store/apps/details?id=com.donaldwu.lunchpickerlite\"\u003e\u003cimg src=\"https://github.com/yeukfei02/lunchPickerReactNative/blob/master/google-play-badge.png\" width=\"30%\" height=\"30%\" alt=\"\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Requirement\n\n- install expo-cli\n- install eas-cli\n- install yarn\n- install node (v14+)\n\n## Testing and run\n\n```zsh\n$ yarn\n\n// expo start\n$ yarn run start\n\n// expo start android\n$ yarn run android\n\n// expo start ios\n$ yarn run ios\n\n// run test case\n$ yarn run test\n\n// lint code\n$ yarn run lint\n\n// format code\n$ yarn run format\n```\n\n```zsh\n// publish project to expo\n$ expo publish\n\n// make ios ipa\n$ expo build:ios\n\n// make android apk / app bundle\n$ expo build:android\n\n// get ios certificate\n$ expo fetch:ios:certs\n\n// get android keystore\n$ expo fetch:android:keystore\n\n// get current build status\n$ expo build:status\n\n// generate android + ios folder\n$ expo eject\n\n// eas build ios/android\n$ eas build\n```\n\n## Contributing\n\nPlease refer to [CONTRIBUTING.md](https://github.com/yeukfei02/lunchPickerReactNative/blob/master/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeukfei02%2Flunchpickerreactnative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeukfei02%2Flunchpickerreactnative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeukfei02%2Flunchpickerreactnative/lists"}