Color Depth React Native

293 Views Asked by At

Is there a way to get the color depth of the device using React Native? The Javascript window object has no such property (at least not in RN) and window.screen is undefined. In the Dimensions (RN Import), there is no property for color depth.

Thanks

0

There are 0 best solutions below