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
/
Error
/
styles.js
12 lines
(9 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
BASE_UNIT
,
FONT_SMALL
}
from
'../services/constants'
export
const
error = {
fontSize
:
FONT_SMALL
,
paddingBottom
:
BASE_UNIT
/
2
,
paddingTop
:
BASE_UNIT
/
2
}
export
const
placeholder
= (
) => ({
height
:
BASE_UNIT
*
4
})