Justin Unterreiner
Justin Unterreiner
… been hidden By nilling out the `progressIndicator` instance variable in the hide method, multiple calls to `hide()` after a progress indicator has already hidden will prevent this plugin from...
Sometimes when calling `hide()` after a indicator has already been hidden an `EXC_BAD_ACCESS` can occur. It occurs on line 402 on the first if block check of the `hide` method:...
Once the DefinitelyTyped repository has the Ionic TypeScript definitions they should be used instead of the simple stubs I'm currently using. https://github.com/borisyankov/DefinitelyTyped/pull/3407 https://github.com/borisyankov/DefinitelyTyped/issues/4337
I would love it if I could access via SSL and specify my own `.crt`/`.key` and/or `.pfx`.
As suggested in https://github.com/sarriaroman/FabricPlugin/issues/4#issuecomment-196439447 we should download the Fabric SDK for iOS from Fabric's servers when the plugin is added. This has several advantages: - Consistent with Android (which obtains...
## Description When using Proxyman as a proxy for an Android device's traffic while running a React Native application in development mode, if React Native debugging is disabled, the app...