We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f178e5 commit 8e86b3fCopy full SHA for 8e86b3f
index.js
@@ -3,7 +3,7 @@
3
import React, {Component} from 'react';
4
import {PropTypes} from 'prop-types';
5
import {
6
- View,
+ ViewPropTypes,
7
WebView,
8
StyleSheet,
9
} from 'react-native';
@@ -18,7 +18,7 @@ class SignaturePad extends Component {
18
static propTypes = {
19
onChange: PropTypes.func,
20
onError: PropTypes.func,
21
- style: View.propTypes.style,
+ style: ViewPropTypes.style,
22
penColor: PropTypes.string,
23
dataURL: PropTypes.string,
24
height: PropTypes.number,
0 commit comments