UNPKG

react-native-tab-screen

Version:

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

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