mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-07 10:42:40 +08:00
5 lines
192 B
TypeScript
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;
|