n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Warning: isMounted(..) is deprecated in plain javascript React classes. #107

Open anurag-tspl opened 6 years ago

anurag-tspl commented 6 years ago

this warning message shown when i click on drop down.

josehernandezvdb commented 6 years ago

+1

nitishtacktile commented 6 years ago

hi, anyone have got the solution for this issue

davekedar commented 6 years ago

I add this code to index.js, so that i can ignore this warnning.

import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);
tiaaaa123 commented 6 years ago

@davekedar Well, the issue here is not really the warning... It's the content of the warning. It should be fixed in the project

ekumahost commented 6 years ago

someone should please fix and push up or do we have another alternative/...

rdewolff commented 5 years ago

Any update on this?