Currently react-native-skia is only rendering with a maximum of 60 fps on iOS, even if the device supports 120 fps.
I've tried to screen record the behaviour, but interestingly enough it seems to render at 120 fps if I'm screen recording.
So I resorted to a camera slow mo recording:
Currently react-native-skia is only rendering with a maximum of 60 fps on iOS, even if the device supports 120 fps.
I've tried to screen record the behaviour, but interestingly enough it seems to render at 120 fps if I'm screen recording. So I resorted to a camera slow mo recording:
@chrfalch describes the fix in a discussion comment https://github.com/Shopify/react-native-skia/discussions/1275#discussioncomment-4715887:
which I applied to the DisplayLink.mm file with a fallback:
if the iOS version is lower than 15.0.