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

Warnings in RN 0.61 #167

Closed
mifi opened this issue Oct 8, 2019 · 2 comments · Fixed by #216
Closed

Warnings in RN 0.61 #167

mifi opened this issue Oct 8, 2019 · 2 comments · Fixed by #216

Comments

@mifi
Copy link

mifi commented Oct 8, 2019

componentWillReceiveProps and componentWillMount are being used by this package, but they are now deprecated by react and their use discouraged. This causes warnings in newest react native. Needs to be rewritten. See:
https://reactjs.org/docs/react-component.html#unsafe_componentwillmount
https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops

@DenisSokoloff
Copy link

image

@surya-moven
Copy link

This should take care of them: #192

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

Successfully merging a pull request may close this issue.

3 participants