nunya
4
Q:

styled components attrs

npm install --save styled-components

# yarn 
yarn add styled-components
4
export const TextInputElement = styled.TextInput.attrs(props => ({
  placeholderTextColor: props.ColorPlaceholder,
}))`
  font-size: 15px;
  line-height: 18px;
  color: '#000';
`;
3

Tags

New to Communities?

Join the community