1.0.0 • Published 7 years ago

@genesy/react-native-hr v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

react-native-hr

Usage

Basic Usage

  <Hr />

With components inside

  <Hr><Text>Centered Text</Text></Hr>
  <Hr><Image /></Hr>

With Alignments

Left Algined

  <Hr align="left"><Text>Left Aligned Text</Text></Hr>
  <Hr align="left"><Image /></Hr>

Right Aligned

  <Hr align="right"><Text>Right Aligned Text</Text></Hr>
  <Hr align="right"><Image /></Hr>

With styles

  <Hr style={{background:'yellow', color:'red'}}><Text>Test</Text></Hr>