react-native-skia
react-native-skia copied to clipboard
Throw warning/error when having an invalid tree
If we make a mistake in our rendering tree, such as forgetting to wrap a <Shader /> element into a <Paint>, we don't throw any warning. It is probably a low-hanging fruit to provide one which might help the user debug his drawing.