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 facebook-github-bot committed Aug 30, 2018
1 parent 5f48d28 commit a549a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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
@@ -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 a549a53

Please sign in to comment.