Closed
Description
I'm trying to add this truck emoji 🚚 and change its color on React Native. On the web, that's possible by applying this trick on StackOverflow.
With React Native, I tried to use color
, textShadowColor
and textShadowOffset
as suggested by the StackOverflow answer, but it didn't work.
The text shadow will not show if the text color is transparent
. Apparently, on the web, that's not the case.