From 0ca4e465c9394896db8c91a3389fd73282698cd8 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Fri, 27 Dec 2024 00:00:31 +0100 Subject: [PATCH] Add react-native-nitro-haptics --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 40ebb81c..9c8415a3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13210,5 +13210,15 @@ "examples": ["https://github.com/aravind3566/react-native-install-unknown-apps/tree/main/example"], "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/oblador/react-native-nitro-haptics", + "npmPkg": "react-native-nitro-haptics", + "examples": [ + "https://github.com/oblador/react-native-nitro-haptics/tree/master/example" + ], + "ios": true, + "android": true, + "newArchitecture": true } ]