Lightweight, zero-dependency Markdown renderer optimized for React Native release notes and comments.
MarkdownTextProps containing markdown content and text style.
import React from 'react';import { MarkdownText } from '@cupthread/react-native';export function FeatureDescription({ text }: { text: string }) { return <MarkdownText content={text} />;} Copy
import React from 'react';import { MarkdownText } from '@cupthread/react-native';export function FeatureDescription({ text }: { text: string }) { return <MarkdownText content={text} />;}
Lightweight, zero-dependency Markdown renderer optimized for React Native release notes and comments.