import React from 'react'; import { Image, Center } from 'native-base'; export function Example() { return (
fallback text
); }