yogevbd 6 лет назад
Родитель
Сommit
842e7aa9b2
1 измененных файлов: 16 добавлений и 0 удалений
  1. 16
    0
      docs/docs/constants.md

+ 16
- 0
docs/docs/constants.md Просмотреть файл

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