## Task list - [x] Address error `java.lang.RuntimeException: Requested enabled DevSupportManager, but BridgeDevSupportManager class was not found or could not be created` by ~~patching React Native with [this fix](https://github.com/facebook/react-native/commit/177d97d8ea962bdd4dad8fcf0efb04a307f25000)~~ upgrading React Native to version 0.71.13+ (https://github.com/WordPress/gutenberg/pull/57667) - [x] Upgrade `targetSdk` to 34 on Gutenberg (https://github.com/WordPress/gutenberg/pull/61727) - [x] Upgrade `targetSdk` to 34 on `AztecEditor-Android` (https://github.com/wordpress-mobile/AztecEditor-Android/issues/1072) - [x] Bump the AztecEditor-Android version on Gutenberg - [x] Bump the AztecEditor-Android version on WPAndroid - [x] Upgrade `compileSdk` and `targetSdk` to 34 in [react-native-libraries-publisher](https://github.com/wordpress-mobile/react-native-libraries-publisher/blob/2746ac55f78dd540efb2fa8089f1e05a2f7899a0/build.gradle.kts#L25C2-L27) (https://github.com/wordpress-mobile/react-native-libraries-publisher/pull/31) - [x] Upgrade `compileSdk` and `targetSdk` to 34 in `react-native-slider` (https://github.com/wordpress-mobile/react-native-slider/pull/15) - [x] Upgrade `compileSdk` and `targetSdk` to 34 in `react-native-video` (https://github.com/wordpress-mobile/react-native-video/pull/23) - [x] Publish a new version - [x] Update WPAndroid Note: I'm not certain as to the full process involved in doing that here. Will compare with the Android 13 issue - https://github.com/wordpress-mobile/gutenberg-mobile/issues/5556
Task list
java.lang.RuntimeException: Requested enabled DevSupportManager, but BridgeDevSupportManager class was not found or could not be createdbypatching React Native with this fixupgrading React Native to version 0.71.13+ ([RNMobile] Upgrade React Native to version 0.71.15 WordPress/gutenberg#57667)targetSdkto 34 on Gutenberg ([Mobile] Upgrade target sdk version to Android API 34 WordPress/gutenberg#61727)targetSdkto 34 onAztecEditor-Android(Upgrade AztecEditor-Android Target SDK to 34 AztecEditor-Android#1072)compileSdkandtargetSdkto 34 in react-native-libraries-publisher (Upgrade default target sdk version to Android API 34 (Android 14) react-native-libraries-publisher#31)compileSdkandtargetSdkto 34 inreact-native-slider(Upgrade compile and target sdk version to Android API 34 react-native-slider#15)compileSdkandtargetSdkto 34 inreact-native-video(Upgrade compile and target sdk version to Android API 34 react-native-video#23)Note: I'm not certain as to the full process involved in doing that here. Will compare with the Android 13 issue - #5556