react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
7 lines • 347 B
TypeScript
/**
* React-native-svg hit-tests a shape only once a responder prop marked it
* responsible, and accepts any truthy one. Returning false makes the shape
* hit-testable without ever claiming the responder from its ancestors.
*/
export declare const svgHitTestResponder: (() => boolean) | undefined;
//# sourceMappingURL=platform.native.d.ts.map