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, I am new to react native and iam facing an issue at collapsible accordion.. when i click parent element "Computer & Tablets" inside that child element is showing perfectly.....

![ezgif com-video-to-gif (1)](https://user-images.githubusercontent.com/43295141/54419231-00d11380-4718-11e9-8815-e60f398d2fb6.gif) `renderAccordionView = () => { return ( String(index)} renderItem={this.renderDetay} /> ); };`

All, I currently have a partially working solution to having nested Accordions (i.e. an accordion of accordions). The issue I'm currently encountering that is causing the solution to not work...

I'm setting shadow for Collapsible but it's not rendered. Even I tried to wrap content with a view and set shadow but anyway. It's iPhone 11, iOS 14

The Collapsible component doesn't seem to expose an api for supporting screen rotation (e.g. from portrait to landscape). I worked around that by calling some of the internal methods of...

Hi! I'm trying to get the accordion item index when onLongPress is fired. I know the onChange method captures the index, but it only does when onPress fires. ```javascript {...

https://snack.expo.io/BkAs4YkdH (works on web but not on ios/android) So if the section is empty and item is added to the section, the item won't show until you toggle the visibility...

bug

I'm using react-native-paper with Accordion and when using a different touchableComponent it causes a warning: ```javascript

I,m using this amazing app on my hybrid app ios, android and web(PWA) but Unfortunately, `ViewPropTypes` now is deprecated on `react-native-web` as mention on the link below [react-native-web releases: 0.12.0](https://github.com/necolas/react-native-web/releases/tag/0.12.0)...

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