Skip to content

Commit

Permalink
Move MutationObserver native module to common directory (facebook#43663)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#43663

Changelog: [internal]

We have a new directory for built-in C++ native modules, but the native modules for `MutationObserver` and `IntersectionObserver` were created before we had it.

This moves the native module for `MutationObserver` to `react-native/ReactCommon/react/nativemodule/mutationobserver` to follow the convention.

Differential Revision: D55380179
  • Loading branch information
rubennorte authored and facebook-github-bot committed Mar 27, 2024
1 parent 0da7bb9 commit 6543e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#include <FBReactNativeSpec/FBReactNativeSpecJSI.h>
#include <react/renderer/observers/mutation/MutationObserverManager.h>
#include <react/renderer/uimanager/UIManager.h>
#include <optional>
#include <string>
#include <functional>
#include <vector>

namespace facebook::react {
Expand Down

0 comments on commit 6543e48

Please sign in to comment.