discuss: support lifecycle events
Opened this issue · 0 comments
cdaringe commented
problem
often, we found in a stack navigation paradigm, we need do perform an effect on focus/blur.
we are currently using: https://reactnavigation.org/docs/en/navigation-lifecycle.html#subscribing-to-lifecycle-events to achieve that.
discussion
does ern navigation have such provisions available?