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