fix android auto quirks

This commit is contained in:
Boof2015
2026-07-13 23:04:28 -04:00
parent 3ac75432a4
commit a8c1f4fd22
22 changed files with 897 additions and 27 deletions
+2
View File
@@ -13,6 +13,8 @@ declare class AstraAudioRouteModuleType extends NativeModule<AstraAudioRouteEven
const native = requireOptionalNativeModule<AstraAudioRouteModuleType>('AstraAudioRoute');
export const isAstraAudioRouteAvailable = native !== null;
export const AstraAudioRoute = native ?? {
addListener: () => ({ remove: () => {} }),
removeAllListeners: () => {},