We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error happens when creating notification channel
useEffect(() => { const channelConfig = { id: 'channelId', name: 'Channel name', description: 'Channel description', enableVibration: false, }; VIForegroundService.createNotificationChannel(channelConfig); startWatchPosition(); _init(); }, [_init]);
The text was updated successfully, but these errors were encountered:
I was having the same issue. The VIForegroundService was not showing up in NativeModules.
Doing a simple rm -rf node_modules && yarn was not enough
rm -rf node_modules && yarn
I had to clear my android build folder too cd android/app && rm -rf build
cd android/app && rm -rf build
Sorry, something went wrong.
No branches or pull requests
Error happens when creating notification channel
The text was updated successfully, but these errors were encountered: