react-native-image-viewing
react-native-image-viewing copied to clipboard
Problems after updating React and Expo to the latest versions
Before updating the project to the following versions: "expo": "~52.0.6", "react-native": "0.76.1",
the library was working stably.
After the update, there are two issues:
When clicking to view an image, it somehow loads twice, as shown in the DevTools. Closing the photo viewer by swiping down no longer works.
Library version: "react-native-image-viewing": "^0.2.2",
The fact that:
Closing the photo viewer by swiping down no longer works.
Is making this project not very usable. Has anyone figured out a patch that works?