React Native Custom Navigation Bar with transition animations

The level of customization and easiness to do it with React Native is just impressive, check this Custom Navigation Bar that czj has implemented.

react-native-custom-navigation on GitHub

The goal is making a easy navigation router for react-native, you could plug-in different navigation-bar in each view stack, and update navigation-bar background style at any time. The router would give your navigation-bar a smooth transition animation when push, pop or swipe-back gesture.

Inspired by react-native-router

1) Different view stack using different navigation bar
2) Using singleton navigation bar for all views

Custom NavigationCustom Navigation