You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments