<?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 write_embedded_bundle.sh</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>6b843f31 - Migrate parts of repo to expo cli (#23806)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#6b843f31</link>
        <description>Migrate parts of repo to expo cli (#23806)

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Thu, 03 Aug 2023 12:25:31 +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-dev-launcher/write_embedded_bundle.sh#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-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Sat, 08 Apr 2023 03:37:17 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>e870aeee - [menu] Reimplement the bottom sheet using native languages (#21268)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#e870aeee</link>
        <description>[menu] Reimplement the bottom sheet using native languages (#21268)# WhyCloses ENG-7280.Reimplemented the bottom sheet using native languages and removed reanimated from vendored modules. By doing that we improve the build speed.# How- On Android, I&apos;ve used the material design bottom sheet. We may want to copy the implementation from the original repo to ours to avoid extra dependency.- On iOS, I&apos;ve copied the implementation from https://github.com/applidium/OverlayContainer. I managed to test a couple of different libraries and that one works the best with RN. # Test Plan- bare-expo on both platforms &#9989;

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Fri, 24 Feb 2023 11:12:27 +0000</pubDate>
        <dc:creator>&#321;ukasz Kosmaty &lt;lukasz.kosmaty@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>f62bb5b3 - [dev-menu] Update `react-native-gesture-handler` to `2.1.2` (#16371)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#f62bb5b3</link>
        <description>[dev-menu] Update `react-native-gesture-handler` to `2.1.2` (#16371)# WhyCloses ENG-3990.# HowRun and adjust our vendoring script for version `2.1.2` of reanimated. Migrate from gesture handler root view to the root view component.# Test Plan- run `bare-expo` and check if the menu works  - iOS &#9989;  - Android &#9989;

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Tue, 14 Jun 2022 15:40:48 +0000</pubDate>
        <dc:creator>&#321;ukasz Kosmaty &lt;lukasz.kosmaty@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>532dd541 - [expo-dev-launcher] remove SDK 42 compat warning from write_embedded_bundle.sh (#15985)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#532dd541</link>
        <description>[expo-dev-launcher] remove SDK 42 compat warning from write_embedded_bundle.sh (#15985)

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Mon, 24 Jan 2022 18:54:05 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>c452c8c8 - [dev-client] Fix app js cannot be built</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#c452c8c8</link>
        <description>[dev-client] Fix app js cannot be built

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Tue, 21 Dec 2021 19:34:19 +0000</pubDate>
        <dc:creator>&#321;ukasz Kosmaty &lt;lukasz.kosmaty@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>b1210d6a - [expo-dev-launcher] add warning to write_embedded_bundle (#14839)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#b1210d6a</link>
        <description>[expo-dev-launcher] add warning to write_embedded_bundle (#14839)

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Tue, 26 Oct 2021 17:38:23 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>c5f6b5d2 - [expo-dev-launcher] Fix bundled images (#12668)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#c5f6b5d2</link>
        <description>[expo-dev-launcher] Fix bundled images (#12668)Co-authored-by: &#321;ukasz Kosmaty &lt;lukasz.kosmaty@swmansion.com&gt;

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Wed, 28 Apr 2021 12:06:21 +0000</pubDate>
        <dc:creator>Ville Immonen &lt;ville.immonen@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>745688d9 - [dev-launcher] Remove from release builds (#11271)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#745688d9</link>
        <description>[dev-launcher] Remove from release builds (#11271)# WhyWe don&apos;t want to include the `dev-launcher` in the release build.# HowSimilar to https://github.com/expo/expo/pull/10091 and https://github.com/expo/expo/pull/10087.&gt; Note: This PR only contains changes connected to Android. We don&apos;t need to do anything else then adding `expo-dev-launcher` as debug dependency on iOS (`pod &apos;expo-dev-launcher&apos;, path: &apos;../../../packages/expo-dev-launcher&apos;, :configurations =&gt; :debug`)# Test Plan- bare-expo (in debug &amp; release) &#9989;

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Thu, 10 Dec 2020 11:27:55 +0000</pubDate>
        <dc:creator>&#321;ukasz Kosmaty &lt;lukasz.kosmaty@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>9b9ef0da - [expo-dev-client] Rename to `expo-dev-launcher` (#11217)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-dev-launcher/write_embedded_bundle.sh#9b9ef0da</link>
        <description>[expo-dev-client] Rename to `expo-dev-launcher` (#11217)# WhyRename `expo-dev-client` to `expo-dev-launcher`.# HowFind &amp; replace &#55357;&#56837;# Test Plan- bare-expo  - iOS &#9989;  - android &#9989;

            List of files:
            /expo/packages/expo-dev-launcher/write_embedded_bundle.sh</description>
        <pubDate>Mon, 07 Dec 2020 12:11:59 +0000</pubDate>
        <dc:creator>&#321;ukasz Kosmaty &lt;lukasz.kosmaty@swmansion.com&gt;</dc:creator>
    </item>
</channel>
</rss>
