Explorar el Código

Update screen-api.md

Guy Carmeli hace 7 años
padre
commit
439a6bba4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/screen-api.md

+ 1
- 1
docs/screen-api.md Ver fichero

@@ -264,7 +264,7 @@ this.props.navigator.setOnNavigatorEvent(this.onNavigatorEvent.bind(this));
264 264
 
265 265
 # Screen Visibility
266 266
 
267
-`const isVisible = await this.props.navigator.isCurrentlyVisibleScreen()`
267
+`const isVisible = await this.props.navigator.screenIsCurrentlyVisible()`
268 268
 
269 269
 ## Listen visibility events in onNavigatorEvent handler
270 270