Skip to content

How to render HTML STYLE #134

@Grewer

Description

@Grewer
<View styleSheet={containerStyle}>
   <Text  id="text">{this.state.text}</Text>
</View>

text: <li>hello</li>

const containerStyle = `
  #text  li{
    color:'red';
   }

   LI{
     color:red;
   }
   
   UL{
     color:red;
   }
`

None of the above code works

If can, that's best

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions