react-native-collapse-view icon indicating copy to clipboard operation
react-native-collapse-view copied to clipboard

Collapse component for react native

Results 7 react-native-collapse-view issues
Sort by recently updated
recently updated
newest added

When trying to render a `CollapseView` I get this error: `Invariant Violation: [659,"RCTView",311,{"height":"","backgroundColor":0,"overflow":"hidden"}] is not usable as a native method argument` This is caused by giving an uninitiated `Animated.Value` as...

I have added this component as a below : ```lang-js render() { return ( ( title )} renderCollapseView={() => ( { [1, 2, 3, 4, 5].map((item) => ( {item} ))...

Hi, I add few thing to handle show and hide collapsable content. please take a look. Thank you.

If I open the Screen with your component, all Text is visible. Aftter some seconds, each item get collapsed: ![20180606_215759](https://user-images.githubusercontent.com/1778068/41062083-f1ea8a20-69d4-11e8-810e-b2c74be4718e.gif) What is the way to prevent showing collapsing at first...

How can open or close programmatically? I need to add more views on top of the render view (the view tapping which opens collapsible view) and in the onPress functions...

Your Component didn't fully work on IOS. Some views don't open on tap, other ones are not fully open (cutting the Rest of the input). Testet on Emulator IphoneX

How can I change the CollapseView states to get only one open component at a time?