Integrated react-native-event-listeners library for emitting events in the app depending upon an action and then added listeners to listen for the same event on other screen, which is working pretty fine as expected on simulator and device during debugging(iOS & Android). But when I have generated release builds for both (iOS & Android) devices. Events are not emitted and listeners are not working at all.
Why this is not working on release builds, however working fine during debug sessions on both iOS and Android devices.