Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safaiyeh/react-native-commonmark
Markdown support for React Native following the CommonMark Specification
https://github.com/safaiyeh/react-native-commonmark
android commonmark ios javascript markdown react-native
Last synced: about 1 month ago
JSON representation
Markdown support for React Native following the CommonMark Specification
- Host: GitHub
- URL: https://github.com/safaiyeh/react-native-commonmark
- Owner: safaiyeh
- Created: 2020-01-08T06:14:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:57:11.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:47:45.090Z (7 months ago)
- Topics: android, commonmark, ios, javascript, markdown, react-native
- Language: Java
- Homepage:
- Size: 950 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-commonmark
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## Getting started
`$ npm install react-native-commonmark --save`
### Mostly automatic installation
`$ react-native link react-native-commonmark`
## Usage
```javascript
import Commonmark from 'react-native-commonmark';// TODO: What to do with the module?
Commonmark;
```