Skip to content

Instantly share code, notes, and snippets.

@kamilkulik
Created April 21, 2020 18:29
Show Gist options
  • Save kamilkulik/c97717555c584f7cd7cb5b04de20cb6f to your computer and use it in GitHub Desktop.
Save kamilkulik/c97717555c584f7cd7cb5b04de20cb6f to your computer and use it in GitHub Desktop.
step13
export default connect(mapStateToProps, mapDispatchToProps)(Card);
// And destructure props that our component gets:
const Card = ({ setCameraAccess }) => {
return (
<View></View>
)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment