소스 검색

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