Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 93) sorted by relevance

1234

/expo/.github/actions/use-android-emulator/
H A Daction.yml53 adb shell settings put global window_animation_scale 0.0
54 adb shell settings put global transition_animation_scale 0.0
55 adb shell settings put global animator_duration_scale 0.0
56 adb shell input keyevent 3
83 adb shell settings put global window_animation_scale 0.0
84 adb shell settings put global transition_animation_scale 0.0
85 adb shell settings put global animator_duration_scale 0.0
86 adb shell input keyevent 3
113 adb shell settings put global window_animation_scale 0.0
115 adb shell settings put global animator_duration_scale 0.0
[all …]
/expo/apps/bare-expo/scripts/
H A Dstart-emulator.sh29 $ANDROID_SDK_ROOT/platform-tools/adb shell settings put global window_animation_scale 0
30 $ANDROID_SDK_ROOT/platform-tools/adb shell settings put global transition_animation_scale 0
31 $ANDROID_SDK_ROOT/platform-tools/adb shell settings put global animator_duration_scale 0
32 … $ANDROID_SDK_ROOT/platform-tools/adb shell am broadcast -a android.intent.action.BOOT_COMPLETED &
H A Ddeep-link.sh27 echo $(adb shell am start -W -a android.intent.action.VIEW -d "$LINK" dev.expo.payments)
37 echo $(adb shell am start -W -a android.intent.action.VIEW -d "$LINK" dev.expo.payments)
H A Dwait-for-emulator.sh8 …bootanim=`${ANDROID_SDK_ROOT:-$ANDROID_HOME}/platform-tools/adb -e shell getprop init.svc.bootanim…
H A Dstart-android-e2e-test.sh20 adb shell am instrument -w -e debug false -e class dev.expo.payments.BareExpoTestSuite dev.expo.pay…
/expo/ios/Exponent/Kernel/Environment/
H A DEXEnvironment.m10 NSString * const kEXEmbeddedBundleResourceName = @"shell-app";
11 NSString * const kEXEmbeddedManifestResourceName = @"shell-app-manifest";
72 // use bundled shell app manifest
127 // configure published shell url
133 // local detach development: point shell manifest url at local development url
177 // if the shell app has a custom url scheme, read that.
178 // this was configured when the shell app was built.
213 // other shell config goes here
229 // don't allow shell apps to intercept exp links
234 // prod shell apps must have some non-exp/exps url scheme
H A DEXVersions.m64 if (!isKernel && detachedVersions[@"shell"]) {
65 // we are in a detached shell scenario, so we always want to leave the shell unprefixed
68 if (isKernel && detachedVersions[@"shell"] && detachedVersions[@"kernel"]) {
69 if ([detachedVersions[@"shell"] isEqualToString:detachedVersions[@"kernel"]]) {
70 // kernel version matches shell version, so run them both unprefixed
122 _temporarySdkVersion = detachedNativeVersions[@"shell"];
/expo/.github/actions/expo-git-decrypt/
H A Daction.yml16 shell: bash
20 shell: bash
25 shell: bash
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/
H A Dfind-and-publish-all-bumped-packages.js39 {cwd: ROOT_LOCATION, shell: true, stdio: 'pipe', encoding: 'utf-8'}, property
70 {cwd: ROOT_LOCATION, shell: true, stdio: 'pipe', encoding: 'utf-8'}, property
108 shell: true, property
H A Dcheck-for-git-changes.js21 shell: true, property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Drun-instrumentation-tests-via-adb-shell.sh46 % (test_class, test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
49 % (test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
H A Dvalidate-android-device-env.sh31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)
H A Dtest-manual-e2e.sh57 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
66 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Drun-instrumentation-tests-via-adb-shell.sh46 % (test_class, test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
49 % (test_app), shell=True, stdout=sp.PIPE, stderr=sp.PIPE, stdin=sp.PIPE)
H A Dvalidate-android-device-env.sh31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)
H A Dtest-manual-e2e.sh57 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
66 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
/expo/packages/expo/build/launch/
H A DregisterRootComponent.d.ts9 shell?: boolean;
/expo/
H A DbuildAndroidTarballLocally.sh31 cd $TEMP_DIR; tar -czhf $ARTIFACTS_DIR/android-shell-builder.tar.gz .
/expo/.github/actions/eas-build/
H A Daction.yml33 shell: bash
50 shell: bash
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/
H A Dbuck_fetch.sh51 retry 3 buck fetch ReactAndroid/src/main/java/com/facebook/react/shell
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/
H A Dbuck_fetch.sh51 retry 3 buck fetch ReactAndroid/src/main/java/com/facebook/react/shell
/expo/packages/expo-updates/e2e/fixtures/project_files/eas-hooks/
H A Deas-build-on-success.sh55 until adb shell getprop sys.boot_completed; do
/expo/.github/actions/cleanup-linux-disk-space/
H A Daction.yml8 shell: bash
/expo/tools/src/versioning/android/
H A Dindex.ts408 { shell: true }
414 { shell: true }
430 shell: true,
461 shell: true,
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXScopedFileSystem/
H A DABI47_0_0EXScopedFileSystemModule.m8 NSString * const ABI47_0_0EXShellManifestResourceName = @"shell-app-manifest";

1234