UNPKG

react-native-orientation-bits

Version:

A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.

17 lines (16 loc) 333 B
module.exports = { dependency: { platforms: { windows: { sourceDir: 'windows', solutionFile: 'OrientationWindows.sln', projects: [ { projectFile: 'OrientationWindows/OrientationWindows.vcxproj', directDependency: true, } ], }, }, }, };