mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ce2e4263bd
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44958 Now, all soft exception methods will have raiseSoftException(...) ## Before ``` BridgelessReact: ReactHost{0}.getOrCreateDestroyTask(): handleHostException(message = "Unable to load script. Make sure you're either running Metro (run 'npx react-native start') or that your bundle 'RNTesterBundle.js' is packaged correctly for release.") ``` ## After ``` BridgelessReact: ReactHost{0}.raiseSoftException(getOrCreateDestroyTask()): handleHostException(message = "Unable to load script. Make sure you're either running Metro (run 'npx react-native start') or that your bundle 'RNTesterBundle.js' is packaged correctly for release.") ``` Changelog: [Internal] Reviewed By: alanleedev Differential Revision: D58593609 fbshipit-source-id: 171a872cd41e4ffe9c2e9654c563a6f3af342ad9