Files
react-native-web/src
Nicolas Gallagher dd8a3c8d59 [fix] StyleSheet handling of default 'borderWidth'
Problem:

The default border width should be '0px', but setting a border width
value to 'null' would override the default and result in no border width
being applied to the element. This could cause unwanted user agent
styles to be applied.

Solution:

createReactDOMStyle now replaces border width values of 'null' with
'0px'.

Fix #697
2017-10-30 22:42:52 -07:00
..
2017-10-19 13:16:36 -07:00
2017-09-14 13:19:13 -07:00
2017-10-02 10:13:45 -07:00