gorhom / react-native-paper-onboarding

Paper Onboarding is a material design UI slider for `React Native`.
MIT License
857 stars 51 forks source link

Error while using with dependency react-native-svg #31

Closed allandiego closed 3 years ago

allandiego commented 3 years ago

Bug

using "@gorhom/paper-onboarding": "^1.1.0" and "react-native-svg": "12.1.0"

throws an error at app starts: Tried to register two views with the same name RNSVGSvgView

removing react-native-svg fix the problem but i need to use both

Environment info

Expo 41 "@gorhom/paper-onboarding": "^1.1.0", "react-native-svg": "12.1.0",

gorhom commented 3 years ago

could you delete your node-modules and clear metro and try again ?

allandiego commented 3 years ago

same behavior, have you used both dependencies together?

serdargun commented 3 years ago

I resolved this problem with upgrading react-native-svg from 12.1.0 to 12.1.1

allandiego commented 3 years ago

"react-native-svg": "^12.1.1" solved