react-native-view-shot
react-native-view-shot copied to clipboard
ios how to remove White rounded corners around app screenshots
Platform: IOS
Actual behavior

I want to remove the white corners coming in ios screenshots. How to remove those?
you used the "captureScreen" feature? It might be what you get out of the native OS capture. We probably have no way to fix it on applicative side.
Hi, I had the same problem but when I defined width and height is gone. ...await captureRef(viewToSnapshotRef, { width: 250, height: 250, quality: 1, format: 'png', result: 'data-uri' })