Parth Barot

Results 9 comments of Parth Barot

@ekreutz I am using this for barcode scanning for Android, render method of the component has something like this, ``` JSX return( { this._onBarCodeRead(data) // Alert.alert(`Barcode '${data}' of type '${type}'...

@kruyvanna Thanks, for now we have implemented a bridge for zxing library, see here - https://github.com/BoTreeConsultingTeam/react-native-android-zxing-barcode-scanner - This works like charm compared to `react-native-open-camera`. Though, We will try the new...

@kruyvanna Nopes, its not working for me on Lenovo K6 power having Android 7.0. It's showing black screen when I press application back button (not the hardware back) and uses...

@blset Thanks for your quick reply. So first I should remove the existing `original` (As I am modifying an existing deface in a gem), and then run the server again...

Facing the same issue but under the `react-native-swiper/../index.js`, can you not merge the pull request into this? I assume many people would be facing this issue while upgrading RN version

@blackjk3 I think I got the solution, As I mentioned above, we need to use `resize` for non-mobile browsers and `orientationchange` on mobile browsers. Now the question is, how to...

@hollyewhite Basically we wanted to avoid the resize event, and that needs to change the code. Instead, I looked at all the forks and found that the latest fork has...

@mohataher I have actually tried it once but it's not working. I would suggest instead you can download the source and use it, I am not able to work on...

It should work, can you please check the source in `client.py`? Basically, it is nothing but importing the modules from diff. files.