import React from 'react'; import { Center } from 'native-base'; export function Example() { return (
This is the Center
); }