Skip to content

Instantly share code, notes, and snippets.

@bbandydd
Created February 3, 2018 14:02
Show Gist options
  • Select an option

  • Save bbandydd/92871ceb9226c4193417f7ead60c5ca5 to your computer and use it in GitHub Desktop.

Select an option

Save bbandydd/92871ceb9226c4193417f7ead60c5ca5 to your computer and use it in GitHub Desktop.
Styled-Component detect device
const MainView = styled.View`
backgroundColor: ${Platform.OS === 'ios' ? 'black' : 'red'};
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment