mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-23 19:39:35 -05:00
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import { NowPlayingTemplate } from "react-native-carplay";
|
|
|
|
const CarPlayNowPlaying : NowPlayingTemplate = new NowPlayingTemplate({
|
|
|
|
})
|
|
|
|
export default CarPlayNowPlaying; |