Skip to content

Commit

Permalink
Move IntersectionObserver native module to common directory (facebook…
Browse files Browse the repository at this point in the history
…#43672)

Summary:
Pull Request resolved: facebook#43672

Changelog: [internal]

Small cleanup to move the last C++ native module defined in a JS directory to the new directory in `react-native/ReactCommon/react/nativemodule`.

Differential Revision: D55384106
  • Loading branch information
rubennorte authored and facebook-github-bot committed Mar 27, 2024
1 parent 988f8a0 commit 2bd6c71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <FBReactNativeSpec/FBReactNativeSpecJSI.h>
#include <react/renderer/observers/intersection/IntersectionObserverManager.h>
#include <optional>
#include <string>
#include <tuple>
#include <vector>

Expand Down

0 comments on commit 2bd6c71

Please sign in to comment.