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
/
dist
/
commonjs
/
style.js
13 lines
(12 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
styles
=
void
0
;
var
_reactNative =
require
(
"react-native"
);
const
styles =
exports
.
styles
= _reactNative.
StyleSheet
.
create
({
textInput
: {
flex
:
1
} });
//# sourceMappingURL=style.js.map