Skip to content

Commit

Permalink
remove force_static from view module
Browse files Browse the repository at this point in the history
Summary:
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: christophpurrer

Differential Revision: D56678747
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Apr 29, 2024
1 parent bb2c13a commit 94671f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <react/config/ReactNativeConfig.h>
#include <react/renderer/core/PropsParserContext.h>
#include <react/renderer/graphics/Color.h>
#include <react/renderer/mounting/Differentiator.h>
#include <react/renderer/mounting/stubs/stubs.h>

Expand Down

0 comments on commit 94671f8

Please sign in to comment.