No ViewManager defined for class RNLinearTextGradient
Noor0 opened this issue · 3 comments
i am getting this error
here are my dependencies and their versions
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-elements": "^0.19.1",
"react-native-linear-gradient": "^2.4.0",
"react-native-text-gradient": "^0.0.8",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.3.1"
},
I think you didn't link the module - https://github.com/iyegoroff/react-native-text-gradient#mostly-automatic-installation
i tried linking the module both manually and automatically but nothing worked
You can clone this repo and check if you still receive this error on example project - https://github.com/iyegoroff/react-native-text-gradient/tree/master/TextGradientExample - react-native-text-gradient already linked there