Skip to content

Commit

Permalink
fix JS animation types
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Sep 26, 2023
1 parent 85f196c commit f820438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/media-console/src/hooks/useAnimations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const useJSAnimations = (
showControlAnimation,
hideControlAnimation,
AnimatedView: Animated.View,
};
} as unknown as VideoAnimations;

return animations;
};

0 comments on commit f820438

Please sign in to comment.