We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1614e2 commit 7f341b8Copy full SHA for 7f341b8
packages/react-native/ReactCxxPlatform/react/coremodules/DeviceInfoModule.h
@@ -28,8 +28,10 @@ using DimensionsPayload = NativeDeviceInfoDimensionsPayload<
28
std::optional<DisplayMetricsAndroid>,
29
std::optional<DisplayMetricsAndroid>>;
30
31
-using DeviceInfoConstants =
32
- NativeDeviceInfoDeviceInfoConstants<DimensionsPayload, std::optional<bool>>;
+using DeviceInfoConstants = NativeDeviceInfoDeviceInfoConstants<
+ DimensionsPayload,
33
+ std::optional<bool>,
34
+ std::optional<bool>>;
35
36
template <>
37
struct Bridging<DisplayMetrics>
0 commit comments