Ben Kraus

Results 40 comments of Ben Kraus

So. I actually have done something that I think would fix this problem. In our in-house native navigation lib where I work, we ended up doing something tricky, where we...

So what we are doing at Instructure is (I can't speak for Android, only iOS): handle all routing (url based, with a router and whatnot), in Swift. The Swift router...

Interesting, we are using version `0.43` and it's working just fine for us. Maybe try upgrading your version of React Native?

It pushes on a slight delay to help with that, should solve that issue you are having.

I have a pull request that adds support for a title view image, which is a fairly common use case there. I have it on my to do list to...

Seems like the aspect modes are different for each image, perhaps?

What's rather interesting is I experienced this myself, but when I ran on device (another hurdle that needs to be overcome), I didn't experience it.

@lelandrichardson or whoever else would know, I've tracked it to this: at the time `refreshTabViews` (from `signalFirstRenderComplete`) is invoked on `ReactTabBarController`, the `reactView` has just the single root view that...

No solution yet, had it narrowed down really closely before I went on vacation. Picking it back up and trying to remember. 😃

I struggled trying to get this fixed. 😢 There ended up being a lot of bugs with this lib, and it was fairly slow as far as progress goes/getting things...