We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The componentWillReceiveProps() method is being deprecated in ReactNative Current
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
The text was updated successfully, but these errors were encountered:
https://github.com/react-native-community/react-native-svg can be used. They have implemented various components, i.e. SvgUri https://github.com/react-native-community/react-native-svg#use-with-content-loaded-from-uri or SvgXml https://github.com/react-native-community/react-native-svg#use-with-xml-strings
SvgUri
SvgXml
Sorry, something went wrong.
No branches or pull requests
The componentWillReceiveProps() method is being deprecated in ReactNative Current
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
The text was updated successfully, but these errors were encountered: