소스 검색

update readme

Ran Greenberg 8 년 전
부모
커밋
1ded00aef4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      README.md

+ 1
- 0
README.md 파일 보기

@@ -513,6 +513,7 @@ export default class StyledScreen extends Component {
513 513
   navBarHidden: false, // make the nav bar hidden
514 514
   navBarHideOnScroll: false, // make the nav bar hidden only after the user starts to scroll
515 515
   navBarTranslucent: false, // make the nav bar semi-translucent, works best with drawUnderNavBar:true
516
+  navBarNoBorder: false, // hide the navigation bar bottom border (hair line). Default false
516 517
   drawUnderNavBar: false, // draw the screen content under the nav bar, works best with navBarTranslucent:true
517 518
   drawUnderTabBar: false, // draw the screen content under the tab bar (the tab bar is always translucent)
518 519
   statusBarBlur: false, // blur the area under the status bar, works best with navBarHidden:true