[fix] StyleSheet: add hairlineWidth

Fix #99
This commit is contained in:
Nicolas Gallagher
2016-03-16 10:03:37 -07:00
parent 62d1a0f83d
commit 69962ae815
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -11,6 +11,12 @@ outside of the render loop and are applied as inline styles. Read more about to
Each key of the object passed to `create` must define a style object.
## Properties
**hairlineWidth**: number
**flatten**: function
## Example
```js
+1
View File
@@ -70,6 +70,7 @@ module.exports = {
_renderToString,
create,
elementId: ELEMENT_ID,
hairlineWidth: 1,
flatten: flattenStyle,
resolve
}