Skip to content

Commit 38b753f

Browse files
committed
tmp
1 parent 05d0fe9 commit 38b753f

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

docs/_experimental-api-warning.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,34 @@
33
**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.
44

55
:::
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`](#).
35+
36+
:::

docs/virtualview.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@ import ExperimentalAPIWarning from './\_experimental-api-warning.mdx';
77

88
<ExperimentalAPIWarning />
99

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+
1043
`VirtualView` is a core component that behaves similar to [`View`](view).
1144

1245
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

Comments
 (0)