mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
add touchableProps and responderProps into propTypes
This commit is contained in:
@@ -76,7 +76,8 @@ const pathProps = {
|
||||
...strokeProps,
|
||||
...clipProps,
|
||||
...transformProps,
|
||||
...responderProps
|
||||
...responderProps,
|
||||
...touchableProps
|
||||
};
|
||||
|
||||
const circleProps = {
|
||||
|
||||
Reference in New Issue
Block a user