import React from 'react'; import { Tabs, Box } from 'native-base'; export const Example = () => { return ( One Two Three Four ); };