Alex Krautmann
Alex Krautmann
I tried using this today in an existing project that uses styled-components and noticed that adapting styles based on props is not working. I forked v2 and added some failing...
Hey @mbasso, I'll give it a shot. I'm not familiar with the internals of enzyme or styled-components though, so it might take a bit.
One thing I noticed is that all the shallow tests for toHaveStyleRule are false positives. If you run any of the react-test-renderer or enzyme shallow tests in isolation they will...
@mbasso I'm truly sorry for not getting back onto this. The reality is I have moved onto other projects and priorities since I was looking into this last time. Hopefully...
I actually have this problem in a project I am trying to integrate NativeBase into. The app renders properly in native, but it is completely broken for me in web...
@vlindhol I forked this project and modified it for dotenv-extended: https://github.com/Alex-Krautmann/webpack-dotenv-extended-plugin. It worked out well for me in a universal react application. I was able to define default env vars...
Have you tried installing pods? ``` cd packages/rider/ios pod install ```
I want to say thanks for your work on this, it is a great idea! The project I am working on could benefit from this monitor and I am going...