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