From 219418d0446c88e26d9a307409fd23d3d717aa3c Mon Sep 17 00:00:00 2001 From: Nick Seryakov Date: Sun, 10 Aug 2025 18:22:13 +0400 Subject: [PATCH] Update react-native-libraries.json --- react-native-libraries.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 101e19663..3cd41856d 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16479,5 +16479,20 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/kolking/react-native-page-indicator", + "npmPkg": "react-native-page-indicator", + "examples": [ + "https://github.com/kolking/react-native-page-indicator/tree/main/example" + ], + "images": [ + "https://user-images.githubusercontent.com/4656448/233733811-9d602089-9f55-403f-b51e-916785c15837.gif" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true } ]