import React from 'react'; import { Text } from 'native-base'; export const Example = () => { return This is Text.; };