import React from 'react'; import { Box, Tabs, Text } from 'native-base'; export const Example = () => { return ( One Two Three One Two Three To show how tabs behaves around other components. ); };