diff --git a/packages/react-native/scripts/ios-prebuild/types.js b/packages/react-native/scripts/ios-prebuild/types.js new file mode 100644 index 00000000000..1f7430c198e --- /dev/null +++ b/packages/react-native/scripts/ios-prebuild/types.js @@ -0,0 +1,23 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + * @flow + * @format + */ + +/*:: +export type Platform = + 'ios' | + 'ios-simulator' | + 'mac-catalyst'; + +export type Destination = + 'iOS' | + 'iOS Simulator' | + 'macOS,variant=Mac Catalyst'; +*/ + +module.exports = {};