0.1.13 • Published 9 months ago

react-native-design v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

react-native-design

react-native-design have lot of ui components with lot of predefined function and features

Installation

npm install react-native-design

Required dependencies

npm i react-native-vector-icons @rnpack/utils

Usage

Components

Text

import { Text } from 'react-native-design';

// ...

<Text
    testID="text"
    variant="text"
    numberOfLines={1}
    style={styles?.text}
>
    text
</Text>

// ...

Props

Prop nameDescriptiontype
testIDUsed for testingstring
variantAccess different type of texttitle | text | label | error | button
numberOfLinesNumber of lines for textnumber
styleText stylesTextStyle

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

The MIT License.

Author

Thank you

Sponsors

Thank you to all our sponsors! Become a sponsor and get your image on our README on GitHub.


0.1.12

9 months ago

0.1.13

9 months ago

0.1.10

10 months ago

0.1.11

10 months ago

0.1.2

11 months ago

0.1.1

12 months ago

0.1.8

10 months ago

0.1.7

11 months ago

0.1.9

10 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.0

1 year ago

1.0.1

4 years ago

1.0.0

4 years ago