Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 212) sorted by relevance

123456789

/expo/ios/Build-Phases/
H A Dgenerate-dynamic-macros.sh19 et ios-generate-dynamic-macros --configuration ${CONFIGURATION}
21 …et ios-generate-dynamic-macros --configuration ${CONFIGURATION} --skip-template=GoogleService-Info…
/expo/packages/@expo/metro-config/src/__tests__/
H A Dbabel-transformer.test.ts1 import generate from '@babel/generator';
53 expect(generate(results.ast).code).toMatchInlineSnapshot(`
/expo/docs/ui/components/Snippet/
H A DTerminal.test.tsx52 it('do not generate copyCmd if first line is a comment', () => {
53 render(<Terminal cmd={["# We don't want this to generate cmdCopy"]} />);
57 it('do not generate copyCmd if there is more than one command', () => {
/expo/packages/@expo/cli/ts-declarations/qrcode-terminal/
H A Dindex.d.ts2 export function generate(url: string, opts: { small: boolean }, cb: (code: string) => void): void; function
/expo/apps/bare-expo/ios/Build-Phases/
H A Dgenerate-dynamic-macros.sh18 et ios-generate-dynamic-macros --configuration ${CONFIGURATION}
/expo/apps/bare-expo/scripts/
H A Dsetup-android-project.sh15 "${CURR_DIR}/../../../bin/expotools" android-generate-dynamic-macros --configuration $1 --bare
/expo/docs/pages/guides/
H A Dprogressive-web-apps.mdx8 …used offline. If you build your native app with Expo, then Expo CLI can generate a lot of the PWA …
10 …test/config/app/#output) property with `single` as its default value to generate a SPA. You can th…
14 Expo web projects generate PWA assets and manifests by default, you only need to [add offline web s…
42 If you need finer control on how the PWA is generated, you should generate the **web/index.html** w…
118generate the **web/index.html** with `npx expo customize`. Now you can generate custom files and l…
131 Note that if the `icons` property is not defined then the build step will still attempt to generate
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dpublish-npm.js175 echo('Could not generate artifacts');
182 echo('Could not generate artifacts');
/expo/
H A DbuildAndroidTarballLocally.sh28 et android-generate-dynamic-macros --configuration release
/expo/docs/pages/versions/unversioned/sdk/
H A Dvideo-thumbnails.mdx3 description: A library that allows you to generate an image to serve as a thumbnail from a video fi…
13 **`expo-video-thumbnails`** allows you to generate an image to serve as a thumbnail from a video fi…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dvideo-thumbnails.mdx3 description: A library that allows you to generate an image to serve as a thumbnail from a video fi…
13 **`expo-video-thumbnails`** allows you to generate an image to serve as a thumbnail from a video fi…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dvideo-thumbnails.mdx3 description: A library that allows you to generate an image to serve as a thumbnail from a video fi…
13 **`expo-video-thumbnails`** allows you to generate an image to serve as a thumbnail from a video fi…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dvideo-thumbnails.mdx3 description: A library that allows you to generate an image to serve as a thumbnail from a video fi…
13 **`expo-video-thumbnails`** allows you to generate an image to serve as a thumbnail from a video fi…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dvideo-thumbnails.mdx3 description: A library that allows you to generate an image to serve as a thumbnail from a video fi…
13 **`expo-video-thumbnails`** allows you to generate an image to serve as a thumbnail from a video fi…
/expo/docs/pages/config-plugins/
H A Dintroduction.mdx17 …LI uses config plugins to generate and configure all the native code for a managed project. Plugin…
19 …undle the projects by evaluating all the project plugins. Doing so will generate **android** and *…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js65 generate: (libraryConfig, generatorConfigs) => { method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js65 generate: (libraryConfig, generatorConfigs) => { method
/expo/packages/expo-updates/e2e/fixtures/project_files/eas-hooks/
H A Deas-build-on-success.sh42 yarn generate-test-update-bundles
/expo/apps/
H A DREADME.md8generate Jest mocks for native modules. Eventually we can remove the need for this once we have a …
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js67 generate: (libraryConfig, generatorConfigs) => { method
/expo/packages/@expo/metro-config/src/transform-worker/__tests__/__snapshots__/
H A Dcss.test.ts.snap3 exports[`getHotReplaceTemplate should generate the correct template 1`] = `
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js97 RNCodegen.generate(
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js97 RNCodegen.generate(
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js97 RNCodegen.generate(
/expo/ios/vendored/sdk49/react-native-gesture-handler/ios/
H A DABI49_0_0RNGestureHandlerRootViewComponentView.mm13 // (probably just generate it once and keep the generated files in the repo)

123456789