UNPKG
reinput
Version:
latest (3.7.2)
3.7.2
3.7.1
3.7.0
3.6.0
3.5.0
3.3.0
3.2.0
3.1.0
3.0.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.0.0
1.1.0
1.0.0
A React Native TextInput with material style 😎
github.com/sospedra/reinput
sospedra/reinput
reinput
/
src
/
services
/
constants.js
11 lines
(9 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
const
BASE_UNIT
=
8
export
const
BLACK
=
'#000000'
export
const
BLUE
=
'#3f51b5'
export
const
DURATION
=
200
export
const
FONT
=
15
export
const
FONT_SMALL
=
12
export
const
GRAY
=
'#757575'
export
const
RED
=
'#fc1f4a'
export
const
noop
= (
) => { }