James Ide
James Ide
@alexcurtis `showNavigationBar` isn't supported on routes because we don't yet have an API. It might involve adding a second scene config field that controls the nav bar's animation but we...
@jawadrehman That's not supported right now -- you'll have to look through the code to see how to write a custom NavigationBar implementation.
The recommended approach is to use RN's own Navigator.SceneConfigs.XX or provide your own scene config (usually by deep cloning an existing config and modifying it as needed). Does this work...
ExSceneConfigs are slightly modified versions. You should import from Navigator if you want their configs.
You have to write a custom navigation bar and hide it however you want to.
I don't think that's built in but you could set 'global.currentRoute = route' in a focus handler. Then your nav bar would have access to it. The later you figure...
You need to write a custom component that animates itself off the screen, or fades out. It seems like this is a popular request so maybe someone else has written...
@aksonov The underlying facebook Navigator/NavigationBar doesn't pass in the Navigator instance so ExNavigator doesn't do it either. There is a `renderNavigationBar` prop exposed which gives you some control over the...
I will take a look a little over a week from now after React Conf and App.js Conf wrap up. Thank you for understanding.
Hi - would you still like me to review this or do you not need this change anymore?