React Native Navigation is a library that provides UI components for React Native with navigation solution that works cross-platform between iOS and Android.
You can style the navigator and the tab bar, and add buttons to the navigator. There is also support for deep linking into different pages provided with the navigator component.
This animation from the readme shows React Native Navigation
You can find React-Native-Navigation on Github here.
A great library for adding navigation into React Native apps.