UNPKG
@attio/react-native-bottom-sheet-toolbox-text-input
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1-experimental1
github.com/attio/react-native-bottom-sheet-toolbox
attio/react-native-bottom-sheet-toolbox
@attio/react-native-bottom-sheet-toolbox-text-input
/
src
/
style.ts
8 lines
(6 loc)
•
127 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
StyleSheet
}
from
"react-native"
export
const
styles =
StyleSheet
.
create
({
textInput
: {
flex
:
1
, }, })