From 6ffb25224ec7b6c642839f4f70142d3854a3d727 Mon Sep 17 00:00:00 2001 From: "MD. MOHIBUR RAHMAN" <35300157+mrpmohiburrahman@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:09:53 +0600 Subject: [PATCH] Add react-native-squish-button (#1036) --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index e5b5da90..c6fdda22 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -9793,5 +9793,13 @@ "ios": true, "android": true, "expo": true + }, + { + "githubUrl": "https://github.com/mrpmohiburrahman/react-native-squish-button", + "examples": ["https://github.com/mrpmohiburrahman/react-native-squish-button/tree/main/example"], + "ios": true, + "android": true, + "web": true, + "expo": true } ]