Skip to content

Commit d4673d0

Browse files
authored
Merge pull request #57 from dohooo/chore/modifyExample
Chore/modify example
2 parents 9946415 + 5d02779 commit d4673d0

30 files changed

+1222
-228
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ module.exports = {
1212
useTabs: false,
1313
},
1414
],
15+
'react-native/no-inline-styles': 0,
1516
},
1617
};

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ English | [简体中文](./README.zh-CN.md)
1111
[![github closed issues](https://img.shields.io/github/issues-closed/dohooo/react-native-reanimated-carousel.svg?style=flat-square&colorB=44cc11)](https://github.com/dohooo/react-native-reanimated-carousel/issues?q=is%3Aissue+is%3Aclosed)
1212

1313
<p align="center">
14-
<img src="assets/normal.gif" width="300"/>
14+
<img src="assets/normal-horizontal.gif" width="300"/>
15+
<img src="assets/normal-vertical.gif" width="300"/>
16+
<img src="assets/parallax-horizontal.gif" width="300"/>
17+
<img src="assets/parallax-vertical.gif" width="300"/>
1518
</p>
1619

1720
<br/>
@@ -32,10 +35,10 @@ English | [简体中文](./README.zh-CN.md)
3235
</p>
3336

3437
<p align="center">
35-
Compared with react-native-reanimated-carousel,The actual test was ten slides per second, but it didn't show up very well in gif.(gif 83mb)
38+
Compared with react-native-reanimated-carousel,The actual test was ten slides per second, but it didn't show up very well in gif.
3639
</p>
3740
<p align="center">
38-
<img src="assets/fast.gif" width="50%"/>
41+
<img src="assets/normal-fast.gif" width="50%"/>
3942
</p>
4043
</details>
4144

README.zh-CN.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
[![github closed issues](https://img.shields.io/github/issues-closed/dohooo/react-native-reanimated-carousel.svg?style=flat-square&colorB=44cc11)](https://github.com/dohooo/react-native-reanimated-carousel/issues?q=is%3Aissue+is%3Aclosed)
1212

1313
<p align="center">
14-
<img src="assets/normal.gif" width="300"/>
14+
<img src="assets/normal-horizontal.gif" width="300"/>
15+
<img src="assets/normal-vertical.gif" width="300"/>
16+
<img src="assets/parallax-horizontal.gif" width="300"/>
17+
<img src="assets/parallax-vertical.gif" width="300"/>
1518
</p>
1619

1720
<br/>
@@ -32,10 +35,10 @@
3235
</p>
3336

3437
<p align="center">
35-
使用react-native-reanimated-carousel对比,每秒滚动十张依然顺畅链接,无限滚动。这里使用了gif无法很清晰的看出。(gif 83mb)
38+
使用react-native-reanimated-carousel对比,每秒滚动十张依然顺畅链接,无限滚动。这里使用了gif无法很清晰的看出。
3639
</p>
3740
<p align="center">
38-
<img src="assets/fast.gif" width="50%"/>
41+
<img src="assets/normal-fast.gif" width="50%"/>
3942
</p>
4043
</details>
4144

assets/fast.gif

-85 MB
Binary file not shown.

assets/normal-fast.gif

35.5 KB
Loading

assets/normal-horizontal.gif

26.2 KB
Loading

assets/normal-vertical.gif

19.2 KB
Loading

assets/normal.gif

-26.8 MB
Binary file not shown.

assets/parallax-horizontal.gif

150 KB
Loading

assets/parallax-vertical.gif

143 KB
Loading

0 commit comments

Comments
 (0)