iyegoroff / react-native-text-gradient

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

RNTextGradient/RNShadowTextGradient.java:209: error: cannot find symbol that.mJustificationMode #29

Closed squid17 closed 5 years ago

squid17 commented 5 years ago

RNTextGradient/RNShadowTextGradient.java:209: error: cannot find symbol that.mJustificationMode ^ symbol: variable mJustificationMode location: variable that of type RNShadowTextGradient

react-native:0.57.8 react-native-text-gradient: 0.1.6

iyegoroff commented 5 years ago

Looks like mJustificationMode was added in v0.59.0 - https://github.com/facebook/react-native/commit/8d95e734bb318e245ceb39a85e703403a47fba52#diff-b9097bc72809ab84057ff8a0b1e0cce0R268.

So with rn v0.57.8 you have to use rntg v0.0.17