MCPcopy Index your code
hub / github.com/react/react / startGestureTransition

Function startGestureTransition

packages/react-art/src/ReactFiberConfigART.js:546–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544export type RunningViewTransition = null;
545
546export function startGestureTransition() {
547 return null;
548}
549
550export function stopViewTransition(transition: RunningViewTransition) {}
551

Callers 1

commitGestureOnRootFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected