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
   popGesture: true,
65
   popGesture: true,
66
   backgroundImage: require('background.png'),
66
   backgroundImage: require('background.png'),
67
   rootBackgroundImage: require('rootBackground.png'),
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
   topBar: {
69
   topBar: {
70
     visible: true,
70
     visible: true,
71
     leftButtons: [{
71
     leftButtons: [{