{"ast":null,"code":"var isDisabled = function isDisabled(props) {\n  return props.disabled || Array.isArray(props.accessibilityStates) && props.accessibilityStates.indexOf('disabled') > -1;\n};\n\nexport default isDisabled;","map":{"version":3,"sources":["/Users/nishan/Desktop/oss/responsive-breakpoints/example/node_modules/react-native-web/dist/modules/AccessibilityUtil/isDisabled.js"],"names":["isDisabled","props","disabled","Array","isArray","accessibilityStates","indexOf"],"mappings":"AAQA,IAAIA,UAAU,GAAG,SAASA,UAAT,CAAoBC,KAApB,EAA2B;AAC1C,SAAOA,KAAK,CAACC,QAAN,IAAkBC,KAAK,CAACC,OAAN,CAAcH,KAAK,CAACI,mBAApB,KAA4CJ,KAAK,CAACI,mBAAN,CAA0BC,OAA1B,CAAkC,UAAlC,IAAgD,CAAC,CAAtH;AACD,CAFD;;AAIA,eAAeN,UAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nvar isDisabled = function isDisabled(props) {\n  return props.disabled || Array.isArray(props.accessibilityStates) && props.accessibilityStates.indexOf('disabled') > -1;\n};\n\nexport default isDisabled;"]},"metadata":{},"sourceType":"module"}