oblador / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
2.82k stars 502 forks source link

Really laggy animation #81

Open Frexuz opened 7 years ago

Frexuz commented 7 years ago

Here's a recorded video of testing your example app on my iPhone 6.

https://vid.me/Le6oi

ezgif com-video-to-gif

Scroll animation, and vertical pan is smooth, but the animation going INTO and OUT of the lightbox is super choppy.

Any ideas?

rtman commented 7 years ago

I am also experiencing choppy and glitchy animation.

salhotra commented 6 years ago

facing same problem

tuvshinbatgeru commented 6 years ago

Same

dambiiAyz commented 6 years ago

Same

i8wu commented 6 years ago

Any suggestions?

TrinityHC commented 6 years ago

Same, need help.

Jansbury commented 6 years ago

Has this improved for anyone? This is still massively glitchy.

cshen4 commented 6 years ago

This is still a problem for me as well

Frexuz commented 6 years ago

6 months later... :(

Flecket commented 6 years ago

I'm getting this too

phantom1299 commented 6 years ago

For me its only laggy when I run my app in the simulator and remote js debugging is on, which is not realy a problem

MaheshNandam commented 6 years ago

I too got this issue

MaheshNandam commented 6 years ago

Trying the below solution, but still image flickering issue while opening and closing image:

                                        ```

<Lightbox swipeToDismiss={true} backgroundColor='rgba(33,33,33,0.85)' springConfig={{ // friction: 7,//Controls "bounciness"/overshoot. Default 7. // tension: 10, //Controls speed. Default 40. speed: 12 ,//Controls speed of the animation.Default 12. bounciness: 0.1,//Controls bounciness. Default 8. }}>

andrew-stupchuk commented 5 years ago

springConfig={{ overshootClamping: true }} helps for me