Is there any way to be able to shrink a SectionList
section, when the user taps on the section title? Something like the way that Reddit comments work on the mobile app, where the comments shrink and expanding accordingly.
Asked
Active
Viewed 202 times
1

Archulan Rajakumaran
- 440
- 1
- 6
- 13

Michael Hsu
- 950
- 1
- 9
- 25
1 Answers
0
You may use the React Native Collapsible package. By using the expanded prop you can handle the expanding and collapsing actions accordingly. https://github.com/oblador/react-native-collapsible https://www.npmjs.com/package/react-native-collapsible-view

Archulan Rajakumaran
- 440
- 1
- 6
- 13