Skip to content

hot loading ... not work when ATR.Text's font change  #15612

Description

@jiarWang

(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.Text
         font = {{
             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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions