CupThread React Native & Expo SDK - v0.1.0
    Preparing search index...

    Function MarkdownText

    • Lightweight, zero-dependency Markdown renderer optimized for React Native release notes and comments.

      Parameters

      Returns Element | null

      import React from 'react';
      import { MarkdownText } from '@cupthread/react-native';

      export function FeatureDescription({ text }: { text: string }) {
      return <MarkdownText content={text} />;
      }