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.

2.3.1

2 years ago

FIx text overlap when next line is empty.

2.3.0

2 years ago

Added types interface for supporting typescript. PR: https://github.com/fawaz-ahmed/react-native-read-more/pull/50 Thanks to @KoreanThinker for the update.

2.2.2

2 years ago

Add onReady callback Fix additional spacing in Android before see more text Add reconciliation verification for line of impact(see more line) in iOS as well Fix code ordering for hidden text components Fix invalid case handling for Android happening randomly when text width is still being measured and text being cutoff even when needed in line of impact

2.2.1

2 years ago

Problem: text comparison for detecting line of impact was comparing with incorrect line number. Updated comparison expression to fix this issue.

2.2.0

2 years ago
  • updated example to use rn ver 0.66
  • Fix see more not showing - removed display none property
  • update CI pipeline to use tags