UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

2 lines (1 loc) 142 B
export default function memoize<Result, Deps extends readonly any[]>(callback: (...deps: Deps) => Result): (...dependencies: Deps) => Result;