From 30bc4380aa7d75041bcd1bc5eaa833c3206baa39 Mon Sep 17 00:00:00 2001 From: Fabrizio Beccaceci <0123fabri@gmail.com> Date: Wed, 13 Aug 2025 15:40:40 +0200 Subject: [PATCH] Add react-native-fast-squircle package --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2bc91d852..d1cd39591 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16590,5 +16590,12 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/fbeccaceci/react-native-fast-squircle", + "npmPkg": "react-native-fast-squircle", + "ios": true, + "android": true, + "newArchitecture": true } ]