Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fukata/travel-logger-app

THIS IS SAMPLE APP of react-native (only testing android)
https://github.com/fukata/travel-logger-app

android react-native reactjs sample

Last synced: 29 days ago
JSON representation

THIS IS SAMPLE APP of react-native (only testing android)

Awesome Lists containing this project

README

        

# travel-logger-app

THIS IS SAMPLE APP of react-native (only testing android)

## Run App

```bash
$ npm install
$ react-native run-android
```

## Generate Polyline Map

```bash
$ cd misc
$ bundle install --path vendor/bundle
$ cp config.sample.yml config.local.yml
$ vim config.local.yml
---
google_api_key: 'YOUR API KEY'
$ bundle exec ruby map.rb --location /path/to/location_log --output map.html
```