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

Can't use v1 with newest version of react-native-gesture-handler #481

Open
asaracho-lemon opened this issue Mar 11, 2022 · 0 comments
Open

Comments

@asaracho-lemon
Copy link

asaracho-lemon commented Mar 11, 2022

Hello! i'm working with reanimated v1 and v2 at the same time.
Unfortunately i have a problem with ts when try to use react-native-redash/src/v1, because some conflicts appear with the react-native-gesture-handler dependency.

Captura de Pantalla 2022-03-11 a la(s) 10 21 40

my package.json works with this dependency

"react-native-gesture-handler": "1.10.3",

but the react-native-redash works with this dependency

"react-native-gesture-handler": "~1.5.0",

Someone know how to fix this or a way to ignore the errors with typescript?

Thanks!

UPDATE:
I fix the react-native-gesture-handler error downgrading to v1.9.0 but i have another error.
i'm working on it.

Captura de Pantalla 2022-03-11 a la(s) 15 20 25

@asaracho-lemon asaracho-lemon changed the title Can't use v1 functions Can't use v1 with newest version of react-native-gesture-handler Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant