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 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. ![collapsibleissue](https://user-images.githubusercontent.com/3264341/42569932-7e8bc41e-8512-11e8-99a2-c4a5a2a1aa88.gif) My code, if it's of interest:...

help wanted
awaiting-reply

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

enhancement

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

awaiting-reply

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

help wanted
awaiting-reply

Hi, in TypeScript the prop is a React.ClassComponent but running shows a warning that the prop expects a function ![image](https://user-images.githubusercontent.com/24401350/87230230-8bfa0200-c37c-11ea-81f7-b0adf75806f6.png) ![image](https://user-images.githubusercontent.com/24401350/87230265-bc41a080-c37c-11ea-92ae-45b40d8ba3a6.png) ![image](https://user-images.githubusercontent.com/24401350/87230268-c19eeb00-c37c-11ea-9a68-4861fc52e99e.png)

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