iyegoroff / react-native-text-gradient

Text gradient for React-Native (ON HIATUS)
MIT License
97 stars 32 forks source link

react-native-text-gradient not working for RN version 0.57.4 Error #22

Closed sunithakk closed 6 years ago

sunithakk commented 6 years ago

for RN version 0.55.2 getting below Error. : Unable to resolve module react-native/Libraries/Text/TextAncestor from C:\Users\CR-27\creatise\claptest\node_modules\react-native-text-gradient\src\create-text-gradient-class.js: Module react-native/Libraries/Text/TextAncestor does not exist in the Haste module map

iyegoroff commented 6 years ago

Didn't get what is your rn version, please specify it and select corresponding rntg version from here - https://github.com/iyegoroff/react-native-text-gradient#status

sunithakk commented 6 years ago

{ "name": "test", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "native-base": "^2.8.1", "react": "16.6.0-alpha.8af6728", "react-native": "0.57.4", "react-native-device-info": "^0.24.3", "react-native-elements": "^1.0.0-beta7", "react-native-fbsdk": "^0.8.0", "react-native-splash-screen": "^3.1.1", "react-native-text-gradient": "0.0.16", "react-native-vector-icons": "^6.1.0", "react-navigation": "^2.18.2", "tcomb-form-native": "^0.6.20" }, "devDependencies": { "babel-jest": "23.6.0", "jest": "23.6.0", "metro-react-native-babel-preset": "0.49.0", "react-test-renderer": "16.6.0-alpha.8af6728" }, "jest": { "preset": "react-native" } }

iyegoroff commented 6 years ago

Probably this is a build issue and is not related to rntg. Can you try to check if this error replicates on a fresh project?