react-native-event-listeners icon indicating copy to clipboard operation
react-native-event-listeners copied to clipboard

Not working on real device(Release mode)

Open anilios opened this issue 4 years ago • 3 comments

Integrated this library for emitting events on an action and on other screen added some listeners to listen for the same events, which is working pretty fine as expected on simulator and device during debugging. But after release builds are generated for iOS and Android devices, its not working at all.

Anyone else has faced same issue?

anilios avatar Mar 11 '20 12:03 anilios

I test in iOS with flag --configuration Release and work, how did you implement it?

nericode avatar Jul 30 '20 02:07 nericode

Integrated this library for emitting events on an action and on other screen added some listeners to listen for the same events, which is working pretty fine as expected on simulator and device during debugging. But after release builds are generated for iOS and Android devices, its not working at all.

Anyone else has faced same issue?

facing same issue, working fine on debug devices and also when I tried the release variant. But when I tried on release build it's not working.

abdulghanitech avatar Aug 17 '20 07:08 abdulghanitech

@abdulghanitech Because it won't work, if it's just a simple class in javascript

nericode avatar Aug 19 '20 18:08 nericode