{"ast":null,"code":"import PooledClass from \"../../vendor/react-native/PooledClass\";\nvar twoArgumentPooler = PooledClass.twoArgumentPooler;\n\nfunction Position(left, top) {\n  this.left = left;\n  this.top = top;\n}\n\nPosition.prototype.destructor = function () {\n  this.left = null;\n  this.top = null;\n};\n\nPooledClass.addPoolingTo(Position, twoArgumentPooler);\nexport default Position;","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/exports/Touchable/Position.js"],"names":["PooledClass","twoArgumentPooler","Position","left","top","prototype","destructor","addPoolingTo"],"mappings":"AAQA,OAAOA,WAAP;AACA,IAAIC,iBAAiB,GAAGD,WAAW,CAACC,iBAApC;;AAEA,SAASC,QAAT,CAAkBC,IAAlB,EAAwBC,GAAxB,EAA6B;AAC3B,OAAKD,IAAL,GAAYA,IAAZ;AACA,OAAKC,GAAL,GAAWA,GAAX;AACD;;AAEDF,QAAQ,CAACG,SAAT,CAAmBC,UAAnB,GAAgC,YAAY;AAC1C,OAAKH,IAAL,GAAY,IAAZ;AACA,OAAKC,GAAL,GAAW,IAAX;AACD,CAHD;;AAKAJ,WAAW,CAACO,YAAZ,CAAyBL,QAAzB,EAAmCD,iBAAnC;AACA,eAAeC,QAAf","sourcesContent":["/**\n * Copyright (c) Facebook, Inc. and its affiliates.\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 */\nimport PooledClass from '../../vendor/react-native/PooledClass';\nvar twoArgumentPooler = PooledClass.twoArgumentPooler;\n\nfunction Position(left, top) {\n  this.left = left;\n  this.top = top;\n}\n\nPosition.prototype.destructor = function () {\n  this.left = null;\n  this.top = null;\n};\n\nPooledClass.addPoolingTo(Position, twoArgumentPooler);\nexport default Position;"]},"metadata":{},"sourceType":"module"}