Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android, app): fix hot-reload on react-native <= 0.73
super.invalidate() is an empty function in rn >= 0.74, so no need to call it going forward But on rn <= 0.73 it may not exist, and if it does it calls onCatalystInstanceDestroy which makes for a StackOverFlowException as we go recursive
- Loading branch information