react-native-collapsible icon indicating copy to clipboard operation
react-native-collapsible copied to clipboard

Animated collapsible component for React Native, good for accordions, toggles etc

Results 129 react-native-collapsible issues
Sort by recently updated
recently updated
newest added

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.

question
awaiting-reply

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...

awaiting-reply

Hi, I created a custom Checkbox component with animated check icon that should work like this: ![animated-checkbox](https://user-images.githubusercontent.com/35046292/56208793-3d16cd00-6052-11e9-8b02-453d099f8f8b.gif) but if I put the animated component inside `` component the animation stops...

awaiting-reply

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...

help wanted
awaiting-reply

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