You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/view-style-props.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,67 @@ More complex examples of usage can be found in the RNTester app (with `PlatformC
118
118
119
119
---
120
120
121
+
### `backgroundPosition`
122
+
123
+
Controls where the background gradient is placed inside the view. This is useful when `backgroundImage` is set, and you want to offset or center it instead of filling the full area.
Controls the size of the background gradient. This is most useful when `backgroundImage` is set and the gradient should not fill the entire view by default.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.83/view-style-props.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,76 @@ More complex examples of usage can be found in the RNTester app (with `PlatformC
100
100
101
101
---
102
102
103
+
### `experimental_backgroundPosition`
104
+
105
+
<ExperimentalAPIWarning />
106
+
107
+
Controls where the background gradient is placed inside the view. This is useful when `experimental_backgroundImage` is set, and you want to offset or center it instead of filling the full area.
Controls whether the background gradient is repeated, and how. This works together with `experimental_backgroundImage` to tile gradients across the view.
Controls the size of the background gradient. This is most useful when `experimental_backgroundImage` is set and the gradient should not fill the entire view by default.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.84/view-style-props.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,76 @@ More complex examples of usage can be found in the RNTester app (with `PlatformC
100
100
101
101
---
102
102
103
+
### `experimental_backgroundPosition`
104
+
105
+
<ExperimentalAPIWarning />
106
+
107
+
Controls where the background gradient is placed inside the view. This is useful when `experimental_backgroundImage` is set, and you want to offset or center it instead of filling the full area.
Controls whether the background gradient is repeated, and how. This works together with `experimental_backgroundImage` to tile gradients across the view.
Controls the size of the background gradient. This is most useful when `experimental_backgroundImage` is set and the gradient should not fill the entire view by default.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.85/view-style-props.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,76 @@ More complex examples of usage can be found in the RNTester app (with `PlatformC
100
100
101
101
---
102
102
103
+
### `experimental_backgroundPosition`
104
+
105
+
<ExperimentalAPIWarning />
106
+
107
+
Controls where the background gradient is placed inside the view. This is useful when `experimental_backgroundImage` is set, and you want to offset or center it instead of filling the full area.
Controls whether the background gradient is repeated, and how. This works together with `experimental_backgroundImage` to tile gradients across the view.
Controls the size of the background gradient. This is most useful when `experimental_backgroundImage` is set and the gradient should not fill the entire view by default.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.86/view-style-props.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,76 @@ More complex examples of usage can be found in the RNTester app (with `PlatformC
100
100
101
101
---
102
102
103
+
### `experimental_backgroundPosition`
104
+
105
+
<ExperimentalAPIWarning />
106
+
107
+
Controls where the background gradient is placed inside the view. This is useful when `experimental_backgroundImage` is set, and you want to offset or center it instead of filling the full area.
Controls whether the background gradient is repeated, and how. This works together with `experimental_backgroundImage` to tile gradients across the view.
Controls the size of the background gradient. This is most useful when `experimental_backgroundImage` is set and the gradient should not fill the entire view by default.
0 commit comments