README
react-native-commonmark
Getting started
$ npm install react-native-commonmark --save
Mostly automatic installation
$ react-native link react-native-commonmark
Usage
import Commonmark from 'react-native-commonmark';
// TODO: What to do with the module?
Commonmark;