mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 09:27:20 +00:00
[ts] Fix ResponderProps interface: change pointerEvents to have the same type as in ReactNative.ViewProps, i.e., a set of allowed strings, not a function.
This commit is contained in:
Vendored
+1
-1
@@ -80,7 +80,7 @@ export interface TouchableProps {
|
||||
}
|
||||
|
||||
export interface ResponderProps extends ReactNative.GestureResponderHandlers {
|
||||
pointerEvents?: (event: any) => any,
|
||||
pointerEvents?: "box-none" | "none" | "box-only" | "auto",
|
||||
}
|
||||
|
||||
// rgba values inside range 0 to 1 inclusive
|
||||
|
||||
Reference in New Issue
Block a user