const mapDispatchToProps = (dispatch: ThunkDispatch<{}, {}, any>): Partial<Props> => ({
  splashLaunched: () => dispatch(splashScreenLaunched()),
});