Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/expo/packages/@expo/cli/bin/
H A Dcli.ts21 'run:ios': () => import('../src/run/ios/index.js').then((i) => i.expoRunIos),
23 start: () => import('../src/start/index.js').then((i) => i.expoStart),
24 prebuild: () => import('../src/prebuild/index.js').then((i) => i.expoPrebuild),
25 config: () => import('../src/config/index.js').then((i) => i.expoConfig),
26 export: () => import('../src/export/index.js').then((i) => i.expoExport),
31 install: () => import('../src/install/index.js').then((i) => i.expoInstall),
32 add: () => import('../src/install/index.js').then((i) => i.expoInstall),
36 login: () => import('../src/login/index.js').then((i) => i.expoLogin),
37 logout: () => import('../src/logout/index.js').then((i) => i.expoLogout),
39 whoami: () => import('../src/whoami/index.js').then((i) => i.expoWhoami),
[all …]
/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dserver.test.ts68 }).then((res) => res.json())
76 expect(await fetch('http://localhost:3000').then((res) => res.text())).toMatch(
83 expect(await fetch('http://localhost:3000/beta').then((res) => res.text())).toMatch(
86 expect(await fetch('http://localhost:3000/(alpha)/beta').then((res) => res.text())).toMatch(
91 expect(await fetch('http://localhost:3000/blog/123').then((res) => res.text())).toMatch(
97 await fetch('http://localhost:3000/clearly-missing').then((res) => res.text())
116 await expect(fetch('http://localhost:3000/api/empty').then((r) => r.status)).resolves.toBe(
125 await expect(fetch('http://localhost:3000/missing').then((r) => r.status)).resolves.toBe(
149 }).then((r) => r.json());
178 fetch('http://localhost:3000/api/a/1/2/3').then((r) => r.json())
[all …]
/expo/packages/expo-battery/build/
H A DBattery.js178 getBatteryLevelAsync().then(setBatteryLevel);
198 getBatteryStateAsync().then(setBatteryState);
218 isLowPowerModeEnabledAsync().then(setLowPowerMode);
240 isLowPowerModeEnabledAsync().then(setLowPowerMode);
241 getBatteryStateAsync().then(setBatteryState);
242 getBatteryLevelAsync().then(setBatteryLevel);
/expo/packages/expo-battery/src/
H A DBattery.ts201 getBatteryLevelAsync().then(setBatteryLevel);
224 getBatteryStateAsync().then(setBatteryState);
247 isLowPowerModeEnabledAsync().then(setLowPowerMode);
272 isLowPowerModeEnabledAsync().then(setLowPowerMode);
273 getBatteryStateAsync().then(setBatteryState);
274 getBatteryLevelAsync().then(setBatteryLevel);
/expo/packages/expo-updates/cli/
H A Dcli.ts12 import('./generateCodeSigning.js').then((i) => i.generateCodeSigning),
14 import('./configureCodeSigning.js').then((i) => i.configureCodeSigning),
62 commands[command]().then((exec) => exec(commandArgs));
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/bump-all-updated-packages/
H A Dindex.js96 .then(({shouldBumpPackage}) => {
111 .then(({increment}) => {
150 .then(() => echo());
164 .then(({shouldSubmitCommit}) => {
172 .then(() => echo());
/expo/apps/router-e2e/__e2e__/url-polyfill/app/
H A Dindex.tsx7 .then((res) => res.json())
8 .then(console.log);
/expo/docs/pages/versions/unversioned/config/
H A Dmetro.mdx103 We can then use the class name in our component by importing the stylesheet and using `.container`:
413 + if [[ -f "$PODS_ROOT/../.xcode.env" ]]; then
416 + if [[ -f "$PODS_ROOT/../.xcode.env.local" ]]; then
422 if [ -z "${RCT_NO_LAUNCH_PACKAGER+xxx}" ] ; then
423 if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then
444 if [[ -f "$PODS_ROOT/../.xcode.env" ]]; then
447 if [[ -f "$PODS_ROOT/../.xcode.env.local" ]]; then
454 if [[ "$CONFIGURATION" = *Debug* ]]; then
457 + if [[ -z "$ENTRY_FILE" ]]; then
462 + if [[ -z "$CLI_PATH" ]]; then
[all …]
/expo/docs/pages/versions/v49.0.0/config/
H A Dmetro.mdx91 We can then use the class name in our component by importing the stylesheet and using `.container`:
382 + if [[ -f "$PODS_ROOT/../.xcode.env" ]]; then
385 + if [[ -f "$PODS_ROOT/../.xcode.env.local" ]]; then
391 if [ -z "${RCT_NO_LAUNCH_PACKAGER+xxx}" ] ; then
392 if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then
413 if [[ -f "$PODS_ROOT/../.xcode.env" ]]; then
416 if [[ -f "$PODS_ROOT/../.xcode.env.local" ]]; then
423 if [[ "$CONFIGURATION" = *Debug* ]]; then
426 + if [[ -z "$ENTRY_FILE" ]]; then
431 + if [[ -z "$CLI_PATH" ]]; then
[all …]
/expo/apps/router-e2e/__e2e__/auth/
H A DuseStorageState.ts44 SecureStore.getItemAsync(key).then((value) => {
53 setStorageItemAsync(key, value).then(() => {
/expo/packages/@expo/package-manager/build/utils/
H A Dspawn.js18 .then((result) => {
21 spawnPromise.then(spawnResolve).catch(spawnReject);
/expo/
H A D.envrc15 if [[ -f "$file" ]]; then
23 if [[ -f "$file" ]] && head -1 "$file" | grep --quiet "#!"; then
/expo/packages/@expo/package-manager/src/utils/
H A Dspawn.ts31 .then((result) => {
34 spawnPromise.then(spawnResolve).catch(spawnReject);
/expo/.github/actions/eas-build/
H A Daction.yml36 if [[ -z "${COMMIT_MESSAGE}" ]]; then
56 if [[ "$STATUS" == "ERRORED" || "$STATUS" == "CANCELLED" ]] ; then
59 elif [[ "$STATUS" == "FINISHED" ]]; then
/expo/templates/expo-template-bare-minimum/ios/
H A DPodfile28 if ENV['NO_FLIPPER'] == '1' then
31 elsif podfile_properties.key?('ios.flipper') then
33 if podfile_properties['ios.flipper'] == 'true' then
35 elsif podfile_properties['ios.flipper'] != 'false' then
/expo/apps/fabric-tester/ios/
H A DPodfile28 if ENV['NO_FLIPPER'] == '1' then
31 elsif podfile_properties.key?('ios.flipper') then
33 if podfile_properties['ios.flipper'] == 'true' then
35 elsif podfile_properties['ios.flipper'] != 'false' then
/expo/packages/@expo/config/src/__tests__/
H A DSerialize-test.ts10 then: [true, { foo: 'bar' }],
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dandroid-e2e-test.js92 .then(
119 .then(() => {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dandroid-e2e-test.js92 .then(
119 .then(() => {
/expo/packages/@expo/package-manager/build/node/
H A DBasePackageManager.js44 return await this.runAsync(['--version']).then(({ stdout }) => stdout.trim());
47 return await this.runAsync(['config', 'get', key]).then(({ stdout }) => stdout.trim());
/expo/packages/expo-auth-session/build/
H A DAuthRequestHooks.js21 resolveDiscoveryAsync(issuerOrDiscovery).then((discovery) => {
40 request.makeAuthUrlAsync(discovery).then(() => {
/expo/packages/expo-asset/build/
H A DAssetHooks.js28 Asset.loadAsync(moduleIds).then(setAssets).catch(setError);
/expo/templates/expo-template-tv/ios/HelloWorld.xcodeproj/
H A Dproject.pbxproj216then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; t…
237 …dfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error …
279then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]];…
/expo/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/
H A Dproject.pbxproj216then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; t…
237 …dfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error …
279then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]];…
/expo/packages/@expo/config-plugins/src/ios/__tests__/__snapshots__/
H A DBundleIdentifier-test.ts.snap219then\\n source \\"$PODS_ROOT/../.xcode.env\\"\\nfi\\nif [[ -f \\"$PODS_ROOT/../.xcode.env.local\\…
240 ….lock\\" \\"\${PODS_ROOT}/Manifest.lock\\" > /dev/null\\nif [ $? != 0 ] ; then\\n # print error…
282then\\n source \\"$PODS_ROOT/../.xcode.env\\"\\nfi\\nif [[ -f \\"$PODS_ROOT/../.xcode.env.updates…

12345678910>>...31