react-native-popup-dialog-3
Version:
React Native Popup Dialog for IOS & Android.
1 lines • 3.73 kB
JavaScript
var babelPluginFlowReactPropTypes_proptype_PopupDialogType={dialogTitle:require("prop-types").any,children:function children(props,propName,componentName){if(!Object.prototype.hasOwnProperty.call(props,propName)){throw new Error("Prop `"+propName+"` has type 'any' or 'mixed', but was not provided to `"+componentName+"`. Pass undefined or any other value.");}}};if(typeof exports!=="undefined")Object.defineProperty(exports,"babelPluginFlowReactPropTypes_proptype_PopupDialogType",{value:babelPluginFlowReactPropTypes_proptype_PopupDialogType,configurable:true,enumerable:true});var babelPluginFlowReactPropTypes_proptype_DialogType={width:require("prop-types").number,height:require("prop-types").number,haveOverlay:require("prop-types").bool.isRequired,overlayPointerEvents:require("prop-types").string,overlayBackgroundColor:require("prop-types").string,overlayOpacity:require("prop-types").number,dialogAnimation:require("prop-types").object,dialogStyle:require("prop-types").any,containerStyle:require("prop-types").any,animationDuration:require("prop-types").number,dismissOnTouchOutside:require("prop-types").bool,dismissOnHardwareBackPress:require("prop-types").bool,show:require("prop-types").bool,onShown:require("prop-types").func,onDismissed:require("prop-types").func,actions:require("prop-types").arrayOf(require("prop-types").any),useNativeDriver:require("prop-types").bool,children:function children(props,propName,componentName){if(!Object.prototype.hasOwnProperty.call(props,propName)){throw new Error("Prop `"+propName+"` has type 'any' or 'mixed', but was not provided to `"+componentName+"`. Pass undefined or any other value.");}}};if(typeof exports!=="undefined")Object.defineProperty(exports,"babelPluginFlowReactPropTypes_proptype_DialogType",{value:babelPluginFlowReactPropTypes_proptype_DialogType,configurable:true,enumerable:true});var babelPluginFlowReactPropTypes_proptype_DialogButtonType={text:require("prop-types").string.isRequired,onPress:require("prop-types").func.isRequired,align:require("prop-types").string,buttonStyle:require("prop-types").any,textStyle:require("prop-types").any,textContainerStyle:require("prop-types").any,disabled:require("prop-types").bool,activeOpacity:require("prop-types").number};if(typeof exports!=="undefined")Object.defineProperty(exports,"babelPluginFlowReactPropTypes_proptype_DialogButtonType",{value:babelPluginFlowReactPropTypes_proptype_DialogButtonType,configurable:true,enumerable:true});var babelPluginFlowReactPropTypes_proptype_DialogTitleType={title:function title(props,propName,componentName){if(!Object.prototype.hasOwnProperty.call(props,propName)){throw new Error("Prop `"+propName+"` has type 'any' or 'mixed', but was not provided to `"+componentName+"`. Pass undefined or any other value.");}},titleStyle:require("prop-types").any,titleTextStyle:require("prop-types").any,titleAlign:require("prop-types").string,haveTitleBar:require("prop-types").bool};if(typeof exports!=="undefined")Object.defineProperty(exports,"babelPluginFlowReactPropTypes_proptype_DialogTitleType",{value:babelPluginFlowReactPropTypes_proptype_DialogTitleType,configurable:true,enumerable:true});var babelPluginFlowReactPropTypes_proptype_OverlayType={onPress:require("prop-types").func.isRequired,backgroundColor:require("prop-types").string,opacity:require("prop-types").number,animationDuration:require("prop-types").number,showOverlay:require("prop-types").bool,pointerEvents:require("prop-types").string,useNativeDriver:require("prop-types").bool};if(typeof exports!=="undefined")Object.defineProperty(exports,"babelPluginFlowReactPropTypes_proptype_OverlayType",{value:babelPluginFlowReactPropTypes_proptype_OverlayType,configurable:true,enumerable:true});