The goal of the module is to support native markdown support for React Native. This will not be functional for production applications until v1.0.0.
Road to v1.0.0, use these native modules to provide markdown support. • iOS - https://github.com/iwasrobbed/Down • Android - https://github.com/noties/Markwon
$ npm install react-native-commonmark --save
$ react-native link react-native-commonmark
import Commonmark from 'react-native-commonmark';
// TODO: What to do with the module?
Commonmark;