twrn-components
v0.1.36
Published
bunch of common components for React-Native
Readme
twrn-components
bunch of common components for React-Native
Welcome to TWRN!! Components for [React Native] You can try common component in React Native here, with some additional props and style.
Getting Started
Please add this one before install:
yarn:
yarn add twrn-styles
npm:
npm install twrn-styles
Then, install:
yarn:
yarn add twrn-components
npm:
npm install twrn-components
Example
import {Button} from 'twrn-components'
import {TWStyles} from 'twrn-styles'
<Button containerStyle={[TWStyles.alignCenter, TWStyles.justifyCenter]}>Hit me</Button>Terima kasih!
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
