<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in PlatformManager.ts</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8a424beb - [lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#8a424beb</link>
        <description>[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)Why---Prettier 3 is out. Add support for it with this linter config.**Note for reviewer:** the first commit is the one with the actualchanges. The rest of this PR are changes to get the linter passing(mostly autofix).How---Update eslint-config-prettier and eslint-plugin-prettier. To addressdeprecation warnings, also update typescript-eslint/parser andtypescript-eslint/eslint-plugin.Because of an update to typescript-eslint/parser, we need to suppressdeprecation warnings (documented in a comment).Regenerated test snapshots. Due to the upgraded dependencies, typecastsand optional chaining are now auto-fixable by lint. This convertswarnings into autofixes.Test Plan---`yarn test` in the linter config. Run `expotools check --all --fix-lint--no-build --no-test --no-uniformity-check` to try this config on thewhole repo.---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Fri, 11 Aug 2023 07:31:41 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>47d62600 - [cli][packages] unify the default dev server port to 8081 (#22880)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#47d62600</link>
        <description>[cli][packages] unify the default dev server port to 8081 (#22880)# Whyfor historical reasons, when running `npx expo start` the dev-server listens to port 19000, and running `npx expo start --dev-client` it listens to port 8081.  since we are now on our effort to deprecate `--dev-client` option, it is better to unify the listening port.close ENG-8936# How- update packages/**/*.ts for port 19000 -&gt; 8081- search more occurrences for 19000 to 8081# Test Plan- ci passed- bare-expo- unversioned expo go + ncl

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Fri, 16 Jun 2023 07:14:17 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>cf262328 - [cli] catch error when launching redirect page without applicationId (#19312)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#cf262328</link>
        <description>[cli] catch error when launching redirect page without applicationId (#19312)

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Mon, 03 Oct 2022 18:47:33 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>8619c5c4 - [cli] Use package / bundle id from app config or native project for launching redirect page (#19260)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#8619c5c4</link>
        <description>[cli] Use package / bundle id from app config or native project for launching redirect page (#19260)

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Mon, 26 Sep 2022 23:07:11 +0000</pubDate>
        <dc:creator>Brent Vatne &lt;brentvatne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>212e3a1a - [cli] ensure that development build is installed when opening interstitial page (#18836)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#212e3a1a</link>
        <description>[cli] ensure that development build is installed when opening interstitial page (#18836)Co-authored-by: evanbacon &lt;bacon@expo.io&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Mon, 26 Sep 2022 18:23:37 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>88643930 - fix(cli): speed up device opening (#18385)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#88643930</link>
        <description>fix(cli): speed up device opening (#18385)* fix(cli): speed up device opening* Update packages/@expo/cli/CHANGELOG.mdCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Fri, 29 Jul 2022 12:43:57 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>ea99eec9 - feat(cli): add telemetry event tracking a command run (#17948)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#ea99eec9</link>
        <description>feat(cli): add telemetry event tracking a command run (#17948)* add telemetry event tracking a command run* Ensure user authenticated* Update rudderstackClient.ts* Update rudderstackClient.ts* Update CHANGELOG.md

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Mon, 25 Jul 2022 19:05:12 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>474a7a4b - chore(cli): migrate to debug package (#17084)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#474a7a4b</link>
        <description>chore(cli): migrate to debug package (#17084)* chore(cli): migrate to debug package* Update packages/@expo/cli/CHANGELOG.mdCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;* Update checkPackages.ts* Update packages/@expo/cli/src/start/platforms/android/ADBServer.ts* Update ADBServer.ts* Update activateWindow.ts* Update adb.ts* migrate new methods to debug* Update variadic.ts* Update yarn.lockCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Tue, 21 Jun 2022 09:06:05 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>3d6e487d - feat(cli): add `run:android` command (#17187)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#3d6e487d</link>
        <description>feat(cli): add `run:android` command (#17187)* feat(cli): add `run:android` command* added partial e2e test* fix platforms showing up in terminal ui* fix launching by link* Update packages/@expo/cli/CHANGELOG.mdCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;* fix platforms showing up in terminal uifix launching by linkfixup testsDelete resolveArgs-test.ts.snap* revert changes* Update index-test.tsUpdate WebpackBundlerDevServer.tsUpdate WebpackBundlerDevServer.tsUpdate WebpackBundlerDevServer.tsUpdate PlatformManager.ts* Update index-test.ts* update structureCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Wed, 27 Apr 2022 22:15:01 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>8d307f52 - chore: refactor `expo/cli` to `@expo/cli` package (#16717)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts#8d307f52</link>
        <description>chore: refactor `expo/cli` to `@expo/cli` package (#16717)* chore: refactor `expo/cli` to `@expo/cli` package* Update CODEOWNERS* fix linking* fix lint script* fix build file* fix e2e tests* lint before build* use mock version

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/PlatformManager.ts</description>
        <pubDate>Wed, 23 Mar 2022 16:50:13 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
</channel>
</rss>
