Louies89

Results 8 comments of Louies89

Ok Sorry.. I think there should be some option to restrict user to raise issues on some projects...

@vmary2014 @jsancho use com.google.android.gms:play-services-vision:11.4.0 in build.gradle it detects the above barcode link properly

Post your code here, Can take a look into it...

@master-atul Hi, setNativeExceptionHandler call back is nott getting triggered from native module. my code is : ``` setNativeExceptionHandler((errorString) => { console.log('Unexpected error occurred setNativeExceptionHandler') },false, true); ``` and the red...

Ooh Sorry, I missed it.... Thank you for this. But in dev mode 1st 2 times I got the exception screen. Do not know how. Is there a way to...

import SecureStorage from 'secure-web-storage'; is not working throwing error like localstorage is not defined and SecureStorage is not a class

I am using SSR, so that is creating trouble.