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