Fix loads for OSS builds

Summary: A cell syntax load crept into RN. Remove it so it works with oss

Reviewed By: scottrice

Differential Revision: D9596187

fbshipit-source-id: 1f3138b760f63ae4b1fa23a034e6b9a86396ff50
This commit is contained in:
Jonathan Kim 2018-08-30 15:11:09 -07:00 committed by Facebook Github Bot
parent 5f48d28119
commit a549a5377e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: SKYLARK
load(
"@fbsource//tools/build_defs/oss:rn_defs.bzl",
"//tools/build_defs/oss:rn_defs.bzl",
"react_native_dep",
"react_native_integration_tests_target",
"react_native_target",

View File

@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: SKYLARK
load(
"@fbsource//tools/build_defs/oss:rn_defs.bzl",
"//tools/build_defs/oss:rn_defs.bzl",
"react_native_dep",
"react_native_integration_tests_target",
"react_native_target",