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
This commit is contained in:
Panos Vekris
2025-05-22 11:50:16 -07:00
committed by Facebook GitHub Bot
parent ff9d33073d
commit 206cdc1f05
@@ -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.