smartmeway.dev
smartmeway.dev
any suggestions here??
Hi @notjulian why did you add timeout for removeWifiNetwork and disconnect on Android? What is the purpose? I've found that you userd DisconnectCallbackHolder.getInstance() on the disconnect() and removeWifiNetwork() timeout blocks...
Hi @notjulian, sorry but what do you mean with "avoid timeout on disconnect"? In @JuanSeBestia library code on disconnect/removeWifiNetwork is there any timeout... you've added it on your pr, but...
You should use a custom image to show LocationPuck bearing on Android. ``` ```
Hi @fahadShah23 , in react native you cannot import images with "import". You need require. In my project I have an "icons.js" files where I require all required images then...
hi @fahadShah23 if images are in the same folder, have you tried to import like this ? Maybe absolute path could not work. ``` const headingIcon = require('heading.png'); const markerUserIcon...
Hi, this error appear using PHP 8.2. I've created a pull request with the fix [here #25 ](https://github.com/paypal/Payouts-PHP-SDK/pull/25) we'll wait for someone to merge
same issue for me. Any solutions??