Skip to content

Commit

Permalink
wip (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
intergalacticspacehighway authored Sep 23, 2022
1 parent 65d817a commit c945365
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated-zoom",
"version": "0.3.0",
"version": "0.3.1",
"description": "Component to add zoom in react native views.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
1 change: 0 additions & 1 deletion src/zoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export function Zoom(props: Props) {
originX.value = 0;
originY.value = 0;
isPinching.value = false;
isZoomed.value = false;
prevScale.value = 0;
prevTranslationX.value = 0;
prevTranslationY.value = 0;
Expand Down

0 comments on commit c945365

Please sign in to comment.