mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 02:24:23 +00:00
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:
parent
5f48d28119
commit
a549a5377e
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user