import React from 'react'; import { Box, Heading, Image, Text, Stack } from 'native-base'; export const Example = () => { return ( NativeBase Card Adventure An exciting experience that is typically bold, sometimes risky, undertaking... more ); };