Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hswolff/betterweather
An example application to show how to use D3 in a React Native application.
https://github.com/hswolff/betterweather
react react-native
Last synced: 11 days ago
JSON representation
An example application to show how to use D3 in a React Native application.
- Host: GitHub
- URL: https://github.com/hswolff/betterweather
- Owner: hswolff
- License: mit
- Created: 2016-07-09T21:28:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T04:06:33.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T03:04:15.779Z (7 months ago)
- Topics: react, react-native
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 212
- Watchers: 5
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BetterWeather
An example application to show how to use [d3js](https://d3js.org/) in a [React Native](https://facebook.github.io/react-native/) application.
Each commit has been structured to show how the application was incrementally created.
![Full animation](./images/full-animation.gif)
## Setup
1. [Follow the instructions on how to get started](https://facebook.github.io/react-native/docs/getting-started.html) on the official React Native website.
2. Copy `js/config.example.js` to `js/config.js` so that the React Native Packager does not complain that the file is missing. You do not need to update the file for the application to work.
3. Run the application just as you would any React Native application.