import React from "react"; import { View } from "native-base"; import ArrowButton from "./ArrowButton"; export const CtaButton = ({ text, onPress }: { text: string; onPress: () => void }) => ( );