Skip to content

Releases: fawaz-ahmed/react-native-read-more

Pass params to onReady

05 Apr 04:27
e23eac2
Compare
Choose a tag to compare

Update for issue: #78
PR: #81

Update readme

13 Jan 07:30
Compare
Choose a tag to compare
3.0.2

update readme

Remove deprecated TextPropTypes

13 Jan 07:19
1f64749
Compare
Choose a tag to compare

Removing deprecated proptypes for Text component.

Allow collapse/expand via props

22 Dec 19:00
0e8f0fa
Compare
Choose a tag to compare

Allow collapse and expand via collapsed prop.
For more information see issue #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

Trigger onReady when see more is hidden

03 Jul 20:11
1d66caa
Compare
Choose a tag to compare

Add option to open modal instead of expanding

23 Apr 17:41
2cedb43
Compare
Choose a tag to compare

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

Issue: #63
PR: #64

Thanks to @ChrisLFieldsII for adding this feature

Update index.ts types

30 Mar 20:30
8cbed2e
Compare
Choose a tag to compare

Make seeMoreContainerStyleSecondary type optional in index.ts

Transpile package

25 Feb 20:53
12f0207
Compare
Choose a tag to compare

Transpile package
Add example and unwanted files to .npmignore

Update lib

21 Feb 16:30
5c040f8
Compare
Choose a tag to compare

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

Add see more container overlap style prop

08 Feb 21:07
96b35ec
Compare
Choose a tag to compare
Merge pull request #54 from fawaz-ahmed/add-override-see-more-contain…

…er-style

add see more container overlap style