Home
last modified time | relevance | path

Searched refs:__html (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-router/build/static/
H A Dhtml.js19__html: `#root,body{display:flex}#root,body,html{width:100%;-webkit-overflow-scrolling:touch;margi… property
H A Dhtml.js.map1 …tyle\n id=\"expo-reset\"\n dangerouslySetInnerHTML={{\n __html: `#root,body{displ…
/expo/docs/ui/components/CommandMenu/
H A Dutils.ts69 __html: item._highlightResult.hierarchy[`${tag}`]?.value || '',
89 __html: item._highlightResult.content?.value
/expo/docs/ui/components/CommandMenu/Items/
H A DExpoItem.tsx23 dangerouslySetInnerHTML={{ __html: addHighlight(item.label, query) }}
H A DRNDirectoryItem.tsx30 dangerouslySetInnerHTML={{ __html: addHighlight(item.npmPkg, query) }}
/expo/packages/expo-router/src/static/
H A Dhtml.tsx17__html: `#root,body{display:flex}#root,body,html{width:100%;-webkit-overflow-scrolling:touch;margi…
/expo/templates/expo-template-tabs/app/
H A D+html.tsx30 <style dangerouslySetInnerHTML={{ __html: responsiveBackground }} />
/expo/docs/components/plugins/permissions/
H A DAndroidPermissions.tsx77 <span dangerouslySetInnerHTML={{ __html: explanation }} />
/expo/docs/components/base/
H A Dcode.tsx229 dangerouslySetInnerHTML={{ __html: html.replace(/^@@@.+@@@/g, '') }}
236 <code css={STYLES_CODE_BLOCK} dangerouslySetInnerHTML={{ __html: html }} />
/expo/docs/pages/guides/
H A Dusing-nextjs.mdx171 <style key="react-native-style" dangerouslySetInnerHTML={{ __html: style }} />,