Closed
Description
I'm calling Navigation.events().registerComponentDidAppearListener(({ componentId }) => {} method in constructor. In previous version it's working fine but after updating react native navigation library these events are not calling. How to use these events in react native project with lastest version. can anyone pls help me