UNPKG

react-native-tab-screen

Version:

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

5 lines (4 loc) 148 B
import React from 'react'; import TabViewProps from '../types/tabViewProps'; declare const TabView: React.FC<TabViewProps>; export default TabView;