| /expo/docs/pages/preview/ |
| H A D | introduction.mdx | 6 …preview of experimental new features that we're working on at Expo. It is not linked from the main… 8 > **info** Pages behind `/preview` are not indexed on search engines. 10 We just ask that you please keep the following in mind when exploring preview features: 12 1. **Please don't produce blogs posts, YouTube videos, or other content covering the preview featur… 13 2. **You probably should not depend on preview features in production** unless you are prepared to … 14 3. **Features that are free to preview may end up being paid services when they are released**. Don… 15 …ite as easy to change it as during the preview phase. More information on this in [Support and Fee…
|
| H A D | support.mdx | 7 …Slack channel (if you have one, you know what it is) or to [preview@expo.dev](mailto:preview@expo.…
|
| /expo/apps/native-component-list/src/screens/MediaLibrary/ |
| H A D | MediaLibraryCell.tsx | 23 preview: <Image style={styles.preview} source={{ uri: asset.uri }} resizeMode="cover" />, 29 preview: <Image style={styles.preview} source={{ uri: asset.uri }} resizeMode="cover" />, 35 preview: ( 36 <View style={[styles.preview, styles.audioPreview]}> 52 {data && data.preview} 69 preview: {
|
| /expo/docs/components/plugins/ |
| H A D | SnackEmbed.tsx | 10 preview?: boolean; 20 preview, 73 if (preview) { 74 embedProps['data-snack-preview'] = preview; 76 embedProps['data-snack-preview'] = false;
|
| /expo/.github/workflows/ |
| H A D | docs-pr-destroy.yml | 18 …github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'preview')) || 19 (github.event.action == 'unlabeled' && github.event.label.name == 'preview') 22 - name: Delete docs preview bucket
|
| H A D | docs-pr-deploy.yml | 32 if: contains(github.event.pull_request.labels.*.name, 'preview') 48 - name: Set up docs preview bucket 90 - name: Add comment with preview URL 100 …body: ' Your docs [preview website](http://docs.expo.dev-pr-${{ github.event.pull_request.number… 102 - name: Update comment with preview URL 113 …body: ' Your docs [preview website](http://docs.expo.dev-pr-${{ github.event.pull_request.number…
|
| H A D | web.yml | 87 …-label="Try the web preview of this PR" href="https://expo-web-${{ github.event.number }}.now.sh/"… 88 …preview of this PR" href="https://expo-web-${{ github.event.number }}.now.sh/"><img longdesc="Try …
|
| /expo/docs/pages/feature-preview/ |
| H A D | index.mdx | 6 ### What does feature preview mean? 8 …preview to get feedback from you. It doesn't mean that those functionalities are in the "beta". As…
|
| /expo/docs/pages/eas-insights/ |
| H A D | introduction.mdx | 5 description: An introduction to EAS Insights which is a preview service for projects using the expo… 10 > **warning** EAS Insights is in preview and subject to breaking changes. While in preview, it is f… 12 …o a project's performance, usage, and reach. We are currently offering a preview of Insights that …
|
| /expo/docs/pages/eas-update/ |
| H A D | expo-dev-client.mdx | 4 description: Learn how to use the expo-dev-client library to preview a published EAS Update inside … 14 …different versions of a project. One of the most popular use cases is to preview a published updat… 16 … channels. In this guide, you'll learn how to load a specific channel to preview an update in a de… 48 …evelopment-client/?url=https://u.expo.dev/675cb1f0-fa3c-11e8-ac99-6374d9643cb2?channel-name=preview 59 - `preview`: The name of the channel to request.
|
| H A D | github-actions.mdx | 89 Create a file path named **.github/workflows/preview.yml** at the root of your project. 95 Inside **preview.yml**, copy and paste the following snippet: 97 ```yaml preview.yml 98 name: preview 134 - name: Create preview 135 uses: expo/expo-github-action/preview@v8 140 …pdate --auto` ourselves, we let the [preview subaction](https://github.com/expo/expo-github-action…
|
| H A D | getting-started.mdx | 64 Inside the `preview` and `production` build profiles in **eas.json**, add a `channel` property for … 69 "preview": { 70 "channel": "preview" 90 You need to create a build for Android or iOS. We recommend creating a build with the `preview` bui… 117 '$ eas update --branch preview --message "Updating the app"',
|
| H A D | develop-faster.mdx | 23 When we finish a feature or bug fix, it's convenient to allow other developers to preview a publish… 25 Previewing features with EAS Update can help us preview new features in minutes. 30 …g `eas build:configure`, the command to generate this build would be `eas build --profile preview`. 38 src="/static/images/eas-update/qr-preview.png"
|
| H A D | migrate-from-classic-updates.mdx | 59 …annel` after the profile's name. For instance, the `preview` profile has a `channel` named `"previ… 68 "preview": { 70 "channel": "preview"
|
| H A D | debug.mdx | 93 "preview": { 95 "channel": "preview" 104 … we can run a command like `eas build --profile preview` to create a build with a channel named "p… 120 …/runtime-versions). Then, we can run a command like `eas build --profile preview` to create a buil…
|
| /expo/docs/pages/deploy/ |
| H A D | instant-updates.mdx | 33 …t, you'll find that a `channel` property is added to the `development`, `preview` and `production`… 43 "preview": { 44 "channel": "preview" 59 …orsimulator) for Android or iOS. We recommend creating a build with the `preview` build profile fi… 72 '$ eas update --branch preview --message "Updating the app"',
|
| /expo/docs/pages/build/ |
| H A D | eas-json.mdx | 20 "preview": { 32 …In the previous example, there are three build profiles: `development`, `preview`, and `production… 42 …xtends` key. For example, in the `preview` profile you may have `"extends": "production"`. This wi… 46 …sually end up having three different types of builds: **development**, **preview**, and **producti… 78 … a way that is not optimal for store deployment (Android APK is best for preview, AAB is best for … 80 A minimal `preview` profile looks like this: 85 "preview": { 94 …ou can configure your preview build to run on the [iOS Simulator](/build-reference/simulators) or … 146 "preview": { 329 "preview": {
|
| /expo/docs/ui/components/Sidebar/ |
| H A D | SidebarHead.tsx | 62 href="/feature-preview" 65 isActive={sidebarActiveGroup === 'featurePreview' || sidebarActiveGroup === 'preview'}
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | camera.mdx | 3 description: A React component that renders a preview for the device's front or back camera. 14 …preview for the device's front or back camera. The camera's parameters like zoom, auto focus, whit… 26 > **warning** Only one Camera preview can be active at any given time. If you have multiple screens…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | camera.mdx | 3 description: A React component that renders a preview for the device's front or back camera. 14 …preview for the device's front or back camera. The camera's parameters like zoom, auto focus, whit… 26 > **warning** Only one Camera preview can be active at any given time. If you have multiple screens…
|
| /expo/docs/pages/ui-programming/ |
| H A D | z-index.mdx | 17 <SnackEmbed platform="web" preview name="Default layout"> 79 <SnackEmbed platform="web" preview name="Interstecting views"> 143 <SnackEmbed platform="web" preview name="zIndex override"> 204 <SnackEmbed platform="web" preview name="Position absolute"> 262 <SnackEmbed platform="web" preview name="Position absolute bounds"> 320 <SnackEmbed platform="web" preview name="Parent-child zIndex relationship">
|
| /expo/docs/pages/build-reference/ |
| H A D | simulators.mdx | 18 "preview": { 30 <Terminal cmd={['$ eas build -p ios --profile preview']} /> 32 Remember that a profile can be named whatever you like. In the above example, it is called `preview…
|
| /expo/packages/expo-face-detector/ios/EXFaceDetector/ |
| H A D | EXCSBufferOrientationCalculator.m | 22 …s needs to be rotated, translated and scaled properly in order to fit original position on preview. 45 * Which would result in displayng improper face position on preview: 74 …* Last think we need to remember is performing x or y symetry for when preview is mirrored (for fr…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | camera.mdx | 3 description: A React component that renders a preview for the device's front or back camera. 20 …preview of the device's front or back camera. The camera's parameters like zoom, auto focus, white… 78 > **warning** Only one Camera preview can be active at any given time. If you have multiple screens…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | camera.mdx | 3 description: A React component that renders a preview for the device's front or back camera. 20 …preview of the device's front or back camera. The camera's parameters like zoom, auto focus, white… 78 > **warning** Only one Camera preview can be active at any given time. If you have multiple screens…
|