Files
App/components/CarPlay/NowPlaying.tsx
T
Violet Caulfield 71ba0640e6 omg plz
2025-01-25 17:35:41 -06:00

7 lines
174 B
TypeScript

import { NowPlayingTemplate } from "react-native-carplay";
const CarPlayNowPlaying : NowPlayingTemplate = new NowPlayingTemplate({
})
export default CarPlayNowPlaying;