react-native-signature-canvas 4.5.0 → 4.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -193,6 +193,7 @@ const SignatureView = forwardRef(({
193
193
  bounces={false}
194
194
  style={[webviewContainerStyle]}
195
195
  scrollEnabled={scrollable}
196
+ androidLayerType="hardware"
196
197
  androidHardwareAccelerationDisabled={androidHardwareAccelerationDisabled}
197
198
  ref={webViewRef}
198
199
  useWebKit={true}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-signature-canvas",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "React Native Signature Component based Canvas for Android && IOS && expo",
5
5
  "main": "index.js",
6
6
  "scripts": {