Benoit VALLON

Results 10 comments of Benoit VALLON

I managed to fix it by doing the following. Furthermore to upgrade to: ``` "connected-react-router": "6.5.2", "react-redux": "7.1.0", "react-router": "5.0.1", "react-router-dom": "5.0.1", "redux": "4.0.4", "redux-saga": "1.0.2" ``` I had to...

I am using jest v0.7.1 on my machine as well and I have no problem. If you look at the CI on travis https://travis-ci.org/benoitvallon/react-native-nw-react-calculator the tests run correctly as well....

Oh sorry, I realized that I made some modifications to the readme that made it confusing. If you are using npm v2 `npm install`should work fine. The special instructions are...

I am not a specialist of relay but I think it is designed to work with data. As the project doesn't involve a lot of data (no server request for...

Another quick comment, if relay is aiming to replace flux, I would probably go for redux instead but that's just a personal choice.

@cjb very very interesting approach. I am not going to merge it for 2 reasons (at least now). First even if more "react-y" I think it makes the code harder...

Hi @docent, thanks. About your issue, I am not really familiar with Android and Linux as I work on a Mac. Have you looked at the react-native repo issues. Android...

At the beginning of the project I wanted just to focus on tools around react/react-native so that's why I stayed very classical with choices for css. As people seem to...

Thank you, that's a very interesting (and big) PR full of improvements. I had a look at your modifications and here are the few details I found. - The livereload...

it seems to be, indeed, a Gradle issue https://discuss.gradle.org/t/issue-upgrading-to-gradle-8-12-problems-api-nullpointerexception-group-displayname/50556