Skip to content

Commit

Permalink
RN: Check ReactSafeMobileConfig Dependents for MobileConfig References
Browse files Browse the repository at this point in the history
Summary:
Modifies `js1 build buckfiles` to also parse files that depend on `ReactSafeMobileConfig` for MobileConfig references.

That module was introduced in {D30470489}.

This fixes a bug where the MobileConfig reference in `ReactNativeInternalFeatureFlags` is not being correctly defined via Metro Buck.

Changelog:
[Internal]

Reviewed By: rickhanlonii

Differential Revision: D30815779

fbshipit-source-id: 156b0838fe47e7ab42c62258a1401875690813a6
  • Loading branch information
yungsters authored and facebook-github-bot committed Sep 9, 2021
1 parent 4fe72bd commit 504cbf1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ rn_library(
],
),
labels = ["supermodule:xplat/default/public.react_native.core"],
skip_processors = True, # Don't anticipate routes or fbicon here
visibility = ["PUBLIC"],
deps = [
"//xplat/js:node_modules__abort_19controller",
Expand Down
Binary file modified Libraries/LogBox/UI/LogBoxImages/alert-triangle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Libraries/LogBox/UI/LogBoxImages/chevron-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Libraries/LogBox/UI/LogBoxImages/chevron-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Libraries/LogBox/UI/LogBoxImages/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Libraries/LogBox/UI/LogBoxImages/loader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Libraries/NewAppScreen/components/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 504cbf1

Please sign in to comment.