UNPKG

react-navigation-stack

Version:
3 lines (2 loc) 247 B
import { Scene, NavigationStackState, SceneDescriptorMap } from '../types'; export default function ScenesReducer(scenes: Scene[], nextState: NavigationStackState, prevState: NavigationStackState | null, descriptors: SceneDescriptorMap): Scene[];