Haroldo Shigueaki Teruya
Haroldo Shigueaki Teruya
Same here, without this "feature", the time for testing and debugging is very exhausting.
I have same issue
I am using the `react-native-camera` version **3.8.0** and everything is working. Version of `react-native` is **0.61.2**. ```javascript const { height, width } = Dimensions.get('window'); console.log(e.data)} androidCameraPermissionOptions={null} pendingAuthorizationView={} notAuthorizedView={} > ```
I am using the `react-native-camera` version **3.8.0** and everything is working. ```javascript const { height, width } = Dimensions.get('window'); console.log(e.data)} androidCameraPermissionOptions={null} pendingAuthorizationView={} notAuthorizedView={} > ```
Hi @krokhale With the 2.13. I was debugging here and found some tips but nothing that resolve the problem. - In RNOpenTokPublisherView.cleanUpPublisher, when I remove/comment 'mPublisher.destroy()' line, the application don't...
@krokhale just for curiosity, what's the consequences if I remove the 'mPublisher.destroy()'?
Hi @Martifan Sorry for the delay. Actually, I don't have a device to test.