mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7046c24702
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53434 Changelog: [Internal] The React Native DevTools standalone shell is distributed as a DotSlash file that downloads the required binaries lazily. This diff gives integrations a mechanism for kicking off the download early (but without slowing down `npm install react-native`). This will be integrated into dev-middleware in an upcoming diff. Reviewed By: huntie Differential Revision: D78413091 fbshipit-source-id: caf2010edd1bcdd139d37d7849212cd1cbb64f46
60 lines
2.0 KiB
JSON
Executable File
60 lines
2.0 KiB
JSON
Executable File
#!/usr/bin/env dotslash
|
|
|
|
{
|
|
"name": "React Native DevTools",
|
|
"platforms": {
|
|
"linux-aarch64": {
|
|
"size": 113510892,
|
|
"hash": "sha256",
|
|
"digest": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
"providers": [
|
|
{
|
|
"type": "http",
|
|
"url": "https://$HOST:$PORT/does-not-exist"
|
|
}
|
|
],
|
|
"format": "tar.gz",
|
|
"path": "React Native DevTools-linux-arm64/React Native DevTools"
|
|
},
|
|
"linux-x86_64": {
|
|
"size": 113243910,
|
|
"hash": "sha256",
|
|
"digest": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
"providers": [
|
|
{
|
|
"type": "http",
|
|
"url": "https://$HOST:$PORT/does-not-exist"
|
|
}
|
|
],
|
|
"format": "tar.gz",
|
|
"path": "React Native DevTools-linux-x64/React Native DevTools"
|
|
},
|
|
"macos-aarch64": {
|
|
"size": 108810433,
|
|
"hash": "sha256",
|
|
"digest": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
"providers": [
|
|
{
|
|
"type": "http",
|
|
"url": "https://$HOST:$PORT/does-not-exist"
|
|
}
|
|
],
|
|
"format": "tar.gz",
|
|
"path": "React Native DevTools.app/Contents/MacOS/React Native DevTools"
|
|
},
|
|
"macos-x86_64": {
|
|
"size": 113769989,
|
|
"hash": "sha256",
|
|
"digest": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
"providers": [
|
|
{
|
|
"type": "http",
|
|
"url": "https://$HOST:$PORT/does-not-exist"
|
|
}
|
|
],
|
|
"format": "tar.gz",
|
|
"path": "React Native DevTools.app/Contents/MacOS/React Native DevTools"
|
|
}
|
|
}
|
|
}
|