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
I've upgraded React native to 0.76, and my gallery isn't working anymore. The image is displayed, but no zoom, scroll, swipe... Seems like gesture handler are not detected
I've tried with basic implementation (just displaying url), no changes
I'm very aware of the problem, it's because zIndex in 0.76 for some reason does not longer accept BigInt values as valid for this property, A new version is on the work adding a couple of features and bug fixes for all the other components as well as 0.76 introduced problems for all components.
@jutein Hi there, I have the library pretty much ready to be released, I would like you to test it before it comes out, this to be sure it works as expected, you can test the latest changes by installing the dev branch:
Summary
I've upgraded React native to 0.76, and my gallery isn't working anymore. The image is displayed, but no zoom, scroll, swipe... Seems like gesture handler are not detected
I've tried with basic implementation (just displaying url), no changes
Environment
react-native: 0.76
react-native-reanimated: 3.16.1
react-native-gesture-handler: 2.21.2
Steps to Reproduce
Create a screen that display basic gallery:
Open the app, 1st url is displayed, no interaction possible to see other urls
The text was updated successfully, but these errors were encountered: