From 151f3900de092199fd18cf89aea470a41827bb06 Mon Sep 17 00:00:00 2001 From: Christoph Purrer Date: Tue, 25 Jul 2023 14:18:28 -0700 Subject: [PATCH] Remove need for each platform to implement DrawerLayoutAndroid as UnimplementedView (#38609) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38609 This file is forked in out of tree platforms as: - macOS > https://github.com/microsoft/react-native-macos/blob/main/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.macos.js - Windows > https://github.com/microsoft/react-native-windows/blob/0.71-stable/vnext/src/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.windows.js The change here removes the need of forking this file Changelog: [General] [Fixed] - [DrawerAndroid] Remove need for each platform to implement DrawerLayoutAndroid as UnimplementedView Reviewed By: rozele Differential Revision: D47747205 fbshipit-source-id: 67d79243d63a5494963330d6edd06749abe6741b --- .../{DrawerLayoutAndroid.ios.js => DrawerLayoutAndroid.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/react-native/Libraries/Components/DrawerAndroid/{DrawerLayoutAndroid.ios.js => DrawerLayoutAndroid.js} (100%) diff --git a/packages/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios.js b/packages/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js similarity index 100% rename from packages/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios.js rename to packages/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js