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