From fc962c9b6c4bf9f88decbe014ab9a9d5c1cf51bc Mon Sep 17 00:00:00 2001 From: somena1 Date: Fri, 5 Nov 2021 10:34:05 -0700 Subject: [PATCH] Don't reconstruct app component on split-screen (#32536) Summary: When switching between split screen or resizing the screen window on Android causes a restart by reconstructing the app components as described on this issue https://github.com/facebook/react-native/issues/25040 ## Changelog [Android] [Fixed] - Don't reconstruct app components https://github.com/facebook/react-native/issues/25040 Pull Request resolved: https://github.com/facebook/react-native/pull/32536 Test Plan: ### How to reproduce - create a new project - build app and install on Android - minimize app and start split screen Expected: - App enters split screen Result: - App restart Same issue can be seen when resizing the split screen window Reviewed By: cortinico Differential Revision: D32175433 Pulled By: yungsters fbshipit-source-id: 93dccaa134074eea260cca61eba2150444fa5688 --- template/android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/android/app/src/main/AndroidManifest.xml b/template/android/app/src/main/AndroidManifest.xml index 6db8bad363a138..9ec74db36bf5e3 100644 --- a/template/android/app/src/main/AndroidManifest.xml +++ b/template/android/app/src/main/AndroidManifest.xml @@ -13,7 +13,7 @@