You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/view/platform/macos/react/renderer/components/view/MacOSViewEvents.h
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,20 @@ namespace facebook::react {
16
16
17
17
// TODO: Windows names this "WindowsEvents" and drops "View". Should we?
18
18
structMacOSViewEvents {
19
-
std::bitset<8> bits{};// TODO: Windows sets this to 32.. should we be higher?
19
+
std::bitset<64> bits{};
20
20
21
-
enumclassOffset : uint8_t { // TODO: Windows sets this and others to std::size_t instead of uint8_t.. should we?
0 commit comments