You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.3 KiB
1 line
1.3 KiB
{"ast":null,"code":"import React from 'react';\nimport UnimplementedView from \"../../modules/UnimplementedView\";\nfunction YellowBox(props) {\n return React.createElement(UnimplementedView, props);\n}\nYellowBox.ignoreWarnings = function () {};\nexport default YellowBox;","map":{"version":3,"names":["React","UnimplementedView","YellowBox","props","createElement","ignoreWarnings"],"sources":["/Users/thomaschazot/Documents/But2A/LaSuperMeteo/iut-expo-starter/node_modules/react-native-web/dist/exports/YellowBox/index.js"],"sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and 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 React from 'react';\nimport UnimplementedView from '../../modules/UnimplementedView';\n\nfunction YellowBox(props) {\n return /*#__PURE__*/React.createElement(UnimplementedView, props);\n}\n\nYellowBox.ignoreWarnings = () => {};\n\nexport default YellowBox;"],"mappings":"AASA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,iBAAiB;AAExB,SAASC,SAAS,CAACC,KAAK,EAAE;EACxB,OAAoBH,KAAK,CAACI,aAAa,CAACH,iBAAiB,EAAEE,KAAK,CAAC;AACnE;AAEAD,SAAS,CAACG,cAAc,GAAG,YAAM,CAAC,CAAC;AAEnC,eAAeH,SAAS"},"metadata":{},"sourceType":"module"} |