diff --git a/src/client.ts b/src/client.ts index 1099b2b..fd84c4b 100644 --- a/src/client.ts +++ b/src/client.ts @@ -354,6 +354,7 @@ export class Pushy { return; } if (onDownloadProgress) { + // @ts-expect-error harmony not in existing platforms if (Platform.OS === 'harmony') { Pushy.progressHandlers[hash] = DeviceEventEmitter.addListener( 'RCTPushyDownloadProgress',