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>;

/rn-text-custom/

    Package Sidebar

    Install

    npm i rn-text-custom

    Weekly Downloads

    1

    Version

    0.0.7

    License

    ISC

    Unpacked Size

    811 kB

    Total Files

    64

    Last publish

    Collaborators

    • thangquan