t4t5 / react-native-router

Awesome navigation for your React Native app.
MIT License
1.17k stars 155 forks source link

Custom rightCorner for page #55

Open RWOverdijk opened 9 years ago

RWOverdijk commented 9 years ago

Hi there,

I managed to add something to the rightCorner via Router. Is there a way to set that value per-page? I have one page that has filters and I'd like to add a filter icon; but only for that page.

Is there an option for this?

Thanks!

Update: My use case involves using a modal on-page. I know I can specify it with navigating there, but then the control element would be in the page navigating there and... I don't know. Advice needed :)

bundeeteddee commented 8 years ago

+1, having the same problem/thought :)