Skip to content

Tailwind-rn support #2

@MorganDavid

Description

@MorganDavid

When using tailwind this doesn't produce the correct styles.

for example:

    <Grid
      containerStyle={tailwind("w-full")}
   />

produces

const styles = StyleSheet.create({
  container: {
    tailwind("w-full"), // syntax error
  },
})

whereas it should produce

const styles = StyleSheet.create({
  container: tailwind("w-full"),
  
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions