Skip to content

Commit 0f18878

Browse files
Vincent Viegofacebook-github-bot
authored andcommitted
Rename FabricMountItem.* to MountItem.* (facebook#36722)
Summary: Pull Request resolved: facebook#36722 Changelog: [Android][Fixed] Renamed FabricMountItem.* files to MountItem.* to better match the name of the struct. Reviewed By: javache Differential Revision: D44540079 fbshipit-source-id: f40ac14fbca6ec1875ef014cd741ced5915e8a89
1 parent cb88e75 commit 0f18878

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)