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/6698b068d16780d4a6083e02ef6c70ec to your computer and use it in GitHub Desktop.
Save jdmunro/6698b068d16780d4a6083e02ef6c70ec to your computer and use it in GitHub Desktop.
// AfterWorkoutScreen.web.js
// AfterWorkoutScreen.js
import connectAfterWorkoutScreen from './connectAfterWorkoutScreen'
class AfterWorkoutScreen extends React.PureComponent {
// ...
}
// Re-use the connect call
default default connectAfterWorkoutScreen(AfterWorkoutScreen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment