An open API service indexing awesome lists of open source software.

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

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)