Fix example in buck DEFS
Summary: I noticed that the example doesn't match the definition below. cc bestander Closes https://github.com/facebook/react-native/pull/10175 Differential Revision: D3943967 Pulled By: bestander fbshipit-source-id: 6941d4d663e1fd42f8723cd722eb8a5712a63dc8
This commit is contained in:
parent
17405b9774
commit
aa36adb116
|
@ -11,7 +11,7 @@ with allow_unsafe_import():
|
|||
def react_native_target(path):
|
||||
return '//ReactAndroid/src/main/' + path
|
||||
|
||||
# Example: react_native_target('bridge:bridge')
|
||||
# Example: react_native_xplat_target('bridge:bridge')
|
||||
def react_native_xplat_target(path):
|
||||
return '//ReactCommon/' + path
|
||||
|
||||
|
|
Loading…
Reference in New Issue