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 aa353cd commit 718f5f2Copy full SHA for 718f5f2
packages/core/src/WingBlank/README.md
@@ -8,7 +8,7 @@ WingBlank 两翼留白
8
9
```jsx mdx:preview&background=#bebebe29
10
import React,{Component} from 'react';
11
-import { Text } from 'react-native';
+import { Text, View } from 'react-native';
12
import { WingBlank } from '@uiw/react-native';
13
14
function Demo() {
@@ -50,7 +50,7 @@ export default Demo
50
51
两翼留白不换行
52
53
-```jsx mdx:preview
+```jsx mdx:preview&background=#bebebe29
54
import React,{Component,Fragment} from 'react';
55
import { Text } from 'react-native';
56
0 commit comments