React Native Read More Versions Save

React native library to show text in a condensed way and expand when needed. Drop in replacement for Text component and highly customizable. Can be used with expo or native cli for react native.

3.0.2

1 year ago

3.0.1

1 year ago

Removing deprecated proptypes for Text component.

3.0.0

1 year ago

Allow collapse and expand via collapsed prop. For more information see issue https://github.com/fawaz-ahmed/react-native-read-more/issues/61

Breaking changes:

  • prop onSeeMoreBlocked replaced with onSeeMore

No impact changes:

  • if prop is passed animate={false}, it will not enable global layout animation in andorid

New props added:

  • collapsed
  • onSeeMore
  • onSeeLess

2.3.6

2 years ago

This feature will allow users to open a modal or do any other operation when see more is pressed.

Issue: https://github.com/fawaz-ahmed/react-native-read-more/issues/63 PR: https://github.com/fawaz-ahmed/react-native-read-more/pull/64

Thanks to @ChrisLFieldsII for adding this feature

2.3.5

2 years ago

Make seeMoreContainerStyleSecondary type optional in index.ts

2.3.4

2 years ago

Transpile package Add example and unwanted files to .npmignore

2.3.3

2 years ago

Handle any View component inside children (1 level deep nested). Update props to use TextProps Remove preserve line break prop. Update Readme for usage with HTML text

2.3.2

2 years ago