react-native-skia
react-native-skia copied to clipboard
Document `mode="continuous"`
It seems like there is no mention of this prop at all in the docs.
This is hopefully a property that shouldn't be necessary but one that we've used for debugging in development - our goal is that there should never be any need for a continuous mode - that all the reactive re-rendering will happen automatically (we are basically done with this) - so this property will hopefully be deprecated in the near future.
@chrfalch I updated the PR in a way that matches your comment.