iyegoroff/react-native-text-gradient

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

squid17 opened this issue · 1 comments

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

Looks like mJustificationMode was added in v0.59.0 - facebook/react-native@8d95e73#diff-b9097bc72809ab84057ff8a0b1e0cce0R268.

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