-
Notifications
You must be signed in to change notification settings - Fork 422
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
[TS] PagerView typescript is broken #823
Comments
any fix?? |
The same error |
I came across this same issue as well. Noticed that on iOS it still seemed to work even with the typescript complaints, but Android was not working anymore on the screens that uses this. As mentioned previously locking the version to 6.3.0 works. |
Hello 👋 |
@troZee I'm not @MrRefactor but funny enough, "almost am" (look at the nicknames). Please see my PR: |
This is fixing |
When you'll release this fix? |
Description
I just noticed that in the latest version, the typescript of this package is not working as expected.
Reproducible Demo
Now you will get this ts error:
'PagerView' refers to a value, but is being used as a type here. Did you mean 'typeof PagerView'
The text was updated successfully, but these errors were encountered: