From 206cdc1f05fdbc8d48969d31902507cecfbc45b5 Mon Sep 17 00:00:00 2001 From: Panos Vekris Date: Thu, 22 May 2025 11:50:16 -0700 Subject: [PATCH] enable natural inference in xplat/js (#51538) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51538 Changelog: [Internal] Reviewed By: marcoww6 Differential Revision: D75196563 fbshipit-source-id: 1039e2234cb4f7ca81fef28bb1acbf4c6bd7e7d9 --- .../scripts/ios-prebuild/reactNativeDependencies.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native/scripts/ios-prebuild/reactNativeDependencies.js b/packages/react-native/scripts/ios-prebuild/reactNativeDependencies.js index a3d70cb114e..2a7cccc7ba5 100644 --- a/packages/react-native/scripts/ios-prebuild/reactNativeDependencies.js +++ b/packages/react-native/scripts/ios-prebuild/reactNativeDependencies.js @@ -121,9 +121,9 @@ type ReactNativeDependenciesEngineSourceType = */ const ReactNativeDependenciesEngineSourceTypes = { - DOWNLOAD_PREBUILD_TARBALL: 'download_prebuild_tarball', - DOWNLOAD_PREBUILT_NIGHTLY_TARBALL: 'download_prebuilt_nightly_tarball', -}; + DOWNLOAD_PREBUILD_TARBALL: 'download_prebuild_tarball', + DOWNLOAD_PREBUILT_NIGHTLY_TARBALL: 'download_prebuilt_nightly_tarball', + } /*:: as const */; /** * Checks if the ReactNativeDependencies artifacts are already downloaded and up to date with the specified version.