UNPKG
@prosperitainova/dumbo-react-native
Version:
latest (10.1.1)
10.1.1
10.1.0
10.0.0
8.1.4
8.1.3
8.0.27
8.0.26
8.0.25
8.0.23
8.0.22
Dumbo for React Native Library
bitbucket.org/prosperitainova/dumbo-react-native
@prosperitainova/dumbo-react-native
/
src
/
styles
/
z-index.ts
12 lines
(11 loc)
•
210 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/**
Basic
z-indexes
to
use
for
different
use
cases
*/
export
const
zIndexes
=
{
behind:
-1
,
base:
1
,
baseOver:
2
,
document:
10
,
modal:
100
,
dropdown:
200
,
actionSheet:
500
,
permissions:
600
, }
;