Mikael Carpenter

Results 13 comments of Mikael Carpenter

the updated and maintained version is now on npm, so you can install with: `npm install gb-native-router --save`

@t4t5 :D also for anyone wanting to make these changes manually to their project. After updating the dependencies: `cd node_modules/react-native-router` and `npm update` to apply the changes

@jhabdas I haven't checked it out yet, but would you want to use it for the nav bar transitions rather than the opacity from tween-state?

I'm maintaing a fork [here](https://github.com/MikaelCarpenter/gb-native-router), feel free to send issues to that repo instead! t4t5 just gave me the go ahead to publish mine, as he's too busy at the...

the `react-native` that sits in this module is out of date, you can update it yourself in the `package.json`. I actually have a fork with additional improvements that I'll be...

Neither of these seems to fix the problem for me? I bumped the version to `"react-native": "^0.8.0"` and still got the error, so i removed the dependency all together and...

@owais I fixed this in the PR thats mentioned above, so you can make the change manually and use it if you want.

any chance someone could explain the "this would break the mixed @client / server query" bit? My team is running into this issue and are looking to help with a...

Here ya go: https://www.npmjs.com/package/react-hotkeys#withhotkeys-hoc-api

Yea running into this same issue. I can share a CodeSandbox that repros the issue, but @bangiev 's jsfiddle repros the issue sufficiently. It appears to be an issue with...