Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in Android version 13 #97

Open
VarunSharma1208 opened this issue Mar 19, 2024 · 2 comments
Open

Issue in Android version 13 #97

VarunSharma1208 opened this issue Mar 19, 2024 · 2 comments

Comments

@VarunSharma1208
Copy link

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

@VarunSharma1208
Copy link
Author

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
Copy link
Owner

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

The error above happens because manager variable is null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants