Ran 8 anni fa
parent
commit
4e4de184e3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      README.md

+ 1
- 0
README.md Vedi File

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