Ken Davidson
Ken Davidson
Hey, not sure if you guys worked this out yet, but I ran into the same issue - for anyone that comes across this, you need to add the following...
I had this issue as well, in my case I'm wrapping my TreeTable in a DataTable (not my choice, just something I was stuck with). I have the TreeTable set...
Are there errors? Anything in the log? Delimiters setup? You'll need to do some debugging, but I can't see why this shouldn't work. I just don't have time time or...
I appreciate that you may be using the sample app, but this was never tested with android to android communication. I did the testing with two very distinct bluetooth devices...
The library just wraps the Bluetooth functionality into basic socket programming. There are two phases that are used: 1. The connection phase. This is generally used on the device with...
Well that doesn't look right, you're only calling `listening()` in the return from `useEffect()`, which if you read the documentation is the `unloadComponent` function, so it will only start listening...
Sadly I haven't gotten around to re-writing the sample app using functions instead of classes. But I don't see anything majorly wrong with that code. As mentioned before, you'll have...
The code looks fine, there's not much I can do without debugging it, so I suggest you spend some time actually debugging it. If you want to link your repository,...
The library uses the legacy native module code, it has not been updated to use turbo modules, so it's entirely possible that React has stopped allowing legacy native modules. I...
Not on purpose. If it's not working then feel free to PR a fix for it. It should be there since it's in the Native code, unless something on the...