GeekyAnts / GeekyAnts/react-native-easy-grid
Styled Components not working on Row
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
const StyledRow = styled(Row)`
background-color: #f00;
`;
the css is getting applied, i can see red color but there is only single row in which all the columns are displayed, so the UI becomes Messy
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.