浏览代码

Update styling-the-navigator.md

Guy Carmeli 7 年前
父节点
当前提交
e0cdaf6d98
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/styling-the-navigator.md

+ 1
- 1
docs/styling-the-navigator.md 查看文件

@@ -101,7 +101,7 @@ this.props.navigator.setStyle({
101 101
   topBarShadowRadius: 3 // Sets shadow radius on the navbar, Works only when topBarElevationShadowEnabled: true
102 102
 
103 103
   preferredContentSize: { width: 500, height: 500 } // Sets the preferred size for the view controller’s view.
104
-  modalPresentationStyle: 'formSheet' // Sets the presentation style for modally presented view controllers. Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen' and 'fullScreen'. 
104
+  modalPresentationStyle: 'formSheet' // Sets the presentation style for modally presented view controllers. Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext' and 'fullScreen'. 
105 105
   
106 106
   // Android only
107 107
   navigationBarColor: '#000000', // change the background color of the bottom native navigation bar.