UNPKG

react-native-nitro-battery

Version:

High-performance battery monitoring for React Native built with Nitro Modules

11 lines (10 loc) 468 B
export var OrientationType; (function (OrientationType) { OrientationType["PORTRAIT"] = "portrait"; OrientationType["PORTRAIT_UPSIDEDOWN"] = "portraitUpsideDown"; OrientationType["LANDSCAPE_LEFT"] = "landscapeLeft"; OrientationType["LANDSCAPE_RIGHT"] = "landscapeRight"; OrientationType["FACE_UP"] = "faceUp"; OrientationType["FACE_DOWN"] = "faceDown"; OrientationType["UNKNOWN"] = "unknown"; })(OrientationType || (OrientationType = {}));