| 231 | }; |
| 232 | |
| 233 | interface State { |
| 234 | scrollY: Animated.Value; |
| 235 | } |
| 236 | |
| 237 | class MainScreen extends React.Component<any, State> { |
| 238 | // eslint-disable-next-line react/sort-comp |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…