<?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 index.ts</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>78a6243a - feat(metro-config, env): add ability to disable environment variables (#23169)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/env/src/index.ts#78a6243a</link>
        <description>feat(metro-config, env): add ability to disable environment variables (#23169)# WhyJust in case! You can now disable all dotenv loading in Expo CLI with`EXPO_NO_DOTENV`&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).---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;Co-authored-by: James Ide &lt;ide@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/env/src/index.ts</description>
        <pubDate>Thu, 29 Jun 2023 19:45:11 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>6a750d06 - feat(cli, metro-config): environment variable support (#21983)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/env/src/index.ts#6a750d06</link>
        <description>feat(cli, metro-config): environment variable support (#21983)# Why- It&apos;s nice to be able to use uncommitted values in your app, based onthe environment. This feels very familiar to web developers.- Values that are prefixed with `EXPO_PUBLIC_` will be inlined in thebundle when bundling normally (e.g. not for Node.js).- `.env` files are loaded into memory and applied to the process duringa run. This also means that they&apos;re available in `app.config.js`.- During development-only, environment variables are exposed on the`process.env` object (non-enumerable) to ensure they&apos;re availablebetween fast refresh updates.&lt;!--Please describe the motivation for this PR, and link to relevant GitHubissues, forums posts, or feature requests.--&gt;# How- Create new package `@expo/env` which is used to hydrate env variablesin a unified way. I plan to open another PR in `eas-cli` which uses thispackage to fill in environment variables before uploading. NOTE:environment variables that are defined in eas.json are not available inExpo CLI when building locally, but are available in the cloud sincethey&apos;ll be on the process, this means they effectively emulate`.env.production`.- Update templates to gitignore local env files.- Add basic documentation to the versioned metro guide (more to come).&lt;!--How did you build this feature or fix this bug and why?--&gt;# Test Plan- [ ] E2E rendering test- [ ] E2E Node.js rendering test- [x] Unit tests for serializer- [x] Tests for env package&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 `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/packages/@expo/env/src/index.ts</description>
        <pubDate>Sat, 08 Apr 2023 03:37:17 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
</channel>
</rss>
