1.1.0 • Published 11 months ago

react-native-first-components-library v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

RN Components Library

Installation

My first react native components library

npm i react-native-first-components-library

Usage

import TextField from 'react-native-first-components-library'
import {colors} from 'react-native-first-components-library'

<Title fontFamily='Roboto'>Title</Title>
<TextField
  label="Seu email"
  onChangeText={setText}
  keyboardType="email-address"
  autoCapitalize="none"
  feedback={feedBack}
  accessibilityLabel="Digite seu email. Caixa de edição"
  bigger
/>
<Checkbox checked={check} theme={'dark'} />
<ActionButton label={'Button'} color={colors.blue200} height={42} onPress={() => {}} />

Example Example

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT