Skip to content

Commit

Permalink
remove force_static from componentregistry module
Browse files Browse the repository at this point in the history
Summary:
Resolved Pull request: facebook#44296

changelog: [internal]

force_static doesn't need to be in here, let's remove it.

I change one module per diff. It makes it easier to land it and pinpoint where build failures are coming from.

Reviewed By: javache

Differential Revision: D56632286

fbshipit-source-id: e942603d3c69d9eebf4d3b64e2f73ee6a5df6de4
  • Loading branch information
sammy-SC authored and kosmydel committed May 6, 2024
1 parent 15d60ad commit 0758ec3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <react/renderer/animations/conversions.h>
#include <react/renderer/animations/utils.h>
#include <react/renderer/componentregistry/ComponentDescriptorFactory.h>
#include <react/renderer/components/image/ImageProps.h>
#include <react/renderer/components/view/ViewProps.h>
#include <react/renderer/components/view/ViewPropsInterpolation.h>
Expand Down

0 comments on commit 0758ec3

Please sign in to comment.