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: 12 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T04:06:33.000Z (over 9 years ago)
- Last Synced: 2025-04-02T11:51:34.621Z (about 1 year ago)
- Topics: react, react-native
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 211
- Watchers: 5
- Forks: 34
- 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.

## 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.