hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
399 stars 55 forks source link

Typescript Error: Module '"react-native"' has no exported member 'Omit' #55

Closed zerobertelprivat closed 1 year ago

zerobertelprivat commented 1 year ago

After updating to react-native 71.8 i am getting this bug in @react-native-seoul/masonry-list/lib/index.d.ts in line -> import type { Omit, RefreshControlProps, ScrollViewProps, StyleProp, ViewStyle } from 'react-native';

There is no "Omit" in react-native, if i remove the Omit import, dependent issues disappear, too

Thanks for your time

hyochan commented 1 year ago

@zerobertelprivat Thanks for this. Fixed in 1.4.2

zerobertelprivat commented 1 year ago

Thank you for your fast reply! :)