You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using 2.0.0 without any issue for SDK 30. But as now I have upgraded to SDK 31 the previous version doesen't work. So I tried to update the package to 3.0.1. But after upgrade, when I run the project I am getting an error as TypeError: _reactNativeForegroundService.default.stopService is not a function. (In '_reactNativeForegroundService.default.stopService()', '_reactNativeForegroundService.default.stopService' is undefined) and the app crashed.
_reactNativeForegroundService.default.stopService is not a function. (In '_reactNativeForegroundService.default.stopService()', '_reactNativeForegroundService.default.stopService' is ### undefined)
After using -> VIForegroundService.getInstance().stopService();
I was using 2.0.0 without any issue for SDK 30. But as now I have upgraded to SDK 31 the previous version doesen't work. So I tried to update the package to 3.0.1. But after upgrade, when I run the project I am getting an error as
TypeError: _reactNativeForegroundService.default.stopService is not a function. (In '_reactNativeForegroundService.default.stopService()', '_reactNativeForegroundService.default.stopService' is undefined)
and the app crashed.I am using SDK 33, react-native 0.64.4
@akvakh @YuliaGrigorieva @aylarov @DmitryIvaneychik
The text was updated successfully, but these errors were encountered: