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

Issue in Android version 13 #97

Open VarunSharma1208 opened 6 months ago

VarunSharma1208 commented 6 months ago

when i am install npm android version 13 then show error WhatsApp Image 2024-03-19 at 3 28 46 PM

VarunSharma1208 commented 6 months ago

onReceiveMessage = () => { receiveMessage() .then((msg) => console.log('Message received successfully', msg)) .catch(err => console.log('Error while message receiving', err)) }; is not working android 13

kirillzyusko commented 6 months ago

@VarunSharma1208 did you call init method? Does it throw any errors?

The error above happens because manager variable is null.