| /expo/docs/pages/custom-builds/ |
| H A D | schema.mdx | 34 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 D | legacy.ts | 344 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 D | client-ios-eas.yml | 53 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 D | client-android-eas.yml | 47 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 D | test-suite-lint.yml | 20 steps: 35 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
|
| H A D | expotools.yml | 22 steps: 31 if: steps.expo-caches.outputs.yarn-tools-hit != 'true'
|
| H A D | pr-labeler.yml | 35 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 D | expo-updates-cli.yml | 23 steps: 34 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
|
| H A D | client-ios.yml | 40 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 D | ios-unit-tests.yml | 41 steps: 67 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true' 70 if: steps.expo-caches.outputs.bare-expo-pods-hit != 'true'
|
| H A D | docs-pr-deploy.yml | 34 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 D | web.yml | 18 steps: 46 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true' 88 …steps.expo.outputs.path }}"><img longdesc="Try the native preview of this PR" src="https://img.shi…
|
| H A D | create-expo-app.yml | 25 steps: 39 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
|
| H A D | versioning.yml | 21 steps: 47 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true' 52 if: steps.expo-caches.outputs.ios-pods-hit != 'true'
|
| H A D | test-suite.yml | 30 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 D | issue-triage.yml | 10 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 D | issue-opened.yml | 13 steps: 39 steps:
|
| H A D | home.yml | 24 steps: 39 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
|
| /expo/.github/actions/expo-caches/ |
| H A D | action.yml | 50 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 D | action.yml | 27 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 D | PedometerScreen.tsx | 61 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 D | Navigation.test.tsx | 31 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 D | installation.mdx | 4 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 D | Pedometer.d.ts | 6 steps: number;
|
| /expo/packages/expo-image/src/web/ |
| H A D | imageStyles.tsx | 17 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;
|