Render SVG images or write your own in-line and animate them, fun! Uses SVGKit. Formerly known as react-native-svgkit, but this now belongs to a library that is actually under active development: see magicmight's react-native-svg.
npm i react-native-svgkit --save
cd node_modules/react-native-svgkit/Libraries/ && git clone git@github.com:SVGKit/SVGKit.git)
libxmyl2.2.dylib
(libxml2.2.tbd
for iOS9) to your linked binaries.var Svg = require('react-native-svgkit'); var Path = Svg.Path
Wave.js and ReactLogo.js for examples!
This chart renders from a source file, but I'm sure that a backend could be made for d3/xkcd to do this for us live
Uses SVGKit to do all of the hard work.