can-it-be-done-in-react-native
can-it-be-done-in-react-native copied to clipboard
Bedtime reminder FPS drop
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.
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.
removing the mask will not have the impact of circular slider as IOS, isn't there any workaround for this ?