android auto more stuff

This commit is contained in:
Boof2015
2026-06-29 17:29:45 -04:00
parent de7ad39d62
commit 19a2e30d0b
10 changed files with 89 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@ export interface AstraCarNowPlayingState {
hasTrack: boolean;
duration?: number | null;
position?: number | null;
trackPath?: string | null;
isFavorite?: boolean;
}
declare class AstraCarModuleType extends NativeModule {