mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-03 09:10:13 -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; |