Fernando Alex Helwanger

Results 7 comments of Fernando Alex Helwanger

`react-native-web@^0.8` isn't compatible with `react-native@^16.5`, but it's already fixed: necolas/react-native-web@506dba9 That fix was released on version 0.9.0 of react-native-web: https://github.com/necolas/react-native-web/releases/tag/0.9.0 While docz-plugin-react-native isn't updated, you can put this on your...

Are there any plans on making it work on windows without installing a unix-like environment?

Well, I did a workaround that worked surprisingly well 😁 I installed ocaml and reason via opam on windows bash. Then, I made some batch files that simple call: `bash...

I updated the repo. Now it's a npm package. I'm really new to this ocaml and reason world, so feedback is very appreciated 😄

Just tested on one machine without cygwin and the vscode-reasonml extension didn't work 😕 Already found why and opened this issue: https://github.com/freebroccolo/ocaml-language-server/issues/27

You might also consider using [babel-preset-env](https://github.com/babel/babel-preset-env). This way the user can configure which environments to support.

I like the "redux-simple-router" approach more, especially this: > We encourage direct access of react-router APIs. By doing this, it's much simpler to stay "in sync" with new versions of...