React-Native-Daejeon / swiper-zoom-view

Swiper Zoom View is a simple React Native UI Component that shows images gallery view for iOS and Android. You can use some zoom actions of image.
https://redwit.io
MIT License
3 stars 0 forks source link

Swiper error #1

Open abdullahIsa opened 3 years ago

abdullahIsa commented 3 years ago

Thanks for this but it seems it has a problem whenever i swipe it loads the images but once i swipe i get : TypeError: null is not an object (evaluating 'transform.forEach') i cant seem to find anywhere in your code relating to it any suggestion ?

adamalexander commented 2 years ago

were you able to solve this? @abdullahIsa

abdullahIsa commented 2 years ago

were you able to solve this? @abdullahIsa

I wasn't able to but i was able to put together some solutions i found online, I think i will upload it to a GitHub branch so that anyone can use it, will link here once done.

abdullahIsa commented 2 years ago

@adamalexander here you go, I use this in my app, it's not 100% perfect but in the future when I am more focused on the part of my app that's using this I might update it and make it into an easy to use package.

https://github.com/EnTechCS/React-Native-Zoom-View/blob/main/react-native-zoom-view.js

were you able to solve this? @abdullahIsa

I wasn't able to but i was able to put together some solutions i found online, I think i will upload it to a GitHub branch so that anyone can use it, will link here once done.

adamalexander commented 2 years ago

@adamalexander here you go, I use this in my app, it's not 100% perfect but in the future when I am more focused on the part of my app that's using this I might update it and make it into an easy to use package.

https://github.com/EnTechCS/React-Native-Zoom-View/blob/main/react-native-zoom-view.js

were you able to solve this? @abdullahIsa

I wasn't able to but i was able to put together some solutions i found online, I think i will upload it to a GitHub branch so that anyone can use it, will link here once done.

Ahh okay I'll check this out, thanks alot.