Accordion-Collapse-react-native icon indicating copy to clipboard operation
Accordion-Collapse-react-native copied to clipboard

React native Accordion/Collapse component, very good to use in toggles & show/hide content

Results 13 Accordion-Collapse-react-native issues
Sort by recently updated
recently updated
newest added

Is it possible to animate the opening of the box?

Could not find a declaration file for module 'accordion-collapse-react-native'. '/home/rodrigo/neofontes/mobile/trunk/neocorp/node_modules/accordion-collapse-react-native/build/index.js' implicitly has an 'any' type. Try `npm install @types/accordion-collapse-react-native` if it exists or add a new declaration (.d.ts) file containing...

help wanted

I only want one open at a time. I've tried changing states of collapse, but nothing is working. I can open all of the items. Any thoughts?

const _head = (item , index , isExpanded) => { return( {item.heading} ); } onToggle_covered(item, index , isExpanded)} list={myhtml} header={_head} body={_body} />

I would like to create separate components with CollapseHeader and CollapsedBody, without the need to do dirty props, I think hooks improve the experience and would make the code cleaner....

Hi, Is there any option or prop that can be used to default list to be collapsed on load ?

Hi, i have a problem with Collapse, when i try to test the component, i didn't know how to simulate the effect, i tried with onPress and onToggle but nothing,...

help wanted

I work in react native typescript project, and this package is no longer supported by typescript, how can i use it in react native typescript project ? thank you

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies