voximplant / react-native-foreground-service

React native module to start foreground service on android
MIT License
159 stars 91 forks source link

Android 12 support #36

Open mitaxe opened 3 years ago

mitaxe commented 3 years ago

SDK 31 is not supported.

: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
    Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
mohammedelnady commented 2 years ago

same here !!

peeratattt commented 2 years ago

https://github.com/voximplant/react-native-foreground-service/pull/41