Due to the complex logic, I have to display many components when this.props.navigator.push() , slow transitions on the navigator make the application inaccessible.

then I notice here provides InteractionManager.runAfterInteractions api to solve this problem,
I need to deliver most of the components that spent a long time on a callback after completing the navigator animation, but I donβt know where to call it,
perhaps a simple example is enough
thank you for your time.
ios react-native navigator
E_Jovi
source share