| /expo/packages/@expo/cli/bin/ |
| H A D | cli.ts | 21 '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 D | server.test.ts | 68 }).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 D | Battery.js | 178 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 D | Battery.ts | 201 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 D | cli.ts | 12 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 D | index.js | 96 .then(({shouldBumpPackage}) => { 111 .then(({increment}) => { 150 .then(() => echo()); 164 .then(({shouldSubmitCommit}) => { 172 .then(() => echo());
|
| /expo/apps/router-e2e/__e2e__/url-polyfill/app/ |
| H A D | index.tsx | 7 .then((res) => res.json()) 8 .then(console.log);
|
| /expo/docs/pages/versions/unversioned/config/ |
| H A D | metro.mdx | 103 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 D | metro.mdx | 91 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 D | useStorageState.ts | 44 SecureStore.getItemAsync(key).then((value) => { 53 setStorageItemAsync(key, value).then(() => {
|
| /expo/packages/@expo/package-manager/build/utils/ |
| H A D | spawn.js | 18 .then((result) => { 21 spawnPromise.then(spawnResolve).catch(spawnReject);
|
| /expo/ |
| H A D | .envrc | 15 if [[ -f "$file" ]]; then 23 if [[ -f "$file" ]] && head -1 "$file" | grep --quiet "#!"; then
|
| /expo/packages/@expo/package-manager/src/utils/ |
| H A D | spawn.ts | 31 .then((result) => { 34 spawnPromise.then(spawnResolve).catch(spawnReject);
|
| /expo/.github/actions/eas-build/ |
| H A D | action.yml | 36 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 D | Podfile | 28 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 D | Podfile | 28 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 D | Serialize-test.ts | 10 then: [true, { foo: 'bar' }],
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | android-e2e-test.js | 92 .then( 119 .then(() => {
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | android-e2e-test.js | 92 .then( 119 .then(() => {
|
| /expo/packages/@expo/package-manager/build/node/ |
| H A D | BasePackageManager.js | 44 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 D | AuthRequestHooks.js | 21 resolveDiscoveryAsync(issuerOrDiscovery).then((discovery) => { 40 request.makeAuthUrlAsync(discovery).then(() => {
|
| /expo/packages/expo-asset/build/ |
| H A D | AssetHooks.js | 28 Asset.loadAsync(moduleIds).then(setAssets).catch(setError);
|
| /expo/templates/expo-template-tv/ios/HelloWorld.xcodeproj/ |
| H A D | project.pbxproj | 216 …then\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 … 279 …then\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 D | project.pbxproj | 216 …then\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 … 279 …then\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 D | BundleIdentifier-test.ts.snap | 219 …then\\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… 282 …then\\n source \\"$PODS_ROOT/../.xcode.env\\"\\nfi\\nif [[ -f \\"$PODS_ROOT/../.xcode.env.updates…
|