Skip to content

Commit d1cd3d3

Browse files
authored
Merge pull request #492 from dohooo/develop
Develop
2 parents 89a4e27 + c015873 commit d1cd3d3

Some content is hidden

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

66 files changed

+48828
-34844
lines changed

.changeset/config.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/changelog-git",
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{
6+
"repo": "dohooo/react-native-reanimated-carousel"
7+
}
8+
],
49
"commit": false,
510
"fixed": [],
611
"linked": [],
712
"access": "public",
813
"baseBranch": "main",
914
"updateInternalDependencies": "patch",
1015
"ignore": []
11-
}
16+
}

.changeset/poor-pets-eat.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'react-native-reanimated-carousel': patch
3+
---
4+
5+
feat: change the way of PanGestureHandler modification from panGestureHandlerProps to onConfigurePanGesture.
6+
7+
e.g.
8+
9+
```tsx
10+
<Carousel
11+
onConfigurePanGesture={gestureChain => {
12+
gestureChain.activeOffsetX([-10, 10])
13+
}}
14+
/>
15+
```

.changeset/yellow-bottles-itch.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+
Fixed an issue where the enable props couldn't set to false.

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ web-build
5858

5959
# generated by bob
6060
lib/
61+
62+
# Yarn
63+
.yarn/*
64+
!.yarn/patches
65+
!.yarn/plugins
66+
!.yarn/releases
67+
!.yarn/sdks
68+
!.yarn/versions

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
5+
nodeLinker: node-modules
6+
7+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Check out [the documentation website](https://reanimated-carousel.dev).
3636
| <a href="./example/app/src/pages/left-align/index.tsx">left-align</a> |
3737

3838

39-
> You can make cool animations with custom animation API [[Details]](./docs/custom-animation.md)
39+
> You can make cool animations with custom animation API [[Details]](https://reanimated-carousel.dev/custom-animations)
4040
4141
| <img src="assets/advanced-parallax.gif"/> | <img src="assets/pause-advanced-parallax.gif"/> | <img src="assets/scale-fade-in-out.gif"/> |
4242
| :-----------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |

README.zh-CN.md

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)