minor tweak
This commit is contained in:
parent
91f73a5101
commit
13ee494d8a
|
@ -19,7 +19,6 @@ const styles = StyleSheet.create({
|
|||
|
||||
interface IRoomListProps extends FlatListProps<IRoomItem> {
|
||||
listRef: React.Ref<FlatList>;
|
||||
// listRef: React.MutableRefObject<AnimatedComponent<typeof FlatList>>;
|
||||
}
|
||||
|
||||
const List = ({ listRef, ...props }: IRoomListProps): JSX.Element => (
|
||||
|
|
Loading…
Reference in New Issue