Open kirill-dev-pro opened 2 years ago
I have the same issue
This is because you are using a different version of react-native-svg
on your project dependency. But, this package uses version ^12.1.0. This is very frustrating though. You have to revert back to the same version.
@weahforsage Can you please fix these dependencies issues? Maybe put it into peer dependencies. I don't know about creating modules. Otherwise, I would've sent a PR.
@weahforsage Can you please look into this sooner? This is causing some trouble at my end as well.
Have you tried wrapping your components in a <SafeAreaView/>
instead of <View/>
?
To fix the issue I tried two workaround:
npm dedupe
to fix package duplication (note: might not work in some cases)
orLine number 5
where LiquidLike
is being imported & remove LiquidLike
when exported from package's index file, only if you are not using LiquidLike component (note: you'll have to do this every time when you add or remove any package)These two things worked for me. Hope this helps.
Got error from running an example from readme
react-native 0.64.3