UNPKG

react-native-web-internals

Version:

React Native for Web

9 lines (8 loc) 346 B
import normalizeColor from "@tamagui/normalize-css-color"; var processColor = function (color) { if (color == null) return color; var int32Color = normalizeColor(color); if (int32Color != null) return int32Color = (int32Color << 24 | int32Color >>> 8) >>> 0, int32Color; }; export { processColor }; //# sourceMappingURL=index.native.js.map