Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Error with View component #7

@Alifarmand

Description

@Alifarmand

I am trying to style the View but getting this:
The above error occurred in the <VIEW> component
Uncaught (in promise) Error: Type mismatch

const Overlap = styled.View`
  position: relative;
  height: 16px;
  width: ${props => props.width}%;
  background: blue;
`

I am using this inside a map function to dynamically generate content

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions