Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 568 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 568 Bytes

Universal Tab Bar in React Native

React Native has a core component called TabBarIOS, which renders a tab bar at the bottom of the screen on iOS platform. But it doesn’t work on Android. If you want to have tabs in your app that look and work the same on both, iOS and Android, follow this tutorial, and in 15 minutes you’ll learn how to build them.

Tutorial

Read the full tutorial here http://rationalappdev.com/universal-tab-bar-in-react-native

Demo

Demo