James Ide

Results 80 comments of James Ide

You could try rendering an empty View maybe.

Makes sense. We probably want both the navigator and the route to decide what the transition should look like. For example, in your top-level navigator sometimes you may want to...

We're unlikely to build this because we optimize for iteration speed and customizability, so we greatly prefer code in JavaScript. `renderNavigationBar` lets you return whatever you want as long as...

@qbig I have not heard that anyone is currently working on this. Would appreciate your help.

react-docgen probably makes the most sense -- we don't want to spend a lot of time updating docs so using the code to generate docs is the most appealing idea...

Opened https://github.com/exponentjs/ex-navigator/issues/18 for people interested in contributing.

React Native 0.16 broke a couple things -- use 0.15 for now.

I don't understand your issue. Can you clarify what you are seeing?

I haven't tested this but you could try re-rendering the ExNavigator with a different value for the `navigationBarStyle` prop (set the height to 0. may also need to hide overflow)....

@cjbell ExNavigator should accomodate many different ways to hide the nav bar (sliding out, fading, fading + sliding, not completely hiding) so I'd prefer to make that possible and let...