UNPKG

react-native-tab-screen

Version:

React Native tab view component with options to position the tab bar at the top or bottom.

7 lines (6 loc) 122 B
type TabItem = { title: string; icon?: React.ReactNode; onExtraPress?: () => void; }; export default TabItem;