Tom Belton
Tom Belton
I cannot get invokeApp working on Android versions > 8. Is there a fix? I have tried this but doesn't seem to make a difference: Thanks!
I have figured out that my issue is actually the same issue as [this one](https://github.com/vicke4/react-native-invoke-app/issues/2).
> `let imagemin; import("gulp-imagemin").then(res => { imagemin = res;}); //const imagemin = require("gulp-imagemin");` After doing this I get the same error but for the other package: > Error [ERR_REQUIRE_ESM]: require()...
> Facing the same issue here > > **EDIT:** I resolved the issue by configuring the authentication settings and subsequently generating new API and secret keys > >  Thanks...
Yes, I too would like a progress indicator in the notification like in Notifee for React Native: https://notifee.app/react-native/docs/android/progress-indicators I do own a Notifee license but it does not meet my...
I have the same problem. I am on Java version 1.8.0_211-b12 and lein version 2.9.1, I don't have a file called `profiles.clj` and on os x 10.14.5. I used to...
Was there ever a fix for this?
After moving my server that uses this SDK to AWS I am experiencing this about 80% of the time. When I was developing locally I never experienced it. EDIT: it...
Here's more info from my implementation. This function works locally, but when it runs on AWS it fails (`process.env.ENVIRONMENT === 'production'`). The file is stored on AWS S3 and then...
> The conventional way would be to call `skip()` on the Interstitials manager: > > https://github.com/video-dev/hls.js/blob/master/docs/API.md#hlsinterstitialsmanager > > The only way to force fallback to primary from an interstitial without...