alehlopeh / react-native-macos-resize-window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-macos-resize-window

This package is for react-native-macOS apps. It lets you resize the app window to an arbitrary width & height.

Usage:

import WindowResizer from 'react-native-macos-resize-window'

WindowResizer.resize(800,600);

For a slightly better example check out wintershell

About


Languages

Language:Objective-C 70.8%Language:JavaScript 29.2%