ithieund

Results 20 comments of ithieund

Up vote! It's better to show variable content while hovering the cursor, not until click.

The same for me with latest version. In my case, the hidden row sometimes didn't show at all (the item does not slide at all), and that some other next...

> @ithieund Hello! I wonder if you could help me solving this problem. Sorry I still don't have any solution for this :(

@ggauravr , Sine no one helped, I upgraded into react-native 0.37.0 and it worked.

@darkrift , Thank you very much, I tried and it worked, but some others issue occurred :( Do you know about the roadmap for this project? Is it stoped maintaining?...

@esbozos , Thank you very much. I can make it work already. It seems that the author of this plugins does not maintain it any more. How about forking this...

@l-nawrocki , You can use setTimeout and invoke disconnect() when timeout. This will also abort the connect() and throw error in connect().catch() It worked for me. Happy coding!

Thank you! On Tue, Jun 14, 2022 at 8:36 PM Markus ***@***.***> wrote: > some example code that I had used in the past for testing. > > const io...

@luoruidong , Can you please build a new release with this fix? Thanks.

@gcrabtree , I tried with the js version of socket.io-client and it worked perfect https://www.npmjs.com/package/socket.io-client I think your plugin does not support to create multiple client, which will share the...