<?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 .gitmodules</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c72cf419 - [docs] remove React Native docs and docs submodule (#19287)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#c72cf419</link>
        <description>[docs] remove React Native docs and docs submodule (#19287)Co-authored-by: Brent Vatne &lt;brentvatne@gmail.com&gt;

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Thu, 24 Nov 2022 08:09:28 +0000</pubDate>
        <dc:creator>Bartosz Kaszubowski &lt;gosimek@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1a272f8f - [apps] Remove fabric-tester submodule</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#1a272f8f</link>
        <description>[apps] Remove fabric-tester submodule

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Fri, 07 Oct 2022 10:11:13 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>97075668 - [ios] Experimental Expo modules support for Fabric (#18500)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#97075668</link>
        <description>[ios] Experimental Expo modules support for Fabric (#18500)Co-authored-by: Kudo Chien &lt;kudo@expo.dev&gt;

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Sat, 06 Aug 2022 09:08:56 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>b2cfbaad - [workspace] update RN website submodule branch (#15736)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#b2cfbaad</link>
        <description>[workspace] update RN website submodule branch (#15736)

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Wed, 29 Dec 2021 12:47:41 +0000</pubDate>
        <dc:creator>Bartosz Kaszubowski &lt;gosimek@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0557150b - [submodules] Add update = checkout to RN docs submodule</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#0557150b</link>
        <description>[submodules] Add update = checkout to RN docs submoduleWe have `update = checkout` set for RN; do the same for docs for consistency.

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Thu, 02 Jul 2020 18:41:57 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>e166a8d8 - Move react-native-unimodules to the monorepo (#8537)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#e166a8d8</link>
        <description>Move react-native-unimodules to the monorepo (#8537)

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Thu, 28 May 2020 14:28:41 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>69e56c0f - [unimodules] Add react-native-unimodules as a submodule (#5199)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#69e56c0f</link>
        <description>[unimodules] Add react-native-unimodules as a submodule (#5199)# WhyTo resolve some problems we&apos;re having with yarn workspaces and to reduce maintenance costs when doing a release.# How`react-native-unimodules` is now a submodule in `packages` folder and can be published together with other packages in the repo. This would make publish process faster and would also fix issues with yarn workspaces when the dependencies of installed version of `r-n-u` don&apos;t match our versions in expo repo.# Test PlanTried to publish `r-n-u` with `et publish-packages --dry --scope expo-file-system,react-native-unimodules` - worked fine.

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Tue, 27 Aug 2019 17:57:28 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>8eac988f - [expo-blur] Revert submodule in favor of our old implementation (#3625)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#8eac988f</link>
        <description>[expo-blur] Revert submodule in favor of our old implementation (#3625)# WhyCloses https://github.com/expo/expo/issues/3523 and https://github.com/expo/expo/issues/2459.# How- removed submodule according to https://stackoverflow.com/a/16162000/1123156,- brought back `EXBlur` implementation from a4598c6a439bcdfa03f7cd835929897a4e352f3d, moved to unimodules architecture,- reverted changes to NCL.# Test PlanBlurViewScreen on both platforms looks ok.

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Sun, 03 Mar 2019 15:03:11 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>d5b42e34 - [expo-blur] Create a universal module based on react-native-blur (#3274)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#d5b42e34</link>
        <description>[expo-blur] Create a universal module based on react-native-blur (#3274)# WhyUniversalmodulling Expo.# How- forked `react-native-blur` at `expo/react-native-blur`,- created `exp-master` branch, where I applied a commit moving `react-native-blur` to universal modules architecture (see the diff https://github.com/react-native-community/react-native-blur/compare/master...expo:exp-master)- created a submodule in `packages/expo-blur` pointing to `expo/react-native-blur#exp-master`- integrated `expo-blur` in Expo Client# Test PlanBlurScreen in NCL works ok.

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Wed, 23 Jan 2019 14:41:33 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e1c1dd0e - [docs] RN Import: Using a submodule instead</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#e1c1dd0e</link>
        <description>[docs] RN Import: Using a submodule instead

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Tue, 19 Jun 2018 18:09:21 +0000</pubDate>
        <dc:creator>Charlie Cheever &lt;ccheever@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c7f059b5 - Add a .gitmodules file for the OSS Expo repo</title>
        <link>http://172.16.0.5:8080/history/expo/.gitmodules#c7f059b5</link>
        <description>Add a .gitmodules file for the OSS Expo reposhipit expects there to be a .gitmodules files for the OSS repo. In addition, this makes it possible to check out react-native-lab/react-native within the OSS repo.fbshipit-source-id: abbb0c2

            List of files:
            /expo/.gitmodules</description>
        <pubDate>Sat, 18 Aug 2018 00:02:46 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@expo.io&gt;</dc:creator>
    </item>
</channel>
</rss>
