Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 25 of 66) sorted by relevance

123

/expo/apps/native-component-list/src/screens/SVG/
H A DSVGScreen.tsx14 import examples from './examples';
35 <View style={styles.rowIcon}>{examples[exampleKey].icon}</View>
50 data={Object.keys(examples)}
H A DSVGExampleScreen.tsx5 import examples from './examples';
28 const example = examples[props.route.params.key];
/expo/apps/native-component-list/src/screens/SVG/examples/
H A Dindex.web.ts20 const examples: { [key: string]: Example } = { constant
40 export default examples;
H A Dindex.ts21 const examples: { [key: string]: Example } = { constant
42 export default examples;
/expo/docs/pages/additional-resources/
H A Dindex.mdx21 - [expo/examples](https://github.com/expo/examples) - Integrations and other examples.
/expo/packages/create-expo/src/
H A DExamples.ts65 const examples = await listExamplesAsync(); constant
70 choices: examples.map((example) => ({
/expo/packages/create-expo/src/__tests__/
H A DExamples.test.ts49 const examples: GithubContent[] = [ constant
54 fetch.mockResolvedValue({ ok: true, json: () => Promise.resolve(examples) } as any);
/expo/apps/native-component-list/src/screens/GL/
H A DGLThreeComposerScreen.tsx6 import { EffectComposer } from 'three/examples/jsm/postprocessing/EffectComposer';
7 import { GlitchPass } from 'three/examples/jsm/postprocessing/GlitchPass';
8 import { RenderPass } from 'three/examples/jsm/postprocessing/RenderPass';
/expo/docs/pages/develop/
H A Dauthentication.mdx62 title="Other authentication examples"
63 …description="A collection of examples for implementing web-based authentication in your Expo app u…
/expo/docs/pages/workflow/
H A Dweb.mdx57 - [Storybook](https://github.com/expo/examples/tree/master/with-storybook)
58 - [Preact](https://github.com/expo/examples/tree/master/with-preact)
59 - [Gatsby](https://github.com/expo/examples/tree/master/with-gatsby)
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx49 // find the examples in the static dir, and we don't have a `latest` version
68 return `${document.location.origin}/static/examples/${getSelectedDocsVersion()}`;
/expo/docs/pages/modules/
H A Dexisting-library.mdx111 …module API](./module-api.mdx) reference page and links to [examples](./module-api.mdx#examples) fr…
/expo/apps/native-component-list/src/components/
H A DShowActionSheetButton.tsx22 // A custom button that shows examples of different share sheet configurations
/expo/docs/pages/tutorial/
H A Dintroduction.mdx29 …hat you can follow along by creating an app from scratch or using Snack examples to copy and paste…
41 Throughout the tutorial, any important code or code that has changed between examples will be <High…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dimagepicker.mdx146 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
157 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
H A Dsqlite.mdx29 href="https://github.com/expo/examples/tree/master/with-sqlite"
/expo/docs/pages/versions/unversioned/sdk/
H A Dimagepicker.mdx158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
H A Dsqlite.mdx29 href="https://github.com/expo/examples/tree/master/with-sqlite"
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dimagepicker.mdx158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
H A Dsqlite.mdx29 href="https://github.com/expo/examples/tree/master/with-sqlite"
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dimagepicker.mdx158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
H A Dsqlite.mdx29 href="https://github.com/expo/examples/tree/master/with-sqlite"
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dimagepicker.mdx158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
H A Dsqlite.mdx29 href="https://github.com/expo/examples/tree/master/with-sqlite"
/expo/packages/@expo/metro-config/build/transformer/
H A DcreateMatcher.js.map1 …\n // three.js\n 'three/build/three.module.js',\n 'three/examples/jsm',\n // S…

123