(Android5.0 RN0.47)
When change the params in font like: fontFamily, fontSize, but the hot loading ... can't refresh my words' font in ART.Text .
<ART.Textfont={{fontFamily:'sans-serif',fontSize:24,fontWeight:"normal",fontStyle:"normal"}}x={60}y={0}fill="#000000"alignment='center'>
Hello World
</ART.Text>There also a problem when I change fontFamily and reload, but no thing changed.
Another problem is that is there any development-DOC about ART and it's children, eg: ART.Text?
Thank U for you help.
(Android5.0 RN0.47)
When change the
paramsinfontlike:fontFamily,fontSize, but the hot loading ... can't refresh my words' font inART.Text.There also a problem when I change
fontFamilyand reload, but no thing changed.Another problem is that is there any development-DOC about ART and it's children, eg:
ART.Text?Thank U for you help.