import React from 'react'; import { Tabs, Text } from 'native-base'; export const Example = () => { const [index, setIndex] = React.useState(0); return ( One Two Three One Two Three ); };