wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.01k stars 2.68k forks source link

Android 14 support #7801

Closed axinvd closed 8 months ago

axinvd commented 9 months ago

From react native pr

Summary: Add RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED flag support to DevSupportManagerBase for Android 14 change. See https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported for details.

Without this fix, app crashes during launch because of : SecurityException: {package name here}: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

axinvd commented 9 months ago

Fixes: https://github.com/wix/react-native-navigation/issues/7751

ghost commented 8 months ago

I am facing same issue how I can fix this ?