Files
react-navigation/example/src/Shared/TouchableBounce.native.tsx
2020-06-24 20:07:32 +02:00

5 lines
192 B
TypeScript

// @ts-expect-error: there are no type definitions for deep imports
import TouchableBounce from 'react-native/Libraries/Components/Touchable/TouchableBounce';
export default TouchableBounce;