@react-native-oh-tpl/react-native-device-info
Version:
Get device information using react-native
13 lines (9 loc) • 305 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.TurboModuleRegistry.getEnforcing("RNDeviceInfo");
exports.default = _default;
//# sourceMappingURL=NativeRNDeviceInfo.js.map