oblador / react-native-collapsible

Animated collapsible component for React Native, good for accordions, toggles etc
MIT License
2.43k stars 453 forks source link

Showing a preview when collapsed #331

Open tyre opened 4 years ago

tyre commented 4 years ago

We have a card with text where the content could be any length. We want to show the first 130 characters (or whatever) of text, then the user can click a show more icon to expand the rest. I tried Collapsible with a collapsedHeight of 100. However, when collapsed, the content text does not show within the collapsed component.

Is there a way to do this using Collapsible?