Skip to content

Commit 7220886

Browse files
authored
Update README.zh-CN.md
1 parent f271aae commit 7220886

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818

1919
## ReactNative社区最好用的轮播图组件! 🎉🎉🎉
2020

21-
- 完全解决了`react-native-snap-carousel`[问题](https://github.com/meliorence/react-native-snap-carousel/issues/632)! 更多样式与API正在开发中...
21+
- 完全解决了`react-native-snap-carousel`[问题](https://github.com/meliorence/react-native-snap-carousel/issues/632)! 更多样式与API正在开发中...[试一下](https://snack.expo.dev/@zhaodonghao586/simple-carousel)
2222
- **易用****无限滚动****完全使用 Reanimated2 实现**
2323

2424

2525

2626

2727
## 原因
28-
常见的无限滚动轮播图,在快速滑动时会出现卡住的情况,这是因为实现方式而导致的问题。这个组件用了不同的方式来实现,解决了这个问题,这就是创建这个库的原因。[在 SNACK 上尝试](https://snack.expo.dev/@zhaodonghao586/simple-carousel)
29-
30-
31-
<p align="center">
28+
<details>
29+
<summary>常见的无限滚动轮播图,在快速滑动时会出现卡住的情况,这是因为实现方式而导致的问题。所以这个组件用了完全不同的方式来实现,并获得了最佳的性能也解决了这个问题,这就是创建这个库的原因。</summary>
30+
<p align="center">
3231
使用react-native-snap-carousel快速滑动,当到连接处时可以看清楚的看到卡顿。(gif 4.6mb)
3332
</p>
3433
<p align="center">
@@ -41,6 +40,7 @@
4140
<p align="center">
4241
<img src="assets/fast.gif" width="50%"/>
4342
</p>
43+
</details>
4444

4545
---
4646

0 commit comments

Comments
 (0)