import React from 'react'; import { Tabs } from 'native-base'; export const Example = () => { return ( TAB ONE TAB TWO One Two ); };