react-native-navigation的迁移库

NativeCommandsSender.md 2.2KB

NativeCommandsSender

setRoot

setRoot(layoutTree: object): any

source


setDefaultOptions

setDefaultOptions(options: object): any

source


mergeOptions

mergeOptions(componentId: string, options: object): any

source


push

push(onComponentId: string, layout: object): any

source


pop

pop(componentId: string, options: object): any

source


popTo

popTo(componentId: string): any

source


popToRoot

popToRoot(componentId: string): any

source


setStackRoot

setStackRoot(onComponentId: string, layout: object): any

source


showModal

showModal(layout: object): any

source


dismissModal

dismissModal(componentId: string): any

source


dismissAllModals

dismissAllModals(): any

source


showOverlay

showOverlay(layout: object): any

source


dismissOverlay

dismissOverlay(componentId: string): any

source