@microsoft/applicationinsights-react-native
Version:
Microsoft Application Insights React Native Plugin
15 lines (13 loc) • 411 B
JavaScript
/*
* Application Insights JavaScript SDK - React Native Plugin, 4.3.7
* Copyright (c) Microsoft and contributors. All rights reserved.
*/
import DeviceInfo from "react-native-device-info";
/**
* Returns the "react-native-device-info" as the Device Info Module
* @returns
*/
export function getReactNativeDeviceInfo() {
return DeviceInfo;
}
//# sourceMappingURL=ReactNativeDeviceInfo.js.map