airbnb / native-navigation

Native navigation library for React Native applications
http://airbnb.io/native-navigation/
MIT License
3.13k stars 177 forks source link

Add Navigator.Config Showcase to Example App #55

Open anand180 opened 7 years ago

anand180 commented 7 years ago

We should add a showcase of the Config props (https://github.com/airbnb/native-navigation/blob/master/docs/api/navigator-config.md) to the example app.

I can get started on it this weekend. I just wanted to make sure no one else is already working on it.

lelandrichardson commented 7 years ago

@anand180 this is a good idea. I was thinking we could have a screen with a bunch of toggles and switches and color pickers etc. that you could change and it would update the screen's current navigation bar.

Please do this!