Skip to content

Commit

Permalink
fix: solved the crush problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed May 9, 2023
1 parent b09fb81 commit 0237ae8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strong-hounds-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-reanimated-carousel': patch
---

Solved the crush issue.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"types": "lib/typescript/index.d.ts",
"source": "src/index",
"files": [
"lib"
"lib",
"src"
],
"scripts": {
"gif": "node scripts/makegif.js ./scripts/gif-works-directory",
Expand Down

0 comments on commit 0237ae8

Please sign in to comment.