pavelbabenko / react-native-awesome-gallery

Performant, native-like, and well-customizable gallery for React Native.
MIT License
495 stars 54 forks source link

chore(deps): fix gesture-handle v2 dependencies & eslint error #40

Closed alantoa closed 2 years ago

alantoa commented 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:

  1. "react-native-gesture-handler": "^1.10.1" will affect older versions, such as v1.10.1<=version<=v1.10.3.

  2. "react-native-reanimated": "2.1.0" not support entering or exiting props, eslint will report an error. snapshot

  3. withDecaySpring.ts file eslint report type error.

Above, I fixed.

Best wishes to all defenders and civilians living in Ukraini. Slava Ukraini! πŸ‡ΊπŸ‡¦

pavelbabenko commented 2 years ago

Thank you @alantoa