Adam Laycock

Results 8 comments of Adam Laycock

Would a PR that suppresses this warning, for css/sass module files, be accepted? For example, in my project I have this error: ``` chunk 1 [mini-css-extract-plugin] Conflicting order between: *...

@fedulovivan did you end up finding a solution for declarative routing? A fork or another package?

Thanks, @fedulovivan for the response and the example! I was exploring something similar, but removing redux-connect also seems like a potential solution.

@abhagsain we're still running it. There's some pretty tight coupling between `redux-connect` and some of the other packages we depend upon which can make it hard to remove. We just...

I spent a weekend trying to figure this out, and also ran into the same issue of Sonos using different IDs than what the Play Music API returns. I was...

I suspect that @michalkvasnicak has answered your question already, but it sounds like the question you're asking is: "Why bother using a datastore for storing and triggering events, when you...

[My pull request](https://github.com/jaysoo/react-native-parallax-scroll-view/pull/32) resolves this issue, it allows you to specify the property `contentContainerStyle` on the ``. Which you can see in [my fork's test branch](https://github.com/alaycock/react-native-parallax-scroll-view/blob/testContainerStyles/examples/ListView/Talks.js#L61). ``` ( { rowData...

@abhagsain your best bet is to look at the package.json for the [peer dependencies](https://github.com/makeomatic/redux-connect/blob/master/package.json#L41-L49) if you haven't already. You should be able to upgrade to a more recent version of...