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

Error with View component #7

Open
Alifarmand opened this issue Oct 30, 2019 · 0 comments
Open

Error with View component #7

Alifarmand opened this issue Oct 30, 2019 · 0 comments

Comments

@Alifarmand
Copy link

Alifarmand commented Oct 30, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant