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

17 lines (15 loc) 296 B
module.exports = { dependency: { platforms: { windows: { sourceDir: 'windows', projects: [ { projectFile: 'WinRTTurboModule/WinRTTurboModule.vcxproj', directDependency: true } ] } } } };