<?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 Text-test.tsx.snap.android</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>641d0767 - feat(html-elements): improve assertions (#21069)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#641d0767</link>
        <description>feat(html-elements): improve assertions (#21069)# Why- Temporary workaround for https://github.com/facebook/react/pull/22725- Unwrapped text strings are very difficult to find and cause criticalerrors to occur. When using expo/html-elements, devs have a much higherchance of accidentally making this mistake.- `@expo/html-elements` is web-first React Native and therefore shouldhave first-class types and styles for `react-native-web`. This PRinjects a native wrapper to strip out web styles that aren&apos;t supported.# HowWhen a text child appears in View, the child is replaced by a red viewwith text indicating the string. A warning is also presented to attemptto provide a stack trace (which mostly doesn&apos;t help).# Test Plan- Added unit tests for the expected functionality.- I&apos;ve been using this in my personal package `@bacons/react-views` fora while and it hurts to go back.&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).---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Fri, 03 Feb 2023 21:36:25 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>f4a8f663 - feat(html-elements): added div and babel tests (#20867)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#f4a8f663</link>
        <description>feat(html-elements): added div and babel tests (#20867)# Why- The babel plugin should be tested.- Div is a pretty common component. Even though this isn&apos;t perfect, mostissues are related to styling/Yoga. Yoga has some good strategies forchanging default styles in the future so I think we can lean on that formigration.

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Fri, 20 Jan 2023 22:21:27 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>e1bb5bdf - [2/3] upgrade react native 0.71 (#20832)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#e1bb5bdf</link>
        <description>[2/3] upgrade react native 0.71 (#20832)# Whyfollow up #20799 for react-native 0.71 upgrade. this pr aims for jest upgrade and fix all broken tests.close ENG-7192# How- upgrade packages  - `jest: ^26.0.24 -&gt; ^29.2.1`  - `jest-watch-typeahead: 0.6.4 -&gt; 2.2.1`  - `@types/jest: ^26.0.24 -&gt; ^29.2.1`  - `babel-jest: ^26.6.3 -&gt; ^29.2.1`  - `@jest/create-cache-key-function: ^27.0.1 -&gt; ^29.2.1`  - `@babel/preset-env: ^7.12.9 -&gt; ^7.14.0`  - `eslint: ^8.20.0 -&gt; ^8.29.0`  - add `jest-environment-jsdom` because new jest does not include it by default- [core] fix `SyntheticPlatformEmitter` type error. originally it refers to `react-native/Libraries/EventEmitter/RCTDeviceEventEmitter` internal file which has incorrect type setup in 0.71. we could use the `react-native.DeviceEventEmitter` instead.- [expo-linking]: remove the deprecated `Linking.removeEventListener` (which is also removed from upstream)- [firebase-recaptcha] remove broken web test because firebase ESM which is not supported by jest. this pr simply remove the test case because the package is deprecated.- [jest-expo-enzyme] remove this package and move to [the archived repo](https://github.com/expo/jest-expo-enzyme). enzyme cannot upgrade to jest 29.- remove `@types/react-native` and the versioned cli package check. because 0.71 ships the types directly.- [ncl] workaround `@react-native-community/slider`, `@react-native-segmented-control/segmented-control`, and `@react-native-masked-view/masked-view` type errors in the `react-native-71-fix.d.ts`.- for other details, please check the commit histories one by one.# Test Plan- ci passed- for test-suite ios ci error, i&apos;ve mentioned in #20799

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Tue, 17 Jan 2023 17:28:20 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>9e302745 - [ems][jest-expo-enzyme] Deprecate the library and remove it from EMS (#19777)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#9e302745</link>
        <description>[ems][jest-expo-enzyme] Deprecate the library and remove it from EMS (#19777)

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Sun, 30 Oct 2022 03:04:58 +0000</pubDate>
        <dc:creator>Brent Vatne &lt;brentvatne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>600afe4b - [html-elements] Fix Android font family (#7303)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#600afe4b</link>
        <description>[html-elements] Fix Android font family (#7303)* Fix Android font family* fix build

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Mon, 09 Mar 2020 20:12:40 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60ea71b8 - [html-elements] Update font sizes (#7044)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#60ea71b8</link>
        <description>[html-elements] Update font sizes (#7044)* Remove Small* Update Text-test.tsx

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Fri, 14 Feb 2020 02:13:26 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>37e143d9 - [html-elements] Use Courier font for Code elements (#7040)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#37e143d9</link>
        <description>[html-elements] Use Courier font for Code elements (#7040)* Use Courier font for code elements* Updated demo screen

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Thu, 13 Feb 2020 05:29:11 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>68675f3e - [html-elements] Update layout elements (#7027)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#68675f3e</link>
        <description>[html-elements] Update layout elements (#7027)* Created new layout elements* Updated docs* Updated small size* updated heading snapshots* lint fix* fix format

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Wed, 12 Feb 2020 23:52:17 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>55058f92 - Created @expo/html-elements (#6986)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android#55058f92</link>
        <description>Created @expo/html-elements (#6986)* Created @expo/html-elements package* Created Anchor element* Created Article* Created Header* Created Main* Created Section* Created Footer* Created P* Created B* Created Strong* Created Strike* Created I* Created Br* Created Hr* Created Code* Created Table elements* Updated text elements* Updated Hr* Created Nav* Created Small* Created Lists* Created Mark* Create Tfooter* Update package.json* Updated docs* Update README.md* Update README.md* Update README.md* Update packages/html-elements/README.mdCo-Authored-By: Brent Vatne &lt;brentvatne@gmail.com&gt;* extract target from anchor* Strike -&gt; Del* Updated headings docs* Update README.md* simplify ts method* removed ts-ignores* Ul =&gt; UL* Ol =&gt; OL* Li =&gt; LI* Hr =&gt; HR* Thead =&gt; THead* Tbody =&gt; TBody* Tfoot =&gt; TFoot* Td =&gt; TD* Br =&gt; BR* Tr =&gt; TR* Th =&gt; TH* Em =&gt; EM* Fix NCL screen* Added E2E tests* Updated .npmignore to remove tests, snapshots, and jest tsconfig* Created Q and BlockQuote* pixels -&gt; value* Added audio tag* Update README.md* update build files* fix view and text styles* Created Time* Update README.md* Update README.md* updated tests* Remove unused tests* Created Pre* Update README.md* Update README.md* Update README.md* Update README.md* internal links* unify blocks* Update README.mdCo-authored-by: Brent Vatne &lt;brentvatne@gmail.com&gt;

            List of files:
            /expo/packages/html-elements/src/elements/__tests__/__snapshots__/Text-test.tsx.snap.android</description>
        <pubDate>Wed, 12 Feb 2020 00:06:34 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
