{"ast":null,"code":"import StyleSheet from \"../StyleSheet\";\nimport View from \"../View\";\nimport React, { createContext } from 'react';\nvar RootTagContext = createContext(null);\nexport default function AppContainer(props) {\n  var children = props.children,\n      WrapperComponent = props.WrapperComponent;\n  var innerView = React.createElement(View, {\n    children: children,\n    key: 1,\n    pointerEvents: \"box-none\",\n    style: styles.appContainer\n  });\n\n  if (WrapperComponent) {\n    innerView = React.createElement(WrapperComponent, null, innerView);\n  }\n\n  return React.createElement(RootTagContext.Provider, {\n    value: props.rootTag\n  }, React.createElement(View, {\n    pointerEvents: \"box-none\",\n    style: styles.appContainer\n  }, innerView));\n}\nvar styles = StyleSheet.create({\n  appContainer: {\n    flex: 1\n  }\n});","map":{"version":3,"sources":["/Users/nishan/Desktop/oss/responsive-breakpoints/example/node_modules/react-native-web/dist/exports/AppRegistry/AppContainer.js"],"names":["StyleSheet","View","React","createContext","RootTagContext","AppContainer","props","children","WrapperComponent","innerView","createElement","key","pointerEvents","style","styles","appContainer","Provider","value","rootTag","create","flex"],"mappings":"AASA,OAAOA,UAAP;AACA,OAAOC,IAAP;AACA,OAAOC,KAAP,IAAgBC,aAAhB,QAAqC,OAArC;AACA,IAAIC,cAAc,GAAGD,aAAa,CAAC,IAAD,CAAlC;AACA,eAAe,SAASE,YAAT,CAAsBC,KAAtB,EAA6B;AAC1C,MAAIC,QAAQ,GAAGD,KAAK,CAACC,QAArB;AAAA,MACIC,gBAAgB,GAAGF,KAAK,CAACE,gBAD7B;AAEA,MAAIC,SAAS,GAAGP,KAAK,CAACQ,aAAN,CAAoBT,IAApB,EAA0B;AACxCM,IAAAA,QAAQ,EAAEA,QAD8B;AAExCI,IAAAA,GAAG,EAAE,CAFmC;AAGxCC,IAAAA,aAAa,EAAE,UAHyB;AAIxCC,IAAAA,KAAK,EAAEC,MAAM,CAACC;AAJ0B,GAA1B,CAAhB;;AAOA,MAAIP,gBAAJ,EAAsB;AACpBC,IAAAA,SAAS,GAAGP,KAAK,CAACQ,aAAN,CAAoBF,gBAApB,EAAsC,IAAtC,EAA4CC,SAA5C,CAAZ;AACD;;AAED,SAAOP,KAAK,CAACQ,aAAN,CAAoBN,cAAc,CAACY,QAAnC,EAA6C;AAClDC,IAAAA,KAAK,EAAEX,KAAK,CAACY;AADqC,GAA7C,EAEJhB,KAAK,CAACQ,aAAN,CAAoBT,IAApB,EAA0B;AAC3BW,IAAAA,aAAa,EAAE,UADY;AAE3BC,IAAAA,KAAK,EAAEC,MAAM,CAACC;AAFa,GAA1B,EAGAN,SAHA,CAFI,CAAP;AAMD;AACD,IAAIK,MAAM,GAAGd,UAAU,CAACmB,MAAX,CAAkB;AAC7BJ,EAAAA,YAAY,EAAE;AACZK,IAAAA,IAAI,EAAE;AADM;AADe,CAAlB,CAAb","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\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 StyleSheet from '../StyleSheet';\nimport View from '../View';\nimport React, { createContext } from 'react';\nvar RootTagContext = createContext(null);\nexport default function AppContainer(props) {\n  var children = props.children,\n      WrapperComponent = props.WrapperComponent;\n  var innerView = React.createElement(View, {\n    children: children,\n    key: 1,\n    pointerEvents: \"box-none\",\n    style: styles.appContainer\n  });\n\n  if (WrapperComponent) {\n    innerView = React.createElement(WrapperComponent, null, innerView);\n  }\n\n  return React.createElement(RootTagContext.Provider, {\n    value: props.rootTag\n  }, React.createElement(View, {\n    pointerEvents: \"box-none\",\n    style: styles.appContainer\n  }, innerView));\n}\nvar styles = StyleSheet.create({\n  appContainer: {\n    flex: 1\n  }\n});"]},"metadata":{},"sourceType":"module"}