Skip to content

Commit 1f38cd2

Browse files
authored
Merge pull request #289 from dohooo/develop
Develop
2 parents 6bbdd0c + 67097c3 commit 1f38cd2

38 files changed

+3720
-2497
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@dohooo"
3+
}

.eslintrc.js

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.1](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.0...v3.1.1) (2022-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed index error then data length changed ([9f343f8](https://github.com/dohooo/react-native-reanimated-carousel/commit/9f343f86906b247e38a4fb0eb5489285ee59d524))
7+
18
# [3.1.0](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.0.6...v3.1.0) (2022-10-19)
29

310

exampleExpo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metro-config": "^0.71.1",
3333
"react": "18.0.0",
3434
"react-dom": "18.0.0",
35-
"react-native": "0.69.4",
35+
"react-native": "0.69.5",
3636
"react-native-gesture-handler": "~2.5.0",
3737
"react-native-reanimated": "~2.9.1",
3838
"react-native-safe-area-context": "4.3.1",

0 commit comments

Comments
 (0)