mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
add touchableProps and responderProps into propTypes
This commit is contained in:
@@ -6,7 +6,7 @@ class Polyline extends Component{
|
||||
static displayName = 'Polyline';
|
||||
static propTypes = {
|
||||
...pathProps,
|
||||
points: PropTypes.string
|
||||
points: PropTypes.oneOfType([PropTypes.string, PropTypes.array])
|
||||
};
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user