mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-13 10:16:50 +08:00
fix: increase epsilon in CardContainer.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ type Props = TransitionPreset & {
|
||||
}) => void;
|
||||
};
|
||||
|
||||
const EPSILON = 0.01;
|
||||
const EPSILON = 0.1;
|
||||
|
||||
function CardContainer({
|
||||
active,
|
||||
|
||||
Reference in New Issue
Block a user