UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines (8 loc) 337 B
'use strict'; /** * 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 const svgHitTestResponder = () => false; //# sourceMappingURL=platform.native.js.map