Skip to content

Commit

Permalink
fix(hippy-react): add overflow scroll to fix listview unable to scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Aug 26, 2022
1 parent 9d77ec6 commit 96c670a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hippy-react/src/components/list-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ class ListView extends React.Component<ListViewProps, ListViewState> {
}
(nativeProps as ListViewProps).initialListSize = initialListSize;
(nativeProps as ListViewProps).style = {
overflow: 'scroll',
...style,
};
}
Expand Down

0 comments on commit 96c670a

Please sign in to comment.