Skip to content

Commit

Permalink
Fix loads for OSS builds
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jonathan Kim authored and gengjiawen committed Sep 14, 2018
1 parent a7d5543 commit c3e240e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c3e240e

Please sign in to comment.