You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
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.
my package.json works with this dependency
but the react-native-redash works with this dependency
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.
The text was updated successfully, but these errors were encountered: