From 4d1beb615a3fbbfb9671834a447f1d3890478185 Mon Sep 17 00:00:00 2001 From: Rafael Targino Souza Date: Tue, 24 Feb 2026 13:32:43 -0300 Subject: [PATCH 1/5] Add expo-mqtt library to react-native-libraries.json --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8344552e..34157337 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19788,5 +19788,14 @@ "ios": true, "android": true, "expoGo": true + }, + { + "githubUrl": "https://github.com/rtsouza26/expo-mqtt", + "examples": [ + "https://github.com/rtsouza26/expo-mqtt/example" + ], + "ios": true, + "android": true, + "newArchitecture": true } ] From f2cfa8a72daffd422ac8cc614f6c6ba89b66efea Mon Sep 17 00:00:00 2001 From: Rafael Targino Souza Date: Tue, 24 Feb 2026 13:50:07 -0300 Subject: [PATCH 2/5] Add expo-mqtt library to react-native-libraries.json --- react-native-libraries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 34157337..518d50e0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19791,6 +19791,7 @@ }, { "githubUrl": "https://github.com/rtsouza26/expo-mqtt", + "npmPkg":"expo-mqtt", "examples": [ "https://github.com/rtsouza26/expo-mqtt/example" ], From c1349b2a295db831109674f6f279df9ae50c381e Mon Sep 17 00:00:00 2001 From: Rafael Targino Souza Date: Tue, 24 Feb 2026 19:08:04 -0300 Subject: [PATCH 3/5] Add expo-mqtt library to react-native-libraries.json --- react-native-libraries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 518d50e0..0c81c16a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19790,6 +19790,7 @@ "expoGo": true }, { + "githubUrl": "https://github.com/rtsouza26/expo-mqtt", "npmPkg":"expo-mqtt", "examples": [ From 369de339085ba146604fac6e752e01450e753e30 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 25 Feb 2026 09:53:02 +0100 Subject: [PATCH 4/5] cleanup entry, fix lint --- react-native-libraries.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 0c81c16a..a3415958 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19790,12 +19790,9 @@ "expoGo": true }, { - "githubUrl": "https://github.com/rtsouza26/expo-mqtt", - "npmPkg":"expo-mqtt", - "examples": [ - "https://github.com/rtsouza26/expo-mqtt/example" - ], + "npmPkg": "expo-mqtt", + "examples": ["https://github.com/rtsouza26/expo-mqtt/example"], "ios": true, "android": true, "newArchitecture": true From 4ab83ba7b4ff62b10e2ddc968a24e53e2fdf11a5 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 25 Feb 2026 09:54:11 +0100 Subject: [PATCH 5/5] formatting fixes --- react-native-libraries.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index a3415958..0a0a3f00 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19789,9 +19789,8 @@ "android": true, "expoGo": true }, - { + { "githubUrl": "https://github.com/rtsouza26/expo-mqtt", - "npmPkg": "expo-mqtt", "examples": ["https://github.com/rtsouza26/expo-mqtt/example"], "ios": true, "android": true,