react-native-collapsible
react-native-collapsible copied to clipboard
Animated collapsible component for React Native, good for accordions, toggles etc
Hi, I need to create a button inside renderContent. When the button is clicked, it will update the server and receive new list from server . So, i will need...
Hello, As you can see, when using a collapsedHeight and then toggling the collapsible state, the animation always starts at 0 before expanding.  My code, if it's of interest:...
When I tried to create a menu component using Accordion, I attempted to implement Accordion in Accordion. The use case is below. 1. Perform specific processing at `onChange` (onPress) -...
I had an issue while using a collapsible that was to be collapsed while the keyboard was showing. When the device (iPhone X in this case) was rotated, the following...
I am not sure if its my content, an issue of timing of when the measurement is taken, or just a bug in this or core react-native, but the measured...
[Snack Demo of the Issue](https://snack.expo.io/@alanleemoven/collapsible-bug-demo) This appears to be a continuation of the issues [#210](https://github.com/oblador/react-native-collapsible/issues/210) and [#105](https://github.com/oblador/react-native-collapsible/issues/105). **Context:** I am working in a FlatList which has a header and some...
Hi, in TypeScript the prop is a React.ClassComponent but running shows a warning that the prop expects a function   
ReactNativeFiberHostComponent: Calling `getNode()` on the ref of an Animated component is no longer necessary. You can now directly use the ref instead. This method will be removed in a future...
It would be awesome to have a horizontal collapsing option. I think having an `align` prop for `left` or `right` could work as an API
I have just added a console.log in renderContent, and i see that renderContent is called as many as length of the sections. I think it should be called just for...