Jake Murzy
Jake Murzy
I've recently open sourced [react-router-native](https://github.com/jmurzy/react-router-native) that brings native support to [react-router](https://github.com/reactjs/react-router). Not sure if this is useful to you guys at the moment as it's under [active development](https://github.com/jmurzy/react-router-native/issues). Feedback and...
Removing the following line yields the same result: https://github.com/nodegit/nodegit/blob/3f8616f0289ca9415908e49c74f31370078b479b/lib/diff_line.js#L32 But you're correct in that Jest is nuking the require cache between each run to isolate potential local state that the...
Just released `master` as v1.2.1. Can you check if that fixes your issue? Also, we probably need to refactor things a little to make it compatible with the latest React...
Thanks. At first sight it looks good. Do you have an example repo with react-router-relay I can use to run a few tests? I'm currently working on #17 which will...
Awesome! Thanks. 🍺
Yeah. Unfortunately though, patches that address that specific issue, facebook/react-native@c57bac4767fe4301ff4515b073d26245c6905610 and facebook/react-native@b4d15d3c5ac4542931e0f3d1b93b42109e523550, did not make it into [0.29-rc](https://github.com/facebook/react-native/releases/tag/v0.29.0-rc.0). I'm trying to get those cherry picked into 0.29, facebook/react-native#8333. #17 and...
> it should save the state for each child route and restore it when switching tabs This is supported when root route, `/`, is leaf of a TabsRoute. I'll make...
@jonathanewerner @joonhocho That is supported. Previously, there was a [bug](https://github.com/ericvicenti/navigation-rfc/issues/61) in NavigationExperimental that dropped component state when swtiching tabs. But that's now fixed, and `` and its siblings should now...
This would be an awesome addition. If you'd like to lead this effort, it would definitely be welcome! Feel free to get in touch on Discord. At first sight it...
You're right. I wasn't aware of [this](https://github.com/reactjs/react-router/pull/3327)—looks like that was merged to master as of v2.3.0. Either way, we would have to have full control over `RouterContext` to be able...