@koober/react-native-markup-view
TypeScript icon, indicating that this package has built-in type declarations

1.3.5 • Public • Published

react-native-markup-view

[DRAFT] A react-native view that can display selectable text from a markup language like HTML.

Installation

npm install @koober/react-native-markup-view react-native-webview
cd ios && pod install

Usage

import MarkupView from '@koober/react-native-markup-view';

// ...

export default function App() {
  return (
    <MarkupView
      source={{
          encoding: 'text/html',
          content: `<h1>Hello World!</h1>`
        }}
    />
  );
}

License

MIT

/@koober/react-native-markup-view/

    Package Sidebar

    Install

    npm i @koober/react-native-markup-view

    Weekly Downloads

    2

    Version

    1.3.5

    License

    MIT

    Unpacked Size

    408 kB

    Total Files

    87

    Last publish

    Collaborators

    • jpolo
    • alexandrech
    • avatar-koober
    • alexwf.koober
    • jarvis_koober