We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef2b41 commit a52d18dCopy full SHA for a52d18d
src/client.ts
@@ -354,6 +354,7 @@ export class Pushy {
354
return;
355
}
356
if (onDownloadProgress) {
357
+ // @ts-expect-error harmony not in existing platforms
358
if (Platform.OS === 'harmony') {
359
Pushy.progressHandlers[hash] = DeviceEventEmitter.addListener(
360
'RCTPushyDownloadProgress',
0 commit comments