From d4564adf7a890e895f7181fd76c613f852535313 Mon Sep 17 00:00:00 2001 From: Deepak Yadav <76097094+deepktp@users.noreply.github.com> Date: Thu, 8 May 2025 11:21:01 +0530 Subject: [PATCH] Update react-native-libraries.json add "@rn-vui/ratings" Added new library `@rn-vui/ratings` forked from `react-native-ratings` that is not updated in last 4 years on NPM and no update on github from last year. Also original library does not work with React Native 0.79 . --- react-native-libraries.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 4b1b1dae6..8c1521d5b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14727,5 +14727,19 @@ "https://github.com/alanjhughes/expo-shazamkit/tree/main/example" ], "ios": true + }, + { + "githubUrl": "https://github.com/deepktp/react-native-vikalp-ratings", + "npmPkg": "@rn-vui/ratings", + "images": [ + "https://raw.githubusercontent.com/deepktp/react-native-vikalp-ratings/master/resources/tap_rating_1.png", + "https://raw.githubusercontent.com/deepktp/react-native-vikalp-ratings/master/resources/tap_rating_2.png", + "https://raw.githubusercontent.com/deepktp/react-native-viaklp-ratings/master/resources/swipe_rating_1.png", + "https://raw.githubusercontent.com/deepktp/react-native-vikalp-ratings/master/resources/swipe_rating_2.png" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true } ]