lokomass

Results 15 issues of lokomass

Hi, I'm using RN with phpsocket.io. I can connect to socket but any emit works. What I'm doing wrong ? Here is my RN code : `` So, on the...

Hi. I’ve got strange problem. When I send sms with cli, command spend 8-10 minutes before sending message. If just after, I call same command again, message is instantaneous sent....

Hi, When I call "this.RBSheet.close()", this close my sheet, but close too my Expo ImageLibrary... ``` _addPhoto() { this.RBSheet.close() // close Sheet and PickerImage, I want keep PickerImage opened try...

Hi, Everything worked fine, but from few days, I have this error when I'm trying to upload a photo : ``` Object { "headers": Object {}, "status": 0, "text": "A...

Hi, I want to upload multiple files. My problem is, my function print "succedd up" and not reach "console.log('ok')" Here is my code Thanks for reply ``` import { RNS3...

When the alert appears, the animation is amazing. On close, the animation hide text, but not backgroundColor of buttons, and the effect is not very good. Is it possible de...

Hi, Ma page is http://..../page When I'm going to page 13, it becomes : http://..../page#/page/13. Is it possible to modify that to this : http://..../page-13 ?? Thanks alot

Bonjour, Après avoir suivi le tuto pour le scénario automatique, le design n'est pas créé... ``` [2022-08-30 15:00:03][SCENARIO] -- Start : Scenario lance manuellement. [2022-08-30 15:00:03][SCENARIO] - Exécution du sous-élément...

Hi. Before sending a request to my back, I create a toast with a loading gif inside, and a blue background like this : ![image](https://user-images.githubusercontent.com/7886368/225598416-4a92c145-9bac-4bc7-8e09-27820c0aeecb.png) When, I receive a response...

Reproduction Needed

Hi, I'm trying to exclude a div from my component before converting in jpeg. `const filter = (node) =>{ const exclude = ['add-button'] return (!exclude.some(classname => node.classList.includes(classname))) } ` And...

bug