0.0.7 • Published 2 years ago

rn-scrollable-text-uk v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Scrollable Text Component

Simple scrollable text component for React-Native

Usage

import ScrollableText from 'rn-scrollable-text-uk';

...

<ScrollableText
  containerStyle={{
      padding: 5,
      marginBottom: 10,
  }}
  textStyle={{
    fontSize: 20,
    color: 'red'
  }}
  text={'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et doloremagna aliqua. Ut enim adminim veniam, quis nostrud exercitation ullamco laboris nisi ut'}
/>

Props

PropertyDescription
containerStylescrollable view style
textStyletext style
textexpected text to be written

License

ISC

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago