Christian Brevik
Christian Brevik
Okay! The reason I asked was because a CI build of mine broke for an app using `azure-functions-rs`, because another dependency I use had a breaking change in a patch...
@dwmkerr sure! I added an extra line in the CLI about default behaviour, and some docs as well. Tried to explain it as well as I could. Hope it's adequate...
@dwmkerr Anything I can do to unblock the PR? 😇
Recently I upgraded `react-native` to 0.44.0, and upgraded `react-native-router-flux` at the same time. Now I'm getting this error on OSX. ``` "react": "16.0.0-alpha.6", "react-native": "0.44.0", "react-native-router-flux": "^3.38.1" ```
@aksonov of `react-native-router-flux`? Since I seem to be using the latest version (`3.38.1`) which is the same as master there. It has resolved `0.26.10` of `react-native-experimental-navigation` as a dependency. **Edit**:...
@aksonov I've tried adding `"react-native-experimental-navigation": "git://github.com/aksonov/react-native-experimental-navigation.git#c02cd04"` as a dependency in my `package.json`. But I still seem to get this issue. As an aside, I also get a whole lot of...
I've tried any number of combinations of earlier versions of `react-native-router-flux` (`3.35.0` up to `3.38.1`) and `react-native`. Using a lower version than `3.38.0` with RN `0.44.0` gives me the build...
Just pinging back here to say that I found a workaround for my specific use-case. You can inject html in the WebView `source` prop, which does a JavaScript POST for...
Is there a way for me to test this experimental feature directly in my solution? I've been looking around for artifacts in the PR checks for built .nupkg which I...
Do you have any suggestions to how the problem of InApp for Android should be attacked @chirag04? I've tried bridging https://github.com/onepf/OpenIAB on a project internally, but what quickly became obvious,...