naoufal / react-native-accordion

An Accordion Component for React Native
https://www.npmjs.com/package/react-native-accordion
437 stars 101 forks source link

Warning: Accordion: isMounted is deprecated. #54

Open Zomis opened 6 years ago

Zomis commented 6 years ago

When using an accordion in React Native (using Create React Native App) I get this warning as soon as I open the accordion:

Warning: Accordion: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.

lyudad commented 6 years ago

I have the same, when click on Accordion header

juanpdelat commented 6 years ago

Is this project still maintained?

MrBitMaster commented 6 years ago

I have the same issue, when you click on the Accordion header, nothing happens just the warning.

thatchej commented 6 years ago

Yep same exact issue here

Zomis commented 6 years ago

@cipherm For me, it works to click it - The content does show up, but this warning message shows up as well.

Crael94 commented 6 years ago

@Zomis did you fix it ?

thanks you

Zomis commented 6 years ago

@Crael94 No, I still get this warning. And this issue isn't really mine to fix.