Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/fukata/travel-logger-app
- Owner: fukata
- Created: 2017-12-04T16:56:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T01:03:28.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T12:26:29.593Z (about 1 month ago)
- Topics: android, react-native, reactjs, sample
- Language: JavaScript
- Homepage:
- Size: 739 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```