<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rafael Targino</title>
    <description>The latest articles on DEV Community by Rafael Targino (@rafael_targino_6d6ecad382).</description>
    <link>https://dev.to/rafael_targino_6d6ecad382</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3682087%2F4494e133-7a23-4dc1-98d5-3f2ab2d9d578.jpg</url>
      <title>DEV Community: Rafael Targino</title>
      <link>https://dev.to/rafael_targino_6d6ecad382</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafael_targino_6d6ecad382"/>
    <language>en</language>
    <item>
      <title>Excited to share: expo-mqtt is now part of the React Native Community!</title>
      <dc:creator>Rafael Targino</dc:creator>
      <pubDate>Wed, 25 Feb 2026 12:16:56 +0000</pubDate>
      <link>https://dev.to/rafael_targino_6d6ecad382/excited-to-share-expo-mqtt-is-now-part-of-the-react-native-community-21op</link>
      <guid>https://dev.to/rafael_targino_6d6ecad382/excited-to-share-expo-mqtt-is-now-part-of-the-react-native-community-21op</guid>
      <description>&lt;p&gt;I’m proud to announce that &lt;strong&gt;expo-mqtt&lt;/strong&gt;, a high-performance &lt;strong&gt;MQTT and AMQP (RabbitMQ)&lt;/strong&gt; client built specifically for &lt;strong&gt;Expo and React Native&lt;/strong&gt;, has officially been included in the &lt;strong&gt;React Native Community&lt;/strong&gt; ecosystem.&lt;/p&gt;

&lt;p&gt;This project was created to solve a real gap in the Expo world:&lt;br&gt;
👉 There was no modern, native, production-ready solution for MQTT and AMQP in Expo projects — especially for apps that require &lt;strong&gt;real-time, bidirectional communication&lt;/strong&gt;.&lt;/p&gt;


&lt;h2&gt;
  
  
  🔥 What is expo-mqtt?
&lt;/h2&gt;

&lt;p&gt;A unified native interface for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔄 &lt;strong&gt;MQTT&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📡 &lt;strong&gt;AMQP (RabbitMQ)&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built using the &lt;strong&gt;Expo Modules API&lt;/strong&gt;, designed for performance and seamless integration with modern mobile apps.&lt;/p&gt;


&lt;h2&gt;
  
  
  ✨ Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🔁 &lt;strong&gt;Unified API&lt;/strong&gt; for MQTT and AMQP&lt;/li&gt;
&lt;li&gt;🚀 &lt;strong&gt;Native performance&lt;/strong&gt; (Swift + Kotlin via Expo Modules)&lt;/li&gt;
&lt;li&gt;📱 &lt;strong&gt;Cross-platform&lt;/strong&gt; (Android, iOS, Web)&lt;/li&gt;
&lt;li&gt;🔔 &lt;strong&gt;Event-driven architecture&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🧩 Works with Expo Dev Client&lt;/li&gt;
&lt;li&gt;⚡ No additional Android configuration&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  💡 Why this matters
&lt;/h2&gt;

&lt;p&gt;MQTT and AMQP are essential for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IoT applications&lt;/li&gt;
&lt;li&gt;Health monitoring systems&lt;/li&gt;
&lt;li&gt;Real-time dashboards&lt;/li&gt;
&lt;li&gt;Remote device control&lt;/li&gt;
&lt;li&gt;Bidirectional push architectures&lt;/li&gt;
&lt;li&gt;Enterprise messaging systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With expo-mqtt, Expo developers can now build &lt;strong&gt;true real-time mobile applications&lt;/strong&gt; without ejecting or relying on WebSocket-only workarounds.&lt;/p&gt;


&lt;h2&gt;
  
  
  📦 Installation
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx expo &lt;span class="nb"&gt;install &lt;/span&gt;expo-mqtt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;iOS:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx pod-install
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🌎 Open Source &amp;amp; Links
&lt;/h2&gt;

&lt;p&gt;📦 NPM:&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/expo-mqtt" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/expo-mqtt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 GitHub:&lt;br&gt;
&lt;a href="https://github.com/rtsouza26/expo-mqtt" rel="noopener noreferrer"&gt;https://github.com/rtsouza26/expo-mqtt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;MIT License © Rafael Targino&lt;/p&gt;




&lt;p&gt;Seeing this project included in the React Native Community is incredibly meaningful. It reinforces the idea that the Expo ecosystem is evolving beyond typical CRUD apps and into &lt;strong&gt;serious real-time infrastructure use cases&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you're building:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IoT platforms&lt;/li&gt;
&lt;li&gt;Health tech solutions&lt;/li&gt;
&lt;li&gt;Smart city apps&lt;/li&gt;
&lt;li&gt;Real-time enterprise tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’d love to connect and hear about your use case.&lt;/p&gt;

&lt;p&gt;Let’s push Expo and React Native into the real-time future 🚀&lt;/p&gt;

&lt;h1&gt;
  
  
  ReactNative #Expo #MQTT #RabbitMQ #IoT #OpenSource #MobileDevelopment #RealTime #JavaScript #TypeScript
&lt;/h1&gt;

</description>
      <category>mobile</category>
      <category>reactnative</category>
      <category>mqtt</category>
      <category>npm</category>
    </item>
  </channel>
</rss>
