Skip to content

Instantly share code, notes, and snippets.

@jdmunro
Created February 14, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdmunro/1115ddab027da20bd1f43950ec15fb27 to your computer and use it in GitHub Desktop.
Save jdmunro/1115ddab027da20bd1f43950ec15fb27 to your computer and use it in GitHub Desktop.
// connectAfterWorkoutScreen.js
export default connect(
mapStateToProps, // Map state to props for both screens
mapDispatchToProps // Map dispatch to props for both screens
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment