forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fabric] Refactor MacOS view props & emitters
- Loading branch information
Showing
23 changed files
with
378 additions
and
481 deletions.
There are no files selected for viewing
85 changes: 0 additions & 85 deletions
85
ReactCommon/react/renderer/components/view/macOS/MacOSViewProps.cpp
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
ReactCommon/react/renderer/components/view/macOS/MacOSViewProps.h
This file was deleted.
Oops, something went wrong.
126 changes: 0 additions & 126 deletions
126
ReactCommon/react/renderer/components/view/macOS/conversions.h
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
ReactCommon/react/renderer/components/view/macOS/primitives.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
|
||
#include <optional> | ||
#include <string> | ||
#include <vector> | ||
|
||
namespace facebook::react { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.