expo-pixi
expo-pixi copied to clipboard
Sketch.takeSnapshotAsync() ignores all options param.
It seems any options passed to takeSnapshotAsync() is completely ignored. (from Sketch component ref).
Is this a bug?
did you pass them as a object? For example: ref.takeSnapshotAsync({ format: "png", conpress: 0.5 })