import React from "react"; import { VStack, Skeleton } from "native-base"; export const Example = () => { return ( ); };