mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 11:11:01 +00:00
1 line
101 KiB
Plaintext
1 line
101 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/objectWithoutProperties","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"fnQVLibs90KHiJ7y48fLgPWzDS0=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/classCallCheck","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"yg7e6laZwmpbIvId5jovq9ugXp8=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/createClass","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"Z6pzkVZ2fvxBLkFTgVVOy4UDj30=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/callSuper","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"378KbBHdmndC3iMXZ2Ix8oB3LeE=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/inherits","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"y0uNg4LxF1CLscQChxzgo5dfjvA=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":31,"index":31}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":32},"end":{"line":2,"column":178,"index":210}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"react-native-animatable","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":211},"end":{"line":3,"column":54,"index":265}}],"key":"R8TYMNLGfPqIXjSysC+cPLZnlyQ=","exportNames":["*"],"imports":1}},{"name":"./utils","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":266},"end":{"line":4,"column":84,"index":350}}],"key":"fIqjJ6Rx8c7Khc/wm9kX7hQXC5I=","exportNames":["*"],"imports":1}},{"name":"./modal.style","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":351},"end":{"line":5,"column":35,"index":386}}],"key":"plZ8hAOc+r3g/iy+4BR7NJZn+ZY=","exportNames":["*"],"imports":1}},{"name":"./back-handler.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":387},"end":{"line":6,"column":48,"index":435}}],"key":"0mtlmSPJ9SE9QuOMkLRYlvGufc8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _excluded = [\"animationIn\", \"animationInTiming\", \"animationOut\", \"animationOutTiming\", \"avoidKeyboard\", \"coverScreen\", \"hasBackdrop\", \"backdropColor\", \"backdropOpacity\", \"backdropTransitionInTiming\", \"backdropTransitionOutTiming\", \"customBackdrop\", \"children\", \"isVisible\", \"onModalShow\", \"onBackButtonPress\", \"useNativeDriver\", \"propagateSwipe\", \"style\"],\n _excluded2 = [\"testID\"];\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n Object.defineProperty(exports, \"ReactNativeModal\", {\n enumerable: true,\n get: function () {\n return ReactNativeModal;\n }\n });\n var _babelRuntimeHelpersObjectWithoutProperties = require(_dependencyMap[0], \"@babel/runtime/helpers/objectWithoutProperties\");\n var _objectWithoutProperties = _interopDefault(_babelRuntimeHelpersObjectWithoutProperties);\n var _babelRuntimeHelpersClassCallCheck = require(_dependencyMap[1], \"@babel/runtime/helpers/classCallCheck\");\n var _classCallCheck = _interopDefault(_babelRuntimeHelpersClassCallCheck);\n var _babelRuntimeHelpersCreateClass = require(_dependencyMap[2], \"@babel/runtime/helpers/createClass\");\n var _createClass = _interopDefault(_babelRuntimeHelpersCreateClass);\n var _babelRuntimeHelpersCallSuper = require(_dependencyMap[3], \"@babel/runtime/helpers/callSuper\");\n var _callSuper = _interopDefault(_babelRuntimeHelpersCallSuper);\n var _babelRuntimeHelpersInherits = require(_dependencyMap[4], \"@babel/runtime/helpers/inherits\");\n var _inherits = _interopDefault(_babelRuntimeHelpersInherits);\n var _react = require(_dependencyMap[5], \"react\");\n var React = _interopNamespace(_react);\n var _reactNative = require(_dependencyMap[6], \"react-native\");\n var _reactNativeAnimatable = require(_dependencyMap[7], \"react-native-animatable\");\n var animatable = _interopNamespace(_reactNativeAnimatable);\n var _utils = require(_dependencyMap[8], \"./utils\");\n var _modalStyle = require(_dependencyMap[9], \"./modal.style\");\n var styles = _interopDefault(_modalStyle);\n var _backHandlerJs = require(_dependencyMap[10], \"./back-handler.js\");\n // Override default react-native-animatable animations\n (0, _utils.initializeAnimations)();\n var defaultProps = {\n animationIn: 'slideInUp',\n animationInTiming: 300,\n animationOut: 'slideOutDown',\n animationOutTiming: 300,\n avoidKeyboard: false,\n coverScreen: true,\n hasBackdrop: true,\n backdropColor: 'black',\n backdropOpacity: 0.7,\n backdropTransitionInTiming: 300,\n backdropTransitionOutTiming: 300,\n customBackdrop: null,\n useNativeDriver: false,\n deviceHeight: null,\n deviceWidth: null,\n hideModalContentWhileAnimating: false,\n propagateSwipe: false,\n isVisible: false,\n panResponderThreshold: 4,\n swipeThreshold: 100,\n onModalShow: () => null,\n onModalWillShow: () => null,\n onModalHide: () => null,\n onModalWillHide: () => null,\n onBackdropPress: () => null,\n onBackButtonPress: () => null,\n scrollTo: null,\n scrollOffset: 0,\n scrollOffsetMax: 0,\n scrollHorizontal: false,\n statusBarTranslucent: false,\n supportedOrientations: ['portrait', 'landscape']\n };\n var extractAnimationFromProps = props => ({\n animationIn: props.animationIn,\n animationOut: props.animationOut\n });\n var ReactNativeModal = /*#__PURE__*/function (_React$Component) {\n function ReactNativeModal(props) {\n var _this;\n (0, _classCallCheck.default)(this, ReactNativeModal);\n _this = (0, _callSuper.default)(this, ReactNativeModal, [props]);\n _this.backHandler = null;\n // We use an internal state for keeping track of the modal visibility: this allows us to keep\n // the modal visible during the exit animation, even if the user has already change the\n // isVisible prop to false.\n // We store in the state the device width and height so that we can update the modal on\n // device rotation.\n _this.state = {\n showContent: true,\n isVisible: false,\n deviceWidth: _reactNative.Dimensions.get('window').width,\n deviceHeight: _reactNative.Dimensions.get('window').height,\n isSwipeable: !!_this.props.swipeDirection,\n pan: null\n };\n _this.isTransitioning = false;\n _this.inSwipeClosingState = false;\n _this.currentSwipingDirection = null;\n _this.panResponder = null;\n _this.didUpdateDimensionsEmitter = null;\n _this.interactionHandle = null;\n _this.getDeviceHeight = () => _this.props.deviceHeight || _this.state.deviceHeight;\n _this.getDeviceWidth = () => _this.props.deviceWidth || _this.state.deviceWidth;\n _this.onBackButtonPress = () => {\n if (_this.props.onBackButtonPress && _this.props.isVisible) {\n _this.props.onBackButtonPress();\n return true;\n }\n return false;\n };\n _this.shouldPropagateSwipe = (evt, gestureState) => {\n return typeof _this.props.propagateSwipe === 'function' ? _this.props.propagateSwipe(evt, gestureState) : _this.props.propagateSwipe;\n };\n _this.buildPanResponder = () => {\n var animEvt = null;\n _this.panResponder = _reactNative.PanResponder.create({\n onMoveShouldSetPanResponder: (evt, gestureState) => {\n // Use propagateSwipe to allow inner content to scroll. See PR:\n // https://github.com/react-native-community/react-native-modal/pull/246\n if (!_this.shouldPropagateSwipe(evt, gestureState)) {\n // The number \"4\" is just a good tradeoff to make the panResponder\n // work correctly even when the modal has touchable buttons.\n // However, if you want to overwrite this and choose for yourself,\n // set panResponderThreshold in the props.\n // For reference:\n // https://github.com/react-native-community/react-native-modal/pull/197\n var shouldSetPanResponder = Math.abs(gestureState.dx) >= _this.props.panResponderThreshold || Math.abs(gestureState.dy) >= _this.props.panResponderThreshold;\n if (shouldSetPanResponder && _this.props.onSwipeStart) {\n _this.props.onSwipeStart(gestureState);\n }\n _this.currentSwipingDirection = _this.getSwipingDirection(gestureState);\n animEvt = _this.createAnimationEventForSwipe();\n return shouldSetPanResponder;\n }\n return false;\n },\n onStartShouldSetPanResponder: (e, gestureState) => {\n var hasScrollableView = e._dispatchInstances && e._dispatchInstances.some(instance => /scrollview|flatlist/i.test(instance.type));\n if (hasScrollableView && _this.shouldPropagateSwipe(e, gestureState) && _this.props.scrollTo && _this.props.scrollOffset > 0) {\n return false; // user needs to be able to scroll content back up\n }\n if (_this.props.onSwipeStart) {\n _this.props.onSwipeStart(gestureState);\n }\n // Cleared so that onPanResponderMove can wait to have some delta\n // to work with\n _this.currentSwipingDirection = null;\n return true;\n },\n onPanResponderMove: (evt, gestureState) => {\n // Using onStartShouldSetPanResponder we don't have any delta so we don't know\n // The direction to which the user is swiping until some move have been done\n if (!_this.currentSwipingDirection) {\n if (gestureState.dx === 0 && gestureState.dy === 0) {\n return;\n }\n _this.currentSwipingDirection = _this.getSwipingDirection(gestureState);\n animEvt = _this.createAnimationEventForSwipe();\n }\n if (_this.isSwipeDirectionAllowed(gestureState)) {\n // Dim the background while swiping the modal\n var newOpacityFactor = 1 - _this.calcDistancePercentage(gestureState);\n _this.backdropRef && _this.backdropRef.transitionTo({\n opacity: _this.props.backdropOpacity * newOpacityFactor\n });\n animEvt(evt, gestureState);\n if (_this.props.onSwipeMove) {\n _this.props.onSwipeMove(newOpacityFactor, gestureState);\n }\n } else {\n if (_this.props.scrollTo) {\n if (_this.props.scrollHorizontal) {\n var offsetX = -gestureState.dx;\n if (offsetX > _this.props.scrollOffsetMax) {\n offsetX -= (offsetX - _this.props.scrollOffsetMax) / 2;\n }\n _this.props.scrollTo({\n x: offsetX,\n animated: false\n });\n } else {\n var offsetY = -gestureState.dy;\n if (offsetY > _this.props.scrollOffsetMax) {\n offsetY -= (offsetY - _this.props.scrollOffsetMax) / 2;\n }\n _this.props.scrollTo({\n y: offsetY,\n animated: false\n });\n }\n }\n }\n },\n onPanResponderRelease: (evt, gestureState) => {\n // Call the onSwipe prop if the threshold has been exceeded on the right direction\n var accDistance = _this.getAccDistancePerDirection(gestureState);\n if (accDistance > _this.props.swipeThreshold && _this.isSwipeDirectionAllowed(gestureState)) {\n if (_this.props.onSwipeComplete) {\n _this.inSwipeClosingState = true;\n _this.props.onSwipeComplete({\n swipingDirection: _this.getSwipingDirection(gestureState)\n }, gestureState);\n return;\n }\n // Deprecated. Remove later.\n if (_this.props.onSwipe) {\n _this.inSwipeClosingState = true;\n _this.props.onSwipe();\n return;\n }\n }\n //Reset backdrop opacity and modal position\n if (_this.props.onSwipeCancel) {\n _this.props.onSwipeCancel(gestureState);\n }\n if (_this.backdropRef) {\n _this.backdropRef.transitionTo({\n opacity: _this.props.backdropOpacity\n });\n }\n _reactNative.Animated.spring(_this.state.pan, {\n toValue: {\n x: 0,\n y: 0\n },\n bounciness: 0,\n useNativeDriver: false\n }).start();\n if (_this.props.scrollTo) {\n if (_this.props.scrollOffset > _this.props.scrollOffsetMax) {\n _this.props.scrollTo({\n y: _this.props.scrollOffsetMax,\n animated: true\n });\n }\n }\n }\n });\n };\n _this.getAccDistancePerDirection = gestureState => {\n switch (_this.currentSwipingDirection) {\n case 'up':\n return -gestureState.dy;\n case 'down':\n return gestureState.dy;\n case 'right':\n return gestureState.dx;\n case 'left':\n return -gestureState.dx;\n default:\n return 0;\n }\n };\n _this.getSwipingDirection = gestureState => {\n if (Math.abs(gestureState.dx) > Math.abs(gestureState.dy)) {\n return gestureState.dx > 0 ? 'right' : 'left';\n }\n return gestureState.dy > 0 ? 'down' : 'up';\n };\n _this.calcDistancePercentage = gestureState => {\n switch (_this.currentSwipingDirection) {\n case 'down':\n return (gestureState.moveY - gestureState.y0) / ((_this.props.deviceHeight || _this.state.deviceHeight) - gestureState.y0);\n case 'up':\n return (0, _utils.reversePercentage)(gestureState.moveY / gestureState.y0);\n case 'left':\n return (0, _utils.reversePercentage)(gestureState.moveX / gestureState.x0);\n case 'right':\n return (gestureState.moveX - gestureState.x0) / ((_this.props.deviceWidth || _this.state.deviceWidth) - gestureState.x0);\n default:\n return 0;\n }\n };\n _this.createAnimationEventForSwipe = () => {\n if (_this.currentSwipingDirection === 'right' || _this.currentSwipingDirection === 'left') {\n return _reactNative.Animated.event([null, {\n dx: _this.state.pan.x\n }], {\n useNativeDriver: false\n });\n } else {\n return _reactNative.Animated.event([null, {\n dy: _this.state.pan.y\n }], {\n useNativeDriver: false\n });\n }\n };\n _this.isDirectionIncluded = direction => {\n return Array.isArray(_this.props.swipeDirection) ? _this.props.swipeDirection.includes(direction) : _this.props.swipeDirection === direction;\n };\n _this.isSwipeDirectionAllowed = _ref => {\n var dy = _ref.dy,\n dx = _ref.dx;\n var draggedDown = dy > 0;\n var draggedUp = dy < 0;\n var draggedLeft = dx < 0;\n var draggedRight = dx > 0;\n if (_this.currentSwipingDirection === 'up' && _this.isDirectionIncluded('up') && draggedUp) {\n return true;\n } else if (_this.currentSwipingDirection === 'down' && _this.isDirectionIncluded('down') && draggedDown) {\n return true;\n } else if (_this.currentSwipingDirection === 'right' && _this.isDirectionIncluded('right') && draggedRight) {\n return true;\n } else if (_this.currentSwipingDirection === 'left' && _this.isDirectionIncluded('left') && draggedLeft) {\n return true;\n }\n return false;\n };\n _this.handleDimensionsUpdate = () => {\n if (!_this.props.deviceHeight && !_this.props.deviceWidth) {\n // Here we update the device dimensions in the state if the layout changed\n // (triggering a render)\n var deviceWidth = _reactNative.Dimensions.get('window').width;\n var deviceHeight = _reactNative.Dimensions.get('window').height;\n if (deviceWidth !== _this.state.deviceWidth || deviceHeight !== _this.state.deviceHeight) {\n _this.setState({\n deviceWidth,\n deviceHeight\n });\n }\n }\n };\n _this.open = () => {\n if (_this.isTransitioning) {\n return;\n }\n _this.isTransitioning = true;\n if (_this.backdropRef) {\n _this.backdropRef.transitionTo({\n opacity: _this.props.backdropOpacity\n }, _this.props.backdropTransitionInTiming);\n }\n // This is for resetting the pan position,otherwise the modal gets stuck\n // at the last released position when you try to open it.\n // TODO: Could certainly be improved - no idea for the moment.\n if (_this.state.isSwipeable) {\n _this.state.pan.setValue({\n x: 0,\n y: 0\n });\n }\n if (_this.contentRef) {\n _this.props.onModalWillShow && _this.props.onModalWillShow();\n if (_this.interactionHandle == null) {\n _this.interactionHandle = _reactNative.InteractionManager.createInteractionHandle();\n }\n _this.contentRef.animate(_this.animationIn, _this.props.animationInTiming).then(() => {\n _this.isTransitioning = false;\n if (_this.interactionHandle) {\n _reactNative.InteractionManager.clearInteractionHandle(_this.interactionHandle);\n _this.interactionHandle = null;\n }\n if (!_this.props.isVisible) {\n _this.close();\n } else {\n _this.props.onModalShow();\n }\n });\n }\n };\n _this.close = () => {\n if (_this.isTransitioning) {\n return;\n }\n _this.isTransitioning = true;\n if (_this.backdropRef) {\n _this.backdropRef.transitionTo({\n opacity: 0\n }, _this.props.backdropTransitionOutTiming);\n }\n var animationOut = _this.animationOut;\n if (_this.inSwipeClosingState) {\n _this.inSwipeClosingState = false;\n if (_this.currentSwipingDirection === 'up') {\n animationOut = 'slideOutUp';\n } else if (_this.currentSwipingDirection === 'down') {\n animationOut = 'slideOutDown';\n } else if (_this.currentSwipingDirection === 'right') {\n animationOut = 'slideOutRight';\n } else if (_this.currentSwipingDirection === 'left') {\n animationOut = 'slideOutLeft';\n }\n }\n if (_this.contentRef) {\n _this.props.onModalWillHide && _this.props.onModalWillHide();\n if (_this.interactionHandle == null) {\n _this.interactionHandle = _reactNative.InteractionManager.createInteractionHandle();\n }\n _this.contentRef.animate(animationOut, _this.props.animationOutTiming).then(() => {\n _this.isTransitioning = false;\n if (_this.interactionHandle) {\n _reactNative.InteractionManager.clearInteractionHandle(_this.interactionHandle);\n _this.interactionHandle = null;\n }\n if (_this.props.isVisible) {\n _this.open();\n } else {\n _this.setState({\n showContent: false\n }, () => {\n _this.setState({\n isVisible: false\n }, () => {\n _this.props.onModalHide();\n });\n });\n }\n });\n }\n };\n _this.makeBackdrop = () => {\n if (!_this.props.hasBackdrop) {\n return null;\n }\n if (_this.props.customBackdrop && ! /*#__PURE__*/React.isValidElement(_this.props.customBackdrop)) {\n console.warn('Invalid customBackdrop element passed to Modal. You must provide a valid React element.');\n }\n var _this$props = _this.props,\n customBackdrop = _this$props.customBackdrop,\n backdropColor = _this$props.backdropColor,\n useNativeDriver = _this$props.useNativeDriver,\n useNativeDriverForBackdrop = _this$props.useNativeDriverForBackdrop,\n onBackdropPress = _this$props.onBackdropPress;\n var hasCustomBackdrop = !!_this.props.customBackdrop;\n var backdropComputedStyle = [{\n width: _this.getDeviceWidth(),\n height: _this.getDeviceHeight(),\n backgroundColor: _this.state.showContent && !hasCustomBackdrop ? backdropColor : 'transparent'\n }];\n var backdropWrapper = /*#__PURE__*/React.createElement(animatable.View\n // @ts-expect-error TODO fix it\n , {\n // @ts-expect-error TODO fix it\n ref: ref => _this.backdropRef = ref,\n useNativeDriver: useNativeDriverForBackdrop !== undefined ? useNativeDriverForBackdrop : useNativeDriver,\n style: [styles.default.backdrop, backdropComputedStyle]\n }, hasCustomBackdrop && customBackdrop);\n if (hasCustomBackdrop) {\n // The user will handle backdrop presses himself\n return backdropWrapper;\n }\n // If there's no custom backdrop, handle presses with\n // TouchableWithoutFeedback\n return /*#__PURE__*/React.createElement(_reactNative.TouchableWithoutFeedback, {\n onPress: onBackdropPress\n }, backdropWrapper);\n };\n var _buildAnimations = (0, _utils.buildAnimations)(extractAnimationFromProps(props)),\n animationIn = _buildAnimations.animationIn,\n _animationOut = _buildAnimations.animationOut;\n _this.animationIn = animationIn;\n _this.animationOut = _animationOut;\n if (_this.state.isSwipeable) {\n _this.state = {\n ..._this.state,\n pan: new _reactNative.Animated.ValueXY()\n };\n _this.buildPanResponder();\n }\n if (props.isVisible) {\n _this.state = {\n ..._this.state,\n isVisible: true,\n showContent: true\n };\n }\n return _this;\n }\n (0, _inherits.default)(ReactNativeModal, _React$Component);\n return (0, _createClass.default)(ReactNativeModal, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n // Show deprecation message\n if (this.props.onSwipe) {\n console.warn('`<Modal onSwipe=\"...\" />` is deprecated and will be removed starting from 13.0.0. Use `<Modal onSwipeComplete=\"...\" />` instead.');\n }\n this.didUpdateDimensionsEmitter = _reactNative.DeviceEventEmitter.addListener('didUpdateDimensions', this.handleDimensionsUpdate);\n if (this.state.isVisible) {\n this.open();\n }\n this.backHandler = _backHandlerJs.BackHandler.addEventListener('hardwareBackPress', this.onBackButtonPress);\n }\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n if (this.backHandler) {\n this.backHandler.remove();\n this.backHandler = null;\n }\n if (this.didUpdateDimensionsEmitter) {\n this.didUpdateDimensionsEmitter.remove();\n }\n if (this.interactionHandle) {\n _reactNative.InteractionManager.clearInteractionHandle(this.interactionHandle);\n this.interactionHandle = null;\n }\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n // If the animations have been changed then rebuild them to make sure we're\n // using the most up-to-date ones\n if (this.props.animationIn !== prevProps.animationIn || this.props.animationOut !== prevProps.animationOut) {\n var _buildAnimations2 = (0, _utils.buildAnimations)(extractAnimationFromProps(this.props)),\n animationIn = _buildAnimations2.animationIn,\n animationOut = _buildAnimations2.animationOut;\n this.animationIn = animationIn;\n this.animationOut = animationOut;\n }\n // If backdrop opacity has been changed then make sure to update it\n if (this.props.backdropOpacity !== prevProps.backdropOpacity && this.backdropRef) {\n this.backdropRef.transitionTo({\n opacity: this.props.backdropOpacity\n }, this.props.backdropTransitionInTiming);\n }\n // On modal open request, we slide the view up and fade in the backdrop\n if (this.props.isVisible && !prevProps.isVisible) {\n this.open();\n } else if (!this.props.isVisible && prevProps.isVisible) {\n // On modal close request, we slide the view down and fade out the backdrop\n this.close();\n }\n }\n }, {\n key: \"render\",\n value: function render() {\n /* eslint-disable @typescript-eslint/no-unused-vars */\n var _this$props2 = this.props,\n animationIn = _this$props2.animationIn,\n animationInTiming = _this$props2.animationInTiming,\n animationOut = _this$props2.animationOut,\n animationOutTiming = _this$props2.animationOutTiming,\n avoidKeyboard = _this$props2.avoidKeyboard,\n coverScreen = _this$props2.coverScreen,\n hasBackdrop = _this$props2.hasBackdrop,\n backdropColor = _this$props2.backdropColor,\n backdropOpacity = _this$props2.backdropOpacity,\n backdropTransitionInTiming = _this$props2.backdropTransitionInTiming,\n backdropTransitionOutTiming = _this$props2.backdropTransitionOutTiming,\n customBackdrop = _this$props2.customBackdrop,\n children = _this$props2.children,\n isVisible = _this$props2.isVisible,\n onModalShow = _this$props2.onModalShow,\n onBackButtonPress = _this$props2.onBackButtonPress,\n useNativeDriver = _this$props2.useNativeDriver,\n propagateSwipe = _this$props2.propagateSwipe,\n style = _this$props2.style,\n otherProps = (0, _objectWithoutProperties.default)(_this$props2, _excluded);\n var testID = otherProps.testID,\n containerProps = (0, _objectWithoutProperties.default)(otherProps, _excluded2);\n var computedStyle = [{\n margin: this.getDeviceWidth() * 0.05,\n transform: [{\n translateY: 0\n }]\n }, styles.default.content, style];\n var panHandlers = {};\n var panPosition = {};\n if (this.state.isSwipeable) {\n panHandlers = {\n ...this.panResponder.panHandlers\n };\n if (useNativeDriver) {\n panPosition = {\n transform: this.state.pan.getTranslateTransform()\n };\n } else {\n panPosition = this.state.pan.getLayout();\n }\n }\n // The user might decide not to show the modal while it is animating\n // to enhance performance.\n var _children = this.props.hideModalContentWhileAnimating && this.props.useNativeDriver && !this.state.showContent ? (/*#__PURE__*/React.createElement(animatable.View, null)) : children;\n var containerView = /*#__PURE__*/React.createElement(animatable.View, {\n ...panHandlers,\n // @ts-expect-error TODO fix it\n ref: ref => this.contentRef = ref,\n style: [panPosition, computedStyle],\n pointerEvents: \"box-none\",\n useNativeDriver: useNativeDriver,\n ...containerProps\n }, _children);\n // If coverScreen is set to false by the user\n // we render the modal inside the parent view directly\n if (!coverScreen && this.state.isVisible) {\n return /*#__PURE__*/React.createElement(_reactNative.View, {\n pointerEvents: \"box-none\",\n style: [styles.default.backdrop, styles.default.containerBox]\n }, this.makeBackdrop(), containerView);\n }\n return /*#__PURE__*/React.createElement(_reactNative.Modal, {\n transparent: true,\n animationType: 'none',\n visible: this.state.isVisible,\n onRequestClose: onBackButtonPress,\n ...otherProps\n }, this.makeBackdrop(), avoidKeyboard ? (/*#__PURE__*/React.createElement(_reactNative.KeyboardAvoidingView, {\n behavior: _reactNative.Platform.OS === 'ios' ? 'padding' : undefined,\n pointerEvents: \"box-none\",\n style: computedStyle.concat([{\n margin: 0\n }])\n }, containerView)) : containerView);\n }\n }], [{\n key: \"getDerivedStateFromProps\",\n value: function getDerivedStateFromProps(nextProps, state) {\n if (!state.isVisible && nextProps.isVisible) {\n return {\n isVisible: true,\n showContent: true\n };\n }\n return null;\n }\n }]);\n }(React.Component);\n ReactNativeModal.defaultProps = defaultProps;\n var _default = ReactNativeModal;\n});","lineCount":644,"map":[[29,2,546,0,"Object"],[29,8,546,0],[29,9,546,0,"defineProperty"],[29,23,546,0],[29,24,546,0,"exports"],[29,31,546,0],[30,4,546,0,"enumerable"],[30,14,546,0],[31,4,546,0,"get"],[31,7,546,0],[31,18,546,0,"get"],[31,19,546,0],[32,6,546,0],[32,13,546,0,"_default"],[32,21,546,0],[33,4,546,0],[34,2,546,0],[35,2,47,0,"Object"],[35,8,47,0],[35,9,47,0,"defineProperty"],[35,23,47,0],[35,24,47,0,"exports"],[35,31,47,0],[36,4,47,0,"enumerable"],[36,14,47,0],[37,4,47,0,"get"],[37,7,47,0],[37,18,47,0,"get"],[37,19,47,0],[38,6,47,0],[38,13,47,0,"ReactNativeModal"],[38,29,47,0],[39,4,47,0],[40,2,47,0],[41,2,545,1],[41,6,545,1,"_babelRuntimeHelpersObjectWithoutProperties"],[41,49,545,1],[41,52,545,1,"require"],[41,59,545,1],[41,60,545,1,"_dependencyMap"],[41,74,545,1],[42,2,545,1],[42,6,545,1,"_objectWithoutProperties"],[42,30,545,1],[42,33,545,1,"_interopDefault"],[42,48,545,1],[42,49,545,1,"_babelRuntimeHelpersObjectWithoutProperties"],[42,92,545,1],[43,2,545,1],[43,6,545,1,"_babelRuntimeHelpersClassCallCheck"],[43,40,545,1],[43,43,545,1,"require"],[43,50,545,1],[43,51,545,1,"_dependencyMap"],[43,65,545,1],[44,2,545,1],[44,6,545,1,"_classCallCheck"],[44,21,545,1],[44,24,545,1,"_interopDefault"],[44,39,545,1],[44,40,545,1,"_babelRuntimeHelpersClassCallCheck"],[44,74,545,1],[45,2,545,1],[45,6,545,1,"_babelRuntimeHelpersCreateClass"],[45,37,545,1],[45,40,545,1,"require"],[45,47,545,1],[45,48,545,1,"_dependencyMap"],[45,62,545,1],[46,2,545,1],[46,6,545,1,"_createClass"],[46,18,545,1],[46,21,545,1,"_interopDefault"],[46,36,545,1],[46,37,545,1,"_babelRuntimeHelpersCreateClass"],[46,68,545,1],[47,2,545,1],[47,6,545,1,"_babelRuntimeHelpersCallSuper"],[47,35,545,1],[47,38,545,1,"require"],[47,45,545,1],[47,46,545,1,"_dependencyMap"],[47,60,545,1],[48,2,545,1],[48,6,545,1,"_callSuper"],[48,16,545,1],[48,19,545,1,"_interopDefault"],[48,34,545,1],[48,35,545,1,"_babelRuntimeHelpersCallSuper"],[48,64,545,1],[49,2,545,1],[49,6,545,1,"_babelRuntimeHelpersInherits"],[49,34,545,1],[49,37,545,1,"require"],[49,44,545,1],[49,45,545,1,"_dependencyMap"],[49,59,545,1],[50,2,545,1],[50,6,545,1,"_inherits"],[50,15,545,1],[50,18,545,1,"_interopDefault"],[50,33,545,1],[50,34,545,1,"_babelRuntimeHelpersInherits"],[50,62,545,1],[51,2,1,0],[51,6,1,0,"_react"],[51,12,1,0],[51,15,1,0,"require"],[51,22,1,0],[51,23,1,0,"_dependencyMap"],[51,37,1,0],[52,2,1,0],[52,6,1,0,"React"],[52,11,1,0],[52,14,1,0,"_interopNamespace"],[52,31,1,0],[52,32,1,0,"_react"],[52,38,1,0],[53,2,2,0],[53,6,2,0,"_reactNative"],[53,18,2,0],[53,21,2,0,"require"],[53,28,2,0],[53,29,2,0,"_dependencyMap"],[53,43,2,0],[54,2,3,0],[54,6,3,0,"_reactNativeAnimatable"],[54,28,3,0],[54,31,3,0,"require"],[54,38,3,0],[54,39,3,0,"_dependencyMap"],[54,53,3,0],[55,2,3,0],[55,6,3,0,"animatable"],[55,16,3,0],[55,19,3,0,"_interopNamespace"],[55,36,3,0],[55,37,3,0,"_reactNativeAnimatable"],[55,59,3,0],[56,2,4,0],[56,6,4,0,"_utils"],[56,12,4,0],[56,15,4,0,"require"],[56,22,4,0],[56,23,4,0,"_dependencyMap"],[56,37,4,0],[57,2,5,0],[57,6,5,0,"_modalStyle"],[57,17,5,0],[57,20,5,0,"require"],[57,27,5,0],[57,28,5,0,"_dependencyMap"],[57,42,5,0],[58,2,5,0],[58,6,5,0,"styles"],[58,12,5,0],[58,15,5,0,"_interopDefault"],[58,30,5,0],[58,31,5,0,"_modalStyle"],[58,42,5,0],[59,2,6,0],[59,6,6,0,"_backHandlerJs"],[59,20,6,0],[59,23,6,0,"require"],[59,30,6,0],[59,31,6,0,"_dependencyMap"],[59,45,6,0],[60,2,7,0],[61,2,8,0],[61,6,8,0,"initializeAnimations"],[61,12,8,20],[61,13,8,20,"initializeAnimations"],[61,33,8,20],[61,35,8,21],[61,36,8,22],[62,2,9,0],[62,6,9,6,"defaultProps"],[62,18,9,18],[62,21,9,21],[63,4,10,4,"animationIn"],[63,15,10,15],[63,17,10,17],[63,28,10,28],[64,4,11,4,"animationInTiming"],[64,21,11,21],[64,23,11,23],[64,26,11,26],[65,4,12,4,"animationOut"],[65,16,12,16],[65,18,12,18],[65,32,12,32],[66,4,13,4,"animationOutTiming"],[66,22,13,22],[66,24,13,24],[66,27,13,27],[67,4,14,4,"avoidKeyboard"],[67,17,14,17],[67,19,14,19],[67,24,14,24],[68,4,15,4,"coverScreen"],[68,15,15,15],[68,17,15,17],[68,21,15,21],[69,4,16,4,"hasBackdrop"],[69,15,16,15],[69,17,16,17],[69,21,16,21],[70,4,17,4,"backdropColor"],[70,17,17,17],[70,19,17,19],[70,26,17,26],[71,4,18,4,"backdropOpacity"],[71,19,18,19],[71,21,18,21],[71,24,18,24],[72,4,19,4,"backdropTransitionInTiming"],[72,30,19,30],[72,32,19,32],[72,35,19,35],[73,4,20,4,"backdropTransitionOutTiming"],[73,31,20,31],[73,33,20,33],[73,36,20,36],[74,4,21,4,"customBackdrop"],[74,18,21,18],[74,20,21,20],[74,24,21,24],[75,4,22,4,"useNativeDriver"],[75,19,22,19],[75,21,22,21],[75,26,22,26],[76,4,23,4,"deviceHeight"],[76,16,23,16],[76,18,23,18],[76,22,23,22],[77,4,24,4,"deviceWidth"],[77,15,24,15],[77,17,24,17],[77,21,24,21],[78,4,25,4,"hideModalContentWhileAnimating"],[78,34,25,34],[78,36,25,36],[78,41,25,41],[79,4,26,4,"propagateSwipe"],[79,18,26,18],[79,20,26,20],[79,25,26,25],[80,4,27,4,"isVisible"],[80,13,27,13],[80,15,27,15],[80,20,27,20],[81,4,28,4,"panResponderThreshold"],[81,25,28,25],[81,27,28,27],[81,28,28,28],[82,4,29,4,"swipeThreshold"],[82,18,29,18],[82,20,29,20],[82,23,29,23],[83,4,30,4,"onModalShow"],[83,15,30,15],[83,17,30,18,"onModalShow"],[83,18,30,18],[83,23,30,24],[83,27,30,29],[84,4,31,4,"onModalWillShow"],[84,19,31,19],[84,21,31,22,"onModalWillShow"],[84,22,31,22],[84,27,31,28],[84,31,31,33],[85,4,32,4,"onModalHide"],[85,15,32,15],[85,17,32,18,"onModalHide"],[85,18,32,18],[85,23,32,24],[85,27,32,29],[86,4,33,4,"onModalWillHide"],[86,19,33,19],[86,21,33,22,"onModalWillHide"],[86,22,33,22],[86,27,33,28],[86,31,33,33],[87,4,34,4,"onBackdropPress"],[87,19,34,19],[87,21,34,22,"onBackdropPress"],[87,22,34,22],[87,27,34,28],[87,31,34,33],[88,4,35,4,"onBackButtonPress"],[88,21,35,21],[88,23,35,24,"onBackButtonPress"],[88,24,35,24],[88,29,35,30],[88,33,35,35],[89,4,36,4,"scrollTo"],[89,12,36,12],[89,14,36,14],[89,18,36,18],[90,4,37,4,"scrollOffset"],[90,16,37,16],[90,18,37,18],[90,19,37,19],[91,4,38,4,"scrollOffsetMax"],[91,19,38,19],[91,21,38,21],[91,22,38,22],[92,4,39,4,"scrollHorizontal"],[92,20,39,20],[92,22,39,22],[92,27,39,27],[93,4,40,4,"statusBarTranslucent"],[93,24,40,24],[93,26,40,26],[93,31,40,31],[94,4,41,4,"supportedOrientations"],[94,25,41,25],[94,27,41,27],[94,28,41,28],[94,38,41,38],[94,40,41,40],[94,51,41,51],[95,2,42,0],[95,3,42,1],[96,2,43,0],[96,6,43,6,"extractAnimationFromProps"],[96,31,43,31],[96,34,43,35,"props"],[96,39,43,40],[96,44,43,46],[97,4,44,4,"animationIn"],[97,15,44,15],[97,17,44,17,"props"],[97,22,44,22],[97,23,44,23,"animationIn"],[97,34,44,34],[98,4,45,4,"animationOut"],[98,16,45,16],[98,18,45,18,"props"],[98,23,45,23],[98,24,45,24,"animationOut"],[99,2,46,0],[99,3,46,1],[99,4,46,2],[100,2,46,3],[100,6,47,13,"ReactNativeModal"],[100,22,47,29],[100,48,47,29,"_React$Component"],[100,64,47,29],[101,4,73,4],[101,13,73,4,"ReactNativeModal"],[101,30,73,16,"props"],[101,35,73,21],[101,37,73,23],[102,6,73,23],[102,10,73,23,"_this"],[102,15,73,23],[103,6,73,23],[103,10,73,23,"_classCallCheck"],[103,25,73,23],[103,26,73,23,"default"],[103,33,73,23],[103,41,73,23,"ReactNativeModal"],[103,57,73,23],[104,6,74,8,"_this"],[104,11,74,8],[104,18,74,8,"_callSuper"],[104,28,74,8],[104,29,74,8,"default"],[104,36,74,8],[104,44,74,8,"ReactNativeModal"],[104,60,74,8],[104,63,74,14,"props"],[104,68,74,19],[105,6,74,21,"_this"],[105,11,74,21],[105,12,49,4,"backHandler"],[105,23,49,15],[105,26,49,18],[105,30,49,22],[106,6,50,4],[107,6,51,4],[108,6,52,4],[109,6,53,4],[110,6,54,4],[111,6,54,4,"_this"],[111,11,54,4],[111,12,55,4,"state"],[111,17,55,9],[111,20,55,12],[112,8,56,8,"showContent"],[112,19,56,19],[112,21,56,21],[112,25,56,25],[113,8,57,8,"isVisible"],[113,17,57,17],[113,19,57,19],[113,24,57,24],[114,8,58,8,"deviceWidth"],[114,19,58,19],[114,21,58,21,"Dimensions"],[114,33,58,31],[114,34,58,31,"Dimensions"],[114,44,58,31],[114,45,58,32,"get"],[114,48,58,35],[114,49,58,36],[114,57,58,44],[114,58,58,45],[114,59,58,46,"width"],[114,64,58,51],[115,8,59,8,"deviceHeight"],[115,20,59,20],[115,22,59,22,"Dimensions"],[115,34,59,32],[115,35,59,32,"Dimensions"],[115,45,59,32],[115,46,59,33,"get"],[115,49,59,36],[115,50,59,37],[115,58,59,45],[115,59,59,46],[115,60,59,47,"height"],[115,66,59,53],[116,8,60,8,"isSwipeable"],[116,19,60,19],[116,21,60,21],[116,22,60,22],[116,23,60,23,"_this"],[116,28,60,23],[116,29,60,28,"props"],[116,34,60,33],[116,35,60,34,"swipeDirection"],[116,49,60,48],[117,8,61,8,"pan"],[117,11,61,11],[117,13,61,13],[118,6,62,4],[118,7,62,5],[119,6,62,5,"_this"],[119,11,62,5],[119,12,63,4,"isTransitioning"],[119,27,63,19],[119,30,63,22],[119,35,63,27],[120,6,63,27,"_this"],[120,11,63,27],[120,12,64,4,"inSwipeClosingState"],[120,31,64,23],[120,34,64,26],[120,39,64,31],[121,6,64,31,"_this"],[121,11,64,31],[121,12,65,4,"currentSwipingDirection"],[121,35,65,27],[121,38,65,30],[121,42,65,34],[122,6,65,34,"_this"],[122,11,65,34],[122,12,70,4,"panResponder"],[122,24,70,16],[122,27,70,19],[122,31,70,23],[123,6,70,23,"_this"],[123,11,70,23],[123,12,71,4,"didUpdateDimensionsEmitter"],[123,38,71,30],[123,41,71,33],[123,45,71,37],[124,6,71,37,"_this"],[124,11,71,37],[124,12,72,4,"interactionHandle"],[124,29,72,21],[124,32,72,24],[124,36,72,28],[125,6,72,28,"_this"],[125,11,72,28],[125,12,146,4,"getDeviceHeight"],[125,27,146,19],[125,30,146,22],[125,36,146,28,"_this"],[125,41,146,28],[125,42,146,33,"props"],[125,47,146,38],[125,48,146,39,"deviceHeight"],[125,60,146,51],[125,64,146,55,"_this"],[125,69,146,55],[125,70,146,60,"state"],[125,75,146,65],[125,76,146,66,"deviceHeight"],[125,88,146,78],[126,6,146,78,"_this"],[126,11,146,78],[126,12,147,4,"getDeviceWidth"],[126,26,147,18],[126,29,147,21],[126,35,147,27,"_this"],[126,40,147,27],[126,41,147,32,"props"],[126,46,147,37],[126,47,147,38,"deviceWidth"],[126,58,147,49],[126,62,147,53,"_this"],[126,67,147,53],[126,68,147,58,"state"],[126,73,147,63],[126,74,147,64,"deviceWidth"],[126,85,147,75],[127,6,147,75,"_this"],[127,11,147,75],[127,12,148,4,"onBackButtonPress"],[127,29,148,21],[127,32,148,24],[127,38,148,30],[128,8,149,8],[128,12,149,12,"_this"],[128,17,149,12],[128,18,149,17,"props"],[128,23,149,22],[128,24,149,23,"onBackButtonPress"],[128,41,149,40],[128,45,149,44,"_this"],[128,50,149,44],[128,51,149,49,"props"],[128,56,149,54],[128,57,149,55,"isVisible"],[128,66,149,64],[128,68,149,66],[129,10,150,12,"_this"],[129,15,150,12],[129,16,150,17,"props"],[129,21,150,22],[129,22,150,23,"onBackButtonPress"],[129,39,150,40],[129,40,150,41],[129,41,150,42],[130,10,151,12],[130,17,151,19],[130,21,151,23],[131,8,152,8],[132,8,153,8],[132,15,153,15],[132,20,153,20],[133,6,154,4],[133,7,154,5],[134,6,154,5,"_this"],[134,11,154,5],[134,12,155,4,"shouldPropagateSwipe"],[134,32,155,24],[134,35,155,27],[134,36,155,28,"evt"],[134,39,155,31],[134,41,155,33,"gestureState"],[134,53,155,45],[134,58,155,50],[135,8,156,8],[135,15,156,15],[135,22,156,22,"_this"],[135,27,156,22],[135,28,156,27,"props"],[135,33,156,32],[135,34,156,33,"propagateSwipe"],[135,48,156,47],[135,53,156,52],[135,63,156,62],[135,66,157,14,"_this"],[135,71,157,14],[135,72,157,19,"props"],[135,77,157,24],[135,78,157,25,"propagateSwipe"],[135,92,157,39],[135,93,157,40,"evt"],[135,96,157,43],[135,98,157,45,"gestureState"],[135,110,157,57],[135,111,157,58],[135,114,158,14,"_this"],[135,119,158,14],[135,120,158,19,"props"],[135,125,158,24],[135,126,158,25,"propagateSwipe"],[135,140,158,39],[136,6,159,4],[136,7,159,5],[137,6,159,5,"_this"],[137,11,159,5],[137,12,160,4,"buildPanResponder"],[137,29,160,21],[137,32,160,24],[137,38,160,30],[138,8,161,8],[138,12,161,12,"animEvt"],[138,19,161,19],[138,22,161,22],[138,26,161,26],[139,8,162,8,"_this"],[139,13,162,8],[139,14,162,13,"panResponder"],[139,26,162,25],[139,29,162,28,"PanResponder"],[139,41,162,40],[139,42,162,40,"PanResponder"],[139,54,162,40],[139,55,162,41,"create"],[139,61,162,47],[139,62,162,48],[140,10,163,12,"onMoveShouldSetPanResponder"],[140,37,163,39],[140,39,163,41,"onMoveShouldSetPanResponder"],[140,40,163,42,"evt"],[140,43,163,45],[140,45,163,47,"gestureState"],[140,57,163,59],[140,62,163,64],[141,12,164,16],[142,12,165,16],[143,12,166,16],[143,16,166,20],[143,17,166,21,"_this"],[143,22,166,21],[143,23,166,26,"shouldPropagateSwipe"],[143,43,166,46],[143,44,166,47,"evt"],[143,47,166,50],[143,49,166,52,"gestureState"],[143,61,166,64],[143,62,166,65],[143,64,166,67],[144,14,167,20],[145,14,168,20],[146,14,169,20],[147,14,170,20],[148,14,171,20],[149,14,172,20],[150,14,173,20],[150,18,173,26,"shouldSetPanResponder"],[150,39,173,47],[150,42,173,50,"Math"],[150,46,173,54],[150,47,173,55,"abs"],[150,50,173,58],[150,51,173,59,"gestureState"],[150,63,173,71],[150,64,173,72,"dx"],[150,66,173,74],[150,67,173,75],[150,71,173,79,"_this"],[150,76,173,79],[150,77,173,84,"props"],[150,82,173,89],[150,83,173,90,"panResponderThreshold"],[150,104,173,111],[150,108,174,24,"Math"],[150,112,174,28],[150,113,174,29,"abs"],[150,116,174,32],[150,117,174,33,"gestureState"],[150,129,174,45],[150,130,174,46,"dy"],[150,132,174,48],[150,133,174,49],[150,137,174,53,"_this"],[150,142,174,53],[150,143,174,58,"props"],[150,148,174,63],[150,149,174,64,"panResponderThreshold"],[150,170,174,85],[151,14,175,20],[151,18,175,24,"shouldSetPanResponder"],[151,39,175,45],[151,43,175,49,"_this"],[151,48,175,49],[151,49,175,54,"props"],[151,54,175,59],[151,55,175,60,"onSwipeStart"],[151,67,175,72],[151,69,175,74],[152,16,176,24,"_this"],[152,21,176,24],[152,22,176,29,"props"],[152,27,176,34],[152,28,176,35,"onSwipeStart"],[152,40,176,47],[152,41,176,48,"gestureState"],[152,53,176,60],[152,54,176,61],[153,14,177,20],[154,14,178,20,"_this"],[154,19,178,20],[154,20,178,25,"currentSwipingDirection"],[154,43,178,48],[154,46,178,51,"_this"],[154,51,178,51],[154,52,178,56,"getSwipingDirection"],[154,71,178,75],[154,72,178,76,"gestureState"],[154,84,178,88],[154,85,178,89],[155,14,179,20,"animEvt"],[155,21,179,27],[155,24,179,30,"_this"],[155,29,179,30],[155,30,179,35,"createAnimationEventForSwipe"],[155,58,179,63],[155,59,179,64],[155,60,179,65],[156,14,180,20],[156,21,180,27,"shouldSetPanResponder"],[156,42,180,48],[157,12,181,16],[158,12,182,16],[158,19,182,23],[158,24,182,28],[159,10,183,12],[159,11,183,13],[160,10,184,12,"onStartShouldSetPanResponder"],[160,38,184,40],[160,40,184,42,"onStartShouldSetPanResponder"],[160,41,184,43,"e"],[160,42,184,44],[160,44,184,46,"gestureState"],[160,56,184,58],[160,61,184,63],[161,12,185,16],[161,16,185,22,"hasScrollableView"],[161,33,185,39],[161,36,185,42,"e"],[161,37,185,43],[161,38,185,44,"_dispatchInstances"],[161,56,185,62],[161,60,186,20,"e"],[161,61,186,21],[161,62,186,22,"_dispatchInstances"],[161,80,186,40],[161,81,186,41,"some"],[161,85,186,45],[161,86,186,47,"instance"],[161,94,186,55],[161,98,186,60],[161,120,186,82],[161,121,186,83,"test"],[161,125,186,87],[161,126,186,88,"instance"],[161,134,186,96],[161,135,186,97,"type"],[161,139,186,101],[161,140,186,102],[161,141,186,103],[162,12,187,16],[162,16,187,20,"hasScrollableView"],[162,33,187,37],[162,37,188,20,"_this"],[162,42,188,20],[162,43,188,25,"shouldPropagateSwipe"],[162,63,188,45],[162,64,188,46,"e"],[162,65,188,47],[162,67,188,49,"gestureState"],[162,79,188,61],[162,80,188,62],[162,84,189,20,"_this"],[162,89,189,20],[162,90,189,25,"props"],[162,95,189,30],[162,96,189,31,"scrollTo"],[162,104,189,39],[162,108,190,20,"_this"],[162,113,190,20],[162,114,190,25,"props"],[162,119,190,30],[162,120,190,31,"scrollOffset"],[162,132,190,43],[162,135,190,46],[162,136,190,47],[162,138,190,49],[163,14,191,20],[163,21,191,27],[163,26,191,32],[163,27,191,33],[163,28,191,34],[164,12,192,16],[165,12,193,16],[165,16,193,20,"_this"],[165,21,193,20],[165,22,193,25,"props"],[165,27,193,30],[165,28,193,31,"onSwipeStart"],[165,40,193,43],[165,42,193,45],[166,14,194,20,"_this"],[166,19,194,20],[166,20,194,25,"props"],[166,25,194,30],[166,26,194,31,"onSwipeStart"],[166,38,194,43],[166,39,194,44,"gestureState"],[166,51,194,56],[166,52,194,57],[167,12,195,16],[168,12,196,16],[169,12,197,16],[170,12,198,16,"_this"],[170,17,198,16],[170,18,198,21,"currentSwipingDirection"],[170,41,198,44],[170,44,198,47],[170,48,198,51],[171,12,199,16],[171,19,199,23],[171,23,199,27],[172,10,200,12],[172,11,200,13],[173,10,201,12,"onPanResponderMove"],[173,28,201,30],[173,30,201,32,"onPanResponderMove"],[173,31,201,33,"evt"],[173,34,201,36],[173,36,201,38,"gestureState"],[173,48,201,50],[173,53,201,55],[174,12,202,16],[175,12,203,16],[176,12,204,16],[176,16,204,20],[176,17,204,21,"_this"],[176,22,204,21],[176,23,204,26,"currentSwipingDirection"],[176,46,204,49],[176,48,204,51],[177,14,205,20],[177,18,205,24,"gestureState"],[177,30,205,36],[177,31,205,37,"dx"],[177,33,205,39],[177,38,205,44],[177,39,205,45],[177,43,205,49,"gestureState"],[177,55,205,61],[177,56,205,62,"dy"],[177,58,205,64],[177,63,205,69],[177,64,205,70],[177,66,205,72],[178,16,206,24],[179,14,207,20],[180,14,208,20,"_this"],[180,19,208,20],[180,20,208,25,"currentSwipingDirection"],[180,43,208,48],[180,46,208,51,"_this"],[180,51,208,51],[180,52,208,56,"getSwipingDirection"],[180,71,208,75],[180,72,208,76,"gestureState"],[180,84,208,88],[180,85,208,89],[181,14,209,20,"animEvt"],[181,21,209,27],[181,24,209,30,"_this"],[181,29,209,30],[181,30,209,35,"createAnimationEventForSwipe"],[181,58,209,63],[181,59,209,64],[181,60,209,65],[182,12,210,16],[183,12,211,16],[183,16,211,20,"_this"],[183,21,211,20],[183,22,211,25,"isSwipeDirectionAllowed"],[183,45,211,48],[183,46,211,49,"gestureState"],[183,58,211,61],[183,59,211,62],[183,61,211,64],[184,14,212,20],[185,14,213,20],[185,18,213,26,"newOpacityFactor"],[185,34,213,42],[185,37,213,45],[185,38,213,46],[185,41,213,49,"_this"],[185,46,213,49],[185,47,213,54,"calcDistancePercentage"],[185,69,213,76],[185,70,213,77,"gestureState"],[185,82,213,89],[185,83,213,90],[186,14,214,20,"_this"],[186,19,214,20],[186,20,214,25,"backdropRef"],[186,31,214,36],[186,35,215,24,"_this"],[186,40,215,24],[186,41,215,29,"backdropRef"],[186,52,215,40],[186,53,215,41,"transitionTo"],[186,65,215,53],[186,66,215,54],[187,16,216,28,"opacity"],[187,23,216,35],[187,25,216,37,"_this"],[187,30,216,37],[187,31,216,42,"props"],[187,36,216,47],[187,37,216,48,"backdropOpacity"],[187,52,216,63],[187,55,216,66,"newOpacityFactor"],[188,14,217,24],[188,15,217,25],[188,16,217,26],[189,14,218,20,"animEvt"],[189,21,218,27],[189,22,218,28,"evt"],[189,25,218,31],[189,27,218,33,"gestureState"],[189,39,218,45],[189,40,218,46],[190,14,219,20],[190,18,219,24,"_this"],[190,23,219,24],[190,24,219,29,"props"],[190,29,219,34],[190,30,219,35,"onSwipeMove"],[190,41,219,46],[190,43,219,48],[191,16,220,24,"_this"],[191,21,220,24],[191,22,220,29,"props"],[191,27,220,34],[191,28,220,35,"onSwipeMove"],[191,39,220,46],[191,40,220,47,"newOpacityFactor"],[191,56,220,63],[191,58,220,65,"gestureState"],[191,70,220,77],[191,71,220,78],[192,14,221,20],[193,12,222,16],[193,13,222,17],[193,19,223,21],[194,14,224,20],[194,18,224,24,"_this"],[194,23,224,24],[194,24,224,29,"props"],[194,29,224,34],[194,30,224,35,"scrollTo"],[194,38,224,43],[194,40,224,45],[195,16,225,24],[195,20,225,28,"_this"],[195,25,225,28],[195,26,225,33,"props"],[195,31,225,38],[195,32,225,39,"scrollHorizontal"],[195,48,225,55],[195,50,225,57],[196,18,226,28],[196,22,226,32,"offsetX"],[196,29,226,39],[196,32,226,42],[196,33,226,43,"gestureState"],[196,45,226,55],[196,46,226,56,"dx"],[196,48,226,58],[197,18,227,28],[197,22,227,32,"offsetX"],[197,29,227,39],[197,32,227,42,"_this"],[197,37,227,42],[197,38,227,47,"props"],[197,43,227,52],[197,44,227,53,"scrollOffsetMax"],[197,59,227,68],[197,61,227,70],[198,20,228,32,"offsetX"],[198,27,228,39],[198,31,228,43],[198,32,228,44,"offsetX"],[198,39,228,51],[198,42,228,54,"_this"],[198,47,228,54],[198,48,228,59,"props"],[198,53,228,64],[198,54,228,65,"scrollOffsetMax"],[198,69,228,80],[198,73,228,84],[198,74,228,85],[199,18,229,28],[200,18,230,28,"_this"],[200,23,230,28],[200,24,230,33,"props"],[200,29,230,38],[200,30,230,39,"scrollTo"],[200,38,230,47],[200,39,230,48],[201,20,230,50,"x"],[201,21,230,51],[201,23,230,53,"offsetX"],[201,30,230,60],[202,20,230,62,"animated"],[202,28,230,70],[202,30,230,72],[203,18,230,78],[203,19,230,79],[203,20,230,80],[204,16,231,24],[204,17,231,25],[204,23,232,29],[205,18,233,28],[205,22,233,32,"offsetY"],[205,29,233,39],[205,32,233,42],[205,33,233,43,"gestureState"],[205,45,233,55],[205,46,233,56,"dy"],[205,48,233,58],[206,18,234,28],[206,22,234,32,"offsetY"],[206,29,234,39],[206,32,234,42,"_this"],[206,37,234,42],[206,38,234,47,"props"],[206,43,234,52],[206,44,234,53,"scrollOffsetMax"],[206,59,234,68],[206,61,234,70],[207,20,235,32,"offsetY"],[207,27,235,39],[207,31,235,43],[207,32,235,44,"offsetY"],[207,39,235,51],[207,42,235,54,"_this"],[207,47,235,54],[207,48,235,59,"props"],[207,53,235,64],[207,54,235,65,"scrollOffsetMax"],[207,69,235,80],[207,73,235,84],[207,74,235,85],[208,18,236,28],[209,18,237,28,"_this"],[209,23,237,28],[209,24,237,33,"props"],[209,29,237,38],[209,30,237,39,"scrollTo"],[209,38,237,47],[209,39,237,48],[210,20,237,50,"y"],[210,21,237,51],[210,23,237,53,"offsetY"],[210,30,237,60],[211,20,237,62,"animated"],[211,28,237,70],[211,30,237,72],[212,18,237,78],[212,19,237,79],[212,20,237,80],[213,16,238,24],[214,14,239,20],[215,12,240,16],[216,10,241,12],[216,11,241,13],[217,10,242,12,"onPanResponderRelease"],[217,31,242,33],[217,33,242,35,"onPanResponderRelease"],[217,34,242,36,"evt"],[217,37,242,39],[217,39,242,41,"gestureState"],[217,51,242,53],[217,56,242,58],[218,12,243,16],[219,12,244,16],[219,16,244,22,"accDistance"],[219,27,244,33],[219,30,244,36,"_this"],[219,35,244,36],[219,36,244,41,"getAccDistancePerDirection"],[219,62,244,67],[219,63,244,68,"gestureState"],[219,75,244,80],[219,76,244,81],[220,12,245,16],[220,16,245,20,"accDistance"],[220,27,245,31],[220,30,245,34,"_this"],[220,35,245,34],[220,36,245,39,"props"],[220,41,245,44],[220,42,245,45,"swipeThreshold"],[220,56,245,59],[220,60,246,20,"_this"],[220,65,246,20],[220,66,246,25,"isSwipeDirectionAllowed"],[220,89,246,48],[220,90,246,49,"gestureState"],[220,102,246,61],[220,103,246,62],[220,105,246,64],[221,14,247,20],[221,18,247,24,"_this"],[221,23,247,24],[221,24,247,29,"props"],[221,29,247,34],[221,30,247,35,"onSwipeComplete"],[221,45,247,50],[221,47,247,52],[222,16,248,24,"_this"],[222,21,248,24],[222,22,248,29,"inSwipeClosingState"],[222,41,248,48],[222,44,248,51],[222,48,248,55],[223,16,249,24,"_this"],[223,21,249,24],[223,22,249,29,"props"],[223,27,249,34],[223,28,249,35,"onSwipeComplete"],[223,43,249,50],[223,44,249,51],[224,18,250,28,"swipingDirection"],[224,34,250,44],[224,36,250,46,"_this"],[224,41,250,46],[224,42,250,51,"getSwipingDirection"],[224,61,250,70],[224,62,250,71,"gestureState"],[224,74,250,83],[225,16,251,24],[225,17,251,25],[225,19,251,27,"gestureState"],[225,31,251,39],[225,32,251,40],[226,16,252,24],[227,14,253,20],[228,14,254,20],[229,14,255,20],[229,18,255,24,"_this"],[229,23,255,24],[229,24,255,29,"props"],[229,29,255,34],[229,30,255,35,"onSwipe"],[229,37,255,42],[229,39,255,44],[230,16,256,24,"_this"],[230,21,256,24],[230,22,256,29,"inSwipeClosingState"],[230,41,256,48],[230,44,256,51],[230,48,256,55],[231,16,257,24,"_this"],[231,21,257,24],[231,22,257,29,"props"],[231,27,257,34],[231,28,257,35,"onSwipe"],[231,35,257,42],[231,36,257,43],[231,37,257,44],[232,16,258,24],[233,14,259,20],[234,12,260,16],[235,12,261,16],[236,12,262,16],[236,16,262,20,"_this"],[236,21,262,20],[236,22,262,25,"props"],[236,27,262,30],[236,28,262,31,"onSwipeCancel"],[236,41,262,44],[236,43,262,46],[237,14,263,20,"_this"],[237,19,263,20],[237,20,263,25,"props"],[237,25,263,30],[237,26,263,31,"onSwipeCancel"],[237,39,263,44],[237,40,263,45,"gestureState"],[237,52,263,57],[237,53,263,58],[238,12,264,16],[239,12,265,16],[239,16,265,20,"_this"],[239,21,265,20],[239,22,265,25,"backdropRef"],[239,33,265,36],[239,35,265,38],[240,14,266,20,"_this"],[240,19,266,20],[240,20,266,25,"backdropRef"],[240,31,266,36],[240,32,266,37,"transitionTo"],[240,44,266,49],[240,45,266,50],[241,16,267,24,"opacity"],[241,23,267,31],[241,25,267,33,"_this"],[241,30,267,33],[241,31,267,38,"props"],[241,36,267,43],[241,37,267,44,"backdropOpacity"],[242,14,268,20],[242,15,268,21],[242,16,268,22],[243,12,269,16],[244,12,270,16,"Animated"],[244,24,270,24],[244,25,270,24,"Animated"],[244,33,270,24],[244,34,270,25,"spring"],[244,40,270,31],[244,41,270,32,"_this"],[244,46,270,32],[244,47,270,37,"state"],[244,52,270,42],[244,53,270,43,"pan"],[244,56,270,46],[244,58,270,48],[245,14,271,20,"toValue"],[245,21,271,27],[245,23,271,29],[246,16,271,31,"x"],[246,17,271,32],[246,19,271,34],[246,20,271,35],[247,16,271,37,"y"],[247,17,271,38],[247,19,271,40],[248,14,271,42],[248,15,271,43],[249,14,272,20,"bounciness"],[249,24,272,30],[249,26,272,32],[249,27,272,33],[250,14,273,20,"useNativeDriver"],[250,29,273,35],[250,31,273,37],[251,12,274,16],[251,13,274,17],[251,14,274,18],[251,15,274,19,"start"],[251,20,274,24],[251,21,274,25],[251,22,274,26],[252,12,275,16],[252,16,275,20,"_this"],[252,21,275,20],[252,22,275,25,"props"],[252,27,275,30],[252,28,275,31,"scrollTo"],[252,36,275,39],[252,38,275,41],[253,14,276,20],[253,18,276,24,"_this"],[253,23,276,24],[253,24,276,29,"props"],[253,29,276,34],[253,30,276,35,"scrollOffset"],[253,42,276,47],[253,45,276,50,"_this"],[253,50,276,50],[253,51,276,55,"props"],[253,56,276,60],[253,57,276,61,"scrollOffsetMax"],[253,72,276,76],[253,74,276,78],[254,16,277,24,"_this"],[254,21,277,24],[254,22,277,29,"props"],[254,27,277,34],[254,28,277,35,"scrollTo"],[254,36,277,43],[254,37,277,44],[255,18,278,28,"y"],[255,19,278,29],[255,21,278,31,"_this"],[255,26,278,31],[255,27,278,36,"props"],[255,32,278,41],[255,33,278,42,"scrollOffsetMax"],[255,48,278,57],[256,18,279,28,"animated"],[256,26,279,36],[256,28,279,38],[257,16,280,24],[257,17,280,25],[257,18,280,26],[258,14,281,20],[259,12,282,16],[260,10,283,12],[261,8,284,8],[261,9,284,9],[261,10,284,10],[262,6,285,4],[262,7,285,5],[263,6,285,5,"_this"],[263,11,285,5],[263,12,286,4,"getAccDistancePerDirection"],[263,38,286,30],[263,41,286,34,"gestureState"],[263,53,286,46],[263,57,286,51],[264,8,287,8],[264,16,287,16,"_this"],[264,21,287,16],[264,22,287,21,"currentSwipingDirection"],[264,45,287,44],[265,10,288,12],[265,15,288,17],[265,19,288,21],[266,12,289,16],[266,19,289,23],[266,20,289,24,"gestureState"],[266,32,289,36],[266,33,289,37,"dy"],[266,35,289,39],[267,10,290,12],[267,15,290,17],[267,21,290,23],[268,12,291,16],[268,19,291,23,"gestureState"],[268,31,291,35],[268,32,291,36,"dy"],[268,34,291,38],[269,10,292,12],[269,15,292,17],[269,22,292,24],[270,12,293,16],[270,19,293,23,"gestureState"],[270,31,293,35],[270,32,293,36,"dx"],[270,34,293,38],[271,10,294,12],[271,15,294,17],[271,21,294,23],[272,12,295,16],[272,19,295,23],[272,20,295,24,"gestureState"],[272,32,295,36],[272,33,295,37,"dx"],[272,35,295,39],[273,10,296,12],[274,12,297,16],[274,19,297,23],[274,20,297,24],[275,8,298,8],[276,6,299,4],[276,7,299,5],[277,6,299,5,"_this"],[277,11,299,5],[277,12,300,4,"getSwipingDirection"],[277,31,300,23],[277,34,300,27,"gestureState"],[277,46,300,39],[277,50,300,44],[278,8,301,8],[278,12,301,12,"Math"],[278,16,301,16],[278,17,301,17,"abs"],[278,20,301,20],[278,21,301,21,"gestureState"],[278,33,301,33],[278,34,301,34,"dx"],[278,36,301,36],[278,37,301,37],[278,40,301,40,"Math"],[278,44,301,44],[278,45,301,45,"abs"],[278,48,301,48],[278,49,301,49,"gestureState"],[278,61,301,61],[278,62,301,62,"dy"],[278,64,301,64],[278,65,301,65],[278,67,301,67],[279,10,302,12],[279,17,302,19,"gestureState"],[279,29,302,31],[279,30,302,32,"dx"],[279,32,302,34],[279,35,302,37],[279,36,302,38],[279,39,302,41],[279,46,302,48],[279,49,302,51],[279,55,302,57],[280,8,303,8],[281,8,304,8],[281,15,304,15,"gestureState"],[281,27,304,27],[281,28,304,28,"dy"],[281,30,304,30],[281,33,304,33],[281,34,304,34],[281,37,304,37],[281,43,304,43],[281,46,304,46],[281,50,304,50],[282,6,305,4],[282,7,305,5],[283,6,305,5,"_this"],[283,11,305,5],[283,12,306,4,"calcDistancePercentage"],[283,34,306,26],[283,37,306,30,"gestureState"],[283,49,306,42],[283,53,306,47],[284,8,307,8],[284,16,307,16,"_this"],[284,21,307,16],[284,22,307,21,"currentSwipingDirection"],[284,45,307,44],[285,10,308,12],[285,15,308,17],[285,21,308,23],[286,12,309,16],[286,19,309,24],[286,20,309,25,"gestureState"],[286,32,309,37],[286,33,309,38,"moveY"],[286,38,309,43],[286,41,309,46,"gestureState"],[286,53,309,58],[286,54,309,59,"y0"],[286,56,309,61],[286,61,310,21],[286,62,310,22,"_this"],[286,67,310,22],[286,68,310,27,"props"],[286,73,310,32],[286,74,310,33,"deviceHeight"],[286,86,310,45],[286,90,310,49,"_this"],[286,95,310,49],[286,96,310,54,"state"],[286,101,310,59],[286,102,310,60,"deviceHeight"],[286,114,310,72],[286,118,311,24,"gestureState"],[286,130,311,36],[286,131,311,37,"y0"],[286,133,311,39],[286,134,311,40],[287,10,312,12],[287,15,312,17],[287,19,312,21],[288,12,313,16],[288,19,313,23],[288,23,313,23,"reversePercentage"],[288,29,313,40],[288,30,313,40,"reversePercentage"],[288,47,313,40],[288,49,313,41,"gestureState"],[288,61,313,53],[288,62,313,54,"moveY"],[288,67,313,59],[288,70,313,62,"gestureState"],[288,82,313,74],[288,83,313,75,"y0"],[288,85,313,77],[288,86,313,78],[289,10,314,12],[289,15,314,17],[289,21,314,23],[290,12,315,16],[290,19,315,23],[290,23,315,23,"reversePercentage"],[290,29,315,40],[290,30,315,40,"reversePercentage"],[290,47,315,40],[290,49,315,41,"gestureState"],[290,61,315,53],[290,62,315,54,"moveX"],[290,67,315,59],[290,70,315,62,"gestureState"],[290,82,315,74],[290,83,315,75,"x0"],[290,85,315,77],[290,86,315,78],[291,10,316,12],[291,15,316,17],[291,22,316,24],[292,12,317,16],[292,19,317,24],[292,20,317,25,"gestureState"],[292,32,317,37],[292,33,317,38,"moveX"],[292,38,317,43],[292,41,317,46,"gestureState"],[292,53,317,58],[292,54,317,59,"x0"],[292,56,317,61],[292,61,318,21],[292,62,318,22,"_this"],[292,67,318,22],[292,68,318,27,"props"],[292,73,318,32],[292,74,318,33,"deviceWidth"],[292,85,318,44],[292,89,318,48,"_this"],[292,94,318,48],[292,95,318,53,"state"],[292,100,318,58],[292,101,318,59,"deviceWidth"],[292,112,318,70],[292,116,318,74,"gestureState"],[292,128,318,86],[292,129,318,87,"x0"],[292,131,318,89],[292,132,318,90],[293,10,319,12],[294,12,320,16],[294,19,320,23],[294,20,320,24],[295,8,321,8],[296,6,322,4],[296,7,322,5],[297,6,322,5,"_this"],[297,11,322,5],[297,12,323,4,"createAnimationEventForSwipe"],[297,40,323,32],[297,43,323,35],[297,49,323,41],[298,8,324,8],[298,12,324,12,"_this"],[298,17,324,12],[298,18,324,17,"currentSwipingDirection"],[298,41,324,40],[298,46,324,45],[298,53,324,52],[298,57,325,12,"_this"],[298,62,325,12],[298,63,325,17,"currentSwipingDirection"],[298,86,325,40],[298,91,325,45],[298,97,325,51],[298,99,325,53],[299,10,326,12],[299,17,326,19,"Animated"],[299,29,326,27],[299,30,326,27,"Animated"],[299,38,326,27],[299,39,326,28,"event"],[299,44,326,33],[299,45,326,34],[299,46,326,35],[299,50,326,39],[299,52,326,41],[300,12,326,43,"dx"],[300,14,326,45],[300,16,326,47,"_this"],[300,21,326,47],[300,22,326,52,"state"],[300,27,326,57],[300,28,326,58,"pan"],[300,31,326,61],[300,32,326,62,"x"],[301,10,326,64],[301,11,326,65],[301,12,326,66],[301,14,326,68],[302,12,327,16,"useNativeDriver"],[302,27,327,31],[302,29,327,33],[303,10,328,12],[303,11,328,13],[303,12,328,14],[304,8,329,8],[304,9,329,9],[304,15,330,13],[305,10,331,12],[305,17,331,19,"Animated"],[305,29,331,27],[305,30,331,27,"Animated"],[305,38,331,27],[305,39,331,28,"event"],[305,44,331,33],[305,45,331,34],[305,46,331,35],[305,50,331,39],[305,52,331,41],[306,12,331,43,"dy"],[306,14,331,45],[306,16,331,47,"_this"],[306,21,331,47],[306,22,331,52,"state"],[306,27,331,57],[306,28,331,58,"pan"],[306,31,331,61],[306,32,331,62,"y"],[307,10,331,64],[307,11,331,65],[307,12,331,66],[307,14,331,68],[308,12,332,16,"useNativeDriver"],[308,27,332,31],[308,29,332,33],[309,10,333,12],[309,11,333,13],[309,12,333,14],[310,8,334,8],[311,6,335,4],[311,7,335,5],[312,6,335,5,"_this"],[312,11,335,5],[312,12,336,4,"isDirectionIncluded"],[312,31,336,23],[312,34,336,27,"direction"],[312,43,336,36],[312,47,336,41],[313,8,337,8],[313,15,337,15,"Array"],[313,20,337,20],[313,21,337,21,"isArray"],[313,28,337,28],[313,29,337,29,"_this"],[313,34,337,29],[313,35,337,34,"props"],[313,40,337,39],[313,41,337,40,"swipeDirection"],[313,55,337,54],[313,56,337,55],[313,59,338,14,"_this"],[313,64,338,14],[313,65,338,19,"props"],[313,70,338,24],[313,71,338,25,"swipeDirection"],[313,85,338,39],[313,86,338,40,"includes"],[313,94,338,48],[313,95,338,49,"direction"],[313,104,338,58],[313,105,338,59],[313,108,339,14,"_this"],[313,113,339,14],[313,114,339,19,"props"],[313,119,339,24],[313,120,339,25,"swipeDirection"],[313,134,339,39],[313,139,339,44,"direction"],[313,148,339,53],[314,6,340,4],[314,7,340,5],[315,6,340,5,"_this"],[315,11,340,5],[315,12,341,4,"isSwipeDirectionAllowed"],[315,35,341,27],[315,38,341,30,"_ref"],[315,42,341,30],[315,46,341,46],[316,8,341,46],[316,12,341,33,"dy"],[316,14,341,35],[316,17,341,35,"_ref"],[316,21,341,35],[316,22,341,33,"dy"],[316,24,341,35],[317,10,341,37,"dx"],[317,12,341,39],[317,15,341,39,"_ref"],[317,19,341,39],[317,20,341,37,"dx"],[317,22,341,39],[318,8,342,8],[318,12,342,14,"draggedDown"],[318,23,342,25],[318,26,342,28,"dy"],[318,28,342,30],[318,31,342,33],[318,32,342,34],[319,8,343,8],[319,12,343,14,"draggedUp"],[319,21,343,23],[319,24,343,26,"dy"],[319,26,343,28],[319,29,343,31],[319,30,343,32],[320,8,344,8],[320,12,344,14,"draggedLeft"],[320,23,344,25],[320,26,344,28,"dx"],[320,28,344,30],[320,31,344,33],[320,32,344,34],[321,8,345,8],[321,12,345,14,"draggedRight"],[321,24,345,26],[321,27,345,29,"dx"],[321,29,345,31],[321,32,345,34],[321,33,345,35],[322,8,346,8],[322,12,346,12,"_this"],[322,17,346,12],[322,18,346,17,"currentSwipingDirection"],[322,41,346,40],[322,46,346,45],[322,50,346,49],[322,54,347,12,"_this"],[322,59,347,12],[322,60,347,17,"isDirectionIncluded"],[322,79,347,36],[322,80,347,37],[322,84,347,41],[322,85,347,42],[322,89,348,12,"draggedUp"],[322,98,348,21],[322,100,348,23],[323,10,349,12],[323,17,349,19],[323,21,349,23],[324,8,350,8],[324,9,350,9],[324,15,351,13],[324,19,351,17,"_this"],[324,24,351,17],[324,25,351,22,"currentSwipingDirection"],[324,48,351,45],[324,53,351,50],[324,59,351,56],[324,63,352,12,"_this"],[324,68,352,12],[324,69,352,17,"isDirectionIncluded"],[324,88,352,36],[324,89,352,37],[324,95,352,43],[324,96,352,44],[324,100,353,12,"draggedDown"],[324,111,353,23],[324,113,353,25],[325,10,354,12],[325,17,354,19],[325,21,354,23],[326,8,355,8],[326,9,355,9],[326,15,356,13],[326,19,356,17,"_this"],[326,24,356,17],[326,25,356,22,"currentSwipingDirection"],[326,48,356,45],[326,53,356,50],[326,60,356,57],[326,64,357,12,"_this"],[326,69,357,12],[326,70,357,17,"isDirectionIncluded"],[326,89,357,36],[326,90,357,37],[326,97,357,44],[326,98,357,45],[326,102,358,12,"draggedRight"],[326,114,358,24],[326,116,358,26],[327,10,359,12],[327,17,359,19],[327,21,359,23],[328,8,360,8],[328,9,360,9],[328,15,361,13],[328,19,361,17,"_this"],[328,24,361,17],[328,25,361,22,"currentSwipingDirection"],[328,48,361,45],[328,53,361,50],[328,59,361,56],[328,63,362,12,"_this"],[328,68,362,12],[328,69,362,17,"isDirectionIncluded"],[328,88,362,36],[328,89,362,37],[328,95,362,43],[328,96,362,44],[328,100,363,12,"draggedLeft"],[328,111,363,23],[328,113,363,25],[329,10,364,12],[329,17,364,19],[329,21,364,23],[330,8,365,8],[331,8,366,8],[331,15,366,15],[331,20,366,20],[332,6,367,4],[332,7,367,5],[333,6,367,5,"_this"],[333,11,367,5],[333,12,368,4,"handleDimensionsUpdate"],[333,34,368,26],[333,37,368,29],[333,43,368,35],[334,8,369,8],[334,12,369,12],[334,13,369,13,"_this"],[334,18,369,13],[334,19,369,18,"props"],[334,24,369,23],[334,25,369,24,"deviceHeight"],[334,37,369,36],[334,41,369,40],[334,42,369,41,"_this"],[334,47,369,41],[334,48,369,46,"props"],[334,53,369,51],[334,54,369,52,"deviceWidth"],[334,65,369,63],[334,67,369,65],[335,10,370,12],[336,10,371,12],[337,10,372,12],[337,14,372,18,"deviceWidth"],[337,25,372,29],[337,28,372,32,"Dimensions"],[337,40,372,42],[337,41,372,42,"Dimensions"],[337,51,372,42],[337,52,372,43,"get"],[337,55,372,46],[337,56,372,47],[337,64,372,55],[337,65,372,56],[337,66,372,57,"width"],[337,71,372,62],[338,10,373,12],[338,14,373,18,"deviceHeight"],[338,26,373,30],[338,29,373,33,"Dimensions"],[338,41,373,43],[338,42,373,43,"Dimensions"],[338,52,373,43],[338,53,373,44,"get"],[338,56,373,47],[338,57,373,48],[338,65,373,56],[338,66,373,57],[338,67,373,58,"height"],[338,73,373,64],[339,10,374,12],[339,14,374,16,"deviceWidth"],[339,25,374,27],[339,30,374,32,"_this"],[339,35,374,32],[339,36,374,37,"state"],[339,41,374,42],[339,42,374,43,"deviceWidth"],[339,53,374,54],[339,57,375,16,"deviceHeight"],[339,69,375,28],[339,74,375,33,"_this"],[339,79,375,33],[339,80,375,38,"state"],[339,85,375,43],[339,86,375,44,"deviceHeight"],[339,98,375,56],[339,100,375,58],[340,12,376,16,"_this"],[340,17,376,16],[340,18,376,21,"setState"],[340,26,376,29],[340,27,376,30],[341,14,376,32,"deviceWidth"],[341,25,376,43],[342,14,376,45,"deviceHeight"],[343,12,376,58],[343,13,376,59],[343,14,376,60],[344,10,377,12],[345,8,378,8],[346,6,379,4],[346,7,379,5],[347,6,379,5,"_this"],[347,11,379,5],[347,12,380,4,"open"],[347,16,380,8],[347,19,380,11],[347,25,380,17],[348,8,381,8],[348,12,381,12,"_this"],[348,17,381,12],[348,18,381,17,"isTransitioning"],[348,33,381,32],[348,35,381,34],[349,10,382,12],[350,8,383,8],[351,8,384,8,"_this"],[351,13,384,8],[351,14,384,13,"isTransitioning"],[351,29,384,28],[351,32,384,31],[351,36,384,35],[352,8,385,8],[352,12,385,12,"_this"],[352,17,385,12],[352,18,385,17,"backdropRef"],[352,29,385,28],[352,31,385,30],[353,10,386,12,"_this"],[353,15,386,12],[353,16,386,17,"backdropRef"],[353,27,386,28],[353,28,386,29,"transitionTo"],[353,40,386,41],[353,41,386,42],[354,12,386,44,"opacity"],[354,19,386,51],[354,21,386,53,"_this"],[354,26,386,53],[354,27,386,58,"props"],[354,32,386,63],[354,33,386,64,"backdropOpacity"],[355,10,386,80],[355,11,386,81],[355,13,386,83,"_this"],[355,18,386,83],[355,19,386,88,"props"],[355,24,386,93],[355,25,386,94,"backdropTransitionInTiming"],[355,51,386,120],[355,52,386,121],[356,8,387,8],[357,8,388,8],[358,8,389,8],[359,8,390,8],[360,8,391,8],[360,12,391,12,"_this"],[360,17,391,12],[360,18,391,17,"state"],[360,23,391,22],[360,24,391,23,"isSwipeable"],[360,35,391,34],[360,37,391,36],[361,10,392,12,"_this"],[361,15,392,12],[361,16,392,17,"state"],[361,21,392,22],[361,22,392,23,"pan"],[361,25,392,26],[361,26,392,27,"setValue"],[361,34,392,35],[361,35,392,36],[362,12,392,38,"x"],[362,13,392,39],[362,15,392,41],[362,16,392,42],[363,12,392,44,"y"],[363,13,392,45],[363,15,392,47],[364,10,392,49],[364,11,392,50],[364,12,392,51],[365,8,393,8],[366,8,394,8],[366,12,394,12,"_this"],[366,17,394,12],[366,18,394,17,"contentRef"],[366,28,394,27],[366,30,394,29],[367,10,395,12,"_this"],[367,15,395,12],[367,16,395,17,"props"],[367,21,395,22],[367,22,395,23,"onModalWillShow"],[367,37,395,38],[367,41,395,42,"_this"],[367,46,395,42],[367,47,395,47,"props"],[367,52,395,52],[367,53,395,53,"onModalWillShow"],[367,68,395,68],[367,69,395,69],[367,70,395,70],[368,10,396,12],[368,14,396,16,"_this"],[368,19,396,16],[368,20,396,21,"interactionHandle"],[368,37,396,38],[368,41,396,42],[368,45,396,46],[368,47,396,48],[369,12,397,16,"_this"],[369,17,397,16],[369,18,397,21,"interactionHandle"],[369,35,397,38],[369,38,397,41,"InteractionManager"],[369,50,397,59],[369,51,397,59,"InteractionManager"],[369,69,397,59],[369,70,397,60,"createInteractionHandle"],[369,93,397,83],[369,94,397,84],[369,95,397,85],[370,10,398,12],[371,10,399,12,"_this"],[371,15,399,12],[371,16,399,17,"contentRef"],[371,26,399,27],[371,27,400,17,"animate"],[371,34,400,24],[371,35,400,25,"_this"],[371,40,400,25],[371,41,400,30,"animationIn"],[371,52,400,41],[371,54,400,43,"_this"],[371,59,400,43],[371,60,400,48,"props"],[371,65,400,53],[371,66,400,54,"animationInTiming"],[371,83,400,71],[371,84,400,72],[371,85,401,17,"then"],[371,89,401,21],[371,90,401,22],[371,96,401,28],[372,12,402,16,"_this"],[372,17,402,16],[372,18,402,21,"isTransitioning"],[372,33,402,36],[372,36,402,39],[372,41,402,44],[373,12,403,16],[373,16,403,20,"_this"],[373,21,403,20],[373,22,403,25,"interactionHandle"],[373,39,403,42],[373,41,403,44],[374,14,404,20,"InteractionManager"],[374,26,404,38],[374,27,404,38,"InteractionManager"],[374,45,404,38],[374,46,404,39,"clearInteractionHandle"],[374,68,404,61],[374,69,404,62,"_this"],[374,74,404,62],[374,75,404,67,"interactionHandle"],[374,92,404,84],[374,93,404,85],[375,14,405,20,"_this"],[375,19,405,20],[375,20,405,25,"interactionHandle"],[375,37,405,42],[375,40,405,45],[375,44,405,49],[376,12,406,16],[377,12,407,16],[377,16,407,20],[377,17,407,21,"_this"],[377,22,407,21],[377,23,407,26,"props"],[377,28,407,31],[377,29,407,32,"isVisible"],[377,38,407,41],[377,40,407,43],[378,14,408,20,"_this"],[378,19,408,20],[378,20,408,25,"close"],[378,25,408,30],[378,26,408,31],[378,27,408,32],[379,12,409,16],[379,13,409,17],[379,19,410,21],[380,14,411,20,"_this"],[380,19,411,20],[380,20,411,25,"props"],[380,25,411,30],[380,26,411,31,"onModalShow"],[380,37,411,42],[380,38,411,43],[380,39,411,44],[381,12,412,16],[382,10,413,12],[382,11,413,13],[382,12,413,14],[383,8,414,8],[384,6,415,4],[384,7,415,5],[385,6,415,5,"_this"],[385,11,415,5],[385,12,416,4,"close"],[385,17,416,9],[385,20,416,12],[385,26,416,18],[386,8,417,8],[386,12,417,12,"_this"],[386,17,417,12],[386,18,417,17,"isTransitioning"],[386,33,417,32],[386,35,417,34],[387,10,418,12],[388,8,419,8],[389,8,420,8,"_this"],[389,13,420,8],[389,14,420,13,"isTransitioning"],[389,29,420,28],[389,32,420,31],[389,36,420,35],[390,8,421,8],[390,12,421,12,"_this"],[390,17,421,12],[390,18,421,17,"backdropRef"],[390,29,421,28],[390,31,421,30],[391,10,422,12,"_this"],[391,15,422,12],[391,16,422,17,"backdropRef"],[391,27,422,28],[391,28,422,29,"transitionTo"],[391,40,422,41],[391,41,422,42],[392,12,422,44,"opacity"],[392,19,422,51],[392,21,422,53],[393,10,422,55],[393,11,422,56],[393,13,422,58,"_this"],[393,18,422,58],[393,19,422,63,"props"],[393,24,422,68],[393,25,422,69,"backdropTransitionOutTiming"],[393,52,422,96],[393,53,422,97],[394,8,423,8],[395,8,424,8],[395,12,424,12,"animationOut"],[395,24,424,24],[395,27,424,27,"_this"],[395,32,424,27],[395,33,424,32,"animationOut"],[395,45,424,44],[396,8,425,8],[396,12,425,12,"_this"],[396,17,425,12],[396,18,425,17,"inSwipeClosingState"],[396,37,425,36],[396,39,425,38],[397,10,426,12,"_this"],[397,15,426,12],[397,16,426,17,"inSwipeClosingState"],[397,35,426,36],[397,38,426,39],[397,43,426,44],[398,10,427,12],[398,14,427,16,"_this"],[398,19,427,16],[398,20,427,21,"currentSwipingDirection"],[398,43,427,44],[398,48,427,49],[398,52,427,53],[398,54,427,55],[399,12,428,16,"animationOut"],[399,24,428,28],[399,27,428,31],[399,39,428,43],[400,10,429,12],[400,11,429,13],[400,17,430,17],[400,21,430,21,"_this"],[400,26,430,21],[400,27,430,26,"currentSwipingDirection"],[400,50,430,49],[400,55,430,54],[400,61,430,60],[400,63,430,62],[401,12,431,16,"animationOut"],[401,24,431,28],[401,27,431,31],[401,41,431,45],[402,10,432,12],[402,11,432,13],[402,17,433,17],[402,21,433,21,"_this"],[402,26,433,21],[402,27,433,26,"currentSwipingDirection"],[402,50,433,49],[402,55,433,54],[402,62,433,61],[402,64,433,63],[403,12,434,16,"animationOut"],[403,24,434,28],[403,27,434,31],[403,42,434,46],[404,10,435,12],[404,11,435,13],[404,17,436,17],[404,21,436,21,"_this"],[404,26,436,21],[404,27,436,26,"currentSwipingDirection"],[404,50,436,49],[404,55,436,54],[404,61,436,60],[404,63,436,62],[405,12,437,16,"animationOut"],[405,24,437,28],[405,27,437,31],[405,41,437,45],[406,10,438,12],[407,8,439,8],[408,8,440,8],[408,12,440,12,"_this"],[408,17,440,12],[408,18,440,17,"contentRef"],[408,28,440,27],[408,30,440,29],[409,10,441,12,"_this"],[409,15,441,12],[409,16,441,17,"props"],[409,21,441,22],[409,22,441,23,"onModalWillHide"],[409,37,441,38],[409,41,441,42,"_this"],[409,46,441,42],[409,47,441,47,"props"],[409,52,441,52],[409,53,441,53,"onModalWillHide"],[409,68,441,68],[409,69,441,69],[409,70,441,70],[410,10,442,12],[410,14,442,16,"_this"],[410,19,442,16],[410,20,442,21,"interactionHandle"],[410,37,442,38],[410,41,442,42],[410,45,442,46],[410,47,442,48],[411,12,443,16,"_this"],[411,17,443,16],[411,18,443,21,"interactionHandle"],[411,35,443,38],[411,38,443,41,"InteractionManager"],[411,50,443,59],[411,51,443,59,"InteractionManager"],[411,69,443,59],[411,70,443,60,"createInteractionHandle"],[411,93,443,83],[411,94,443,84],[411,95,443,85],[412,10,444,12],[413,10,445,12,"_this"],[413,15,445,12],[413,16,445,17,"contentRef"],[413,26,445,27],[413,27,446,17,"animate"],[413,34,446,24],[413,35,446,25,"animationOut"],[413,47,446,37],[413,49,446,39,"_this"],[413,54,446,39],[413,55,446,44,"props"],[413,60,446,49],[413,61,446,50,"animationOutTiming"],[413,79,446,68],[413,80,446,69],[413,81,447,17,"then"],[413,85,447,21],[413,86,447,22],[413,92,447,28],[414,12,448,16,"_this"],[414,17,448,16],[414,18,448,21,"isTransitioning"],[414,33,448,36],[414,36,448,39],[414,41,448,44],[415,12,449,16],[415,16,449,20,"_this"],[415,21,449,20],[415,22,449,25,"interactionHandle"],[415,39,449,42],[415,41,449,44],[416,14,450,20,"InteractionManager"],[416,26,450,38],[416,27,450,38,"InteractionManager"],[416,45,450,38],[416,46,450,39,"clearInteractionHandle"],[416,68,450,61],[416,69,450,62,"_this"],[416,74,450,62],[416,75,450,67,"interactionHandle"],[416,92,450,84],[416,93,450,85],[417,14,451,20,"_this"],[417,19,451,20],[417,20,451,25,"interactionHandle"],[417,37,451,42],[417,40,451,45],[417,44,451,49],[418,12,452,16],[419,12,453,16],[419,16,453,20,"_this"],[419,21,453,20],[419,22,453,25,"props"],[419,27,453,30],[419,28,453,31,"isVisible"],[419,37,453,40],[419,39,453,42],[420,14,454,20,"_this"],[420,19,454,20],[420,20,454,25,"open"],[420,24,454,29],[420,25,454,30],[420,26,454,31],[421,12,455,16],[421,13,455,17],[421,19,456,21],[422,14,457,20,"_this"],[422,19,457,20],[422,20,457,25,"setState"],[422,28,457,33],[422,29,457,34],[423,16,458,24,"showContent"],[423,27,458,35],[423,29,458,37],[424,14,459,20],[424,15,459,21],[424,17,459,23],[424,23,459,29],[425,16,460,24,"_this"],[425,21,460,24],[425,22,460,29,"setState"],[425,30,460,37],[425,31,460,38],[426,18,461,28,"isVisible"],[426,27,461,37],[426,29,461,39],[427,16,462,24],[427,17,462,25],[427,19,462,27],[427,25,462,33],[428,18,463,28,"_this"],[428,23,463,28],[428,24,463,33,"props"],[428,29,463,38],[428,30,463,39,"onModalHide"],[428,41,463,50],[428,42,463,51],[428,43,463,52],[429,16,464,24],[429,17,464,25],[429,18,464,26],[430,14,465,20],[430,15,465,21],[430,16,465,22],[431,12,466,16],[432,10,467,12],[432,11,467,13],[432,12,467,14],[433,8,468,8],[434,6,469,4],[434,7,469,5],[435,6,469,5,"_this"],[435,11,469,5],[435,12,470,4,"makeBackdrop"],[435,24,470,16],[435,27,470,19],[435,33,470,25],[436,8,471,8],[436,12,471,12],[436,13,471,13,"_this"],[436,18,471,13],[436,19,471,18,"props"],[436,24,471,23],[436,25,471,24,"hasBackdrop"],[436,36,471,35],[436,38,471,37],[437,10,472,12],[437,17,472,19],[437,21,472,23],[438,8,473,8],[439,8,474,8],[439,12,474,12,"_this"],[439,17,474,12],[439,18,474,17,"props"],[439,23,474,22],[439,24,474,23,"customBackdrop"],[439,38,474,37],[439,42,475,12],[439,57,475,13,"React"],[439,62,475,18],[439,63,475,19,"isValidElement"],[439,77,475,33],[439,78,475,34,"_this"],[439,83,475,34],[439,84,475,39,"props"],[439,89,475,44],[439,90,475,45,"customBackdrop"],[439,104,475,59],[439,105,475,60],[439,107,475,62],[440,10,476,12,"console"],[440,17,476,19],[440,18,476,20,"warn"],[440,22,476,24],[440,23,476,25],[440,112,476,114],[440,113,476,115],[441,8,477,8],[442,8,478,8],[442,12,478,8,"_this$props"],[442,23,478,8],[442,26,478,113,"_this"],[442,31,478,113],[442,32,478,118,"props"],[442,37,478,123],[443,10,478,16,"customBackdrop"],[443,24,478,30],[443,27,478,30,"_this$props"],[443,38,478,30],[443,39,478,16,"customBackdrop"],[443,53,478,30],[444,10,478,32,"backdropColor"],[444,23,478,45],[444,26,478,45,"_this$props"],[444,37,478,45],[444,38,478,32,"backdropColor"],[444,51,478,45],[445,10,478,47,"useNativeDriver"],[445,25,478,62],[445,28,478,62,"_this$props"],[445,39,478,62],[445,40,478,47,"useNativeDriver"],[445,55,478,62],[446,10,478,64,"useNativeDriverForBackdrop"],[446,36,478,90],[446,39,478,90,"_this$props"],[446,50,478,90],[446,51,478,64,"useNativeDriverForBackdrop"],[446,77,478,90],[447,10,478,92,"onBackdropPress"],[447,25,478,107],[447,28,478,107,"_this$props"],[447,39,478,107],[447,40,478,92,"onBackdropPress"],[447,55,478,107],[448,8,479,8],[448,12,479,14,"hasCustomBackdrop"],[448,29,479,31],[448,32,479,34],[448,33,479,35],[448,34,479,36,"_this"],[448,39,479,36],[448,40,479,41,"props"],[448,45,479,46],[448,46,479,47,"customBackdrop"],[448,60,479,61],[449,8,480,8],[449,12,480,14,"backdropComputedStyle"],[449,33,480,35],[449,36,480,38],[449,37,481,12],[450,10,482,16,"width"],[450,15,482,21],[450,17,482,23,"_this"],[450,22,482,23],[450,23,482,28,"getDeviceWidth"],[450,37,482,42],[450,38,482,43],[450,39,482,44],[451,10,483,16,"height"],[451,16,483,22],[451,18,483,24,"_this"],[451,23,483,24],[451,24,483,29,"getDeviceHeight"],[451,39,483,44],[451,40,483,45],[451,41,483,46],[452,10,484,16,"backgroundColor"],[452,25,484,31],[452,27,484,33,"_this"],[452,32,484,33],[452,33,484,38,"state"],[452,38,484,43],[452,39,484,44,"showContent"],[452,50,484,55],[452,54,484,59],[452,55,484,60,"hasCustomBackdrop"],[452,72,484,77],[452,75,485,22,"backdropColor"],[452,88,485,35],[452,91,486,22],[453,8,487,12],[453,9,487,13],[453,10,488,9],[454,8,489,8],[454,12,489,14,"backdropWrapper"],[454,27,489,29],[454,43,489,33,"React"],[454,48,489,38],[454,49,489,39,"createElement"],[454,62,489,52],[454,63,489,53,"animatable"],[454,73,489,63],[454,74,489,64,"View"],[455,8,490,8],[456,8,490,8],[456,10,491,10],[457,10,492,12],[458,10,493,12,"ref"],[458,13,493,15],[458,15,493,17,"ref"],[458,18,493,20],[458,22,493,25,"_this"],[458,27,493,25],[458,28,493,30,"backdropRef"],[458,39,493,41],[458,42,493,44,"ref"],[458,45,493,48],[459,10,493,50,"useNativeDriver"],[459,25,493,65],[459,27,493,67,"useNativeDriverForBackdrop"],[459,53,493,93],[459,58,493,98,"undefined"],[459,67,493,107],[459,70,494,18,"useNativeDriverForBackdrop"],[459,96,494,44],[459,99,495,18,"useNativeDriver"],[459,114,495,33],[460,10,495,35,"style"],[460,15,495,40],[460,17,495,42],[460,18,495,43,"styles"],[460,24,495,49],[460,25,495,49,"default"],[460,32,495,49],[460,33,495,50,"backdrop"],[460,41,495,58],[460,43,495,60,"backdropComputedStyle"],[460,64,495,81],[461,8,495,83],[461,9,495,84],[461,11,495,86,"hasCustomBackdrop"],[461,28,495,103],[461,32,495,107,"customBackdrop"],[461,46,495,121],[461,47,495,123],[462,8,496,8],[462,12,496,12,"hasCustomBackdrop"],[462,29,496,29],[462,31,496,31],[463,10,497,12],[464,10,498,12],[464,17,498,19,"backdropWrapper"],[464,32,498,34],[465,8,499,8],[466,8,500,8],[467,8,501,8],[468,8,502,8],[468,28,502,16,"React"],[468,33,502,21],[468,34,502,22,"createElement"],[468,47,502,35],[468,48,502,36,"TouchableWithoutFeedback"],[468,60,502,60],[468,61,502,60,"TouchableWithoutFeedback"],[468,85,502,60],[468,87,502,62],[469,10,502,64,"onPress"],[469,17,502,71],[469,19,502,73,"onBackdropPress"],[470,8,502,89],[470,9,502,90],[470,11,502,92,"backdropWrapper"],[470,26,502,107],[470,27,502,108],[471,6,503,4],[471,7,503,5],[472,6,75,8],[472,10,75,8,"_buildAnimations"],[472,26,75,8],[472,29,75,46],[472,33,75,46,"buildAnimations"],[472,39,75,61],[472,40,75,61,"buildAnimations"],[472,55,75,61],[472,57,75,62,"extractAnimationFromProps"],[472,82,75,87],[472,83,75,88,"props"],[472,88,75,93],[472,89,75,94],[472,90,75,95],[473,8,75,16,"animationIn"],[473,19,75,27],[473,22,75,27,"_buildAnimations"],[473,38,75,27],[473,39,75,16,"animationIn"],[473,50,75,27],[474,8,75,29,"animationOut"],[474,21,75,41],[474,24,75,41,"_buildAnimations"],[474,40,75,41],[474,41,75,29,"animationOut"],[474,53,75,41],[475,6,76,8,"_this"],[475,11,76,8],[475,12,76,13,"animationIn"],[475,23,76,24],[475,26,76,27,"animationIn"],[475,37,76,38],[476,6,77,8,"_this"],[476,11,77,8],[476,12,77,13,"animationOut"],[476,24,77,25],[476,27,77,28,"animationOut"],[476,40,77,40],[477,6,78,8],[477,10,78,12,"_this"],[477,15,78,12],[477,16,78,17,"state"],[477,21,78,22],[477,22,78,23,"isSwipeable"],[477,33,78,34],[477,35,78,36],[478,8,79,12,"_this"],[478,13,79,12],[478,14,79,17,"state"],[478,19,79,22],[478,22,79,25],[479,10,80,16],[479,13,80,19,"_this"],[479,18,80,19],[479,19,80,24,"state"],[479,24,80,29],[480,10,81,16,"pan"],[480,13,81,19],[480,15,81,21],[480,19,81,25,"Animated"],[480,31,81,33],[480,32,81,33,"Animated"],[480,40,81,33],[480,41,81,34,"ValueXY"],[480,48,81,41],[480,49,81,42],[481,8,82,12],[481,9,82,13],[482,8,83,12,"_this"],[482,13,83,12],[482,14,83,17,"buildPanResponder"],[482,31,83,34],[482,32,83,35],[482,33,83,36],[483,6,84,8],[484,6,85,8],[484,10,85,12,"props"],[484,15,85,17],[484,16,85,18,"isVisible"],[484,25,85,27],[484,27,85,29],[485,8,86,12,"_this"],[485,13,86,12],[485,14,86,17,"state"],[485,19,86,22],[485,22,86,25],[486,10,87,16],[486,13,87,19,"_this"],[486,18,87,19],[486,19,87,24,"state"],[486,24,87,29],[487,10,88,16,"isVisible"],[487,19,88,25],[487,21,88,27],[487,25,88,31],[488,10,89,16,"showContent"],[488,21,89,27],[488,23,89,29],[489,8,90,12],[489,9,90,13],[490,6,91,8],[491,6,91,9],[491,13,91,9,"_this"],[491,18,91,9],[492,4,92,4],[493,4,92,5],[493,8,92,5,"_inherits"],[493,17,92,5],[493,18,92,5,"default"],[493,25,92,5],[493,27,92,5,"ReactNativeModal"],[493,43,92,5],[493,45,92,5,"_React$Component"],[493,61,92,5],[494,4,92,5],[494,15,92,5,"_createClass"],[494,27,92,5],[494,28,92,5,"default"],[494,35,92,5],[494,37,92,5,"ReactNativeModal"],[494,53,92,5],[495,6,92,5,"key"],[495,9,92,5],[496,6,92,5,"value"],[496,11,92,5],[496,13,99,4],[496,22,99,4,"componentDidMount"],[496,39,99,21,"componentDidMount"],[496,40,99,21],[496,42,99,24],[497,8,100,8],[498,8,101,8],[498,12,101,12],[498,16,101,16],[498,17,101,17,"props"],[498,22,101,22],[498,23,101,23,"onSwipe"],[498,30,101,30],[498,32,101,32],[499,10,102,12,"console"],[499,17,102,19],[499,18,102,20,"warn"],[499,22,102,24],[499,23,102,25],[499,153,102,155],[499,154,102,156],[500,8,103,8],[501,8,104,8],[501,12,104,12],[501,13,104,13,"didUpdateDimensionsEmitter"],[501,39,104,39],[501,42,104,42,"DeviceEventEmitter"],[501,54,104,60],[501,55,104,60,"DeviceEventEmitter"],[501,73,104,60],[501,74,104,61,"addListener"],[501,85,104,72],[501,86,104,73],[501,107,104,94],[501,109,104,96],[501,113,104,100],[501,114,104,101,"handleDimensionsUpdate"],[501,136,104,123],[501,137,104,124],[502,8,105,8],[502,12,105,12],[502,16,105,16],[502,17,105,17,"state"],[502,22,105,22],[502,23,105,23,"isVisible"],[502,32,105,32],[502,34,105,34],[503,10,106,12],[503,14,106,16],[503,15,106,17,"open"],[503,19,106,21],[503,20,106,22],[503,21,106,23],[504,8,107,8],[505,8,108,8],[505,12,108,12],[505,13,108,13,"backHandler"],[505,24,108,24],[505,27,108,27,"BackHandler"],[505,41,108,38],[505,42,108,38,"BackHandler"],[505,53,108,38],[505,54,108,39,"addEventListener"],[505,70,108,55],[505,71,108,56],[505,90,108,75],[505,92,108,77],[505,96,108,81],[505,97,108,82,"onBackButtonPress"],[505,114,108,99],[505,115,108,100],[506,6,109,4],[507,4,109,5],[508,6,109,5,"key"],[508,9,109,5],[509,6,109,5,"value"],[509,11,109,5],[509,13,110,4],[509,22,110,4,"componentWillUnmount"],[509,42,110,24,"componentWillUnmount"],[509,43,110,24],[509,45,110,27],[510,8,111,8],[510,12,111,12],[510,16,111,16],[510,17,111,17,"backHandler"],[510,28,111,28],[510,30,111,30],[511,10,112,12],[511,14,112,16],[511,15,112,17,"backHandler"],[511,26,112,28],[511,27,112,29,"remove"],[511,33,112,35],[511,34,112,36],[511,35,112,37],[512,10,113,12],[512,14,113,16],[512,15,113,17,"backHandler"],[512,26,113,28],[512,29,113,31],[512,33,113,35],[513,8,114,8],[514,8,115,8],[514,12,115,12],[514,16,115,16],[514,17,115,17,"didUpdateDimensionsEmitter"],[514,43,115,43],[514,45,115,45],[515,10,116,12],[515,14,116,16],[515,15,116,17,"didUpdateDimensionsEmitter"],[515,41,116,43],[515,42,116,44,"remove"],[515,48,116,50],[515,49,116,51],[515,50,116,52],[516,8,117,8],[517,8,118,8],[517,12,118,12],[517,16,118,16],[517,17,118,17,"interactionHandle"],[517,34,118,34],[517,36,118,36],[518,10,119,12,"InteractionManager"],[518,22,119,30],[518,23,119,30,"InteractionManager"],[518,41,119,30],[518,42,119,31,"clearInteractionHandle"],[518,64,119,53],[518,65,119,54],[518,69,119,58],[518,70,119,59,"interactionHandle"],[518,87,119,76],[518,88,119,77],[519,10,120,12],[519,14,120,16],[519,15,120,17,"interactionHandle"],[519,32,120,34],[519,35,120,37],[519,39,120,41],[520,8,121,8],[521,6,122,4],[522,4,122,5],[523,6,122,5,"key"],[523,9,122,5],[524,6,122,5,"value"],[524,11,122,5],[524,13,123,4],[524,22,123,4,"componentDidUpdate"],[524,40,123,22,"componentDidUpdate"],[524,41,123,23,"prevProps"],[524,50,123,32],[524,52,123,34],[525,8,124,8],[526,8,125,8],[527,8,126,8],[527,12,126,12],[527,16,126,16],[527,17,126,17,"props"],[527,22,126,22],[527,23,126,23,"animationIn"],[527,34,126,34],[527,39,126,39,"prevProps"],[527,48,126,48],[527,49,126,49,"animationIn"],[527,60,126,60],[527,64,127,12],[527,68,127,16],[527,69,127,17,"props"],[527,74,127,22],[527,75,127,23,"animationOut"],[527,87,127,35],[527,92,127,40,"prevProps"],[527,101,127,49],[527,102,127,50,"animationOut"],[527,114,127,62],[527,116,127,64],[528,10,128,12],[528,14,128,12,"_buildAnimations2"],[528,31,128,12],[528,34,128,50],[528,38,128,50,"buildAnimations"],[528,44,128,65],[528,45,128,65,"buildAnimations"],[528,60,128,65],[528,62,128,66,"extractAnimationFromProps"],[528,87,128,91],[528,88,128,92],[528,92,128,96],[528,93,128,97,"props"],[528,98,128,102],[528,99,128,103],[528,100,128,104],[529,12,128,20,"animationIn"],[529,23,128,31],[529,26,128,31,"_buildAnimations2"],[529,43,128,31],[529,44,128,20,"animationIn"],[529,55,128,31],[530,12,128,33,"animationOut"],[530,24,128,45],[530,27,128,45,"_buildAnimations2"],[530,44,128,45],[530,45,128,33,"animationOut"],[530,57,128,45],[531,10,129,12],[531,14,129,16],[531,15,129,17,"animationIn"],[531,26,129,28],[531,29,129,31,"animationIn"],[531,40,129,42],[532,10,130,12],[532,14,130,16],[532,15,130,17,"animationOut"],[532,27,130,29],[532,30,130,32,"animationOut"],[532,42,130,44],[533,8,131,8],[534,8,132,8],[535,8,133,8],[535,12,133,12],[535,16,133,16],[535,17,133,17,"props"],[535,22,133,22],[535,23,133,23,"backdropOpacity"],[535,38,133,38],[535,43,133,43,"prevProps"],[535,52,133,52],[535,53,133,53,"backdropOpacity"],[535,68,133,68],[535,72,134,12],[535,76,134,16],[535,77,134,17,"backdropRef"],[535,88,134,28],[535,90,134,30],[536,10,135,12],[536,14,135,16],[536,15,135,17,"backdropRef"],[536,26,135,28],[536,27,135,29,"transitionTo"],[536,39,135,41],[536,40,135,42],[537,12,135,44,"opacity"],[537,19,135,51],[537,21,135,53],[537,25,135,57],[537,26,135,58,"props"],[537,31,135,63],[537,32,135,64,"backdropOpacity"],[538,10,135,80],[538,11,135,81],[538,13,135,83],[538,17,135,87],[538,18,135,88,"props"],[538,23,135,93],[538,24,135,94,"backdropTransitionInTiming"],[538,50,135,120],[538,51,135,121],[539,8,136,8],[540,8,137,8],[541,8,138,8],[541,12,138,12],[541,16,138,16],[541,17,138,17,"props"],[541,22,138,22],[541,23,138,23,"isVisible"],[541,32,138,32],[541,36,138,36],[541,37,138,37,"prevProps"],[541,46,138,46],[541,47,138,47,"isVisible"],[541,56,138,56],[541,58,138,58],[542,10,139,12],[542,14,139,16],[542,15,139,17,"open"],[542,19,139,21],[542,20,139,22],[542,21,139,23],[543,8,140,8],[543,9,140,9],[543,15,141,13],[543,19,141,17],[543,20,141,18],[543,24,141,22],[543,25,141,23,"props"],[543,30,141,28],[543,31,141,29,"isVisible"],[543,40,141,38],[543,44,141,42,"prevProps"],[543,53,141,51],[543,54,141,52,"isVisible"],[543,63,141,61],[543,65,141,63],[544,10,142,12],[545,10,143,12],[545,14,143,16],[545,15,143,17,"close"],[545,20,143,22],[545,21,143,23],[545,22,143,24],[546,8,144,8],[547,6,145,4],[548,4,145,5],[549,6,145,5,"key"],[549,9,145,5],[550,6,145,5,"value"],[550,11,145,5],[550,13,504,4],[550,22,504,4,"render"],[550,28,504,10,"render"],[550,29,504,10],[550,31,504,13],[551,8,505,8],[552,8,506,8],[552,12,506,8,"_this$props2"],[552,24,506,8],[552,27,506,339],[552,31,506,343],[552,32,506,344,"props"],[552,37,506,349],[553,10,506,16,"animationIn"],[553,21,506,27],[553,24,506,27,"_this$props2"],[553,36,506,27],[553,37,506,16,"animationIn"],[553,48,506,27],[554,10,506,29,"animationInTiming"],[554,27,506,46],[554,30,506,46,"_this$props2"],[554,42,506,46],[554,43,506,29,"animationInTiming"],[554,60,506,46],[555,10,506,48,"animationOut"],[555,22,506,60],[555,25,506,60,"_this$props2"],[555,37,506,60],[555,38,506,48,"animationOut"],[555,50,506,60],[556,10,506,62,"animationOutTiming"],[556,28,506,80],[556,31,506,80,"_this$props2"],[556,43,506,80],[556,44,506,62,"animationOutTiming"],[556,62,506,80],[557,10,506,82,"avoidKeyboard"],[557,23,506,95],[557,26,506,95,"_this$props2"],[557,38,506,95],[557,39,506,82,"avoidKeyboard"],[557,52,506,95],[558,10,506,97,"coverScreen"],[558,21,506,108],[558,24,506,108,"_this$props2"],[558,36,506,108],[558,37,506,97,"coverScreen"],[558,48,506,108],[559,10,506,110,"hasBackdrop"],[559,21,506,121],[559,24,506,121,"_this$props2"],[559,36,506,121],[559,37,506,110,"hasBackdrop"],[559,48,506,121],[560,10,506,123,"backdropColor"],[560,23,506,136],[560,26,506,136,"_this$props2"],[560,38,506,136],[560,39,506,123,"backdropColor"],[560,52,506,136],[561,10,506,138,"backdropOpacity"],[561,25,506,153],[561,28,506,153,"_this$props2"],[561,40,506,153],[561,41,506,138,"backdropOpacity"],[561,56,506,153],[562,10,506,155,"backdropTransitionInTiming"],[562,36,506,181],[562,39,506,181,"_this$props2"],[562,51,506,181],[562,52,506,155,"backdropTransitionInTiming"],[562,78,506,181],[563,10,506,183,"backdropTransitionOutTiming"],[563,37,506,210],[563,40,506,210,"_this$props2"],[563,52,506,210],[563,53,506,183,"backdropTransitionOutTiming"],[563,80,506,210],[564,10,506,212,"customBackdrop"],[564,24,506,226],[564,27,506,226,"_this$props2"],[564,39,506,226],[564,40,506,212,"customBackdrop"],[564,54,506,226],[565,10,506,228,"children"],[565,18,506,236],[565,21,506,236,"_this$props2"],[565,33,506,236],[565,34,506,228,"children"],[565,42,506,236],[566,10,506,238,"isVisible"],[566,19,506,247],[566,22,506,247,"_this$props2"],[566,34,506,247],[566,35,506,238,"isVisible"],[566,44,506,247],[567,10,506,249,"onModalShow"],[567,21,506,260],[567,24,506,260,"_this$props2"],[567,36,506,260],[567,37,506,249,"onModalShow"],[567,48,506,260],[568,10,506,262,"onBackButtonPress"],[568,27,506,279],[568,30,506,279,"_this$props2"],[568,42,506,279],[568,43,506,262,"onBackButtonPress"],[568,60,506,279],[569,10,506,281,"useNativeDriver"],[569,25,506,296],[569,28,506,296,"_this$props2"],[569,40,506,296],[569,41,506,281,"useNativeDriver"],[569,56,506,296],[570,10,506,298,"propagateSwipe"],[570,24,506,312],[570,27,506,312,"_this$props2"],[570,39,506,312],[570,40,506,298,"propagateSwipe"],[570,54,506,312],[571,10,506,314,"style"],[571,15,506,319],[571,18,506,319,"_this$props2"],[571,30,506,319],[571,31,506,314,"style"],[571,36,506,319],[572,10,506,324,"otherProps"],[572,20,506,334],[572,27,506,334,"_objectWithoutProperties"],[572,51,506,334],[572,52,506,334,"default"],[572,59,506,334],[572,61,506,334,"_this$props2"],[572,73,506,334],[572,75,506,334,"_excluded"],[572,84,506,334],[573,8,507,8],[573,12,507,16,"testID"],[573,18,507,22],[573,21,507,46,"otherProps"],[573,31,507,56],[573,32,507,16,"testID"],[573,38,507,22],[574,10,507,27,"containerProps"],[574,24,507,41],[574,31,507,41,"_objectWithoutProperties"],[574,55,507,41],[574,56,507,41,"default"],[574,63,507,41],[574,65,507,46,"otherProps"],[574,75,507,56],[574,77,507,56,"_excluded2"],[574,87,507,56],[575,8,508,8],[575,12,508,14,"computedStyle"],[575,25,508,27],[575,28,508,30],[575,29,509,12],[576,10,509,14,"margin"],[576,16,509,20],[576,18,509,22],[576,22,509,26],[576,23,509,27,"getDeviceWidth"],[576,37,509,41],[576,38,509,42],[576,39,509,43],[576,42,509,46],[576,46,509,50],[577,10,509,52,"transform"],[577,19,509,61],[577,21,509,63],[577,22,509,64],[578,12,509,66,"translateY"],[578,22,509,76],[578,24,509,78],[579,10,509,80],[579,11,509,81],[580,8,509,83],[580,9,509,84],[580,11,510,12,"styles"],[580,17,510,18],[580,18,510,18,"default"],[580,25,510,18],[580,26,510,19,"content"],[580,33,510,26],[580,35,511,12,"style"],[580,40,511,17],[580,41,512,9],[581,8,513,8],[581,12,513,12,"panHandlers"],[581,23,513,23],[581,26,513,26],[581,27,513,27],[581,28,513,28],[582,8,514,8],[582,12,514,12,"panPosition"],[582,23,514,23],[582,26,514,26],[582,27,514,27],[582,28,514,28],[583,8,515,8],[583,12,515,12],[583,16,515,16],[583,17,515,17,"state"],[583,22,515,22],[583,23,515,23,"isSwipeable"],[583,34,515,34],[583,36,515,36],[584,10,516,12,"panHandlers"],[584,21,516,23],[584,24,516,26],[585,12,516,28],[585,15,516,31],[585,19,516,35],[585,20,516,36,"panResponder"],[585,32,516,48],[585,33,516,49,"panHandlers"],[586,10,516,61],[586,11,516,62],[587,10,517,12],[587,14,517,16,"useNativeDriver"],[587,29,517,31],[587,31,517,33],[588,12,518,16,"panPosition"],[588,23,518,27],[588,26,518,30],[589,14,519,20,"transform"],[589,23,519,29],[589,25,519,31],[589,29,519,35],[589,30,519,36,"state"],[589,35,519,41],[589,36,519,42,"pan"],[589,39,519,45],[589,40,519,46,"getTranslateTransform"],[589,61,519,67],[589,62,519,68],[590,12,520,16],[590,13,520,17],[591,10,521,12],[591,11,521,13],[591,17,522,17],[592,12,523,16,"panPosition"],[592,23,523,27],[592,26,523,30],[592,30,523,34],[592,31,523,35,"state"],[592,36,523,40],[592,37,523,41,"pan"],[592,40,523,44],[592,41,523,45,"getLayout"],[592,50,523,54],[592,51,523,55],[592,52,523,56],[593,10,524,12],[594,8,525,8],[595,8,526,8],[596,8,527,8],[597,8,528,8],[597,12,528,14,"_children"],[597,21,528,23],[597,24,528,26],[597,28,528,30],[597,29,528,31,"props"],[597,34,528,36],[597,35,528,37,"hideModalContentWhileAnimating"],[597,65,528,67],[597,69,529,12],[597,73,529,16],[597,74,529,17,"props"],[597,79,529,22],[597,80,529,23,"useNativeDriver"],[597,95,529,38],[597,99,530,12],[597,100,530,13],[597,104,530,17],[597,105,530,18,"state"],[597,110,530,23],[597,111,530,24,"showContent"],[597,122,530,35],[597,139,530,39,"React"],[597,144,530,44],[597,145,530,45,"createElement"],[597,158,530,58],[597,159,530,59,"animatable"],[597,169,530,69],[597,170,530,70,"View"],[597,174,530,74],[597,176,530,76],[597,180,530,80],[597,181,530,81],[597,185,530,86,"children"],[597,193,530,95],[598,8,531,8],[598,12,531,14,"containerView"],[598,25,531,27],[598,41,531,31,"React"],[598,46,531,36],[598,47,531,37,"createElement"],[598,60,531,50],[598,61,531,51,"animatable"],[598,71,531,61],[598,72,531,62,"View"],[598,76,531,66],[598,78,531,68],[599,10,531,70],[599,13,531,73,"panHandlers"],[599,24,531,84],[600,10,532,12],[601,10,533,12,"ref"],[601,13,533,15],[601,15,533,17,"ref"],[601,18,533,20],[601,22,533,25],[601,26,533,29],[601,27,533,30,"contentRef"],[601,37,533,40],[601,40,533,43,"ref"],[601,43,533,47],[602,10,533,49,"style"],[602,15,533,54],[602,17,533,56],[602,18,533,57,"panPosition"],[602,29,533,68],[602,31,533,70,"computedStyle"],[602,44,533,83],[602,45,533,84],[603,10,533,86,"pointerEvents"],[603,23,533,99],[603,25,533,101],[603,35,533,111],[604,10,533,113,"useNativeDriver"],[604,25,533,128],[604,27,533,130,"useNativeDriver"],[604,42,533,145],[605,10,533,147],[605,13,533,150,"containerProps"],[606,8,533,165],[606,9,533,166],[606,11,533,168,"_children"],[606,20,533,177],[606,21,533,179],[607,8,534,8],[608,8,535,8],[609,8,536,8],[609,12,536,12],[609,13,536,13,"coverScreen"],[609,24,536,24],[609,28,536,28],[609,32,536,32],[609,33,536,33,"state"],[609,38,536,38],[609,39,536,39,"isVisible"],[609,48,536,48],[609,50,536,50],[610,10,537,12],[610,30,537,20,"React"],[610,35,537,25],[610,36,537,26,"createElement"],[610,49,537,39],[610,50,537,40,"View"],[610,62,537,44],[610,63,537,44,"View"],[610,67,537,44],[610,69,537,46],[611,12,537,48,"pointerEvents"],[611,25,537,61],[611,27,537,63],[611,37,537,73],[612,12,537,75,"style"],[612,17,537,80],[612,19,537,82],[612,20,537,83,"styles"],[612,26,537,89],[612,27,537,89,"default"],[612,34,537,89],[612,35,537,90,"backdrop"],[612,43,537,98],[612,45,537,100,"styles"],[612,51,537,106],[612,52,537,106,"default"],[612,59,537,106],[612,60,537,107,"containerBox"],[612,72,537,119],[613,10,537,121],[613,11,537,122],[613,13,538,16],[613,17,538,20],[613,18,538,21,"makeBackdrop"],[613,30,538,33],[613,31,538,34],[613,32,538,35],[613,34,539,16,"containerView"],[613,47,539,29],[613,48,539,30],[614,8,540,8],[615,8,541,8],[615,28,541,16,"React"],[615,33,541,21],[615,34,541,22,"createElement"],[615,47,541,35],[615,48,541,36,"Modal"],[615,60,541,41],[615,61,541,41,"Modal"],[615,66,541,41],[615,68,541,43],[616,10,541,45,"transparent"],[616,21,541,56],[616,23,541,58],[616,27,541,62],[617,10,541,64,"animationType"],[617,23,541,77],[617,25,541,79],[617,31,541,85],[618,10,541,87,"visible"],[618,17,541,94],[618,19,541,96],[618,23,541,100],[618,24,541,101,"state"],[618,29,541,106],[618,30,541,107,"isVisible"],[618,39,541,116],[619,10,541,118,"onRequestClose"],[619,24,541,132],[619,26,541,134,"onBackButtonPress"],[619,43,541,151],[620,10,541,153],[620,13,541,156,"otherProps"],[621,8,541,167],[621,9,541,168],[621,11,542,12],[621,15,542,16],[621,16,542,17,"makeBackdrop"],[621,28,542,29],[621,29,542,30],[621,30,542,31],[621,32,543,12,"avoidKeyboard"],[621,45,543,25],[621,62,543,29,"React"],[621,67,543,34],[621,68,543,35,"createElement"],[621,81,543,48],[621,82,543,49,"KeyboardAvoidingView"],[621,94,543,69],[621,95,543,69,"KeyboardAvoidingView"],[621,115,543,69],[621,117,543,71],[622,10,543,73,"behavior"],[622,18,543,81],[622,20,543,83,"Platform"],[622,32,543,91],[622,33,543,91,"Platform"],[622,41,543,91],[622,42,543,92,"OS"],[622,44,543,94],[622,49,543,99],[622,54,543,104],[622,57,543,107],[622,66,543,116],[622,69,543,119,"undefined"],[622,78,543,128],[623,10,543,130,"pointerEvents"],[623,23,543,143],[623,25,543,145],[623,35,543,155],[624,10,543,157,"style"],[624,15,543,162],[624,17,543,164,"computedStyle"],[624,30,543,177],[624,31,543,178,"concat"],[624,37,543,184],[624,38,543,185],[624,39,543,186],[625,12,543,188,"margin"],[625,18,543,194],[625,20,543,196],[626,10,543,198],[626,11,543,199],[626,12,543,200],[627,8,543,202],[627,9,543,203],[627,11,543,205,"containerView"],[627,24,543,218],[627,25,543,219],[627,29,543,224,"containerView"],[627,42,543,238],[627,43,543,239],[628,6,544,4],[629,4,544,5],[630,6,544,5,"key"],[630,9,544,5],[631,6,544,5,"value"],[631,11,544,5],[631,13,93,4],[631,22,93,11,"getDerivedStateFromProps"],[631,46,93,35,"getDerivedStateFromProps"],[631,47,93,36,"nextProps"],[631,56,93,45],[631,58,93,47,"state"],[631,63,93,52],[631,65,93,54],[632,8,94,8],[632,12,94,12],[632,13,94,13,"state"],[632,18,94,18],[632,19,94,19,"isVisible"],[632,28,94,28],[632,32,94,32,"nextProps"],[632,41,94,41],[632,42,94,42,"isVisible"],[632,51,94,51],[632,53,94,53],[633,10,95,12],[633,17,95,19],[634,12,95,21,"isVisible"],[634,21,95,30],[634,23,95,32],[634,27,95,36],[635,12,95,38,"showContent"],[635,23,95,49],[635,25,95,51],[636,10,95,56],[636,11,95,57],[637,8,96,8],[638,8,97,8],[638,15,97,15],[638,19,97,19],[639,6,98,4],[640,4,98,5],[641,2,98,5],[641,4,47,38,"React"],[641,9,47,43],[641,10,47,44,"Component"],[641,19,47,53],[642,2,47,13,"ReactNativeModal"],[642,18,47,29],[642,19,48,11,"defaultProps"],[642,31,48,23],[642,34,48,26,"defaultProps"],[642,46,48,38],[643,2,546,0],[643,6,546,0,"_default"],[643,14,546,0],[643,17,546,15,"ReactNativeModal"],[643,33,546,31],[644,0,546,32],[644,3]],"functionMap":{"names":["<global>","defaultProps.onModalShow","defaultProps.onModalWillShow","defaultProps.onModalHide","defaultProps.onModalWillHide","defaultProps.onBackdropPress","defaultProps.onBackButtonPress","extractAnimationFromProps","ReactNativeModal","ReactNativeModal#constructor","ReactNativeModal.getDerivedStateFromProps","ReactNativeModal#componentDidMount","ReactNativeModal#componentWillUnmount","ReactNativeModal#componentDidUpdate","ReactNativeModal#getDeviceHeight","ReactNativeModal#getDeviceWidth","ReactNativeModal#onBackButtonPress","ReactNativeModal#shouldPropagateSwipe","ReactNativeModal#buildPanResponder","PanResponder.create$argument_0.onMoveShouldSetPanResponder","PanResponder.create$argument_0.onStartShouldSetPanResponder","e._dispatchInstances.some$argument_0","PanResponder.create$argument_0.onPanResponderMove","PanResponder.create$argument_0.onPanResponderRelease","ReactNativeModal#getAccDistancePerDirection","ReactNativeModal#getSwipingDirection","ReactNativeModal#calcDistancePercentage","ReactNativeModal#createAnimationEventForSwipe","ReactNativeModal#isDirectionIncluded","ReactNativeModal#isSwipeDirectionAllowed","ReactNativeModal#handleDimensionsUpdate","ReactNativeModal#open","contentRef.animate.then$argument_0","ReactNativeModal#close","setState$argument_1","ReactNativeModal#makeBackdrop","React.createElement$argument_1.ref","ReactNativeModal#render"],"mappings":"AAA;kBC6B,UD;sBEC,UF;kBGC,UH;sBIC,UJ;sBKC,UL;wBMC,UN;kCOQ;EPG;OQC;IC0B;KDmB;IEC;KFK;IGC;KHU;IIC;KJY;IKC;KLsB;sBMC,wDN;qBOC,sDP;wBQC;KRM;2BSC;KTI;wBUC;yCCG;aDoB;0CEC;8CCE,wDD;aFc;gCIC;aJwC;mCKC;aLyC;KVE;iCgBC;KhBa;0BiBC;KjBK;6BkBC;KlBgB;mCmBC;KnBY;0BoBC;KpBI;8BqBC;KrB0B;6BsBC;KtBW;WuBC;sBCqB;aDY;KvBE;YyBC;sBD+B;uBEY;qBFM;aCE;KzBE;mB2BC;iBCuB,+BD;K3BU;I6BC;iBD6B,8BC;K7BW;CRC"},"hasCjsExports":false},"type":"js/module"}]} |