rn-text-custom

0.0.7 • Public • Published

Installation

Using npm:

npm i --save rn-text-custom

Using yarn:

yarn add rn-text-custom

Usage

import {TextCustomView} from 'rn-text-custom';

<TextCustomView
  bold
  fontSize={20}
  color="red"
  style={{
    padding: 20,
  }}>
  Hello World!
</TextCustomView>;

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i rn-text-custom

      Weekly Downloads

      2

      Version

      0.0.7

      License

      ISC

      Unpacked Size

      811 kB

      Total Files

      64

      Last publish

      Collaborators

      • thangquan