-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error preventing new pull requests: Cannot find module 'react-native-gesture-handler' or its corresponding type declarations. #11
Comments
I found this comment while digging through some issues on the yarn repo. It seems this is a common practice. The recommendation would be to switch the two dependencies from peer dependencies to actual dependencies. This would ensure that these dependencies are installed when running I made the in my local project and the errors went away. I'm curious if you were doing anything else to deal with these errors. |
I've added them as In the |
@fakeheal Yup, and that works in the project that I am using this in. I see that the The issue that I am running into is when I tried to add the feature mentioned in #10. In a development context the two dependencies need to be present in order to pass the |
It looks like you accounted for this by using |
Oh, I see, sorry I kind of misunderstood your first comment. I will have to delve deeper into the |
I am trying to get this project running locally so I can attempt some pull requests, but I am running into a consistent typescript error after installing.
After installing and running
yarn typecheck
I receive these errors.I'll continue to investigate, I figured it was worth mentioning here for visibility.
The text was updated successfully, but these errors were encountered: