Bladeren bron

Documented Constants

yogevbd 6 jaren geleden
bovenliggende
commit
842e7aa9b2
1 gewijzigde bestanden met toevoegingen van 16 en 0 verwijderingen
  1. 16
    0
      docs/docs/constants.md

+ 16
- 0
docs/docs/constants.md Bestand weergeven

@@ -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
+```