Home
last modified time | relevance | path

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

/expo/packages/expo/types/
H A Dglobal.d.ts13 export const unstable_styles: { readonly [key: string]: object }; constant
21 export const unstable_styles: { readonly [key: string]: object }; constant
29 export const unstable_styles: { readonly [key: string]: object }; constant
/expo/apps/router-e2e/__e2e__/static-rendering/app/
H A Dstyled.tsx5 import { unstable_styles } from '../test.module.css';
9 <Text testID="styled-text" style={unstable_styles.text}>
/expo/packages/@expo/metro-config/src/transform-worker/__tests__/__snapshots__/
H A Dtransform-worker.test.ts.snap5 …"input": "module.exports=Object.assign({"container":"_R_BGG_container"},{unstable_styles:{"contain…
47 …"input": "module.exports=Object.assign({"container":"_R_BGG_container"},{unstable_styles:{"contain…
93 …] = `"module.exports=Object.assign({"container":"_R_BGG_container"},{unstable_styles:{"container":…
95 …] = `"module.exports=Object.assign({"container":"_R_BGG_container"},{unstable_styles:{"container":…
/expo/packages/@expo/metro-config/
H A DCHANGELOG.md74 - Add missing `unstable_styles` export on native for CSS Modules. ([#23260](https://github.com/expo…
113 - CSS Modules now export web-compatible styles by default and `unstable_styles` for `react-native-w…
/expo/packages/expo-router/
H A DCHANGELOG.md60 - Add types for the `unstable_styles` export of CSS Modules. ([#24244](https://github.com/expo/expo…
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dcss-modules.js.map1 …= `module.exports=Object.assign(${JSON.stringify(\n styles\n )},{unstable_styles:${JSON.string…
H A Dtransform-worker.js.map1 …b') {\n const code = matchCssModule(filename) ? 'module.exports={ unstable_styles: {} };' : '';…
/expo/docs/pages/versions/v49.0.0/config/
H A Dmetro.mdx132 …mes as keys and the web-only scoped names as the values. The import `unstable_styles` can be used …
147 import styles, { unstable_styles } from './App.module.css';
160 <Text style={unstable_styles.text}>Hello World</Text>
/expo/docs/pages/versions/unversioned/config/
H A Dmetro.mdx144 …mes as keys and the web-only scoped names as the values. The import `unstable_styles` can be used …
159 import styles, { unstable_styles } from './App.module.css';
172 <Text style={unstable_styles.text}>Hello World</Text>