Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 25 of 211) sorted by relevance

123456789

/expo/docs/pages/custom-builds/
H A Dschema.mdx34 steps:
54 steps:
68 steps:
84 steps:
99 steps:
124 steps:
142 steps:
159 steps:
176 steps:
193 steps:
[all …]
/expo/tools/src/vendoring/
H A Dlegacy.ts344 steps: [ constant
386 steps: [ constant
436 steps: [
490 steps: [
504 steps: [
517 steps: [
534 steps: [
550 steps: [
566 steps: [
585 steps: [
[all …]
/expo/.github/workflows/
H A Dclient-ios-eas.yml53 steps:
71 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
89 IS_VERSIONED="${{ steps.flavor.outputs.versioned }}"
106 profile: ${{ steps.profile.outputs.profile }}
112 if: ${{ cancelled() && steps.build.outputs.build_id }}
113 run: eas build:cancel ${{ steps.build.outputs.build_id }}
117 EAS_BUILD_PROFILE: ${{ steps.profile.outputs.profile }}
H A Dclient-android-eas.yml47 steps:
65 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
86 IS_VERSIONED="${{ steps.flavor.outputs.versioned }}"
123 profile: ${{ steps.profile.outputs.profile }}
129 if: ${{ cancelled() && steps.build.outputs.build_id }}
130 run: eas build:cancel ${{ steps.build.outputs.build_id }}
134 EAS_BUILD_PROFILE: ${{ steps.profile.outputs.profile }}
H A Dtest-suite-lint.yml20 steps:
35 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
H A Dexpotools.yml22 steps:
31 if: steps.expo-caches.outputs.yarn-tools-hit != 'true'
H A Dpr-labeler.yml35 steps:
50 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
60 …if: ${{ github.event_name == 'pull_request' && steps.fingerprint.outputs.fingerprint-diff == '[]' …
83 …if: ${{ github.event_name == 'pull_request' && steps.fingerprint.outputs.fingerprint-diff != '[]' …
H A Dexpo-updates-cli.yml23 steps:
34 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
H A Dclient-ios.yml40 steps:
66 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
71 if: steps.expo-caches.outputs.ios-pods-hit != 'true'
91 …IS_VERSIONED_FLAVOR: ${{ github.event_name == 'schedule' || steps.flavor.outputs.versioned == 'tru…
H A Dios-unit-tests.yml41 steps:
67 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
70 if: steps.expo-caches.outputs.bare-expo-pods-hit != 'true'
H A Ddocs-pr-deploy.yml34 steps:
66 if: steps.expo-caches.outputs.yarn-docs-hit != 'true'
91 if: steps.old_comment.outputs.comment-id == ''
103 if: steps.old_comment.outputs.comment-id != ''
110 comment_id: '${{ steps.old_comment.outputs.comment-id }}',
H A Dweb.yml18 steps:
46 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
88steps.expo.outputs.path }}"><img longdesc="Try the native preview of this PR" src="https://img.shi…
H A Dcreate-expo-app.yml25 steps:
39 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
H A Dversioning.yml21 steps:
47 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
52 if: steps.expo-caches.outputs.ios-pods-hit != 'true'
H A Dtest-suite.yml30 steps:
45 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
66 steps:
93 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
106 if: steps.expo-caches.outputs.ios-pods-hit != 'true'
148 steps:
173 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
211 steps:
H A Dissue-triage.yml10 steps:
40 … #### "You can reproduce it by yourself by creating a project and following these steps"
42 … valuable to have the resulting project that is produced from running the steps, where you have ve…
54 steps:
83 steps:
116 steps:
132 - ["Join the community"](https://docs.expo.dev/next-steps/community/)
144 steps:
167 steps:
194 steps:
H A Dissue-opened.yml13 steps:
39 steps:
H A Dhome.yml24 steps:
39 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
/expo/.github/actions/expo-caches/
H A Daction.yml50 value: steps.workspace-modules-cache.outputs.cache-hit
53 value: steps.tools-modules-cache.outputs.cache-hit
56 value: steps.docs-modules-cache.outputs.cache-hit
59 value: steps.ios-pods-cache.outputs.cache-hit
62 value: steps.bare-expo-pods-cache.outputs.cache-hit
65 value: steps.native-tests-pods-cache.outputs.cache-hit
68 value: steps.git-lfs-cache.outputs.cache-hit
71 value: steps.cache-hermes-engine-aar.outputs.cache-hit
75 steps:
152 if: inputs.ndk == 'true' && steps.cache-android-ndk.outputs.cache-hit != 'true'
[all …]
/expo/.github/actions/eas-build/
H A Daction.yml27 value: ${{ steps.build_start.outputs.build_id }}
31 steps:
69 BUILD_ID: ${{ steps.build_start.outputs.build_id }}
/expo/apps/native-component-list/src/screens/
H A DPedometerScreen.tsx61 const message = data?.steps ? `Total steps ${data.steps}` : `Waiting...`;
84 const message = data ? `Steps in the last day: ${data.steps}` : `Loading health data...`;
/expo/docs/ui/components/Navigation/
H A DNavigation.test.tsx31 node('group', { name: 'First steps' }, [
32 node('page', { name: 'Styling text', href: '/tutorial/first-steps/styling-text' }),
33 node('page', { name: 'Adding an image', href: '/tutorial/first-steps/adding-images' }),
88 // Tutorial -> First steps ->
115 expect(findActiveRoute(nodes, '/tutorial/first-steps/styling-text')).toMatchObject({
117 group: getNode(nodes, { name: 'First steps' }),
/expo/docs/pages/develop/development-builds/
H A Dinstallation.mdx4 description: Learn what are the prerequisites and installation steps to create a development build.
16 …your project with Expo. If you still need to do so, see the [initializing steps](/get-started/crea…
38 If you are already signed in to an Expo account using Expo CLI, you can skip the steps described in…
/expo/packages/expo-sensors/build/
H A DPedometer.d.ts6 steps: number;
/expo/packages/expo-image/src/web/
H A DimageStyles.tsx17 transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;
43 transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;
68 transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;
93 transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;

123456789