Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 25 of 236) sorted by relevance

12345678910

/expo/packages/@expo/cli/src/utils/
H A Dprogress.ts5 export function setProgressBar(bar: ProgressBar | null): void {
6 currentProgress = bar;
18 const bar = new ProgressBar(barFormat, options); constant
27 console.log = (...args: any) => bar.interrupt(...args);
29 console.info = (...args: any) => bar.interrupt(...args);
31 console.warn = (...args: any) => bar.interrupt(...args);
33 console.error = (...args: any) => bar.interrupt(...args);
43 const originalTerminate = bar.terminate.bind(bar);
44 bar.terminate = () => {
51 setProgressBar(bar);
[all …]
/expo/docs/pages/guides/
H A Dconfiguring-statusbar.mdx2 title: Configuring the status bar
3 description: Learn how to configure the status bar using expo-status-bar library.
16 src="/static/images/status-bar-style-comparison.jpg"
17 alt="A comparison of good and bad status bar styling"
32 …us bar content (icons and text in the status bar) is light, or dark. Usually, a status bar with a …
36 - `light-content` - The status bar content is light colored (usually white). This is equivalent to …
77 ## Update the status bar while app is running
79 …ent provided by [`expo-status-bar`](/versions/latest/sdk/status-bar) allows you to control the app…
85 import { StatusBar } from 'expo-status-bar';
104 ## Themes and status bar styles
[all …]
/expo/packages/expo-navigation-bar/build/
H A DNavigationBar.types.js.map1bar, i.e. the color of the menu, back, home button icons.\n *\n * - `dark` makes buttons **darker*…
/expo/docs/pages/versions/unversioned/sdk/
H A Dstatus-bar.mdx5 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-status-bar'
6 packageName: 'expo-status-bar'
14 **`expo-status-bar`** gives you a component and imperative interface to control the app status bar
20 …vailable on the web for controlling the operating system status bar, so `expo-status-bar` will noo…
28 <SnackInline dependencies={["expo-status-bar"]}>
33 import { StatusBar } from 'expo-status-bar';
43 <Text style={{ color: '#fff' }}>Notice that the status bar has light text!</Text>
56 import { StatusBar } from 'expo-status-bar';
59 <APISection packageName="expo-status-bar" apiName="StatusBar" />
H A Dnavigation-bar.mdx3 description: A library that provides access to various interactions with the native navigation bar
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-navigation-bar'
5 packageName: 'expo-navigation-bar'
12bar`** enables you to modify and observe the native navigation bar on Android devices. Due to some…
27 import * as NavigationBar from 'expo-navigation-bar';
30 <APISection packageName="expo-navigation-bar" apiName="NavigationBar" />
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dstatus-bar.mdx5 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-status-bar'
6 packageName: 'expo-status-bar'
14 **`expo-status-bar`** gives you a component and imperative interface to control the app status bar
20 …vailable on the web for controlling the operating system status bar, so `expo-status-bar` will noo…
28 <SnackInline dependencies={["expo-status-bar"]}>
33 import { StatusBar } from 'expo-status-bar';
43 <Text style={{ color: '#fff' }}>Notice that the status bar has light text!</Text>
56 import { StatusBar } from 'expo-status-bar';
59 <APISection packageName="expo-status-bar" apiName="StatusBar" />
H A Dnavigation-bar.mdx3 description: A library that provides access to various interactions with the native navigation bar
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-navigation-bar'
5 packageName: 'expo-navigation-bar'
12bar`** enables you to modify and observe the native navigation bar on Android devices. Due to some…
27 import * as NavigationBar from 'expo-navigation-bar';
30 <APISection packageName="expo-navigation-bar" apiName="NavigationBar" />
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dstatus-bar.mdx5 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-status-bar'
6 packageName: 'expo-status-bar'
14 **`expo-status-bar`** gives you a component and imperative interface to control the app status bar
20 …vailable on the web for controlling the operating system status bar, so `expo-status-bar` will noo…
28 <SnackInline dependencies={["expo-status-bar"]}>
33 import { StatusBar } from 'expo-status-bar';
43 <Text style={{ color: '#fff' }}>Notice that the status bar has light text!</Text>
56 import { StatusBar } from 'expo-status-bar';
59 <APISection packageName="expo-status-bar" apiName="StatusBar" />
H A Dnavigation-bar.mdx3 description: A library that provides access to various interactions with the native navigation bar
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-navigation-bar'
5 packageName: 'expo-navigation-bar'
12bar`** enables you to modify and observe the native navigation bar on Android devices. Due to some…
27 import * as NavigationBar from 'expo-navigation-bar';
30 <APISection packageName="expo-navigation-bar" apiName="NavigationBar" />
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dstatus-bar.mdx5 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-status-bar'
6 packageName: 'expo-status-bar'
14 **`expo-status-bar`** gives you a component and imperative interface to control the app status bar
20 …vailable on the web for controlling the operating system status bar, so `expo-status-bar` will noo…
28 <SnackInline dependencies={["expo-status-bar"]}>
33 import { StatusBar } from 'expo-status-bar';
43 <Text style={{ color: '#fff' }}>Notice that the status bar has light text!</Text>
56 import { StatusBar } from 'expo-status-bar';
59 <APISection packageName="expo-status-bar" apiName="StatusBar" />
H A Dnavigation-bar.mdx3 description: A library that provides access to various interactions with the native navigation bar
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-navigation-bar'
5 packageName: 'expo-navigation-bar'
12bar`** enables you to modify and observe the native navigation bar on Android devices. Due to some…
27 import * as NavigationBar from 'expo-navigation-bar';
30 <APISection packageName="expo-navigation-bar" apiName="NavigationBar" />
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dstatus-bar.mdx5 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-status-bar'
6 packageName: 'expo-status-bar'
14 **`expo-status-bar`** gives you a component and imperative interface to control the app status bar
20 …vailable on the web for controlling the operating system status bar, so `expo-status-bar` will noo…
28 <SnackInline dependencies={["expo-status-bar"]}>
33 import { StatusBar } from 'expo-status-bar';
43 <Text style={{ color: '#fff' }}>Notice that the status bar has light text!</Text>
56 import { StatusBar } from 'expo-status-bar';
59 <APISection packageName="expo-status-bar" apiName="StatusBar" />
H A Dnavigation-bar.mdx3 description: A library that provides access to various interactions with the native navigation bar
4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-navigation-bar'
5 packageName: 'expo-navigation-bar'
12bar`** enables you to modify and observe the native navigation bar on Android devices. Due to some…
27 import * as NavigationBar from 'expo-navigation-bar';
30 <APISection packageName="expo-navigation-bar" apiName="NavigationBar" />
/expo/packages/expo-navigation-bar/
H A DREADME.md1 # expo-navigation-bar
3bar`** enables you to modify and observe the native navigation bar on Android devices. Due to some…
23 npx expo install expo-navigation-bar
30 …ain]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/navigation-bar.mdx
31 [docs-stable]: https://docs.expo.dev/versions/latest/sdk/navigation-bar/
35 [status-bar]: https://github.com/expo/expo/tree/main/packages/expo-status-bar
/expo/packages/expo-router/src/__tests__/
H A DgetId.test.tsx24 expect(getId({ params: { bar: 'foo' } })).toBe('[...bacon]');
27 expect(getId({ params: { bacon: ['foo', 'bar'] } })).toBe('foo/bar');
41 expect(getId({ params: { bar: 'foo' } })).toBe('[user]');
50 const getId = createGetIdForRoute(createMockRoute('[user]/foo/[bar]'))!;
53 expect(getId({ params: { user: 'bacon', bar: 'hey' } })).toBe('bacon/hey');
55 expect(getId({ params: { user: 'bacon' } })).toBe('bacon/[bar]');
57 expect(getId({ params: { baz: 'foo' } })).toBe('[user]/[bar]');
59 expect(getId({ params: undefined })).toBe('[user]/[bar]');
62 expect(getId({ params: { user: '' } })).toBe('[user]/[bar]');
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings9 "menubar"="menu bar";
11 "progressbar"="progress bar";
14 "scrollbar"="scroll bar";
20 "toolbar"="tool bar";
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings9 "menubar"="menu bar";
11 "progressbar"="progress bar";
14 "scrollbar"="scroll bar";
20 "toolbar"="tool bar";
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings9 "menubar"="menu bar";
11 "progressbar"="progress bar";
14 "scrollbar"="scroll bar";
20 "toolbar"="tool bar";
/expo/packages/@expo/config/src/__tests__/fixtures/ts/
H A Dapp.config.ts5 static bar = 'bar'; property in Foo
12 const foo = { bar: { foo: 'value' } };
17 config.foo = 'bar+' + (foo.bar?.foo ?? 'invalid');
/expo/packages/@expo/config/src/__tests__/__snapshots__/
H A DSerialize-test.ts.snap11 "foo": "bar",
14 "bar": "foo",
23 "foo": "bar",
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBuildProperties-test.ts99 bar: 'bar',
104 bar: 'bar',
112 bar: 'bar',
116 bar: 'bar',
123 bar: 'bar',
/expo/packages/expo-status-bar/
H A DREADME.md2 <a href="https://docs.expo.dev/versions/latest/sdk/status-bar/">
4 src="../../.github/resources/expo-status-bar.svg"
5 alt="expo-status-bar"
13 - The `style="auto"` maps to a dark status bar when in light mode and a light status bar when in da…
17 … branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/status-bar.mdx)
18 …Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/status-bar/)
29 npm install expo-status-bar
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/
H A DImage-test.js.snap7 "uri": "foo-bar.jpg",
20 "uri": "foo-bar.jpg",
38 "uri": "foo-bar.jpg",
48 "uri": "foo-bar.jpg",
/expo/packages/expo-status-bar/build/
H A DStatusBar.types.js.map1bar text. Default value is `\"auto\"` which\n * picks the appropriate value according to the act…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/
H A DImage-test.js.snap7 "uri": "foo-bar.jpg",
29 "uri": "foo-bar.jpg",
47 "uri": "foo-bar.jpg",
57 "uri": "foo-bar.jpg",

12345678910