import React from 'react'; import { Hidden, Text, Stack, Box } from 'native-base'; export function Example() { return ( This text will be always visible. This text will be always hidden. ); }