Doesn't play nice with styled components
See original GitHub issueI found that this library renders glitchy animations when using styled-components
, glamorous-native
or a custom styled components API, switching to the typical way of writing styles in RN fixes things. I wrote a light custom styled-components-like function to do some debugging.
Top: Not using styled components. Bottom: Using styled components.
Code to reproduce available here.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Extending styles with styled-components not working
I'm trying to extend styles for a react component using styled-components but is not working. AFAIK, I'm doing it the right way, ...
Read more >Doesn't play well with material-ui v4 · Issue #224 - GitHub
In the newest major update of Material-UI, there is a styled function that is somewhat similar to styled-components.
Read more >FAQs - styled-components
This command searches the local dependencies and tries to simplify the structure by moving common dependencies further up the tree. Note. Be aware...
Read more >The styled-components Happy Path - Josh W Comeau
For a few years now, my #1 favourite tool for managing CSS in React apps has been styled-components. It's a wonderful tool.
Read more >How To Use Styled-Components In React - Smashing Magazine
Styled components are a CSS-in-JS tool that bridges the gap between components and styling, ... But it doesn't work that way.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sonaye The last version in develop now supports retrieving rendered props from components like the one you wrote - just mentioning it you’d like to try 😃 Haven’t released it yet.
Can we re-open this because still not working nice with styled components @sonaye @chrfalch