Closed mikehobi closed 7 years ago
Failed prop type: Invalid prop 'borderColor' supplied to 'View': false and Failed prop type: Invalid prop 'borderColor' supplied to 'RCTView': false
Failed prop type: Invalid prop 'borderColor' supplied to 'View': false
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.
Yeah, looks like this is a valid warning for now. Maybe RN will handle false values like the web does in the future?
false
Failed prop type: Invalid prop 'borderColor' supplied to 'View': false
andFailed 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.