Skip to content

Commit

Permalink
fix: fix bug from refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Jan 7, 2022
1 parent 7f483ac commit c77f4d8
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 131 deletions.
1 change: 1 addition & 0 deletions example/src/stack/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function Index() {
data={[...new Array(6).keys()]}
animationConfig={{
snapDirection,
stackInterval: mode === 'vertical-stack' ? 8 : 18,
}}
renderItem={() => <SBImageItem />}
/>
Expand Down
Loading

0 comments on commit c77f4d8

Please sign in to comment.