mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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: https://github.com/facebook/react-native/pull/36722 Reviewed By: cortinico, cipolleschi Differential Revision: D44540079 fbshipit-source-id: 79d8aa7c6f6b908be52009c51c4ea2f601f788fd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
08588538fe
commit
49f1237526
+1
-1
@@ -8,7 +8,7 @@
|
||||
#include "FabricMountingManager.h"
|
||||
|
||||
#include "EventEmitterWrapper.h"
|
||||
#include "FabricMountItem.h"
|
||||
#include "MountItem.h"
|
||||
#include "StateWrapperImpl.h"
|
||||
|
||||
#include <react/jni/ReadableNativeMap.h>
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#include "FabricMountItem.h"
|
||||
#include "MountItem.h"
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
Reference in New Issue
Block a user