Skip to content

Commit ad428f8

Browse files
committed
fix flex
1 parent 9f0f7ab commit ad428f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ interface AutocompleteDropdownProps {
6666
}
6767

6868
export const AutocompleteDropdown: FC<AutocompleteDropdownProps>
69+
70+
export const AutocompleteDropdownContextProvider: FC<any>

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@ AutocompleteDropdown.propTypes = {
421421

422422
const styles = ScaledSheet.create({
423423
container: {
424-
marginVertical: 2,
425-
flex: 1
424+
marginVertical: 2
426425
},
427426
inputContainerStyle: {
428427
display: 'flex',

0 commit comments

Comments
 (0)