Skip to content

Instantly share code, notes, and snippets.

View darrencarlin's full-sized avatar

Darren Carlin darrencarlin

View GitHub Profile
// app/profile/[username]/index.tsx
import { PublicProfileMapScreen } from "@/screens/public-profile-map";
export default function PublicProfileMap() {
return <PublicProfileMapScreen />;
}
// screens/public-profile-map/index.tsx