Results 5 comments of srokatonie

Hi, I understand that this module is not SCA compatible? Would simple Stripe dependency update work?

That module works pretty well. Thanks!

@bradmartin ``` public camLoaded(e: any): void { console.log('***** cam loaded *****'); console.log(e.object); this.cam = e.object as CameraPlus; const flashMode = this.cam.getFlashMode(); // ... ``` I am getting `ProxProxyViewContaineryiew`: ``` CONSOLE...

Ok, that worked. I've missed `registerElement` from the demo. The README could contain a bit more info about the installation: ``` // iOS setup // Add to App_Resources/iOS/Info.plist NSPhotoLibraryUsageDescription This...