Browse Source

Update styling-the-navigator.md

Guy Carmeli 6 years ago
parent
commit
e0cdaf6d98
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/styling-the-navigator.md

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

@@ -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.