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
/
Button
/
styles.js
14 lines
(11 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
const
input
= (
{ error, errorColor }
) => ({
color
: error ? errorColor :
undefined
})
export
const
hidden
= (
) => ({
height
:
0
,
opacity
:
0
,
width
:
0
})
export
const
transparent = {
backgroundColor
:
'transparent'
}