react-spring-bottom-sheet icon indicating copy to clipboard operation
react-spring-bottom-sheet copied to clipboard

Low FPS on weak devices with many nodes

Open Dimasion opened this issue 2 years ago • 11 comments

Any thoughts??

Tested on iPhone 6/6s, Redmi 9

https://user-images.githubusercontent.com/29754531/143214821-44380639-5b77-4feb-988b-7c18e3a3b3d9.mp4

Dimasion avatar Nov 24 '21 09:11 Dimasion

I got the same performance issue. My BottomSheet has just a few child component (about 2-50 item) but it is extremely lag when open BottomSheet when using safari. Chrome is better but still lag, enough to notice

ndhungw avatar Jan 16 '22 09:01 ndhungw

same issue with safarii it lags a lot

junaidashraff avatar Feb 18 '22 14:02 junaidashraff

thanks so much, i will use other lib

fukemy avatar Jul 19 '22 04:07 fukemy

@fukemy another modal ? Which lib ?

dmitryshelomanov avatar Aug 23 '22 12:08 dmitryshelomanov

@dmitryshelomanov use https://github.com/gorhom/react-native-bottom-sheet for full handle with bottomsheet, full compatetive with IOS and low device android

fukemy avatar Aug 23 '22 12:08 fukemy

@fukemy RN is not web. RN bottom sheet support it?

dmitryshelomanov avatar Aug 23 '22 13:08 dmitryshelomanov

sorry bro, this is my bad, I just started to become RN dev, this time i didnt know what difference between react and react native

fukemy avatar Aug 23 '22 13:08 fukemy

I've encountered the same issue on Android Chrome. After having a look at the performance in chrome (simulating a slow device w 4x slowdown), it looks like the resize observer (https://github.com/juggle/resize-observer) is to blame: image

alex-reid avatar Aug 30 '22 01:08 alex-reid

same issue. any update?

Zawalga avatar Feb 03 '23 09:02 Zawalga

Still no update on this??

Emmanuel-umeh avatar Aug 02 '23 20:08 Emmanuel-umeh

Is there a fork of this library fixing this issue or an alternative library that can be used? @alex-reid I can also confirm the issue you discovered. Have you found a solution?

vinaynb-at avatar Dec 16 '23 13:12 vinaynb-at