UNPKG
@expo/styleguide-native
Version:
canary (0.0.1-alpha.9)
latest (9.0.9)
9.0.9
9.0.8
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.0
8.0.0
7.0.2
7.0.1
7.0.0
7.0.0-alpha.2
7.0.0-alpha.1
7.0.0-alpha.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.1.0
5.0.0
4.4.0
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.0
0.4.2-alpha.1
0.4.2-alpha.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.6
0.0.1-alpha.5
Foundational styles for Expo interfaces.
github.com/expo/styleguide
expo/styleguide
@expo/styleguide-native
/
dist
/
src
/
styles
/
sizing.js
17 lines
(16 loc)
•
313 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
iconSize
=
exports
.
borderRadius
=
void
0
;
exports
.
borderRadius
= {
huge
:
16
,
large
:
10
,
medium
:
6
,
small
:
4
, };
exports
.
iconSize
= {
micro
:
12
,
tiny
:
14
,
small
:
16
,
regular
:
20
,
large
:
24
, };