mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3c5a8290ae
Summary: Part of the [monorepo RFC](https://github.com/react-native-community/discussions-and-proposals/blob/04671deebe4ef2af782e281bbd912a8597c5af96/proposals/0006-react-native-monorepo.md) ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Changed] - Rename assets to assets-registry Pull Request resolved: https://github.com/facebook/react-native/pull/34572 Reviewed By: cortinico Differential Revision: D39235817 Pulled By: hoxyq fbshipit-source-id: ff4d4a7ff980d3fc6e28b83ad3b36250eba79fc3
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"name": "@react-native/assets-registry",
|
|
"version": "0.72.0",
|
|
"description": "Asset support code for React Native.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/assets"
|
|
},
|
|
"license": "MIT"
|
|
}
|