kirillzyusko / react-native-wifi-p2p

Library that provide access for working with wi-fi direct (p2p) module in android.
174 stars 32 forks source link

TypeError: undefined is not an object (evaluating '_this.state.devices[0].deviceAddress') why this error #48

Open joy-mollick opened 3 years ago

joy-mollick commented 3 years ago

I connected two devices to my home's wifi network but one couldn't find another device through the same network, I tried ACCESS.FINE.LOCATION also as I am using android upper than Android 10. I didn't get any kind of solution. What can be the good npm package to do it well ?? Anyone ,plz help ?? I want to share data between two android devices suggest me any good npm package . Then If I try to connect to wifi direct without manually ,it is not connected . It gives error

kirillzyusko commented 3 years ago

Then If I try to connect to wifi direct without manually ,it is not connected . It gives error

Do I correctly understand that you are not able even to connect two decices manually? Could you attach adb logs?