Skip to content

Commit 49f1237

Browse files
Vincent Viegofacebook-github-bot
Vincent Viego
authored andcommitted
Rename FabricMountItem.* to MountItem.* (#36722)
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
1 parent 0858853 commit 49f1237

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/react-native/ReactAndroid/src/main/jni/react/fabric/FabricMountingManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "FabricMountingManager.h"
99

1010
#include "EventEmitterWrapper.h"
11-
#include "FabricMountItem.h"
11+
#include "MountItem.h"
1212
#include "StateWrapperImpl.h"
1313

1414
#include <react/jni/ReadableNativeMap.h>

packages/react-native/ReactAndroid/src/main/jni/react/fabric/FabricMountItem.cpp renamed to packages/react-native/ReactAndroid/src/main/jni/react/fabric/MountItem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
#include "FabricMountItem.h"
8+
#include "MountItem.h"
99

1010
namespace facebook {
1111
namespace react {

0 commit comments

Comments
 (0)