ex-navigation icon indicating copy to clipboard operation
ex-navigation copied to clipboard

added renderFooter in DrawerNavigation

Open nehvaleem opened this issue 8 years ago • 4 comments

As mentioned in #330 I've added a renderFooter to DrawerNavigation. In my project it was necessary so I've thought that maybe someone will find it useful.

nehvaleem avatar Dec 28 '16 21:12 nehvaleem

related:https://github.com/exponent/ex-navigation/pull/182

chirag04 avatar Dec 28 '16 21:12 chirag04

renderFooter can be way easier to use than implementing his own Drawer navigation view using renderNavigationView 👍 (if you only need a drawer footer)

zoontek avatar Jan 20 '17 12:01 zoontek

Any ETA on this?

zoontek avatar Feb 08 '17 11:02 zoontek

@zoontek i don't know why i missed your comment. Correct me if i am wrong, but adding footer in renderNavigationView would need some additional styling to make footer fixed at bottom of the screen instead of adding it after current items. I would rather avoid that for simplicity sake. You could also add header the way u described, but it is moved to separate method :)

edit: yeah, instead of simply adding footer you have to write again how to render items, handle item selection etc. Imo the way I suggested is easier.

nehvaleem avatar Mar 01 '17 19:03 nehvaleem