#react-native-xkcd
Loads a random XKCD comic with caption.
Usage:
Plain and simple as of now:
$ npm install --save react-native-xkcd
var XKCD = require('react-native-xkcd');
<XKCD />
Will result in something like:

TODO:
Better styling :lipstick: ( lazy me :/ )
Refresh interval prop to auto load random comics.
Fix index.android.js