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 3ee12fd commit f8ad500Copy full SHA for f8ad500
packages/core/src/Swiper/README.md
@@ -6,8 +6,6 @@ Swiper 轮播图
6
> 🚧 注意:测试版本谨慎使用。
7
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
8
9
-
10
-
11
### 基础示例
12
13
<!--DemoStart-->
@@ -22,7 +20,7 @@ const SwiperDemo = () => {
22
20
// { url: require('@expo/snack-static/react-native-logo.png') }
23
21
]
24
return (
25
- <Swiper width={200} dataSource={data} height={150} borderRadius={24} />
+ <Swiper width={200} dataSource={data} height={150} borderRadius={24} />
26
)
27
}
28
export default SwiperDemo
0 commit comments