Adam Denny
Adam Denny
@bilalashraf03 thanks, that worked for me.
it does work - you have to make certain you set the output type to flv, and pick the aac audio codec as an output. ``` stream.proc = ffmpeg() .addInput((new...
I was able to work around this by pasting this above the dependencies declaration in this package's build.gradle: ``` allprojects { repositories { jcenter() mavenLocal() maven { url "https://maven.google.com" }...
I had better luck initializing BTClient in the main component, then passing BTClient as a prop to my child component that loads the payment form. Not sure if that's the...
That last update caused a problem for me - XCode couldn't find the module 'LinkedinSwift'. Commenting out the line allowed it to build and the package seems to run fine...
Just wanted to bump this because the missing `ServiceWorkerRegistration` is causing full crashes in all `WkWebView` browser views on iOS. Most in-app browsers (such as Facebook and Instagram) use the...