0.0.7 • Published 1 year ago

rn-text-custom v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago