From e64c39b7c6e57392e83aecb435810c825daf690c Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Wed, 30 Apr 2025 08:22:54 +0530 Subject: [PATCH] added example and images for visibility sensor lib --- react-native-libraries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index e156e4a6c..57c6bbc2c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12863,6 +12863,12 @@ { "githubUrl": "https://github.com/JairajJangle/react-native-visibility-sensor", "npmPkg": "@futurejj/react-native-visibility-sensor", + "examples": [ + "https://github.com/JairajJangle/react-native-visibility-sensor/tree/main/example" + ], + "images": [ + "https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExYTlsaGEyaXd4ZDdicWdtYnM4d3FibWltZjJwd3RrOG80b2pzemQ4dCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/hNCfKTz7YMuDPIM7eV/giphy.gif" + ], "android": true, "ios": true, "web": true,