react-native-markdown-editor Usage iOS and Android support. Checkout /app-sample for usage example const { inputBlockInfoMap, markdown, currentLineStyle, currentTextStyles, onChangeText, onSelectionChange, onTextStyle, onLineStyle, onAddPhoto, onRemovePhoto, } = useTextEditor({ initialMarkdownText...
Import the editor through import { MarkdownEditor } from 'react-native-markdown-editor'; And use like this this in the jsx <MarkdownEditor /> And pass a functiononMarkdownChangewhich will be callback when markdown is changed <MarkdownEditor onMarkdownChange={this.onTextChange} /> ...
Import the editor through import { MarkdownEditor } from 'react-native-markdown-editor'; And use like this this in the jsx <MarkdownEditor /> And pass a functiononMarkdownChangewhich will be callback when markdown is changed <MarkdownEditor onMarkdownChange={this.onTextChange} /> ...
Import the editor through import { MarkdownEditor } from 'react-native-markdown-editor'; And use like this this in the jsx <MarkdownEditor /> And pass a functiononMarkdownChangewhich will be callback when markdown is changed ```sh ...
The MarkdownEditor component provides a flexible interface for rendering and editing Markdown with LaTeX support. Below is a quick-start example.import React from 'react'; import { View } from 'react-native'; import { MarkdownEditor } from 'react-native-markdown-editor'; const App = () ...
move react and react-native to peer dependencies (#9) December 15, 2021 14:32 react-native-markdown-editor This is a library for rendering a markdown editor for the markdown with helper buttons to easily write markdown. With live preview markdown as well (thanks tohttps://github.com/Ben...