From 678b4da91406faaa16bb359a5508110a97a41b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aravind=20=F0=9F=87=AE=F0=9F=87=B3?= <36630532+aravind3566@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:29:04 +0700 Subject: [PATCH] Add new library sp-react-native-in-app-updates --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index a1d0907d9..410860c6b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19441,5 +19441,12 @@ "npmPkg": "react-native-peekie", "images": ["https://raw.githubusercontent.com/zibs/react-native-peekie/main/example.gif"], "ios": true + }, + { + "githubUrl": "https://github.com/SudoPlz/sp-react-native-in-app-updates", + "npmPkg": "sp-react-native-in-app-updates", + "images": ["https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif"], + "android": true, + "ios": false } ]