Browse Source

modalPresentationStyle doc

Guy Carmeli 6 years ago
parent
commit
cd41232522
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/styling.md

+ 1
- 1
docs/docs/styling.md View File

@@ -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: [{