react-native-collapsible
react-native-collapsible copied to clipboard
Animated collapsible component for React Native, good for accordions, toggles etc
Hi How can i get expended height of the accordion when tap on the header. I am trying to get using onChange but it only return index.
When I put a `Accordion` inside a `Collapsible` like this ``` ``` then the behavior when clicking on accordion's item is not normal. Some kind of jumping happens when accordion's...
i'm creating some collapsible content, i created each content its own state but when i change it, nothing change on the collapsible. i checked the state and it changed just...
Hi, I created a custom Checkbox component with animated check icon that should work like this:  but if I put the animated component inside `` component the animation stops...
Imagine I need to use a flat list inside the content of a certain header. Flatlist works like charm except for when I use keyExtractor: `_renderContent = section => {...
When I quickly double tap on a Header of the accordion, it will be expanded but the header state reports false for `isActive`. When I then click on the header...
``` render() { return ( ); } } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: 'transparent', paddingLeft: 15, paddingRight: 15, paddingTop: 30 }, ``` So I have the...
I want to reach the following: When I first navigate to the screen containing my Accordion, I want to have the first section already opened and the second section collapsed....
Hi all, I am using Accordion and it's renderContent with Section List. Cannot enable accordion active sections immediately. and keep hanging. any ideas to solve this issue??
Looks to me like `Accordion` actually accepts all of the `Collapsible` props (apart from children): https://github.com/oblador/react-native-collapsible/blob/a46d0a5a48e0e3d6ec9cc7986b69999ada825f09/Accordion.js#L5-L15 https://github.com/oblador/react-native-collapsible/blob/a46d0a5a48e0e3d6ec9cc7986b69999ada825f09/Accordion.js#L116-L120