Skip to content

Commit

Permalink
Update docs regarding inconsistencies in Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Blanco committed Sep 2, 2019
1 parent 7646296 commit 0d45cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/constants.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Constants

!> Note! iOS resolves the values from the currently displayed root. If the current root doesn't contain BottomTabs - it will return 0 as the BottomTabs height while Android will always return a static value.

## statusBarHeight
```js
const constants = await Navigation.constants();
Expand Down

0 comments on commit 0d45cee

Please sign in to comment.