Kirill Zyusko

Results 480 comments of Kirill Zyusko

Hi @matt-dalton Thanks for interesting and detailed question! Unfortunately right now there is only one way, how to grab this info - manually from console output. We are using `react-native-debugger`...

> I'd imagine native modules etc might crash this though? @matt-dalton Could you elaborate more? I don't think it may affect, but maybe I'm missing something important 🙂

> I'd just imagine that if you try and run your app using a node server without a proper mobile native build environment, something would crash? @matt-dalton I think it's...

@Victorcassiano it also works in TS. Why do you have doubts that it doesn't work?

@Victorcassiano try to wrap some of your screens in `register` HOC. After that check the output from the `investigate` function. If you did everything correctly, then you will not see...

Hi @chj-damon It's a good question. This library simply uses ram-bundles, so you should search for ram-bundles and code-push compatibility. Some time ago I've seen they added support for it,...

@CptMaumau do you use Hermes on iOS/Android?

Hi @c-thun Hm, in fact it looks like a race condition. You are trying to send multiple files at the same time (that's how `forEach` works) - it's not correct....

Hi, @c-thun > However, that still doesn't seem to explain why calling createGroup() is failing in the receiver side. That would be nice if you can share your logs from...

As I see from logs the internal variable `wifip2pInfo` is `null`. Why are you calling `getAvailablePeers`? BTW, I don't see successful execution of `getConnectionInfo` https://github.com/kirillzyusko/react-native-wifi-p2p/blob/102e00508501ad32aeaca0b651312170c4f129d8/android/src/main/java/io/wifi/p2p/WiFiP2PManagerModule.java#L63