UNPKG

react-native-winrt

Version:

React Native WinRT is a module for React Native for Windows developers who want to call native (non-XAML) WinRT APIs in their apps

12 lines (8 loc) 265 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { TurboModuleRegistry } from 'react-native'; const module = TurboModuleRegistry.get('WinRTTurboModule'); if (module) { module.initialize(); } export default module;