| /expo/docs/components/plugins/ |
| H A D | ImageSpotlight.tsx | 5 alt: string; 11 export default function ImageSpotlight({ alt, src, style, containerStyle }: Props) { 23 <img src={src} alt={alt} style={style} className="inline" />
|
| /expo/docs/ui/components/Diagram/ |
| H A D | Diagram.tsx | 7 alt: string; 11 export const Diagram = ({ source, darkSource, alt }: Props) => { 21 <img src={source} alt={alt} /> 40 <img src={source} alt={alt} />
|
| /expo/packages/expo-test-runner/ |
| H A D | README.md | 7 <img src="https://img.shields.io/npm/v/expo-test-runner?style=flat-square" alt="releases" /> 10 …<img src="https://img.shields.io/github/license/expo/expo-test-runner?style=flat-square" alt="lice…
|
| /expo/docs/pages/build/ |
| H A D | building-from-github.mdx | 31 alt="The project GitHub settings page" 38 alt="The GitHub app installation UI" 48 alt="The GitHub account linking UI" 55 alt="The repository selector on the Expo project GitHub settings page" 68 alt="The base directory input on the Expo project GitHub settings page" 88 alt="The build from GitHub UI on the Expo project builds list page" 104 alt="A PR with the eas-build label and live status checks" 112 alt="EAS Build check details on a GitHub PR"
|
| /expo/docs/pages/workflow/ |
| H A D | android-studio-emulator.mdx | 30 <ImageSpotlight alt="Android SDK Platforms" src="/static/images/android-studio/sdk-platforms.png" /> 35 alt="Android SDK build tools." 44 alt="Android SDK location." 93 alt="Android Studio configure." 105 alt="Android Studio create virtual device." 117 alt="Android Studio create virtual device hardware selection." 129 alt="Android Studio create virtual device os selection."
|
| /expo/docs/pages/guides/ |
| H A D | ios-developer-mode.mdx | 25 alt="Navigating to Developer Mode setting" 37 alt="Navigating to Developer Mode setting" 49 alt="Developer Mode restart prompt" 61 alt="Alert and passcode prompt"
|
| /expo/packages/expo-image/build/ |
| H A D | ExpoImage.js | 34 const { style, accessibilityLabel, alt, ...props } = this.props; 70 …e, { ...props, ...resolvedStyle, accessibilityLabel: accessibilityLabel ?? alt, style: resolvedSty…
|
| H A D | Image.types.d.ts | 242 alt?: string; property
|
| /expo/docs/ui/components/Authentication/ |
| H A D | Icon.tsx | 16 alt={title}
|
| /expo/docs/pages/eas-update/ |
| H A D | debug.mdx | 19 alt="Deployments tab" 28 <ImageSpotlight alt="Map of debugging spots" src="/static/images/eas-update/debug-map.png" /> 33 alt="Deployment has unexpected channel" 43 alt="Deployment has unexpected runtime version" 53 alt="Deployment has unexpected branch" 63 alt="Deployment has no updates" 73 alt="Deployment has no branch"
|
| H A D | how-it-works.mdx | 16 <ImageSpotlight alt="Native and update layers diagram" src="/static/images/eas-update/layers.png" /> 35 <ImageSpotlight alt="Build types diagram" src="/static/images/eas-update/builds.png" /> 47 alt="Branches with its most recent update pointed out as the active one" 63 alt={`Channel "production" linked to branch "production" by default`} 77 …alt={`Channel "production" linked to branch "version-1.0", channel "staging" linked to branch "ver… 86 …alt={`Channel "production" linked to branch "version-2.0", channel "staging" linked to branch "ver… 95 …alt={`Channel "production" linked to branch "version-2.0", channel "staging" linked to branch "ver… 112 <ImageSpotlight alt="Update download timeline" src="/static/images/eas-update/process.png" />
|
| /expo/docs/pages/ui-programming/ |
| H A D | z-index.mdx | 71 alt="Three square components in a square parent container" 133 alt="Three square components intersecting each other" 194 alt="Three components where the second is stacked above the first and third" 254 alt="Position absolute example" 312 alt="Position absolute component out of visual bounds of parent" 371 alt="Position absolute child must respect parent's zIndex"
|
| H A D | react-native-styling-buttons.mdx | 16 <ImageSpotlight style={{ maxWidth: 960 }} src="/static/images/faq-button-style-button.png" alt="" /> 66 alt="Custom styled button component using Pressable"
|
| /expo/docs/pages/build-reference/ |
| H A D | build-configuration.mdx | 21 alt="Terminal running eas build command with platform Android and iOS options available" 68 alt="Application identifier prompts in eas build:configure" 93 alt="Application identifier prompts in eas build:configure"
|
| /expo/packages/expo-image/build/web/ |
| H A D | ImageWrapper.js | 31 …React.createElement("img", { ref: ref, alt: accessibilityLabel, className: className, src: sourceW… property
|
| /expo/packages/expo-image/src/ |
| H A D | ExpoImage.tsx | 54 const { style, accessibilityLabel, alt, ...props } = this.props; 98 accessibilityLabel={accessibilityLabel ?? alt}
|
| H A D | Image.types.ts | 276 alt?: string; property
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | BeforePIXI.native.tsx | 132 alt: null; 146 this.alt = null;
|
| /expo/docs/pages/debugging/ |
| H A D | tools.mdx | 21 alt="The Chrome DevTools, showing one of the files under the source tab." 32 alt="The Chrome DevTools, showing one of the files under the source tab." 43 alt="Enable Pause on exceptions in the right panel of the sources tab" 55 alt="Use the console with breakpoints to inspect variables and invoke code throught your app" 66 alt="Gain insights in the network requests from your app" 81 alt="Debug your code while you write it" 98 alt="Inspect your components using the React DevTools" 127 alt="The Expo Go Developer Menu, showing the menu options available." 150 alt="The Expo Go Element Inspector, showing details about an element after inspecting it." 170 alt="The Expo Go Element Inspector, showing details about an element after inspecting it"
|
| /expo/docs/pages/accounts/ |
| H A D | account-types.mdx | 40 alt="Open the dropdown menu on the dashboard to create a new organization." 48 alt="Enter a name of your new organization." 74 alt="Example demonstrating the Step 3 of the conversion process." 91 alt="Example demonstrating multiple members in an organization." 107 alt="Rename Account settings panel." 121 alt="Transfer Projects settings panel."
|
| /expo/packages/expo-clipboard/ |
| H A D | README.md | 5 alt="expo-clipboard"
|
| /expo/docs/ui/components/BoxLink/ |
| H A D | index.tsx | 30 {imageUrl && <img className="!w-9 !h-9 self-center" src={imageUrl} alt="Icon" />}
|
| /expo/packages/expo-battery/ |
| H A D | README.md | 5 alt="expo-battery"
|
| /expo/docs/pages/routing/ |
| H A D | error-handling.mdx | 16 alt="An example of unmatched routes displayed on all platforms." 35 alt="Using ErrorBoundary in Expo Router to catch errors in a route component."
|
| /expo/packages/expo-device/ |
| H A D | README.md | 5 alt="expo-device"
|