Browse Source

Documented Constants

yogevbd 6 years ago
parent
commit
842e7aa9b2
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      docs/docs/constants.md

+ 16
- 0
docs/docs/constants.md View File

@@ -0,0 +1,16 @@
1
+# Constants
2
+
3
+## statusBarHeight
4
+```js
5
+const statusBarHeight = Navigation.constants().statusBarHeight;
6
+```
7
+
8
+## topBarHeight
9
+```js
10
+const topBarHeight = Navigation.constants().topBarHeight;
11
+```
12
+
13
+## bottomTabsHeight
14
+```js
15
+const bottomTabsHeight = Navigation.constants().bottomTabsHeight;
16
+```