From 01d5a3bccfd5064a4602b18b8af46aee75cb080b Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Fri, 15 Feb 2019 02:26:20 -0800 Subject: [PATCH] react_native_config available to all Android versions (#23470) Summary: Move react_native_config.xml so that it's available to all Android versions, and fixes https://github.com/facebook/react-native/issues/23445. It's my bad, I should've tested previous change on multiple versions of Android. [Android] [Changed] - Fix network security Pull Request resolved: https://github.com/facebook/react-native/pull/23470 Differential Revision: D14099612 Pulled By: cpojer fbshipit-source-id: 15b5e5f575de8033bbfd524d9ad2aa0e22daa813 --- .../app/src/debug/res/{xml-v28 => xml}/react_native_config.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename template/android/app/src/debug/res/{xml-v28 => xml}/react_native_config.xml (100%) diff --git a/template/android/app/src/debug/res/xml-v28/react_native_config.xml b/template/android/app/src/debug/res/xml/react_native_config.xml similarity index 100% rename from template/android/app/src/debug/res/xml-v28/react_native_config.xml rename to template/android/app/src/debug/res/xml/react_native_config.xml