Skip to content

Commit 7aca110

Browse files
authored
Merge pull request #507 from dohooo/develop
Develop
2 parents 5541103 + 35d39c3 commit 7aca110

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2937
-284
lines changed

.changeset/bright-socks-change.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-reanimated-carousel': minor
3+
---
4+
5+
Support to fix the scroll direction through new API, fixedDirection.

.changeset/brown-onions-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-reanimated-carousel': patch
3+
---
4+
5+
remove postinstall script.

.eslintrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "@dohooo",
33
"rules": {
4-
"@typescript-eslint/no-use-before-define": "off",
5-
}
4+
"@typescript-eslint/no-use-before-define": "off"
5+
},
6+
"plugins": [
7+
"jest"
8+
]
69
}

example/app/assets/bg-images/0.jpg

343 KB
Loading

example/app/assets/bg-images/1.jpg

150 KB
Loading

example/app/assets/bg-images/2.jpg

286 KB
Loading

example/app/assets/bg-images/3.jpg

384 KB
Loading

example/app/assets/bg-images/4.jpg

127 KB
Loading

example/app/assets/bg-images/5.jpg

204 KB
Loading

example/app/assets/bg-images/6.jpg

261 KB
Loading

0 commit comments

Comments
 (0)