<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://tunney.dev</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>How do I test Accessibility Actions in React Native?</title>
          <link>https://tunney.dev/blog/accessibility-actions-best-practices</link>
          <description>Learn how to test accessibility actions programmatically with React Native Testing Library and validate them across platforms.</description>
          <pubDate>Wed, 07 Aug 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>What are Accessibility Actions in React Native?</title>
          <link>https://tunney.dev/blog/accessibility-actions</link>
          <description>Learn how to implement accessible custom actions in React Native that work seamlessly with VoiceOver and TalkBack.</description>
          <pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Dynamically Changing Icon Color on Hover in React Native</title>
          <link>https://tunney.dev/blog/changing-icon-hover-color</link>
          <description>Leveraging these techniques will help create intuitive and engaging applications that feel responsive and alive across all platforms.</description>
          <pubDate>Wed, 03 Jul 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Choosing the Right Component Name: A Guide</title>
          <link>https://tunney.dev/blog/choosing-the-right-name</link>
          <description>Choosing the right names for your UI components can be as crucial as their implementation. The right name reduces the cognitive load on developers and can even enhance the design by making it more intuitive.</description>
          <pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Crafting a Testing Strategy for React Native Frontend Apps</title>
          <link>https://tunney.dev/blog/crafting-a-testing-strategy</link>
          <description>By clearly understanding the scope and purpose of each testing level, you can craft a comprehensive testing approach that ensures your React Native frontend app is not only bug-free but also delivers a great user experience.</description>
          <pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>