Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/expo/.github/workflows/
H A Dupdates-e2e.yml59 run: echo "$(yarn global bin)" >> $GITHUB_PATH
67 run: yarn install --frozen-lockfile
70 run: yarn prepare
73 run: yarn build:cli
75 run: yarn global add eas-cli
77 run: echo "EXPO_REPO_ROOT=$GITHUB_WORKSPACE" >> $GITHUB_ENV
79 run: echo "UPDATES_HOST=localhost" >> $GITHUB_ENV
81 run: echo "UPDATES_PORT=4747" >> $GITHUB_ENV
84 run: echo "EAS_PLATFORM=ios" >> $GITHUB_ENV
87 run: echo "EAS_PLATFORM=${{ matrix.platform }}" >> $GITHUB_ENV
[all …]
H A Ddocs.yml4 run:
40 run: echo "$(pwd)/bin" >> $GITHUB_PATH
43 run: yarn install --frozen-lockfile
45 run: yarn test
47 run: yarn lint --max-warnings 0
48 - run: yarn danger ci
52 run: yarn export
56 # run: yarn lint-links --quiet
58 run: |
67 run: ./deploy.sh
H A Ddevelopment-client.yml31 run: echo "$(pwd)/bin" >> $GITHUB_PATH
41 run: yarn install --frozen-lockfile
47 run: |
63 run: yarn add file:../expo/packages/expo-dev-client
69 run: yarn expo prebuild --platform android
80 run: ./gradlew assembleDebug
88 run: echo "$(pwd)/bin" >> $GITHUB_PATH
96 run: yarn install --frozen-lockfile
102 run: |
118 run: yarn add file:../expo/packages/expo-dev-client
[all …]
H A Dversioning.yml27 run: sudo xcode-select --switch /Applications/Xcode_14.3.app
33 run: echo "$(pwd)/bin" >> $GITHUB_PATH
48 run: yarn install --frozen-lockfile
50 run: expotools ios-generate-dynamic-macros
53 run: pod install
56 run: expotools add-sdk-version --platform ios --sdkVersion next --reinstall
58 run: expotools client-build --platform ios --flavor versioned
65 run: expotools remove-sdk-version --platform ios --sdkVersion latest
67 run: git diff --exit-code
H A Dexpotools.yml32 run: yarn install --ignore-scripts --frozen-lockfile
35 run: yarn build
38 run: yarn tsc --noEmit
41 run: yarn lint --max-warnings 0
H A Dpublish-demo.yml38 run: git lfs pull
47 run: yarn install --frozen-lockfile
52 … # run: EXPO_SDK_VERSION=45.0.0 eas update --branch main --message "Publishing ${{ github.sha }}"
55 # run: yarn build:web
61 …# run: npx now deploy web-build --env NODE_ENV=production --confirm --public --no-clipboard --to…
63 # run: echo "ZEIT_DEPLOY=$(cat deploy-url.txt)" >> $GITHUB_ENV
75 # run: npx now alias --token=${ZEIT_TOKEN} `cat deploy-url.txt` $SITE_ALIAS
H A Dcode-review.yml24 run: echo "$(pwd)/bin" >> $GITHUB_PATH
30 …### This job is run on Ubuntu which doesn't have SwiftLint installed, so we need to build it from …
31 …### Building it on each run may take too much time, so we bundle the binary in `@expo/swiftlint` p…
34 # run: |
46 run: expotools code-review --pr ${{ github.event.inputs.pullNumber || github.event.number }}
H A Dtest-suite-nightly.yml34 run: |
39 run: echo "$(pwd)/bin" >> $GITHUB_PATH
51 run: et setup-react-native-nightly
53 run: yarn react-native config
56 run: pod env
59 run: npx pod-install
62 run: yarn detox:clean
65 run: yarn ios:detox:build:release
70 run: yarn ios:detox:test:release
121 run: et setup-react-native-nightly
[all …]
H A Dissue-closed.yml8 run-on-issue-accepted:
15 run: echo "$(pwd)/bin" >> $GITHUB_PATH
22 run: expotools close-linear-issue-from-github --issue "${{ github.event.issue.number }}"
H A Dcli.yml41run: git fetch origin ${{ github.event.before || github.base_ref || 'main' }}:${{ github.event.bef…
50 run: yarn install --frozen-lockfile
52 run: yarn typecheck
55 run: yarn prepare
58 run: yarn test:e2e
61 run: yarn test:e2e
H A Dtest-suite.yml46 run: yarn install --frozen-lockfile
48 run: yarn test:web
74 run: |
94 run: yarn install --frozen-lockfile
100 run: yarn react-native config
103 run: pod env
107 run: pod install
110 run: yarn detox:clean
113 run: yarn ios:detox:build:release
120 run: yarn ios:detox:test:release
[all …]
/expo/apps/bare-expo/scripts/
H A Dstart-simulator.sh30 yarn run ios:detox:build:debug
39 yarn run ios:detox:test:debug --watch
47 node "node_modules/react-native/cli.js" run-ios --no-packager --port "$port"
/expo/packages/expo-dev-menu/ios/UITests/
H A DDevMenuLooper.swift6 RunLoop.main.run(mode: .default, before: Date(timeIntervalSinceNow: sec)) in runMainLoop()
7 RunLoop.main.run(mode: .common, before: Date(timeIntervalSinceNow: sec)) in runMainLoop()
8 RunLoop.main.run(mode: .tracking, before: Date(timeIntervalSinceNow: sec)) in runMainLoop()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/
H A Danalyze_code.sh12 cat <(echo eslint; npm run lint --silent -- --format=json; echo flow; npm run flow-check-ios --sile…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/
H A Danalyze_code.sh12 cat <(echo eslint; npm run lint --silent -- --format=json; echo flow; npm run flow-check-ios --sile…
/expo/docs/scripts/
H A Dschema-sync.cjs4 yarn run schema-sync 38 -> updates the schema that versions/v38.0.0/sdk/app-config.md uses
5 yarn run schema-sync unversioned -> updates the schema that versions/unversioned/sdk/app-config.md …
15 async function run() {
18 console.log('E.g., "yarn run schema-sync 38" \nor, "yarn run schema-sync unversioned"');
63 run();
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DSvgViewModule.java35 public void run() { in toDataURL()
43 public void run() { in toDataURL()
51 public void run() { in toDataURL()
61 public void run() { in toDataURL()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DSvgViewModule.java35 public void run() { in toDataURL()
43 public void run() { in toDataURL()
51 public void run() { in toDataURL()
61 public void run() { in toDataURL()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/
H A DVersionedUtils.kt45 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
51 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
62 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
68 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
99 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
105 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
124 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
130 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
145 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DSvgViewModule.java39 public void run() { in toDataURL()
47 public void run() { in toDataURL()
55 public void run() { in toDataURL()
65 public void run() { in toDataURL()
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DSvgViewModule.java39 public void run() { in toDataURL()
47 public void run() { in toDataURL()
55 public void run() { in toDataURL()
65 public void run() { in toDataURL()
/expo/packages/eslint-config-universe/
H A DCONTRIBUTING.md5 Include a test plan with your pull request and add new tests if needed. Run `yarn test` to run the …
7 Also run `yarn lint` to run this linter configuration on itself. This keeps the code consistently f…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/
H A DVersionedUtils.kt46 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
52 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
63 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
69 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
102 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
108 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
127 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
133 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
148 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
/expo/docs/pages/build-reference/
H A Dsimulators.mdx28 Now, execute the command as shown below to run the build:
36 > If you haven't installed or run the iOS Simulator before, follow the [iOS Simulator guide](/workf…
40 In case you have multiple builds, you can also run the `eas build:run` command at any time to downl…
42 <Terminal cmd={['$ eas build:run -p ios']} />
49 alt="Running eas build:run command shows a list of available builds in a project."
50 src="/static/images/eas-build/eas-build-run-on-ios.png"
57 Pass the `--latest` flag to the `eas build:run` command to download and install the latest build on…
59 <Terminal cmd={['$ eas build:run -p ios --latest']} />
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/
H A DVersionedUtils.kt46 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
52 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
63 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
69 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
102 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
108 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
127 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()
133 val devSupportManager = currentActivity.devSupportManager ?: return run { in <lambda>()
148 val currentActivity = Exponent.instance.currentActivity as? ReactNativeActivity ?: return run { in <lambda>()

12345678910>>...41