Timothée Dorand

Results 6 comments of Timothée Dorand

I’m using the android module v4.0.1

Thanks putting the event listener in the click event listener function make it work. ``` buttonScan.addEventListener('click', function() { Barcode.addEventListener('success', function(e) { if (e != undefined && e.result != undefined) {...

I have tried updating from ``` "react-native-picker-select": "6.6.0", ``` to ``` "react-native-picker-select": "8.0.3", ``` Also I've tried several implementations but none have worked so far. ``` touchableWrapperProps={{ accessible: true, accessibilityLabel:...

Works fine ! Just tested on my project. You can merge it @omorandi Thanks

Hi, I had the same issue and found the fix. Update your params with this: https://github.com/wangchucheng/hugo-eureka-starters/blob/main/config/_default/params.yaml

Hi, This works for me Ti SDK v 7.2.0.GA You can merge this @raymondkam Thanks