import React, { FC } from 'react'; import { View, Text } from 'react-native'; import Tabbar from '../src/Tabbar'; interface ExampleProps { } const Example: FC = () => { return Icon #1, activeIcon: Active Icon #1, onPress: () => { }, label: 'Tab #1', }, { icon: Icon #2, activeIcon: Active Icon #2, onPress: () => { }, label: 'Tab #2', }, { icon: Icon #3, activeIcon: Active Icon #3, onPress: () => { }, label: 'Tab #3', }, ]} /> ; }; export default Example;