Temirlan Shagyrov
Results
1
issues of
Temirlan Shagyrov
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]);...