https://github.com/yeukfei02/lunchpickerreactnative
Lunch picker is the tool to help you to answer where should I have lunch
https://github.com/yeukfei02/lunchpickerreactnative
expo hacktoberfest lunch lunch-picker react-native typescript
Last synced: 5 months ago
JSON representation
Lunch picker is the tool to help you to answer where should I have lunch
- Host: GitHub
- URL: https://github.com/yeukfei02/lunchpickerreactnative
- Owner: yeukfei02
- License: mit
- Created: 2020-04-01T11:39:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T14:58:13.000Z (over 2 years ago)
- Last Synced: 2025-04-06T03:51:08.500Z (6 months ago)
- Topics: expo, hacktoberfest, lunch, lunch-picker, react-native, typescript
- Language: TypeScript
- Homepage: https://expo.io/@yeukfei02/LunchPickerLite
- Size: 116 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
lunchPickerReactNative
If you’re a working software engineer, you’ve probably encountered with one of the toughest questions, where should I have lunch?
Lunch picker is the tool you’ll turn to to answer this question.
## Requirement
- install expo-cli
- install eas-cli
- install yarn
- install node (v14+)## Testing and run
```zsh
$ yarn// expo start
$ yarn run start// expo start android
$ yarn run android// expo start ios
$ yarn run ios// run test case
$ yarn run test// lint code
$ yarn run lint// format code
$ yarn run format
``````zsh
// publish project to expo
$ expo publish// make ios ipa
$ expo build:ios// make android apk / app bundle
$ expo build:android// get ios certificate
$ expo fetch:ios:certs// get android keystore
$ expo fetch:android:keystore// get current build status
$ expo build:status// generate android + ios folder
$ expo eject// eas build ios/android
$ eas build
```## Contributing
Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/lunchPickerReactNative/blob/master/CONTRIBUTING.md)