Joon Ho Cho

Results 57 comments of Joon Ho Cho

Hopefully new [NavigationTransitioner](https://github.com/facebook/react-native/commit/7db7f78dc7d2b85843707f75565bcfcb538e8e51) fixes the issue.

Can the state also include its scroll position? Native apps seem to store everything including scroll position, or maybe they keep the rendered view alive somewhere and simply switch to...

Thanks @jmurzy for such detailed answer. I once noticed that tabs on react native apps did not retain previous view states, but did not know that it was fixed. It's...

Correct me if I am wrong, but it seems the `react-router-relay` uses [this applyRouterMiddleware](https://github.com/reactjs/react-router/blob/master/modules/applyRouterMiddleware.js). It matches the signature as it [provides `renderRouterContext` and `renderRouteComponent`](https://github.com/relay-tools/react-router-relay/blob/master/src/index.js). I don't think there is any...

I wonder if `react-router-native` can be refactored so that itself is also a middleware to `react-router`. If done well, the final code with relay will look like the following: ```...

I need some time to really learn how routers work. I took some time last night, but there seem to be lots of things to learn. I will spend next...

@arthurpark You can refer to https://github.com/facebook/react-native/issues/8350 for how to control overlays from the scene. I think the best way is to use either redux or some kind of event system...

I found `acceptAlert` and `dismissAlert` works for simple alerts, but there are alerts with three or more buttons.

I am having the same issue. It seems versions are out of sync?