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.
- Follow the instructions on how to get started on the official React Native website.
- Copy
js/config.example.js
tojs/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. - Run the application just as you would any React Native application.