| 23 | import { Button } from './Shared/ButtonWithMargin'; |
| 24 | |
| 25 | interface Props { |
| 26 | navigation: NavigationScreenProp<NavigationState>; |
| 27 | } |
| 28 | |
| 29 | class MyHomeScreen extends React.Component<Props> { |
| 30 | static navigationOptions = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…