Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zerobertelprivat opened this issue Jun 6, 2023 · 2 comments
Labels
❄️ types Typing issues

Comments

@zerobertelprivat
Copy link

zerobertelprivat commented Jun 6, 2023

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 hyochan added the ❄️ types Typing issues label Jun 6, 2023
@hyochan hyochan closed this as completed in a2b6346 Jun 6, 2023
@hyochan
Copy link
Owner

hyochan commented Jun 6, 2023

@zerobertelprivat Thanks for this. Fixed in 1.4.2

@zerobertelprivat
Copy link
Author

Thank you for your fast reply! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❄️ types Typing issues
Projects
None yet
Development

No branches or pull requests

2 participants