| 3 | import {View, Animated, PanResponder} from 'react-native'; |
| 4 | |
| 5 | class PanController extends React.Component<any, any> { |
| 6 | _responder: any = null; |
| 7 | _listener: any = null; |
| 8 | _direction: any = null; |
nothing calls this directly
no outgoing calls
no test coverage detected