/BetterWeather

An example application to show how to use D3 in a React Native application.

Primary LanguageJavaScriptMIT LicenseMIT

BetterWeather

An example application to show how to use d3js in a React Native application.

Each commit has been structured to show how the application was incrementally created.

Full animation

Setup

  1. Follow the instructions on how to get started 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.