Home
last modified time | relevance | path

Searched refs:ScrollViewStyleReset (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-router/build/static/
H A Dhtml.js6 exports.Html = exports.ScrollViewStyleReset = void 0;
17 function ScrollViewStyleReset() { class
22 exports.ScrollViewStyleReset = ScrollViewStyleReset;
29 react_1.default.createElement(ScrollViewStyleReset, null)),
H A Dhtml.d.ts11 export declare function ScrollViewStyleReset(): JSX.Element; function
H A Dhtml.js.map1ScrollViewStyleReset() {\n return (\n <style\n id=\"expo-reset\"\n dangerouslySetInn…
/expo/packages/expo-router/
H A Dhtml.d.ts1 export { ScrollViewStyleReset } from './build/static/html';
H A Dhtml.js1 export { ScrollViewStyleReset } from './build/static/html';
/expo/apps/router-e2e/__e2e__/static-rendering/app/
H A D+html.tsx4 import { ScrollViewStyleReset } from 'expo-router/html';
25 <ScrollViewStyleReset />
/expo/packages/expo-router/src/static/
H A Dhtml.tsx12 export function ScrollViewStyleReset() {
33 <ScrollViewStyleReset />
/expo/templates/expo-template-tabs/app/
H A D+html.tsx1 import { ScrollViewStyleReset } from 'expo-router/html';
27 <ScrollViewStyleReset />
/expo/docs/pages/router/reference/
H A Dstatic-rendering.mdx183 import { ScrollViewStyleReset } from 'expo-router/html';
210 <ScrollViewStyleReset />
230 - `ScrollViewStyleReset`: Root style-reset for full-screen [React Native web apps](https://necolas.…