Skip to content

Commit

Permalink
Rename FabricMountItem.* to MountItem.* (#36722)
Browse files Browse the repository at this point in the history
Summary:
Changelog: [Android] [Breaking] - Renamed FabricMountItem.* files to MountItem.* to better match the name of the struct.

Pull Request resolved: #36722

Reviewed By: cortinico, cipolleschi

Differential Revision: D44540079

fbshipit-source-id: 79d8aa7c6f6b908be52009c51c4ea2f601f788fd
  • Loading branch information
Vincent Viego authored and facebook-github-bot committed Apr 6, 2023
1 parent 0858853 commit 49f1237
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "FabricMountingManager.h"

#include "EventEmitterWrapper.h"
#include "FabricMountItem.h"
#include "MountItem.h"
#include "StateWrapperImpl.h"

#include <react/jni/ReadableNativeMap.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include "FabricMountItem.h"
#include "MountItem.h"

namespace facebook {
namespace react {
Expand Down

0 comments on commit 49f1237

Please sign in to comment.