附录:Navigator组件属性

propTypes: {

/**

* Optional function where you can configure scene animations and

* gestures. Will be invoked with `route` and `routeStack` parameters,

* where `route` corresponds to the current scene being rendered by the

* `Navigator` and `routeStack` is the set of currently mounted routes

* that the navigator could transition to.

*

* The function should return a scene configuration object.

*

* ```

* (route, routeStack) => Navigator.SceneConfigs.FloatFromRight

* ```

*

* Available scene configuration options are:

*

*  - Navigator.SceneConfigs.PushFromRight (default)

*  - Navigator.SceneConfigs.FloatFromRight

*  - Navigator.SceneConfigs.FloatFromLeft

*  - Navigator.SceneConfigs.FloatFromBottom

*  - Navigator.SceneConfigs.FloatFromBottomAndroid

*  - Navigator.SceneConfigs.FadeAndroid

*  - Navigator.SceneConfigs.SwipeFromLeft

*  - Navigator.SceneConfigs.HorizontalSwipeJump

*  - Navigator.SceneConfigs.HorizontalSwipeJumpFromRight

*  - Navigator.SceneConfigs.HorizontalSwipeJumpFromLeft

*  - Navigator.SceneConfigs.VerticalUpSwipeJump

*  - Navigator.SceneConfigs.VerticalDownSwipeJump

*

*/

configureScene:PropTypes.func,

/**

* Required function which renders the scene for a given route. Will be

* invoked with the `route` and the `navigator` object.

*

* ```

* (route, navigator) =>

* ```

*/

renderScene:PropTypes.func.isRequired,

/**

* The initial route for navigation. A route is an object that the navigator

* will use to identify each scene it renders.

*

* If both `initialRoute` and `initialRouteStack` props are passed to

* `Navigator`, then `initialRoute` must be in a route in

* `initialRouteStack`. If `initialRouteStack` is passed as a prop but

* `initialRoute` is not, then `initialRoute` will default internally to

* the last item in `initialRouteStack`.

*/

initialRoute:PropTypes.object,

/**

* Pass this in to provide a set of routes to initially mount. This prop

* is required if `initialRoute` is not provided to the navigator. If this

* prop is not passed in, it will default internally to an array

* containing only `initialRoute`.

*/

initialRouteStack:PropTypes.arrayOf(PropTypes.object),

/**

* Pass in a function to get notified with the target route when

* the navigator component is mounted and before each navigator transition.

*/

onWillFocus:PropTypes.func,

/**

* Will be called with the new route of each scene after the transition is

* complete or after the initial mounting.

*/

onDidFocus:PropTypes.func,

/**

* Use this to provide an optional component representing a navigation bar

* that is persisted across scene transitions. This component will receive

* two props: `navigator` and `navState` representing the navigator

* component and its state. The component is re-rendered when the route

* changes.

*/

navigationBar:PropTypes.node,

/**

* Optionally pass in the navigator object from a parent `Navigator`.

*/

navigator:PropTypes.object,

/**

* Styles to apply to the container of each scene.

*/

sceneStyle:View.propTypes.style,

}

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 9,934评论 0 23
  • 导语:柳传志著名的管理三要素——搭班子、定战略、带队伍,企业界几乎尽人皆知。而搭班子的重要性排在定战略、带队伍之前...
    Monika爱摩卡阅读 940评论 0 0
  • 这是第二次加入公益咨询了。尽管刚开始有些纠结自己是否要再次花时间在此,因为对于有孩子的母亲来说,每天工作之余花一个...
    雷姐如是说阅读 165评论 1 0
  • 八月十八日,公司发薪水的日子,可是这钱早已经花完。给爸爸买了一份保险,我不知道除了这样我还要用什么方式去爱他。最近...
    一杯蓝茶阅读 160评论 0 0
  • 茕倚/文 前几日,偶遇湖北籍老乡,聊到家乡美食,他说,这一辈子,直抵我心灵的美食,不是武昌鱼,不是鱼糕,而是梳子夹...
    春光里one阅读 763评论 0 0