terrysahaidak / react-native-gallery-toolkit

Reanimated 2 powered gallery implementation
MIT License
662 stars 38 forks source link

Not working with reanimated rc.3 #27

Open r0b0t3d opened 3 years ago

r0b0t3d commented 3 years ago

Could not use this package with rc.3 version since useMapper was removed by https://github.com/software-mansion/react-native-reanimated/pull/1543

Darkbladecr commented 3 years ago

Can confirm this

"react": "16.13.1",
"react-native": "0.63.4",
"react-native-gallery-toolkit": "^1.0.0-alpha.1.2",
"react-native-reanimated": "^2.0.0-rc.3",
Darkbladecr commented 3 years ago

Have tried wiping the cache with:

watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install

and installing 2.0.0-rc.2, 2.0.0-rc.1 All have the same issues. Last working version for me is actually 2.0.0-rc.0

pavelbabenko commented 3 years ago

If you are using StandaloneGallery, you could try using https://github.com/Flair-Dev/react-native-awesome-gallery , it's almost the same