Skip to content

Commit 7d12a21

Browse files
committed
Update generateTypes
1 parent 376330c commit 7d12a21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

generatedTypes/components/drawer/Swipeable.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ export default class Swipeable extends Component<PropType, StateType> {
5353
};
5454
constructor(props: PropType);
5555
_handleDrag: (e: any) => void;
56-
UNSAFE_componentWillUpdate(props: PropType, state: StateType): void;
57-
_updateAnimatedEvent: (props: PropType, state: StateType) => void;
56+
getTransX: () => Animated.AnimatedInterpolation;
57+
getShowLeftAction: () => Animated.Value | Animated.AnimatedInterpolation;
58+
getLeftActionTranslate: () => Animated.AnimatedInterpolation;
59+
getShowRightAction: () => Animated.Value | Animated.AnimatedInterpolation;
60+
getRightActionTranslate: () => Animated.AnimatedInterpolation;
5861
_onTapHandlerStateChange: ({ nativeEvent }: {
5962
nativeEvent: any;
6063
}) => void;

0 commit comments

Comments
 (0)