@ankipro/react-native-window-resize
React Native window resizer for iOS
Installation
yarn add @ankipro/react-native-window-resize
install pods
npx pod-install
Usage
import WindowResizer from '@ankipro/react-native-window-resize';
// ...
WindowResizer.resizeToDefault();
WindowResizer.resizeTo(deviceModel);
WindowResizer.getAvailableDeviceModels((deviceModels) => ...)
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library