Closed alantoa closed 2 years ago
Hi, @pavelbabenko this lib works great after the upgrade, thank you for you work! Just when I run the example, I found some bugs.
This PR was fixed:
"react-native-gesture-handler": "^1.10.1" will affect older versions, such as v1.10.1<=version<=v1.10.3.
"react-native-gesture-handler": "^1.10.1"
v1.10.1
version
v1.10.3
"react-native-reanimated": "2.1.0" not support entering or exiting props, eslint will report an error.
"react-native-reanimated": "2.1.0"
entering
exiting
withDecaySpring.ts file eslint report type error.
withDecaySpring.ts
Above, I fixed.
Best wishes to all defenders and civilians living in Ukraini. Slava Ukraini! πΊπ¦
Thank you @alantoa
Hi, @pavelbabenko this lib works great after the upgrade, thank you for you work! Just when I run the example, I found some bugs.
This PR was fixed:
"react-native-gesture-handler": "^1.10.1"
will affect older versions, such asv1.10.1
<=version
<=v1.10.3
."react-native-reanimated": "2.1.0"
not supportentering
orexiting
props, eslint will report an error.withDecaySpring.ts
file eslint report type error.Above, I fixed.