Home
last modified time | relevance | path

Searched refs:background (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/expo/packages/expo-dev-client-components/src/
H A Dtheme.ts150 primary: { color: lightTheme.button.primary.background },
166 primary: { color: darkTheme.button.primary.background },
178 error: { backgroundColor: lightTheme.background.error },
182 default: { backgroundColor: darkTheme.background.default },
187 error: { backgroundColor: darkTheme.background.error },
194 background: string;
205 primary: lightTheme.button.primary.background,
206 background: lightTheme.background.screen, constant
207 card: lightTheme.background.default,
218 background: darkTheme.background.screen, constant
[all …]
H A DButton.tsx72 default: { backgroundColor: lightTheme.background.default },
129 default: lightTheme.background.secondary,
130 primary: lightTheme.background.tertiary,
131 secondary: lightTheme.background.quaternary,
133 ghost: lightTheme.background.tertiary,
134 transparent: lightTheme.background.secondary,
139 default: darkTheme.background.secondary,
140 primary: darkTheme.background.tertiary,
141 secondary: darkTheme.background.quaternary,
143 ghost: darkTheme.background.tertiary,
[all …]
/expo/docs/pages/versions/unversioned/sdk/
H A Dbackground-fetch.mdx3 description: A universal library that provides API for performing background fetch tasks.
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-background-fetch'
5 packageName: 'expo-background-fetch'
40 Below is an example that demonstrates how to use `expo-background-fetch`.
47 import * as BackgroundFetch from 'expo-background-fetch';
50 const BACKGROUND_FETCH_TASK = 'background-fetch';
64 // and some configuration options for how the background fetch should behave
150 ## Triggering background fetches
164 src="/static/images/simulate-background-fetch-instruments.png"
180 import * as BackgroundFetch from 'expo-background-fetch';
[all …]
H A Dtask-manager.mdx3 description: A library that provides support for tasks that can run in the background.
14 …age long-running tasks, in particular those tasks that can run while your app is in the background.
18 - [BackgroundFetch](background-fetch.mdx)
32background feature requires a special key in `UIBackgroundModes` array in your **Info.plist** file…
34 Here is an example of an **app.json** configuration that enables background location and background
64 const LOCATION_TASK_NAME = 'background-location-task';
80 <Button onPress={requestPermissions} title="Enable background location" />
91 // do something with the locations captured in the background
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dbackground-fetch.mdx3 description: A universal library that provides API for performing background fetch tasks.
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-background-fetch'
5 packageName: 'expo-background-fetch'
40 Below is an example that demonstrates how to use `expo-background-fetch`.
47 import * as BackgroundFetch from 'expo-background-fetch';
50 const BACKGROUND_FETCH_TASK = 'background-fetch';
64 // and some configuration options for how the background fetch should behave
150 ## Triggering background fetches
164 src="/static/images/simulate-background-fetch-instruments.png"
180 import * as BackgroundFetch from 'expo-background-fetch';
[all …]
H A Dtask-manager.mdx3 description: A library that provides support for tasks that can run in the background.
14 …age long-running tasks, in particular those tasks that can run while your app is in the background.
18 - [BackgroundFetch](background-fetch.mdx)
32background feature requires a special key in `UIBackgroundModes` array in your **Info.plist** file…
34 Here is an example of an **app.json** configuration that enables background location and background
64 const LOCATION_TASK_NAME = 'background-location-task';
80 <Button onPress={requestPermissions} title="Enable background location" />
91 // do something with the locations captured in the background
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dbackground-fetch.mdx3 description: A universal library that provides API for performing background fetch tasks.
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-background-fetch'
5 packageName: 'expo-background-fetch'
40 Below is an example that demonstrates how to use `expo-background-fetch`.
47 import * as BackgroundFetch from 'expo-background-fetch';
50 const BACKGROUND_FETCH_TASK = 'background-fetch';
64 // and some configuration options for how the background fetch should behave
150 ## Triggering background fetches
164 src="/static/images/simulate-background-fetch-instruments.png"
180 import * as BackgroundFetch from 'expo-background-fetch';
[all …]
H A Dtask-manager.mdx3 description: A library that provides support for tasks that can run in the background.
14 …age long-running tasks, in particular those tasks that can run while your app is in the background.
18 - [BackgroundFetch](background-fetch.mdx)
32background feature requires a special key in `UIBackgroundModes` array in your **Info.plist** file…
34 Here is an example of an **app.json** configuration that enables background location and background
64 const LOCATION_TASK_NAME = 'background-location-task';
80 <Button onPress={requestPermissions} title="Enable background location" />
91 // do something with the locations captured in the background
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dbackground-fetch.mdx3 description: A universal library that provides API for performing background fetch tasks.
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-background-fetch'
5 packageName: 'expo-background-fetch'
28 Below is an example that demonstrates how to use `expo-background-fetch`.
35 import * as BackgroundFetch from 'expo-background-fetch';
38 const BACKGROUND_FETCH_TASK = 'background-fetch';
52 // and some configuration options for how the background fetch should behave
138 ## Triggering background fetches
152 src="/static/images/simulate-background-fetch-instruments.png"
174 import * as BackgroundFetch from 'expo-background-fetch';
[all …]
H A Dtask-manager.mdx3 description: A library that provides support for tasks that can run in the background.
13 …age long-running tasks, in particular those tasks that can run while your app is in the background.
17 - [BackgroundFetch](background-fetch.mdx)
31background feature requires a special key in `UIBackgroundModes` array in your **Info.plist** file…
32 Here is an example of an **app.json** configuration that enables background location and background
64 const LOCATION_TASK_NAME = 'background-location-task';
77 <Text>Enable background location</Text>
88 // do something with the locations captured in the background
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dbackground-fetch.mdx3 description: A universal library that provides API for performing background fetch tasks.
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-background-fetch'
5 packageName: 'expo-background-fetch'
30 Below is an example that demonstrates how to use `expo-background-fetch`.
37 import * as BackgroundFetch from 'expo-background-fetch';
40 const BACKGROUND_FETCH_TASK = 'background-fetch';
54 // and some configuration options for how the background fetch should behave
140 ## Triggering background fetches
154 src="/static/images/simulate-background-fetch-instruments.png"
176 import * as BackgroundFetch from 'expo-background-fetch';
[all …]
H A Dtask-manager.mdx3 description: A library that provides support for tasks that can run in the background.
13 …age long-running tasks, in particular those tasks that can run while your app is in the background.
17 - [BackgroundFetch](background-fetch.mdx)
31background feature requires a special key in `UIBackgroundModes` array in your **Info.plist** file…
32 Here is an example of an **app.json** configuration that enables background location and background
60 const LOCATION_TASK_NAME = 'background-location-task';
76 <Button onPress={requestPermissions} title="Enable background location" />
87 // do something with the locations captured in the background
/expo/docs/ui/components/Table/
H A DTable.tsx48 background: theme.background.default,
54 background: theme.background.element,
58 background: theme.background.hover,
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/systemui/
H A DSystemUIModule.kt24 val background = currentActivity.window.decorView.background in <lambda>() constant
25 return@AsyncFunction if (background is ColorDrawable) { in <lambda>()
26 colorToHex((background.mutate() as ColorDrawable).color) in <lambda>()
/expo/apps/native-component-list/src/components/HashPlaceholdersDemo/
H A DComparisonImage.tsx28 // background is useful for showing grid on transparent views
29 const background = showGrid ? require('../../../assets/images/transparencyGrid.png') : null;
31 return background ? (
32 <ImageBackground source={background} style={styles.imageContainer}>
/expo/docs/ui/components/CommandMenu/
H A Dstyles.ts31 background: ${theme.background.default};
87 background: ${theme.background.element};
187 background: theme.background.element,
/expo/packages/expo-background-fetch/
H A DREADME.md1 # expo-background-fetch
7 …h](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/background-fetch.mdx)
8 …ntation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/background-fetch/)
12 …tation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/background-fetch/).
21 npx expo install expo-background-fetch
28 …d and bare apps on iOS, your app has to include background mode in the `Info.plist` file. See [bac…
/expo/home/screens/SettingsScreen/
H A DShakeDeviceIcon.tsx25 stroke={theme.background.default}
31 stroke={theme.background.default}
37 stroke={theme.background.default}
43 stroke={theme.background.default}
52 fill={theme.background.default}
/expo/docs/ui/components/Header/
H A DHeader.tsx100 background-color: ${theme.background.default};
115 background-color: transparent;
160 background-color: ${theme.background.element};
166 background-color: ${theme.background.subtle};
170 background-color: ${theme.background.subtle};
H A DThemeSelector.tsx68 background-color: ${theme.background.default};
73 background-color: ${theme.background.element};
77 background-color: ${theme.background.element};
/expo/templates/expo-template-tabs/constants/
H A DColors.ts7 background: '#fff',
14 background: '#000',
/expo/docs/ui/components/Callout/
H A DCallout.test.tsx45 'background-color',
46 theme.background.warning
53 'background-color',
54 theme.background.danger
61 'background-color',
62 theme.background.info
83 'background-color',
84 theme.background.warning
/expo/home/components/
H A DButton.tsx24 backgroundColor: expoTheme.button.primary.background,
29 backgroundColor: expoTheme.button.secondary.background,
34 backgroundColor: expoTheme.button.tertiary.background,
39 backgroundColor: expoTheme.button.ghost.background,
46 backgroundColor: expoTheme.background.error,
/expo/docs/components/
H A DDocumentationNestedScrollLayout.tsx17 background: ${theme.background.default};
69 background: ${theme.background.default};
86 background-color: ${theme.background.default};
90 background: ${theme.background.default};
119 background: transparent;
125 background: ${theme.palette.gray5};
130 background: ${theme.palette.gray6};
/expo/docs/ui/components/RouteUrl/
H A DRuntimePopup.tsx68 background-color: ${theme.background.default};
72 background-color: ${theme.background.element};
76 background-color: ${theme.background.element};

12345678910>>...18