| 6 | * PureComponent that handles android hardware back button |
| 7 | */ |
| 8 | export default class AndroidBackHandler extends PureComponent { |
| 9 | static propTypes = { |
| 10 | /** |
| 11 | * react-navigation object used to switch between screens |
nothing calls this directly
no outgoing calls
no test coverage detected