Target Branch(es)
0.77
Link to commit or PR to be picked
facebook/react-native@8eec35f
Description
If a Native Module executes an async method through the TM interop layer, and the method raises an exception, the app crashes because the convertNSExceptionToJSError fails to convert the exception due to some threading issue.
This commit converts the exception to JSError only for synch methods