React Native Awesome Gallery works really well on iOS (both on emulator and on device), but does not work on Android for some reason — the first image of the gallery is shown, but it does not respond to any gestures — swipe, pinch, zoom and double tap.
Tested on blank new RN project:
npx create-expo-app@latest my-app
cd my-app
npm i react-native-awesome-gallery
React Native Awesome Gallery works really well on iOS (both on emulator and on device), but does not work on Android for some reason — the first image of the gallery is shown, but it does not respond to any gestures — swipe, pinch, zoom and double tap.
Tested on blank new RN project:
index.tsx:
package.json: