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 1ae3fb6 commit cff4db1Copy full SHA for cff4db1
packages/react-native/Libraries/StyleSheet/PlatformColorValueTypes.macos.js
@@ -161,3 +161,9 @@ const _processColorObject = (
161
}
162
return color;
163
};
164
+
165
+export const processColorObject: (
166
+ color: NativeColorValue,
167
+ /* $FlowExpectedError[incompatible-type]
168
+ * LocalNativeColorValue is the actual type of the opaque NativeColorValue on iOS platform */
169
+) => ?NativeColorValue = _processColorObject;
0 commit comments