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/_experimental-api-warning.mdx
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,34 @@
3
3
**This API is experimental.** Experimental APIs may contain bugs and are likely to change in a future version of React Native. Don't use them in production.
4
4
5
5
:::
6
+
7
+
8
+
:::note
9
+
10
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
11
+
12
+
:::
13
+
14
+
:::tip
15
+
16
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
17
+
18
+
:::
19
+
20
+
:::info
21
+
22
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
23
+
24
+
:::
25
+
26
+
:::warning
27
+
28
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
29
+
30
+
:::
31
+
32
+
:::danger
33
+
34
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
Copy file name to clipboardExpand all lines: docs/virtualview.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,39 @@ import ExperimentalAPIWarning from './\_experimental-api-warning.mdx';
7
7
8
8
<ExperimentalAPIWarning />
9
9
10
+
11
+
---
12
+
13
+
:::note
14
+
15
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
16
+
17
+
:::
18
+
19
+
:::tip
20
+
21
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
22
+
23
+
:::
24
+
25
+
:::info
26
+
27
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
28
+
29
+
:::
30
+
31
+
:::warning
32
+
33
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
34
+
35
+
:::
36
+
37
+
:::danger
38
+
39
+
Some **content** with _Markdown_`syntax`. Check [this `api`](#).
40
+
41
+
:::
42
+
10
43
`VirtualView` is a core component that behaves similar to [`View`](view).
11
44
12
45
When it is the descendent of a [`ScrollView`](scrollview), it gains additional virtualization capabilities to reduce its memory footprint when obscured by the scroll viewport.
0 commit comments