octopitus / rn-sliding-up-panel

Draggable sliding up panel implemented in React Native https://octopitus.github.io/rn-sliding-up-panel/
MIT License
929 stars 157 forks source link

Dissapointed in Android performance #199

Open 29er opened 3 years ago

29er commented 3 years ago

Issue Description

Android performance over Google Maps was unnaceptable

Steps to Reproduce / Code Snippets / Screenshots

The component worked great on IOS, but Android was never up to par. I was never able to get to the bottom of it, even after looking at past issues and trying many different things. the animation just was horrible. it took over 3 seconds for a panel to slide up. and sometimes wouldnt slide up the entire way. or just freeze Anyways I switched to 'reanimated-bottom-sheet' and it worked perfectly on both with the exact same code. Just a heads up. I have no idea what's different 'under the hood' on this component but worth looking into. ! Thansk!


Environment

elmcapp commented 2 years ago

I have the same issues iOS works great but android Freezes

keeprock commented 2 years ago

Try to disable a debugger while working with the library. For some reason, it slows it down considerably.