mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 17:47:32 +08:00
feat: add on transition end callback (#153)
This commit is contained in:
committed by
satyajit.happy
parent
fb9dbf9820
commit
51b1069d51
@@ -19,8 +19,8 @@ type Props = {
|
||||
descriptors: Descriptors;
|
||||
navigationConfig: NavigationConfig;
|
||||
onTransitionStart?: (
|
||||
curr: { index: number },
|
||||
prev: { index: number }
|
||||
current: { index: number },
|
||||
previous: { index: number }
|
||||
) => void;
|
||||
onGestureBegin?: () => void;
|
||||
onGestureCanceled?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user