I noticed an error while testing my React Native 0.70 branch on Android: https://web.comm.app/upload/3959996/63ded52241732e2f
My guess is that it happened because the "empty notification" generated by react-native-background-upload (context here) does not have a tag.
Either way, the API is clear that this value can be null, so we should check for it.