Kishan Bharda

Results 10 comments of Kishan Bharda

I putted `coverScreen={true}` still it happens.

Any body found the solution ? I tried all of solutions like `return this.sanitizer.bypassSecurityTrustUrl(url);` , tried with 'file://' path, tried without 'file://' path but none of them displaying image in...

My camera setup is as below, still I am getting low quality video. ```js { this.vb = vb }} outputUrl = {`rtmp://live.mux.com/app/${this.state.streamId}`} camera={{ cameraId: 0, cameraFrontMirror: true }} audio={{ bitrate:...

I also facing same issue on android. I am not able to swipe down view.

Same error with the latest version. @ashmitaggarwal have you solved it?

Ok, I found the solution. Initially, I was rendering `SortableItem` without any wrapper like this: ```js const SortableList = SortableContainer(({ items }) => { return items.map((value, index) => ( ))...

You can use `bullet` props to render Icon or image. I have rendered circle icon as below : ``` ```

@wgltony Braintree dashboard not allowing me to disable paypal option. Can you please help me why it is not allowing ? How to disable paypal ? I have done as...