Skip to content

Instantly share code, notes, and snippets.

@pettomartino
Last active August 9, 2020 15:56
Show Gist options
  • Save pettomartino/49916cdbca2355858555617369e798aa to your computer and use it in GitHub Desktop.
Save pettomartino/49916cdbca2355858555617369e798aa to your computer and use it in GitHub Desktop.
Use styled components with LinearGradient and pass props
const Background = styled(LinearGradient).attrs(() => ({
colors: ['#464769', '#1B1A1F'],
}))`
padding-top: 50px;
flex: 1;
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment