Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getDevSupportManager() in ReactDelegate
Summary: In facebook#43520, this was moved to supply with the relevant DevSupportManager, however this check for `useDeveloperSupport` is already part of https://github.com/facebook/react-native/blob/0.74-stable/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java#L263 https://github.com/facebook/react-native/blob/0.74-stable/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/DefaultDevSupportManagerFactory.java#L68-L70 Having this check here was causing early exit for Bridge RELEASE mode instead of returning the ReleaseDevSupportManager. Changelog: [ANDROID][FIXED] - Fixed `getDevSupportManager()` in ReactDelegate Reviewed By: javache Differential Revision: D56739764
- Loading branch information