wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.03k stars 2.67k forks source link

RN Mock: push didAppear to next event loop #7714

Closed doronpr closed 1 year ago

doronpr commented 1 year ago

This is needed to simulate real app life cycle where componentDidAppear is called after componentDidMount as per https://wix.github.io/react-native-navigation/docs/screen-lifecycle/#mounting

doronpr commented 1 year ago

Note for future reference: this is indeed an issue but we decided not to merge due to potential unknown implications (there could be none but needs to investigate).

Niryo commented 1 year ago

@yogevbd what do you think about it?