Marouane Kadiri

Results 4 comments of Marouane Kadiri

You can animate the body the way you want in your application. e.g. This component has a fade animation on mount, ``` const Body = () => { const fadeAnim...

@oreyes1991 Just add this `declare module 'accordion-collapse-react-native';` into a `.d.ts` file in the root folder of your project and the pipeline will not break anymore.

Could you share an example of the use case you want to achieve and which component are you using?

The body is by default hidden, no prop needed. If you put a button in the header and map it to a certain behavior the Accordion should not interfere with...