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.8 KiB

{"ast":null,"code":"import StyleSheet from \"react-native-web/dist/exports/StyleSheet\";\nimport CityList from \"./CityList\";\nimport { SafeAreaProvider } from 'react-native-safe-area-context';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default function App() {\n return _jsx(SafeAreaProvider, {\n style: styles.container,\n children: _jsx(CityList, {})\n });\n}\nvar styles = StyleSheet.create({\n container: {\n height: \"100%\",\n backgroundColor: '#fff',\n alignItems: 'center',\n justifyContent: 'center'\n }\n});","map":{"version":3,"names":["CityList","SafeAreaProvider","App","styles","container","StyleSheet","create","height","backgroundColor","alignItems","justifyContent"],"sources":["/Users/mathildejean/Documents/BUT/LaSuperMeteo/LaSuperMeteo/iut-expo-starter/App.tsx"],"sourcesContent":["import { StatusBar } from 'expo-status-bar';\nimport { SafeAreaView, StyleSheet, Text, View } from 'react-native';\nimport CityList from './CityList';\nimport { useSafeAreaInsets, SafeAreaProvider } from 'react-native-safe-area-context';\n\nexport default function App() {\n return (\n <SafeAreaProvider style={styles.container}>\n <CityList/>\n </SafeAreaProvider>\n );\n}\n\nconst styles = StyleSheet.create({\n container: {\n height: \"100%\",\n backgroundColor: '#fff',\n alignItems: 'center',\n justifyContent: 'center',\n },\n});\n"],"mappings":";AAEA,OAAOA,QAAQ;AACf,SAA4BC,gBAAgB,QAAQ,gCAAgC;AAAC;AAErF,eAAe,SAASC,GAAG,GAAG;EAC5B,OACE,KAAC,gBAAgB;IAAC,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAA,UACxC,KAAC,QAAQ;EAAE,EACM;AAEvB;AAEA,IAAMD,MAAM,GAAGE,UAAU,CAACC,MAAM,CAAC;EAC/BF,SAAS,EAAE;IACTG,MAAM,EAAE,MAAM;IACdC,eAAe,EAAE,MAAM;IACvBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}