That is my go-to library for styling - cause It makes it easy for me to share code across platforms (web and mobile)
I don't believe in writing all styles in a single file cause the file will be choked up (and it's harder to navigate through the styles if they're in a single file)
Writing styles(in a component) using Styled component makes the code cleaner😅