/**
 * Minified by jsDelivr using Terser v5.37.0.
 * Original file: /npm/react-native-form-sheet@1.1.1/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
import{NativeModules,PixelRatio,Platform}from"react-native";const RNFormSheetManager=NativeModules.RNFormSheetManager||NativeModules.RNFormSheetModule;class FormSheet{static present(e){"android"==Platform.OS&&(e.width=PixelRatio.getPixelSizeForLayoutSize(e.width)),"android"==Platform.OS&&(e.height=PixelRatio.getPixelSizeForLayoutSize(e.height)),RNFormSheetManager.present({shouldDismissOnBackgroundViewTap:!0,...e})}static dismiss(){RNFormSheetManager.dismiss()}}module.exports=FormSheet;
//# sourceMappingURL=/sm/cc5e80c992a72db15a74054ff2948911f70433b600fd2dda99275c25eb7f9174.map