Skip to content

Commit 718f5f2

Browse files
committed
fix(WingBlank): 修复预览报错问题
1 parent aa353cd commit 718f5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/WingBlank/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WingBlank 两翼留白
88

99
```jsx mdx:preview&background=#bebebe29
1010
import React,{Component} from 'react';
11-
import { Text } from 'react-native';
11+
import { Text, View } from 'react-native';
1212
import { WingBlank } from '@uiw/react-native';
1313

1414
function Demo() {
@@ -50,7 +50,7 @@ export default Demo
5050

5151
两翼留白不换行
5252

53-
```jsx mdx:preview
53+
```jsx mdx:preview&background=#bebebe29
5454
import React,{Component,Fragment} from 'react';
5555
import { Text } from 'react-native';
5656
import { WingBlank } from '@uiw/react-native';

0 commit comments

Comments
 (0)