| /expo/.github/workflows/ |
| H A D | docs-pr-deploy.yml | 2 name: docs-pr-deploy 7 working-directory: docs 13 - 'docs/**' 14 - '.github/workflows/docs-pr-deploy.yml' 15 - '.github/workflows/docs-pr-destroy.yml' 18 - 'docs/**' 19 - '.github/workflows/docs.yml' 20 - '.github/workflows/docs-pr-deploy.yml' 31 docs-pr-deploy: 45 yarn-docs: 'true' [all …]
|
| H A D | docs-pr-destroy.yml | 2 name: docs-pr-destroy 7 - 'docs/**' 8 - '.github/workflows/docs-pr-deploy.yml' 9 - '.github/workflows/docs-pr-destroy.yml' 17 docs-pr-destroy: 22 - name: Delete docs preview bucket 27 … run: aws s3 rb s3://docs.expo.dev-pr-${{ github.event.pull_request.number }} --force && exit 0
|
| H A D | docs.yml | 6 working-directory: docs 13 - 'docs/**' 14 - '.github/workflows/docs.yml' 17 - 'docs/**' 18 - '.github/workflows/docs.yml' 25 docs: 38 yarn-docs: 'true' 42 if: steps.expo-caches.outputs.yarn-docs-hit != 'true' 72 AWS_BUCKET: 'docs.expo.dev' 80 channel: '#docs'
|
| /expo/packages/expo-build-properties/ |
| H A D | README.md | 3 …gin](https://docs.expo.dev/config-plugins/introduction/) to customize native build properties when… 7 - [Documentation for the main branch][docs-main] 8 - [Documentation for the latest stable release][docs-stable] 46 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/build-prope… 47 [docs-stable]: https://docs.expo.dev/versions/latest/sdk/build-properties/ 49 [config-plugins]: https://docs.expo.dev/config-plugins/introduction
|
| /expo/packages/expo-updates/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/updates/"> 12 This module works with a server that implements the [Expo Update protocol](https://docs.expo.dev/te… 14 The [EAS Update](https://docs.expo.dev/eas-update/introduction/) hosted service implements this pro… 20 - [Getting started](https://docs.expo.dev/eas-update/getting-started/) 21 - [How EAS Update works](https://docs.expo.dev/eas-update/how-it-works/) 22 - [Debugging](https://docs.expo.dev/eas-update/debug/) 23 - [Migration from Classic Updates](https://docs.expo.dev/eas-update/migrate-from-classic-updates/) 24 - [Updates JS API](https://docs.expo.dev/versions/latest/sdk/updates/) 28 … your project in the [Installing expo-updates documentation page](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-navigation-bar/ |
| H A D | README.md | 9 - [Documentation for the main branch][docs-main] 10 - [Documentation for the latest stable release][docs-stable] 14 …anaged][docs-workflows] Expo projects, please follow the installation instructions in the [API doc… 30 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/navigation-… 31 [docs-stable]: https://docs.expo.dev/versions/latest/sdk/navigation-bar/ 32 [docs-workflows]: https://docs.expo.dev/archive/managed-vs-bare/
|
| /expo/packages/expo-system-ui/ |
| H A D | README.md | 7 - [Documentation for the main branch][docs-main] 8 - [Documentation for the latest stable release][docs-stable] 24 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/system-ui.m… 25 [docs-stable]: https://docs.expo.dev/versions/latest/sdk/system-ui/ 27 [expo-modules]: https://docs.expo.dev/bare/installing-expo-modules/
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | documentation.yml | 3 title: '[docs] ' 4 labels: ['docs'] 8 …value: Thanks for helping us make Expo even better! We want our docs to be an amazing resource, an… 12 description: Clearly describe what is wrong or missing from the docs. 17 label: Link to the related docs page 22 …mething you feel up to fixing, please do so! You can edit any page in our docs by scrolling to the…
|
| /expo/apps/native-component-list/src/screens/AuthSession/ |
| H A D | AuthCard.tsx | 15 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/facebook.png?ra… 21 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/imgur.png?raw=t… 27 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/uber.png?raw=tr… 33 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/google.png?raw=… 39 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/google.png?raw=… 45 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/azure.png?raw=t… 51 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/fitbit.png?raw=… 57 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/reddit.png?raw=… 75 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/github.png?raw=… 81 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/slack.png?raw=t… [all …]
|
| /expo/packages/expo-network/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/network/"> 11 See [Expo Network docs](https://docs.expo.dev/versions/latest/sdk/network/) for documentation of th… 15 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 16 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/network/) 20 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 24 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/docs/pages/tutorial/ |
| H A D | follow-up.mdx | 17 …ve basics guide](https://reactnative.dev/docs/getting-started) to learn more. Also, check out the … 19 - [View API reference](https://reactnative.dev/docs/view) 20 - [Text API reference](https://reactnative.dev/docs/text) 21 - [Platform specific code](https://reactnative.dev/docs/platform-specific-code) 22 - [Presenting data in a list](https://reactnative.dev/docs/using-a-listview) 26 - [Height and Width](https://reactnative.dev/docs/height-and-width) 27 - [Layout with Flexbox](https://reactnative.dev/docs/flexbox) 49 - [React Native Gesture Handler](https://docs.swmansion.com/react-native-gesture-handler/docs/) 50 - [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/docs)
|
| /expo/packages/expo-device/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/device/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/device/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-speech/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/speech/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/speech/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-sms/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/sms/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/sms/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-localization/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/localization/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/localizat… 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-store-review/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/storereview/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/storerevi… 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-sharing/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/sharing/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/sharing/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-print/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/print/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/print/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-face-detector/ |
| H A D | README.md | 3 Lets you use the power of MLKit (https://firebase.google.com/docs/ml-kit/detect-faces) framework to… 7 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 8 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/facedetec… 12 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 16 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-font/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/font/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/font/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-crypto/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/crypto/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/crypto/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-linear-gradient/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/linear-gradient/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/linear-gr… 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-battery/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/battery/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 18 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 22 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-sqlite/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/sqlite/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/sqlite/) 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|
| /expo/packages/expo-image-manipulator/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/imagemanipulator/"> 14 - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/un… 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/imagemani… 19 …docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions… 23 …nsure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/insta…
|