Skip to content

Commit

Permalink
Merge pull request #492 from dohooo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
dohooo authored Dec 3, 2023
2 parents 89a4e27 + c015873 commit d1cd3d3
Show file tree
Hide file tree
Showing 66 changed files with 48,828 additions and 34,844 deletions.
11 changes: 8 additions & 3 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/changelog-git",
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "dohooo/react-native-reanimated-carousel"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
}
15 changes: 15 additions & 0 deletions .changeset/poor-pets-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'react-native-reanimated-carousel': patch
---

feat: change the way of PanGestureHandler modification from panGestureHandlerProps to onConfigurePanGesture.

e.g.

```tsx
<Carousel
onConfigurePanGesture={gestureChain => {
gestureChain.activeOffsetX([-10, 10])
}}
/>
```
5 changes: 5 additions & 0 deletions .changeset/yellow-bottles-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-reanimated-carousel': patch
---

Fixed an issue where the enable props couldn't set to false.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@ web-build

# generated by bob
lib/

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions .yarnrc

This file was deleted.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Check out [the documentation website](https://reanimated-carousel.dev).
| <a href="./example/app/src/pages/left-align/index.tsx">left-align</a> |


> You can make cool animations with custom animation API [[Details]](./docs/custom-animation.md)
> You can make cool animations with custom animation API [[Details]](https://reanimated-carousel.dev/custom-animations)
| <img src="assets/advanced-parallax.gif"/> | <img src="assets/pause-advanced-parallax.gif"/> | <img src="assets/scale-fade-in-out.gif"/> |
| :-----------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
Expand Down
202 changes: 0 additions & 202 deletions README.zh-CN.md

This file was deleted.

Loading

0 comments on commit d1cd3d3

Please sign in to comment.