initialRoute object
Specify a route to start on. A route is an object that the navigator will use to identify each scene to render. initialRoute
must be a route in the initialRouteStack
if both props are provided. The initialRoute
will default to the last item in the initialRouteStack
.
Please login to continue.