React native – RN One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
I'm upgrading my targetSdkVersion to 34 buildscript { ext { buildToolsVersion = "29.0.3" minSdkVersion = 26 compileSdkVersion = 33 targetSdkVersion = 34 supportLibVersion = 34 } and I've run into this error when running the react-native app. I've seen a…