constelation / monorepo

Mono repo for constelation's Components, functions, and CONSTANTS
https://constelation.github.io/monorepo/
MIT License
12 stars 3 forks source link

Passing a Boolean as a property to `constelation-view` throws a prop warning. #68

Closed mikehobi closed 7 years ago

mikehobi commented 7 years ago

Failed prop type: Invalid prop 'borderColor' supplied to 'View': false and Failed prop type: Invalid prop 'borderColor' supplied to 'RCTView': false

We would need to run a check on what style props we pass down? Might be a non-issue.

kylpo commented 7 years ago

Yeah, looks like this is a valid warning for now. Maybe RN will handle false values like the web does in the future?