dans mon site j'ai un titre à ce texte de l'ombre:
h1.title {
text-shadow: -1px 1px 10px rgba(0, 0, 0, 0.75)
}
<h1 class="title">title</h1>
Je veux faire la même chose dans mon réagir application native.
J'ai vu les propriétés:
textShadowColor color
textShadowOffset {width: number, height: number}
textShadowRadius number
mais je ne sait pas comment faire pour avoir le même effet de html.
Comment puis-je faire?