import React from 'react'; import { Hidden, Text, Stack, Box } from 'native-base'; export function Example() { return ( This text will be visible on every screen size. This text will be hidden on sm and lg only. ); }