mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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.
|
||||
|
||||
Reference in New Issue
Block a user