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

https://github.com/yukaii/cafenomad-app

:coffee: 臺灣工作咖啡廳社群 App,使用 React Native
https://github.com/yukaii/cafenomad-app

app cafenomad react react-native

Last synced: about 1 year ago
JSON representation

:coffee: 臺灣工作咖啡廳社群 App,使用 React Native

Awesome Lists containing this project

README

          

# CafeNomad App

icon

臺灣工作咖啡廳地圖,感謝 https://cafenomad.tw 提供 API 給人亂打 :sweat_smile:

## Screenshots

android-preview

## Development

```bash
npm install -g yarn
yarn

cp src/config.js.example src/config.js
```

開啟 `src/config.js` 分別填入 CodePush 的 Deployment key。

### iOS

(TODO, start react-native packager)

### Android

建立 `android/app/src/main/res/values/secrets.xml` 並填入以下內容:

```xml

YOUR_GOOGLE_API_KEY_HERE

```

到 [Google API Console](https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend) 申請你自己的 Google Map API Key。

## License

MIT