can-it-be-done-in-react-native icon indicating copy to clipboard operation
can-it-be-done-in-react-native copied to clipboard

Bedtime reminder FPS drop

Open amruu opened this issue 3 years ago • 2 comments

https://user-images.githubusercontent.com/18157104/124597391-0f134280-de81-11eb-95a7-070d33a9dc75.MP4

@wcandillon Frame rate is dropping like crazy even using react-native-reanimted 2

i used my iphone 7 plus to test this.

amruu avatar Jul 06 '21 12:07 amruu

It is because of the mask: https://github.com/wcandillon/can-it-be-done-in-react-native/blob/master/season4/src/Bedtime/CircularSlider.tsx#L49 Remove the mask and you will get 60fps. I hope this helps.

wcandillon avatar Jul 10 '21 06:07 wcandillon

removing the mask will not have the impact of circular slider as IOS, isn't there any workaround for this ?

amruu avatar Jul 13 '21 08:07 amruu