How to fix react-native-signature-canvas overflow on Android?

Viewed 19

I'm having a problem that the canvas of react-native-signature-canvas is overflowing the screen.

I tried to use {paddingRight: 50} to SignatureScreen component but the result is white space on the right side of the image.

I tried to modify margin, position, padding, also using a parent View component without success. Any help is much appreciated.

I'm running the app with ExpoGo on a Samsung Galaxy Tab S6 Lite with Android 12.

0 Answers
Related