Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anurag-tspl opened this issue May 22, 2018 · 6 comments
Open

Comments

@anurag-tspl
Copy link

this warning message shown when i click on drop down.

@josehernandezvdb
Copy link

+1

@nitishtacktile
Copy link

hi, anyone have got the solution for this issue

@davekedar
Copy link

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
Copy link

@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
Copy link

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

@rdewolff
Copy link

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants