npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

react-native-xkcd

0.0.1

@hemanth

npmHomeRepoSnykSocket
Downloads:2
$ npm install react-native-xkcd
DailyWeeklyMonthlyYearly

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

xkcd

TODO:

  • Better styling :lipstick: ( lazy me :/ )

  • Refresh interval prop to auto load random comics.

  • Fix index.android.js