Skip to content

Commit 0237ae8

Browse files
committed
fix: solved the crush problem
1 parent b09fb81 commit 0237ae8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/strong-hounds-relate.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+
Solved the crush issue.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"types": "lib/typescript/index.d.ts",
88
"source": "src/index",
99
"files": [
10-
"lib"
10+
"lib",
11+
"src"
1112
],
1213
"scripts": {
1314
"gif": "node scripts/makegif.js ./scripts/gif-works-directory",

0 commit comments

Comments
 (0)