diff --git a/Libraries/Components/DatePickerAndroid/DatePickerAndroid.macos.js b/Libraries/Components/DatePickerAndroid/DatePickerAndroid.macos.js deleted file mode 100644 index 6aa1b6138b1212..00000000000000 --- a/Libraries/Components/DatePickerAndroid/DatePickerAndroid.macos.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @format - * @flow strict-local - */ - -// [macOS] - -/* $FlowFixMe allow macOS to share iOS file */ -const DatePickerAndroid = require('./DatePickerAndroid.ios'); -module.exports = DatePickerAndroid;