Skip to content

Commit

Permalink
Rename assets folder to assets-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Sep 2, 2022
1 parent cf3025a commit 55063f3
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ rn_library(
"//xplat/js/RKJSModules/vendor/react:react",
"//xplat/js/RKJSModules/vendor/react-test-renderer:react-test-renderer",
"//xplat/js/RKJSModules/vendor/scheduler:scheduler",
"//xplat/js/react-native-github/packages/assets:assets",
"//xplat/js/react-native-github/packages/assets-registry:assets-registry",
"//xplat/js/react-native-github/packages/normalize-color:normalize-color",
"//xplat/js/react-native-github/packages/polyfills:polyfills",
"//xplat/js/tools/metro/packages/metro-runtime/src/modules:modules",
Expand Down
2 changes: 1 addition & 1 deletion IntegrationTests/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ rn_library(
"//xplat/js:node_modules__nullthrows",
"//xplat/js/RKJSModules/vendor/react:react",
"//xplat/js/react-native-github:react-native",
"//xplat/js/react-native-github/packages/assets:assets",
"//xplat/js/react-native-github/packages/assets-registry:assets-registry",
],
)
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git",
"directory": "packages/assets"
"directory": "packages/assets-registry"
},
"license": "MIT"
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/rn-tester/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rn_library(
"//xplat/js/RKJSModules/Libraries/Core:Core",
"//xplat/js/RKJSModules/vendor/react:react",
"//xplat/js/react-native-github:react-native",
"//xplat/js/react-native-github/packages/assets:assets",
"//xplat/js/react-native-github/packages/assets-registry:assets-registry",
],
)

Expand Down

0 comments on commit 55063f3

Please sign in to comment.