import React from 'react'; import { Skeleton, Text } from '@native-base/v3'; export default function () { return ( NativeBase is cool ); }