We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e09f commit 0350adeCopy full SHA for 0350ade
‎reason-react-native/src/apis/Style.md‎
@@ -1262,7 +1262,7 @@ Accepts an array of optional styles as a single style.
1262
Accepts a list of styles as a single style.
1263
1264
```reason
1265
-<View style=Style.(list([|
+<View style=Style.(list([
1266
styles##thing,
1267
styles##whatever,
1268
]))>
@@ -1273,10 +1273,10 @@ Accepts a list of styles as a single style.
1273
Accepts a list of optional styles as a single style.
1274
1275
1276
-<View style=Style.(listOption([|
+<View style=Style.(listOption([
1277
Some(styles##thing),
1278
Some(styles##whatever),
1279
optionalStyle,
1280
cond ? Some(style(~prop=value, ()) : None
1281
-|]))>
+]))>
1282
```
0 commit comments