-
Notifications
You must be signed in to change notification settings - Fork 569
Closed
Labels
staleauto labeled abandoned issues after a period of inactivityauto labeled abandoned issues after a period of inactivity
Description
Your Environment
- Plugin version: 0.5.0.alpha.50
- Platform: Android
- OS version: Android 8.1
- Device: Emulador and Real Device
- React Native version: 0.55.4
Context
I work in one the application that uses this lib, but the when is used in android >= 8.1 the error #194 occurs, I try to use the last version but no has success. I have success when I change the parameter config.startForeground.
Expected Behavior
Run without error
Actual Behavior
Run with error
Possible Fix
change this row:
config.startForeground = true;to:
config.startForeground = false;Metadata
Metadata
Assignees
Labels
staleauto labeled abandoned issues after a period of inactivityauto labeled abandoned issues after a period of inactivity