import React from 'react';
import { Text } from 'native-base';

export const Example = () => {
  return <Text>This is Text.</Text>;
};
