mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-04 19:05:49 +00:00
@@ -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.
|
Each key of the object passed to `create` must define a style object.
|
||||||
|
|
||||||
|
## Properties
|
||||||
|
|
||||||
|
**hairlineWidth**: number
|
||||||
|
|
||||||
|
**flatten**: function
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ module.exports = {
|
|||||||
_renderToString,
|
_renderToString,
|
||||||
create,
|
create,
|
||||||
elementId: ELEMENT_ID,
|
elementId: ELEMENT_ID,
|
||||||
|
hairlineWidth: 1,
|
||||||
flatten: flattenStyle,
|
flatten: flattenStyle,
|
||||||
resolve
|
resolve
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user