Move react-native Buck library to GitHub

Summary:
Moves the Facebook-internal Buck target definition for React Native closer to the actual JS source files. This does not affect how React Native is built in open source.

Changelog: [Internal]

Reviewed By: GijsWeterings

Differential Revision: D27942687

fbshipit-source-id: 328febb661ed6597feafdfd8efb2a95365325348
This commit is contained in:
Moti Zilberman
2021-08-02 16:01:07 -07:00
committed by Facebook GitHub Bot
parent 4f2c6d02af
commit 8efbb2e71e
+1 -1
View File
@@ -43,9 +43,9 @@ rn_library(
visibility = ["PUBLIC"],
deps = [
"//xplat/js:node_modules__nullthrows",
"//xplat/js:react-native",
"//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",
],
)