From e146568ed75f036d66f8d49bea70825aef15aa5c Mon Sep 17 00:00:00 2001
From: Travis CI Images.xcassets.
initialRouteOptionally provide a navigation bar that persists across scene transitions
Optionally provide the navigator object from a parent Navigator
@deprecated
Use navigationContext.addListener('didfocus', callback) instead.
Will be called with the new route of each scene after the transition is -complete or after the initial mounting
Will be called with (ref, indexInStack, route) when the scene ref changes
@deprecated +complete or after the initial mounting
@deprecated
Use navigationContext.addListener('willfocus', callback) instead.
Will emit the target route upon mounting and before each nav transition
Required function which renders the scene for a given route. Will be invoked with the route and the navigator object
Styles to apply to the container of each scene