浏览代码

modalPresentationStyle doc

Guy Carmeli 6 年前
父节点
当前提交
cd41232522
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/docs/styling.md

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

@@ -65,7 +65,7 @@ Navigation.mergeOptions(this.props.componentId, {
65 65
   popGesture: true,
66 66
   backgroundImage: require('background.png'),
67 67
   rootBackgroundImage: require('rootBackground.png'),
68
-  modalPresentationStyle: 'formSheet', // Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext', 'currentContext', 'popOver', 'fullScreen' and 'none'.
68
+  modalPresentationStyle: 'overCurrentContext', // Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext', 'currentContext', 'popOver', 'fullScreen' and 'none'. On Android, only overCurrentContext and none are supported.
69 69
   topBar: {
70 70
     visible: true,
71 71
     leftButtons: [{