<?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 ExpoConfig.ts</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0107ef61 - [config-plugins][config-types] align with server schema and fix errors (#24430)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#0107ef61</link>
        <description>[config-plugins][config-types] align with server schema and fix errors (#24430)# Why- Align with schema changes (add `supportsTVOnly`)- Fix test snapshots in `config-plugins`# How```cd packages/\@expo/config-typesyarn generate --path ../../../../../easProjects/universe/server/www/xdl-schemas/UNVERSIONED-schema.json npx prettier --write src/ExpoConfig.ts ```Then fix tests in `config-plugins`.# Test PlanExisting tests should pass# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Wed, 13 Sep 2023 19:35:58 +0000</pubDate>
        <dc:creator>Douglas Lowder &lt;doug@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>f0d67e12 - [expo-updates] Add fingerprintExperimental runtime version policy (#24126)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#f0d67e12</link>
        <description>[expo-updates] Add fingerprintExperimental runtime version policy (#24126)# WhyManually handling runtimeVersions is a big pain for projects that usesnative modules. This PR adds a new runtime policy that handles thisautomatically.See: https://discord.com/channels/695411232856997968/1142023605908156476/1142023605908156476# HowUsing[expo-fingerprint](https://github.com/expo/expo/tree/main/packages/@expo/fingerprint#readme)to auto-generate a hash for the project.# Test PlanI made the changes locally on a working project and the build wassuccessfully with expo prebuild. I checked the native files and theruntime version was set to the project hash.# Checklist- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;Co-authored-by: Aman Mittal &lt;amandeepmittal@live.com&gt;Co-authored-by: Kudo Chien &lt;ckchien@gmail.com&gt;Co-authored-by: Douglas Lowder &lt;douglowder@mac.com&gt;

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Mon, 11 Sep 2023 19:42:32 +0000</pubDate>
        <dc:creator>Mateus Craveiro &lt;mateus@hey.com&gt;</dc:creator>
    </item>
<item>
        <title>82ade864 - [config-types] Remove classic updates (#24066)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#82ade864</link>
        <description>[config-types] Remove classic updates (#24066)

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Wed, 23 Aug 2023 18:15:02 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>e7d2fd44 - [config-types] Pull in latest</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#e7d2fd44</link>
        <description>[config-types] Pull in latest

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Wed, 21 Jun 2023 23:32:58 +0000</pubDate>
        <dc:creator>Brent Vatne &lt;brentvatne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>94b54ec3 - chore(cli, docs): update typed routes (#22848)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#94b54ec3</link>
        <description>chore(cli, docs): update typed routes (#22848)# WhyI keep getting DMs about this feature being confusing so I&apos;m doing apass to try and bring it to parity with the rest of our offering.&lt;!--Please describe the motivation for this PR, and link to relevant GitHubissues, forums posts, or feature requests.--&gt;# How- Update the experimental docs to not be a general &quot;TypeScript&quot; guidebut rather, be focused on the &quot;Typed Routes&quot; feature.- Use the new `experiments.typedRoutes` flag and not an environmentvariable. https://github.com/expo/universe/pull/12590- Drop flag misinfo in the Expo CLI docs &quot;This includes support for thenetwork inspector.&quot;- Add a slightly more e2e test for the side-effects.- Document how to actually turn the feature on.---------Co-authored-by: Aman Mittal &lt;amandeepmittal@live.com&gt;Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Tue, 20 Jun 2023 22:34:28 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>2881437e - update scheme property to use array (#22324)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#2881437e</link>
        <description>update scheme property to use array (#22324)# WhyENG-8466&lt;!--Please describe the motivation for this PR, and link to relevant GitHubissues, forums posts, or feature requests.--&gt;# How&lt;!--How did you build this feature or fix this bug and why?--&gt;# Test Plan&lt;!--Please describe how you tested this change and how a reviewer couldreproduce your test, especially if this PR does not include automatedtests! If possible, please also provide terminal output and/orscreenshots demonstrating your test/reproduction.--&gt;# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Sun, 30 Apr 2023 22:42:48 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>d7c33c8a - Update ExpoConfig.ts (#22317)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#d7c33c8a</link>
        <description>Update ExpoConfig.ts (#22317)# Whyhttps://github.com/expo/universe/pull/12244&lt;!--Please describe the motivation for this PR, and link to relevant GitHubissues, forums posts, or feature requests.--&gt;# How&lt;!--How did you build this feature or fix this bug and why?--&gt;# Test Plan&lt;!--Please describe how you tested this change and how a reviewer couldreproduce your test, especially if this PR does not include automatedtests! If possible, please also provide terminal output and/orscreenshots demonstrating your test/reproduction.--&gt;# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Fri, 28 Apr 2023 17:15:42 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>2fae8288 - [config-plugins][updates] Add support for config.updates.useClassicUpdates defaulting behavior (#22169)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#2fae8288</link>
        <description>[config-plugins][updates] Add support for config.updates.useClassicUpdates defaulting behavior (#22169)

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Fri, 21 Apr 2023 18:18:09 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>b8b0e64d - [config-types][config-plugins] additional values for updates.checkAutomatically (#22119)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#b8b0e64d</link>
        <description>[config-types][config-plugins] additional values for updates.checkAutomatically (#22119)

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Fri, 14 Apr 2023 01:40:10 +0000</pubDate>
        <dc:creator>Douglas Lowder &lt;doug@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>4240a463 - [constants] Remove references to Constants.manifest (#22070)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#4240a463</link>
        <description>[constants] Remove references to Constants.manifest (#22070)

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Mon, 10 Apr 2023 21:13:55 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>f479be69 - chore(cli): switch `EXPO_USE_PATH_ALIASES` to `expo.experiments.tsconfigPaths`. (#21897)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#f479be69</link>
        <description>chore(cli): switch `EXPO_USE_PATH_ALIASES` to `expo.experiments.tsconfigPaths`. (#21897)# Why- It&apos;s a bit harder to set env vars and users will want this eitheralways on or always off.- Expo Config makes it easier to deprecate values on a per-versionbasis. https://github.com/expo/universe/pull/11872- Comment out references to the path aliases feature until we&apos;re closerto launch. Users are getting confused when they see the featuredocumented.---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Thu, 30 Mar 2023 03:10:43 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>c8ecb699 - [docs] Remove classic build references in app config schema &amp; sync changes to docs (#21230)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#c8ecb699</link>
        <description>[docs] Remove classic build references in app config schema &amp; sync changes to docs (#21230)

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Tue, 21 Feb 2023 11:50:39 +0000</pubDate>
        <dc:creator>Aman Mittal &lt;amandeepmittal@live.com&gt;</dc:creator>
    </item>
<item>
        <title>fd7776f7 - [docs] Update Hermes guide to state that Hermes is the new default engine (#21047)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#fd7776f7</link>
        <description>[docs] Update Hermes guide to state that Hermes is the new default engine (#21047)# WhyFollow up of https://github.com/expo/expo/pull/21001Closes [ENG-7163](https://linear.app/expo/issue/ENG-7163)# HowUpdate `Using Hermes Engine` guide to state that Hermes is the newdefault engine, aligns `ExpoConfig` types and app-config schema with theserver ```sh# inside packages/@expo/config-types/yarn generate --path/../../../../../../universe/server/www/xdl-schemas/UNVERSIONED-schema.json# inside docs/yarn run schema-sync unversioned```# Test PlanN / A# Checklist&lt;!--Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules.--&gt;- [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg: updated a module plugin).---------Co-authored-by: Aman Mittal &lt;amandeepmittal@live.com&gt;

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Thu, 02 Feb 2023 18:46:26 +0000</pubDate>
        <dc:creator>Gabriel Donadel Dall&apos;Agnol &lt;donadeldev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a8773690 - refactor: remove deprecated facebook types and plugins (#21018)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#a8773690</link>
        <description>refactor: remove deprecated facebook types and plugins (#21018)# WhyFixes ENG-7363# HowRemoved all plugins and types for `expo-facebook` and`expo-ads-facebook`.# Test PlanMake sure CI passes, everything should be buildable and all tests shouldpass.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Tue, 31 Jan 2023 17:48:18 +0000</pubDate>
        <dc:creator>Cedric van Putten &lt;me@bycedric.com&gt;</dc:creator>
    </item>
<item>
        <title>ca1df09a - feat(config)!: Remove support for `expo.entryPoint` (#20891)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#ca1df09a</link>
        <description>feat(config)!: Remove support for `expo.entryPoint` (#20891)# Why- Follow up https://github.com/expo/universe/pull/11265- `entryPoint` (and `package.json` `main`) do not work.Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Wed, 25 Jan 2023 23:06:06 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>1f40ed3d - [config-plugins][config-types] align with server schema (#20895)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#1f40ed3d</link>
        <description>[config-plugins][config-types] align with server schema (#20895)# WhyFollow up of https://github.com/expo/universe/pull/11245Closes ENG-4613# HowThis PR Aligns `ExpoConfig` types and app-config schema with the server  ```sh# inside packages/@expo/config-types/yarn generate --path/../../../../../../universe/server/www/xdl-schemas/UNVERSIONED-schema.json# inside docs/yarn run schema-sync unversioned```# Test PlanTests should pass# Checklist&lt;!--Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules.--&gt;- [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg: updated a module plugin).

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Mon, 23 Jan 2023 18:43:02 +0000</pubDate>
        <dc:creator>Gabriel Donadel Dall&apos;Agnol &lt;donadeldev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6cd09acc - [config-plugins][config-types] align with server schema and fix errors (#20378)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#6cd09acc</link>
        <description>[config-plugins][config-types] align with server schema and fix errors (#20378)# Why- Align with schema changes- Make corresponding changes in `config-plugins`# How```cd packages/\@expo/config-typesyarn generate --path ../../../../../easProjects/universe/server/www/xdl-schemas/UNVERSIONED-schema.json npx prettier --write src/ExpoConfig.ts ```Then fix outdated tests in `config-plugins`.# Test PlanTests should pass# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Wed, 07 Dec 2022 20:32:35 +0000</pubDate>
        <dc:creator>Douglas Lowder &lt;doug@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>4a9aeb4a - [config-types] Restore missing requestHeader property (#20373)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#4a9aeb4a</link>
        <description>[config-types] Restore missing requestHeader property (#20373)# WhyFix breakages from #20287 # How- Restore the `requestHeaders` property from the `updates` section ofconfig-types- Restore `googleSignIn` temporarily until `@expo/config-plugins` isfixed to remove a remaining dependency on this property# Test PlanExecute```cd packages/\@expo/config-pluginsyarn build```and no errors relating to these properties should appear.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Wed, 07 Dec 2022 18:36:27 +0000</pubDate>
        <dc:creator>Douglas Lowder &lt;doug@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>8aa49d62 - chore(config-types): update (#20287)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#8aa49d62</link>
        <description>chore(config-types): update (#20287)```config-types &#55349;&#57184; yarn generate --path ../../../../universe/server/www/xdl-schemas/UNVERSIONED-schema.json```

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Fri, 02 Dec 2022 00:19:07 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>f215989d - Add Support For monochrome Android Adaptive Icons (#20074)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-types/src/ExpoConfig.ts#f215989d</link>
        <description>Add Support For monochrome Android Adaptive Icons (#20074)# WhyIn Android 13, Android added the ability to include a monochromeadaptive icon that will be themed to the OS theme color.# HowI added this to the already-included Adaptive Icon config, as Androidincludes it in their [Adaptive Icondocs](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive#design-adaptive-icons).# Test PlanTests written (mostly copied from other image tests).# Checklist- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).# NotesI am unsure why the rest of the files changed when I built again. I onlychanged two source files.Co-authored-by: Evan Bacon &lt;baconbrix@gmail.com&gt;Co-authored-by: Bartosz Kaszubowski &lt;gosimek@gmail.com&gt;

            List of files:
            /expo/packages/@expo/config-types/src/ExpoConfig.ts</description>
        <pubDate>Wed, 30 Nov 2022 22:32:44 +0000</pubDate>
        <dc:creator>ngregory-rbi &lt;102088305+ngregory-rbi@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
