### Target Branch 0.79 ### Link to commit or PR to be picked https://github.com/facebook/react-native/commit/48b2dd355b620419d567fe78c21abc24df5412af ### Description This issue was first reported in [React Native Issue 49783](https://github.com/facebook/react-native/issues/49783), a fix was made in [this commit](https://github.com/facebook/react-native/commit/17da3cbbf4687f86226c4a80297c4d8abfc9c4f5), the fix didn't go far enough. We saw intermittent cases of this exception being thrown when swiping through a `react-native-reanimated-carousel` carousel while backgrounding/foregrounding our app. This fix goes right to the exception site itself, which we use as in our patched version of ReactAndroid and has been proven save and stable both in production use and e2e tests.