Explorar el Código

Update README.md

Ran hace 8 años
padre
commit
6c4864200f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -443,7 +443,7 @@ this.props.navigator.toggleDrawer({
443 443
 Toggle whether the tabs are displayed or not (only in tab-based apps).
444 444
 
445 445
 ```js
446
-this.props.navigator.toggleDrawer({
446
+this.props.navigator.toggleTabs({
447 447
   to: 'hidden', // required, 'hidden' = hide tab bar, 'shown' = show tab bar
448 448
   animated: true // does the toggle have transition animation or does it happen immediately (optional)
449 449
 });