-
Notifications
You must be signed in to change notification settings - Fork 334
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
Getting errors while trying to run #77
Comments
Hello @HeroSizy If you do: <SvgUri height="150" width="200" source={require("../image/constant/homer-simpson.svg")}/> Works? |
Hey, got exactly the same problem today on Android emulator ;) |
The release is not compatible with React 16 because PropTypes has been removed from the react package. That seems to be fixed in the master branch but I ran into other problems... (Now it works. Had to apply these fixes to react-native-svg@6.0.0-rc1: |
fix the PropTypes ,but another problems |
error copied:
import SvgUri from 'react-native-svg-uri';
code:
The text was updated successfully, but these errors were encountered: