Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 164) sorted by relevance

1234567

/expo/docs/components/plugins/
H A DImageSpotlight.tsx5 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 DDiagram.tsx7 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 DREADME.md7 <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 Dbuilding-from-github.mdx31 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 Dandroid-studio-emulator.mdx30 <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 Dios-developer-mode.mdx25 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 DExpoImage.js34 const { style, accessibilityLabel, alt, ...props } = this.props;
70 …e, { ...props, ...resolvedStyle, accessibilityLabel: accessibilityLabel ?? alt, style: resolvedSty…
H A DImage.types.d.ts242 alt?: string; property
/expo/docs/ui/components/Authentication/
H A DIcon.tsx16 alt={title}
/expo/docs/pages/eas-update/
H A Ddebug.mdx19 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 Dhow-it-works.mdx16 <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`}
77alt={`Channel "production" linked to branch "version-1.0", channel "staging" linked to branch "ver…
86alt={`Channel "production" linked to branch "version-2.0", channel "staging" linked to branch "ver…
95alt={`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 Dz-index.mdx71 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 Dreact-native-styling-buttons.mdx16 <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 Dbuild-configuration.mdx21 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 DImageWrapper.js31 …React.createElement("img", { ref: ref, alt: accessibilityLabel, className: className, src: sourceW… property
/expo/packages/expo-image/src/
H A DExpoImage.tsx54 const { style, accessibilityLabel, alt, ...props } = this.props;
98 accessibilityLabel={accessibilityLabel ?? alt}
H A DImage.types.ts276 alt?: string; property
/expo/apps/native-component-list/src/screens/GL/
H A DBeforePIXI.native.tsx132 alt: null;
146 this.alt = null;
/expo/docs/pages/debugging/
H A Dtools.mdx21 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 Daccount-types.mdx40 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 DREADME.md5 alt="expo-clipboard"
/expo/docs/ui/components/BoxLink/
H A Dindex.tsx30 {imageUrl && <img className="!w-9 !h-9 self-center" src={imageUrl} alt="Icon" />}
/expo/packages/expo-battery/
H A DREADME.md5 alt="expo-battery"
/expo/docs/pages/routing/
H A Derror-handling.mdx16 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 DREADME.md5 alt="expo-device"

1234567