react-native-jet-markdown 0.2.0-beta.7 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,6 +162,9 @@ You may notice styles ship natively as one `stylesJson` string instead of a stru
|
|
|
162
162
|
|
|
163
163
|
## Editor
|
|
164
164
|
|
|
165
|
+
> [!WARNING]
|
|
166
|
+
> The editor is not ready for production use yet. The viewer (`JetMarkdownView`) is stable; `JetMarkdownEditor` still has known issues and its API may change. Track progress in the issue tracker before shipping it.
|
|
167
|
+
|
|
165
168
|
`JetMarkdownEditor` is a WYSIWYG editor with markdown as the interchange format: no visible syntax while editing, `onChangeMarkdown` fires with serialized markdown on every edit, and `setValue`/`defaultValue`/paste parse markdown into styled content.
|
|
166
169
|
|
|
167
170
|
```tsx
|