From 9ed834666d476c3d552bfea8adc5513b819505bb Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Sat, 21 Jun 2025 21:24:04 +0530 Subject: [PATCH 1/6] fix: preserve npm download data for scoped packages (#1640) Scoped packages (starting with @) were losing their download counts because individual npm data was being overwritten during bulk merge. Now preserves existing npm data while still filling regular packages. --- scripts/build-and-score-data.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build-and-score-data.ts b/scripts/build-and-score-data.ts index 0775508d3..aba1c2162 100644 --- a/scripts/build-and-score-data.ts +++ b/scripts/build-and-score-data.ts @@ -130,6 +130,9 @@ async function buildAndScoreData() { data = data.map(project => ({ ...project, npm: { + // Keep existing npm data (for scoped packages processed individually) + ...project.npm, + // Add bulk query results (for regular packages) ...(downloadsList.find(entry => entry.name === project.npmPkg)?.npm ?? {}), // ...(downloadsListWeek.find(entry => entry.name === project.npmPkg)?.npm ?? {}), }, From e6f721694045792279a261819b20873d43c5e944 Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:19:57 +0530 Subject: [PATCH 2/6] chore: updated assets/data.json to reflect #1727 fixes for development purposes --- assets/data.json | 35481 ++++++++++++++++++++++++++++++--------------- 1 file changed, 24114 insertions(+), 11367 deletions(-) diff --git a/assets/data.json b/assets/data.json index b8f772d86..be0dc199d 100644 --- a/assets/data.json +++ b/assets/data.json @@ -727,7 +727,7 @@ "forks": 35, "issues": 10, "subscribers": 4, - "stars": 505 + "stars": 523 }, "name": "react-native-logs", "fullName": "mowispace/react-native-logs", @@ -772,13 +772,14 @@ }, "npmPkg": "react-native-logs", "npm": { - "downloads": 162673, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 179904, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -808,7 +809,7 @@ "updatedAt": "2022-04-17T09:35:53Z", "createdAt": "2018-02-15T14:15:10Z", "pushedAt": "2022-04-17T09:35:53Z", - "forks": 34, + "forks": 33, "issues": 7, "subscribers": 4, "stars": 251 @@ -843,9 +844,9 @@ "unmaintained": true, "npmPkg": "react-native-gl-image-filters", "npm": { - "downloads": 148, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 269, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -853,7 +854,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.72, "topicSearchString": "react-native gl-react gl-react-native image-filters gl-react-expo gl-react-dom expo gl opengl react" }, { @@ -862,9 +863,6 @@ "android": true, "web": true, "expoGo": true, - "examples": [ - "https://github.com/Iconscout/react-native-unicons/tree/master/example" - ], "npmPkg": "@iconscout/react-native-unicons", "github": { "urls": { @@ -880,10 +878,10 @@ "updatedAt": "2024-12-03T07:11:31Z", "createdAt": "2019-07-28T12:24:10Z", "pushedAt": "2024-12-03T07:11:31Z", - "forks": 13, - "issues": 8, + "forks": 15, + "issues": 10, "subscribers": 4, - "stars": 27 + "stars": 28 }, "name": "@iconscout/react-native-unicons", "fullName": "Iconscout/react-native-unicons", @@ -915,12 +913,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1925, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native unicons icons iconscout vector vector-icons" }, { @@ -948,7 +952,7 @@ "forks": 26, "issues": 0, "subscribers": 10, - "stars": 123 + "stars": 125 }, "name": "react-native-photoeditorsdk", "fullName": "imgly/pesdk-react-native", @@ -990,9 +994,9 @@ "isArchived": false }, "npm": { - "downloads": 8347, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5502, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -1023,10 +1027,10 @@ "updatedAt": "2025-01-06T13:18:37Z", "createdAt": "2019-10-29T08:56:40Z", "pushedAt": "2025-01-06T13:18:37Z", - "forks": 31, + "forks": 32, "issues": 0, "subscribers": 10, - "stars": 150 + "stars": 156 }, "name": "react-native-videoeditorsdk", "fullName": "imgly/vesdk-react-native", @@ -1066,9 +1070,9 @@ "isArchived": false }, "npm": { - "downloads": 5161, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4062, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -1082,7 +1086,7 @@ "githubUrl": "https://github.com/ivpusic/react-native-image-crop-picker", "ios": true, "android": true, - "newArchitecture": false, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/ivpusic/react-native-image-crop-picker", @@ -1094,13 +1098,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-14T08:40:35Z", + "updatedAt": "2025-05-29T22:19:47Z", "createdAt": "2016-05-17T14:25:03Z", - "pushedAt": "2025-03-14T08:40:35Z", - "forks": 1447, - "issues": 793, - "subscribers": 74, - "stars": 6226 + "pushedAt": "2025-05-29T22:19:47Z", + "forks": 1457, + "issues": 515, + "subscribers": 73, + "stars": 6241 }, "name": "react-native-image-crop-picker", "fullName": "ivpusic/react-native-image-crop-picker", @@ -1129,29 +1133,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.42.0", - "tagName": "v0.42.0", - "createdAt": "2025-01-16T23:16:51Z", - "publishedAt": "2025-01-16T23:18:03Z", + "name": "v0.50.0", + "tagName": "v0.50.0", + "createdAt": "2025-05-29T21:53:46Z", + "publishedAt": "2025-05-29T21:54:39Z", "isPrerelease": false }, "hasTypes": false, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-image-crop-picker", "npm": { - "downloads": 645825, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 484543, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 89, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Not supporting New Architecture" + "Recently updated" ], "popularity": 0.028, "topicSearchString": "react native react-native image picker crop cropping multiple camera video ios android recording" @@ -1208,16 +1212,16 @@ "unmaintained": true, "npmPkg": "react-native-resegmented-control", "npm": { - "downloads": 243, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 168, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.72, "topicSearchString": "react-native segmented control resegmented uisegmentedcontrol segmentedcontrolios segmented-control" }, { @@ -1267,15 +1271,15 @@ }, "npmPkg": "react-native-scales", "npm": { - "downloads": 17, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.291, + "popularity": -0.314, "topicSearchString": "khtwah step react-native dimensions" }, { @@ -1333,16 +1337,16 @@ }, "npmPkg": "react-native-redux", "npm": { - "downloads": 1086, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 211, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.322, "topicSearchString": "khtwah reactnative redux react-redux redux-persist react react-native react-hooks reactjs redux-thunk redux-store redux-actions" }, { @@ -1382,13 +1386,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.85, "topicSearchString": "react-native" }, { @@ -1413,7 +1422,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 62 + "stars": 63 }, "name": "react-native-toastboard", "fullName": "MAKARD/react-native-toastboard", @@ -1448,15 +1457,15 @@ }, "npmPkg": "react-native-toastboard", "npm": { - "downloads": 314, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 431, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.222, "topicSearchString": "native react react-native toast toastboard toaster notifications" }, { @@ -1489,13 +1498,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-10T16:44:49Z", + "updatedAt": "2025-06-19T09:47:06Z", "createdAt": "2019-03-28T08:50:26Z", - "pushedAt": "2025-04-10T16:44:49Z", - "forks": 328, - "issues": 34, - "subscribers": 47, - "stars": 1033 + "pushedAt": "2025-06-19T09:47:06Z", + "forks": 340, + "issues": 36, + "subscribers": 45, + "stars": 1056 }, "name": "stream-chat-react-native", "fullName": "GetStream/stream-chat-react-native", @@ -1507,9 +1516,9 @@ "isArchived": false }, "npm": { - "downloads": 34562, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38021, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -1554,13 +1563,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-10T16:44:49Z", + "updatedAt": "2025-06-19T09:47:06Z", "createdAt": "2019-03-28T08:50:26Z", - "pushedAt": "2025-04-10T16:44:49Z", - "forks": 328, - "issues": 34, - "subscribers": 47, - "stars": 1033 + "pushedAt": "2025-06-19T09:47:06Z", + "forks": 340, + "issues": 36, + "subscribers": 45, + "stars": 1056 }, "name": "stream-chat-expo", "fullName": "GetStream/stream-chat-react-native", @@ -1572,9 +1581,9 @@ "isArchived": false }, "npm": { - "downloads": 46465, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 56026, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -1639,9 +1648,9 @@ "unmaintained": true, "npmPkg": "react-native-units", "npm": { - "downloads": 14, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -1705,22 +1714,23 @@ "unmaintained": true, "npmPkg": "react-native-shake-event", "npm": { - "downloads": 56, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.814, + "popularity": -0.805, "topicSearchString": "android ios native react react-component react-native component shake shake-event shake-event-android shake-event-ios" }, { "githubUrl": "https://github.com/crazycodeboy/react-native-splash-screen", "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/crazycodeboy/react-native-splash-screen", @@ -1735,10 +1745,10 @@ "updatedAt": "2021-12-05T14:33:15Z", "createdAt": "2016-09-14T10:43:55Z", "pushedAt": "2021-12-05T14:33:15Z", - "forks": 1049, - "issues": 362, + "forks": 1051, + "issues": 363, "subscribers": 62, - "stars": 5644 + "stars": 5657 }, "name": "react-native-splash-screen", "fullName": "crazycodeboy/react-native-splash-screen", @@ -1777,9 +1787,9 @@ "unmaintained": true, "npmPkg": "react-native-splash-screen", "npm": { - "downloads": 512141, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 544888, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -1814,8 +1824,8 @@ "pushedAt": "2025-01-15T20:21:05Z", "forks": 13, "issues": 8, - "subscribers": 2, - "stars": 569 + "subscribers": 3, + "stars": 584 }, "name": "pinar", "fullName": "kristerkari/pinar", @@ -1856,9 +1866,9 @@ }, "npmPkg": "pinar", "npm": { - "downloads": 10857, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12138, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -1921,16 +1931,16 @@ "unmaintained": true, "npmPkg": "react-native-google-photos", "npm": { - "downloads": 91, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.828, + "popularity": -0.82, "topicSearchString": "react-native video mp4upload google-photos downloader ios android blogger cloudvideo" }, { @@ -1989,16 +1999,16 @@ }, "npmPkg": "react-native-reader", "npm": { - "downloads": 409, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 197, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.22, "topicSearchString": "readability reader react-native ios-reader android-reader safari-reader" }, { @@ -2052,16 +2062,16 @@ }, "npmPkg": "react-native-columns", "npm": { - "downloads": 29, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.816, + "popularity": -0.85, "topicSearchString": "android column columns ios react-native component resize" }, { @@ -2070,6 +2080,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/kristerkari/react-native-svg-transformer", @@ -2081,13 +2092,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-19T20:00:16Z", + "updatedAt": "2025-05-02T17:07:24Z", "createdAt": "2018-08-02T19:29:21Z", - "pushedAt": "2025-02-19T20:00:16Z", - "forks": 113, - "issues": 78, + "pushedAt": "2025-05-02T17:07:24Z", + "forks": 117, + "issues": 82, "subscribers": 7, - "stars": 1652 + "stars": 1673 }, "name": "react-native-svg-transformer", "fullName": "kristerkari/react-native-svg-transformer", @@ -2107,10 +2118,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.5.0", - "tagName": "v1.5.0", - "createdAt": "2024-07-09T19:24:02Z", - "publishedAt": "2024-07-09T19:31:52Z", + "name": "1.5.1", + "tagName": "v1.5.1", + "createdAt": "2025-05-02T17:07:24Z", + "publishedAt": "2025-05-02T17:08:31Z", "isPrerelease": false }, "hasTypes": false, @@ -2119,9 +2130,9 @@ }, "npmPkg": "react-native-svg-transformer", "npm": { - "downloads": 1959022, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2313447, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -2187,9 +2198,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-asset-plugin", "npm": { - "downloads": 29179, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38389, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -2255,16 +2266,16 @@ }, "npmPkg": "react-native-apple-ads-attribution", "npm": { - "downloads": 30, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.817, + "popularity": -0.85, "topicSearchString": "react-native react-component react-components react native ios component apple search ads attribution api iad attributiondetails" }, { @@ -2327,16 +2338,16 @@ "unmaintained": true, "npmPkg": "react-native-formawesome", "npm": { - "downloads": 89, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.816, + "popularity": -0.85, "topicSearchString": "ui native react react-native validation class-validator validate.js form react-formawesome-core" }, { @@ -2357,10 +2368,10 @@ "updatedAt": "2024-01-29T13:16:01Z", "createdAt": "2018-09-14T14:48:56Z", "pushedAt": "2024-01-29T13:16:01Z", - "forks": 60, + "forks": 59, "issues": 0, "subscribers": 7, - "stars": 212 + "stars": 211 }, "name": "rn-secure-storage", "fullName": "talut/rn-secure-storage", @@ -2401,9 +2412,9 @@ }, "npmPkg": "rn-secure-storage", "npm": { - "downloads": 18125, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18263, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -2457,9 +2468,9 @@ "unmaintained": true, "npmPkg": "react-native-sideswipe", "npm": { - "downloads": 2367, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1839, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -2468,7 +2479,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "" }, { @@ -2515,16 +2526,16 @@ "unmaintained": true, "npmPkg": "react-native-navybits-date-time-picker", "npm": { - "downloads": 154, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.72, "topicSearchString": "react-native" }, { @@ -2587,16 +2598,16 @@ "unmaintained": true, "npmPkg": "react-native-image-cache-wrapper", "npm": { - "downloads": 447, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 312, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.721, "topicSearchString": "cache cached-image image-cache image imagebackground react-component react-native android ios" }, { @@ -2619,7 +2630,7 @@ "forks": 3, "issues": 4, "subscribers": 4, - "stars": 65 + "stars": 66 }, "name": "react-native-super-ellipse-mask", "fullName": "everdrone/react-native-super-ellipse-mask", @@ -2654,16 +2665,16 @@ "unmaintained": true, "npmPkg": "react-native-super-ellipse-mask", "npm": { - "downloads": 76, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.711, + "popularity": -0.714, "topicSearchString": "react-native squircle smooth rounded superellipse curvature continuity mask view apple smooth-corners corners rounded-corners" }, { @@ -2719,9 +2730,9 @@ "unmaintained": true, "npmPkg": "react-native-file-selector", "npm": { - "downloads": 113, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 157, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -2729,7 +2740,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.718, "topicSearchString": "react-native andriod ios" }, { @@ -2778,9 +2789,9 @@ }, "npmPkg": "react-native-material-shadows", "npm": { - "downloads": 10, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -2844,16 +2855,16 @@ }, "npmPkg": "react-native-about-libraries", "npm": { - "downloads": 682, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 277, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.721, "topicSearchString": "react-native android ios" }, { @@ -2909,16 +2920,16 @@ }, "npmPkg": "react-native-siri-wave-view", "npm": { - "downloads": 71, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.723, "topicSearchString": "react-native android ios" }, { @@ -2974,16 +2985,16 @@ "unmaintained": true, "npmPkg": "react-native-lock-screen", "npm": { - "downloads": 88, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 55, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.732, "topicSearchString": "react-native android ios" }, { @@ -3039,16 +3050,16 @@ "unmaintained": true, "npmPkg": "react-native-styled-dialogs", "npm": { - "downloads": 38, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.7, "topicSearchString": "react-native android ios" }, { @@ -3073,7 +3084,7 @@ "forks": 8, "issues": 2, "subscribers": 7, - "stars": 164 + "stars": 165 }, "name": "react-native-morphing-text", "fullName": "prscX/react-native-morphing-text", @@ -3104,16 +3115,16 @@ }, "npmPkg": "react-native-morphing-text", "npm": { - "downloads": 26, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.712, + "popularity": -0.625, "topicSearchString": "react-native android ios" }, { @@ -3170,9 +3181,9 @@ "unmaintained": true, "npmPkg": "react-native-chip-view", "npm": { - "downloads": 856, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1410, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -3201,10 +3212,10 @@ "updatedAt": "2025-04-15T08:57:11Z", "createdAt": "2016-10-03T14:50:16Z", "pushedAt": "2025-04-15T08:57:11Z", - "forks": 93, + "forks": 95, "issues": 3, "subscribers": 33, - "stars": 322 + "stars": 325 }, "name": "instabug-reactnative", "fullName": "Instabug/Instabug-React-Native", @@ -3243,14 +3254,13 @@ }, "npmPkg": "instabug-reactnative", "npm": { - "downloads": 51279, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59264, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -3283,10 +3293,10 @@ "updatedAt": "2024-06-10T16:19:16Z", "createdAt": "2015-10-25T21:05:29Z", "pushedAt": "2024-06-10T16:19:16Z", - "forks": 59, + "forks": 58, "issues": 3, "subscribers": 11, - "stars": 565 + "stars": 569 }, "name": "react-native-tableview-simple", "fullName": "Purii/react-native-tableview-simple", @@ -3324,9 +3334,9 @@ }, "npmPkg": "react-native-tableview-simple", "npm": { - "downloads": 2501, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2914, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -3395,16 +3405,16 @@ }, "npmPkg": "react-native-localizable", "npm": { - "downloads": 12, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 13, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.767, + "popularity": -0.773, "topicSearchString": "react-native react-component localizable ios android localization native javascript" }, { @@ -3426,10 +3436,10 @@ "updatedAt": "2021-03-26T18:09:38Z", "createdAt": "2015-08-03T17:10:14Z", "pushedAt": "2021-03-26T18:09:38Z", - "forks": 867, + "forks": 866, "issues": 224, "subscribers": 77, - "stars": 2986 + "stars": 2984 }, "name": "react-native-fbsdk", "fullName": "facebookarchive/react-native-fbsdk", @@ -3464,9 +3474,9 @@ }, "npmPkg": "react-native-fbsdk", "npm": { - "downloads": 104929, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20427, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -3501,7 +3511,7 @@ "forks": 33, "issues": 5, "subscribers": 2, - "stars": 317 + "stars": 324 }, "name": "react-native-simple-toast", "fullName": "vonovak/react-native-simple-toast", @@ -3533,9 +3543,9 @@ }, "npmPkg": "react-native-simple-toast", "npm": { - "downloads": 101121, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 97139, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -3571,7 +3581,7 @@ "forks": 65, "issues": 6, "subscribers": 9, - "stars": 916 + "stars": 921 }, "name": "react-navigation-header-buttons", "fullName": "vonovak/react-navigation-header-buttons", @@ -3605,14 +3615,15 @@ }, "npmPkg": "react-navigation-header-buttons", "npm": { - "downloads": 14425, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19814, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -3676,16 +3687,16 @@ "unmaintained": true, "npmPkg": "react-native-d3multiline-chart", "npm": { - "downloads": 203, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 226, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.723, "topicSearchString": "animated multiline drawing line scatterpoint charts d3.js d3v4 android ios svg multiline-graph line-graph scatterpoint-graph d3js" }, { @@ -3710,7 +3721,7 @@ "forks": 11, "issues": 0, "subscribers": 4, - "stars": 48 + "stars": 49 }, "name": "react-native-bottom-toolbar", "fullName": "vonovak/react-native-bottom-toolbar", @@ -3751,16 +3762,16 @@ "unmaintained": true, "npmPkg": "react-native-bottom-toolbar", "npm": { - "downloads": 411, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 541, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.472, "topicSearchString": "react native ios toolbar bottom bar tabs react-native menubar menu tabbar android" }, { @@ -3785,7 +3796,7 @@ "forks": 16, "issues": 1, "subscribers": 4, - "stars": 393 + "stars": 392 }, "name": "react-navigation-props-mapper", "fullName": "vonovak/react-navigation-props-mapper", @@ -3818,9 +3829,9 @@ "unmaintained": true, "npmPkg": "react-navigation-props-mapper", "npm": { - "downloads": 16091, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10022, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -3849,10 +3860,10 @@ "updatedAt": "2024-10-25T11:59:53Z", "createdAt": "2017-04-17T16:58:48Z", "pushedAt": "2024-10-25T11:59:53Z", - "forks": 100, + "forks": 101, "issues": 39, "subscribers": 5, - "stars": 358 + "stars": 357 }, "name": "react-native-add-calendar-event", "fullName": "vonovak/react-native-add-calendar-event", @@ -3880,13 +3891,14 @@ }, "npmPkg": "react-native-add-calendar-event", "npm": { - "downloads": 115646, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 69742, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -3913,7 +3925,7 @@ "forks": 45, "issues": 9, "subscribers": 8, - "stars": 633 + "stars": 632 }, "name": "react-native-bottom-action-sheet", "fullName": "prscX/react-native-bottom-action-sheet", @@ -3945,9 +3957,9 @@ "unmaintained": true, "npmPkg": "react-native-bottom-action-sheet", "npm": { - "downloads": 439, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 245, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -3955,7 +3967,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.721, "topicSearchString": "react-native android ios" }, { @@ -3970,6 +3982,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/callstack/react-native-paper", @@ -3981,13 +3994,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T12:30:11Z", + "updatedAt": "2025-06-17T14:20:59Z", "createdAt": "2016-10-19T05:56:53Z", - "pushedAt": "2025-04-16T12:30:11Z", - "forks": 2103, - "issues": 306, - "subscribers": 122, - "stars": 13530 + "pushedAt": "2025-06-17T14:20:59Z", + "forks": 2116, + "issues": 228, + "subscribers": 121, + "stars": 13723 }, "name": "react-native-paper", "fullName": "callstack/react-native-paper", @@ -4012,10 +4025,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.13.2", - "tagName": "v5.13.2", - "createdAt": "2025-04-16T12:30:31Z", - "publishedAt": "2025-04-16T12:30:37Z", + "name": "Release 5.14.5", + "tagName": "v5.14.5", + "createdAt": "2025-05-20T11:09:33Z", + "publishedAt": "2025-05-20T11:09:38Z", "isPrerelease": false }, "hasTypes": true, @@ -4024,9 +4037,9 @@ }, "npmPkg": "react-native-paper", "npm": { - "downloads": 1061019, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1105608, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -4093,9 +4106,9 @@ "unmaintained": true, "npmPkg": "react-native-popover-menu", "npm": { - "downloads": 164, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 138, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -4103,7 +4116,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.721, "topicSearchString": "react-native android ios" }, { @@ -4164,16 +4177,16 @@ "unmaintained": true, "npmPkg": "react-native-face-pile", "npm": { - "downloads": 250, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 243, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.725, "topicSearchString": "facepile face-pile react-native avatar-group avatar-list circle-avatar-list faces" }, { @@ -4224,9 +4237,9 @@ }, "npmPkg": "react-native-asyncstorage", "npm": { - "downloads": 15, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -4257,7 +4270,7 @@ "forks": 36, "issues": 12, "subscribers": 7, - "stars": 355 + "stars": 354 }, "name": "react-native-shine-button", "fullName": "prscX/react-native-shine-button", @@ -4289,9 +4302,9 @@ "unmaintained": true, "npmPkg": "react-native-shine-button", "npm": { - "downloads": 58, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -4299,7 +4312,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.71, "topicSearchString": "react-native android ios" }, { @@ -4355,9 +4368,9 @@ }, "npmPkg": "react-native-iconic", "npm": { - "downloads": 44, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -4365,7 +4378,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.705, + "popularity": -0.75, "topicSearchString": "react-native android ios" }, { @@ -4419,16 +4432,16 @@ "unmaintained": true, "npmPkg": "react-native-download-button", "npm": { - "downloads": 52, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.712, + "popularity": -0.75, "topicSearchString": "react-native" }, { @@ -4451,8 +4464,8 @@ "pushedAt": "2020-07-18T11:10:48Z", "forks": 29, "issues": 6, - "subscribers": 18, - "stars": 532 + "subscribers": 17, + "stars": 531 }, "name": "react-native-spruce", "fullName": "prscX/react-native-spruce", @@ -4484,9 +4497,9 @@ "unmaintained": true, "npmPkg": "react-native-spruce", "npm": { - "downloads": 95, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 56, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -4494,7 +4507,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.729, + "popularity": -0.714, "topicSearchString": "react-native android ios" }, { @@ -4520,7 +4533,7 @@ "forks": 33, "issues": 16, "subscribers": 12, - "stars": 310 + "stars": 311 }, "name": "react-reactive-form", "fullName": "bietkul/react-reactive-form", @@ -4555,9 +4568,9 @@ "unmaintained": true, "npmPkg": "react-reactive-form", "npm": { - "downloads": 8416, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23971, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -4591,7 +4604,7 @@ "forks": 107, "issues": 9, "subscribers": 29, - "stars": 3459 + "stars": 3497 }, "name": "react-native-typography", "fullName": "hectahertz/react-native-typography", @@ -4629,9 +4642,9 @@ }, "npmPkg": "react-native-typography", "npm": { - "downloads": 22896, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27609, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -4685,16 +4698,16 @@ }, "npmPkg": "react-native-buttonex", "npm": { - "downloads": 82, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.826, + "popularity": -0.85, "topicSearchString": "button react-native ios android expo" }, { @@ -4746,8 +4759,8 @@ "npmPkg": "react-native-mirror", "npm": { "downloads": 62, - "start": "2025-03-16", - "end": "2025-04-14" + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -4812,16 +4825,16 @@ "unmaintained": true, "npmPkg": "react-native-viewpager-carousel", "npm": { - "downloads": 170, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 154, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.724, "topicSearchString": "react react-native viewpager carousel rondell android ios tabbar pager-component swipe swipeview" }, { @@ -4875,9 +4888,9 @@ "unmaintained": true, "npmPkg": "react-native-event-listeners", "npm": { - "downloads": 91071, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 86309, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -4906,10 +4919,10 @@ "updatedAt": "2021-03-12T17:06:03Z", "createdAt": "2015-07-09T12:25:55Z", "pushedAt": "2021-03-12T17:06:03Z", - "forks": 433, + "forks": 431, "issues": 138, "subscribers": 20, - "stars": 965 + "stars": 964 }, "name": "react-native-signature-capture", "fullName": "RepairShopr/react-native-signature-capture", @@ -4935,9 +4948,9 @@ "unmaintained": true, "npmPkg": "react-native-signature-capture", "npm": { - "downloads": 54325, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57332, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -4969,10 +4982,10 @@ "updatedAt": "2025-02-11T15:01:48Z", "createdAt": "2017-04-25T15:12:58Z", "pushedAt": "2025-02-11T15:01:48Z", - "forks": 536, - "issues": 345, + "forks": 542, + "issues": 360, "subscribers": 15, - "stars": 1653 + "stars": 1678 }, "name": "react-native-pdf", "fullName": "wonday/react-native-pdf", @@ -5009,9 +5022,9 @@ }, "npmPkg": "react-native-pdf", "npm": { - "downloads": 1421896, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1020080, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -5045,7 +5058,7 @@ "forks": 306, "issues": 84, "subscribers": 10, - "stars": 575 + "stars": 577 }, "name": "react-native-multiple-select", "fullName": "toystars/react-native-multiple-select", @@ -5077,9 +5090,9 @@ }, "npmPkg": "react-native-multiple-select", "npm": { - "downloads": 25921, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18933, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -5097,6 +5110,7 @@ "ios": true, "android": true, "windows": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/wonday/react-native-orientation-locker", @@ -5111,10 +5125,10 @@ "updatedAt": "2024-10-04T08:19:32Z", "createdAt": "2017-05-15T06:06:59Z", "pushedAt": "2024-10-04T08:19:32Z", - "forks": 253, + "forks": 255, "issues": 122, "subscribers": 9, - "stars": 773 + "stars": 777 }, "name": "react-native-orientation-locker", "fullName": "wonday/react-native-orientation-locker", @@ -5150,9 +5164,9 @@ }, "npmPkg": "react-native-orientation-locker", "npm": { - "downloads": 446247, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 403503, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -5181,13 +5195,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-26T00:36:45Z", + "updatedAt": "2025-06-16T20:59:03Z", "createdAt": "2016-02-19T11:03:31Z", - "pushedAt": "2025-02-26T00:36:45Z", - "forks": 365, - "issues": 99, + "pushedAt": "2025-06-16T20:59:03Z", + "forks": 367, + "issues": 80, "subscribers": 51, - "stars": 1573 + "stars": 1575 }, "name": "react-native-onesignal", "fullName": "OneSignal/react-native-onesignal", @@ -5217,10 +5231,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "Release 5.2.9", - "tagName": "5.2.9", - "createdAt": "2025-02-26T19:55:21Z", - "publishedAt": "2025-02-26T20:15:56Z", + "name": "5.2.12", + "tagName": "5.2.12", + "createdAt": "2025-05-29T15:09:27Z", + "publishedAt": "2025-05-29T15:14:31Z", "isPrerelease": false }, "hasTypes": true, @@ -5229,15 +5243,16 @@ }, "npmPkg": "react-native-onesignal", "npm": { - "downloads": 194265, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 222075, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 62, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -5304,16 +5319,16 @@ }, "npmPkg": "react-native-linkedin-login", "npm": { - "downloads": 74, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 194, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.724, "topicSearchString": "react react-component react-native native ios android linkedin login sdk linkedin-sdk signin" }, { @@ -5336,10 +5351,10 @@ "updatedAt": "2018-10-02T17:00:32Z", "createdAt": "2015-04-12T00:34:59Z", "pushedAt": "2018-10-02T17:00:32Z", - "forks": 352, + "forks": 349, "issues": 154, - "subscribers": 51, - "stars": 2534 + "subscribers": 50, + "stars": 2535 }, "name": "react-native-drawer", "fullName": "root-two/react-native-drawer", @@ -5376,9 +5391,9 @@ }, "npmPkg": "react-native-drawer", "npm": { - "downloads": 38293, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 36831, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -5399,6 +5414,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-image-picker/react-native-image-picker", @@ -5410,13 +5426,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-02-27T09:13:40Z", + "updatedAt": "2025-05-04T08:25:42Z", "createdAt": "2015-06-08T20:25:31Z", - "pushedAt": "2025-02-27T09:13:40Z", + "pushedAt": "2025-05-04T08:25:42Z", "forks": 1925, - "issues": 280, - "subscribers": 112, - "stars": 8543 + "issues": 287, + "subscribers": 111, + "stars": 8564 }, "name": "react-native-image-picker", "fullName": "react-native-image-picker/react-native-image-picker", @@ -5438,10 +5454,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v8.2.0", - "tagName": "v8.2.0", - "createdAt": "2025-02-27T09:13:40Z", - "publishedAt": "2025-02-27T09:13:48Z", + "name": "v8.2.1", + "tagName": "v8.2.1", + "createdAt": "2025-05-04T08:25:42Z", + "publishedAt": "2025-05-04T08:25:48Z", "isPrerelease": false }, "hasTypes": true, @@ -5450,9 +5466,9 @@ }, "npmPkg": "react-native-image-picker", "npm": { - "downloads": 1707998, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1426810, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -5491,7 +5507,7 @@ "forks": 209, "issues": 27, "subscribers": 12, - "stars": 1560 + "stars": 1561 }, "name": "react-native-keyboard-spacer", "fullName": "Andr3wHur5t/react-native-keyboard-spacer", @@ -5526,9 +5542,9 @@ }, "npmPkg": "react-native-keyboard-spacer", "npm": { - "downloads": 34431, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30365, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -5596,9 +5612,9 @@ }, "npmPkg": "react-native-mixpanel", "npm": { - "downloads": 7016, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5309, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -5637,13 +5653,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-21T19:26:39Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:26:39Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/native", "fullName": "react-navigation/react-navigation", @@ -5666,14 +5682,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 6801634, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react-navigation ios android" }, { @@ -5697,8 +5721,8 @@ "pushedAt": "2018-01-05T19:36:22Z", "forks": 172, "issues": 51, - "subscribers": 111, - "stars": 3126 + "subscribers": 109, + "stars": 3127 }, "name": "native-navigation", "fullName": "airbnb/native-navigation", @@ -5723,9 +5747,9 @@ }, "npmPkg": "native-navigation", "npm": { - "downloads": 43, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 60, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -5734,7 +5758,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.727, + "popularity": -0.717, "topicSearchString": "react-native react navigation navigator" }, { @@ -5753,13 +5777,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T16:03:54Z", + "updatedAt": "2025-06-16T09:37:36Z", "createdAt": "2016-03-11T11:22:54Z", - "pushedAt": "2025-04-03T16:03:54Z", - "forks": 2534, - "issues": 249, - "subscribers": 483, - "stars": 13087 + "pushedAt": "2025-06-16T09:37:36Z", + "forks": 2527, + "issues": 245, + "subscribers": 479, + "stars": 13103 }, "name": "react-native-navigation", "fullName": "wix/react-native-navigation", @@ -5780,21 +5804,21 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "8.1.0-alpha01 (New Arch)", - "tagName": "8.1.0-alpha01", - "createdAt": "2025-04-06T13:54:43Z", - "publishedAt": "2025-04-08T08:00:43Z", - "isPrerelease": true + "name": "8.1.0", + "tagName": "8.1.0", + "createdAt": "2025-06-16T09:37:35Z", + "publishedAt": "2025-06-16T09:37:45Z", + "isPrerelease": false }, "hasTypes": true, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-navigation", "npm": { - "downloads": 79632, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 63970, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -5828,10 +5852,10 @@ "updatedAt": "2022-05-31T06:01:47Z", "createdAt": "2015-08-17T15:49:51Z", "pushedAt": "2022-05-31T06:01:47Z", - "forks": 163, + "forks": 162, "issues": 48, "subscribers": 46, - "stars": 2956 + "stars": 2965 }, "name": "gl-react-expo", "fullName": "gre/gl-react", @@ -5860,9 +5884,9 @@ "unmaintained": true, "npmPkg": "gl-react-expo", "npm": { - "downloads": 1338, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1028, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -5895,7 +5919,7 @@ "pushedAt": "2019-10-10T10:49:33Z", "forks": 81, "issues": 12, - "subscribers": 10, + "subscribers": 9, "stars": 376 }, "name": "react-native-pages", @@ -5927,9 +5951,9 @@ "unmaintained": true, "npmPkg": "react-native-pages", "npm": { - "downloads": 2726, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5349, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -5990,9 +6014,9 @@ "unmaintained": true, "npmPkg": "react-native-page-control", "npm": { - "downloads": 9688, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7877, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -6035,10 +6059,10 @@ "updatedAt": "2025-01-16T13:46:35Z", "createdAt": "2017-01-27T18:24:50Z", "pushedAt": "2025-01-16T13:46:35Z", - "forks": 1731, - "issues": 51, - "subscribers": 224, - "stars": 16899 + "forks": 1737, + "issues": 53, + "subscribers": 223, + "stars": 16945 }, "name": "lottie-react-native", "fullName": "lottie-react-native/lottie-react-native", @@ -6064,9 +6088,9 @@ "isArchived": false }, "npm": { - "downloads": 2407663, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2051566, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -6079,15 +6103,16 @@ "topicSearchString": "lottie animation react react-native keyframe" }, { - "githubUrl": "https://github.com/react-native-maps/react-native-maps", + "githubUrl": "https://github.com/react-native-maps/react-native-maps/tree/master/packages/lib", + "npmPkg": "react-native-maps", "ios": true, "android": true, "expoGo": true, "examples": [ - "https://github.com/react-native-maps/react-native-maps/tree/master/example", + "https://github.com/react-native-maps/react-native-maps/tree/master/packages/example", "https://snack.expo.dev/H1zOFxnN-" ], - "newArchitecture": false, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/react-native-maps/react-native-maps", @@ -6098,29 +6123,17 @@ "hasIssues": true, "hasWiki": false, "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-04-16T09:35:10Z", + "updatedAt": "2025-05-03T19:45:51Z", "createdAt": "2015-12-29T19:54:20Z", - "pushedAt": "2025-04-16T09:35:10Z", - "forks": 4618, - "issues": 68, - "subscribers": 219, - "stars": 15413 + "pushedAt": "2025-05-03T19:45:51Z", + "forks": 4655, + "issues": 91, + "subscribers": 215, + "stars": 15530 }, "name": "react-native-maps", "fullName": "react-native-maps/react-native-maps", - "isPrivate": false, "description": "React Native Mapview component for iOS + Android", - "topics": [ - "react", - "react-native", - "react-component", - "map", - "mapview", - "google-maps", - "mapkit", - "maps" - ], "license": { "key": "mit", "name": "MIT License", @@ -6128,33 +6141,24 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, - "lastRelease": { - "name": "v1.22.1", - "tagName": "v1.22.1", - "createdAt": "2025-04-16T07:33:43Z", - "publishedAt": "2025-04-16T07:33:51Z", - "isPrerelease": false - }, "hasTypes": false, - "newArchitecture": true, "isArchived": false }, - "npmPkg": "react-native-maps", "npm": { - "downloads": 1133989, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1138588, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", + "Lots of open issues", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react react-native react-component map mapview google-maps mapkit maps" + "topicSearchString": "" }, { "githubUrl": "https://github.com/bramus/react-native-maps-directions", @@ -6178,10 +6182,10 @@ "updatedAt": "2022-07-27T21:51:21Z", "createdAt": "2017-11-19T20:27:42Z", "pushedAt": "2022-07-27T21:51:21Z", - "forks": 186, + "forks": 190, "issues": 53, "subscribers": 18, - "stars": 1262 + "stars": 1267 }, "name": "react-native-maps-directions", "fullName": "bramus/react-native-maps-directions", @@ -6212,9 +6216,9 @@ "unmaintained": true, "npmPkg": "react-native-maps-directions", "npm": { - "downloads": 56107, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 43877, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -6231,6 +6235,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "examples": [ "https://snack.expo.dev/SJfJguhrW" ], @@ -6248,10 +6253,10 @@ "updatedAt": "2023-10-26T16:45:11Z", "createdAt": "2015-10-18T02:04:35Z", "pushedAt": "2023-10-26T16:45:11Z", - "forks": 687, + "forks": 690, "issues": 164, - "subscribers": 112, - "stars": 9904 + "subscribers": 111, + "stars": 9923 }, "name": "react-native-animatable", "fullName": "oblador/react-native-animatable", @@ -6293,9 +6298,9 @@ }, "npmPkg": "react-native-animatable", "npm": { - "downloads": 2422802, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1812694, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -6332,9 +6337,9 @@ "createdAt": "2018-04-11T18:56:02Z", "pushedAt": "2024-04-16T14:41:11Z", "forks": 45, - "issues": 8, + "issues": 5, "subscribers": 5, - "stars": 521 + "stars": 525 }, "name": "react-native-calendario", "fullName": "maggialejandro/react-native-calendario", @@ -6367,9 +6372,9 @@ }, "npmPkg": "react-native-calendario", "npm": { - "downloads": 10764, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10876, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -6392,6 +6397,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "examples": [ "https://snack.expo.dev/HkoXUdhr-", "https://github.com/wix/react-native-calendars/tree/master/example" @@ -6407,13 +6413,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T13:46:14Z", + "updatedAt": "2025-06-09T09:42:33Z", "createdAt": "2016-11-11T12:17:27Z", - "pushedAt": "2025-04-15T13:46:14Z", - "forks": 2824, - "issues": 301, - "subscribers": 352, - "stars": 9831 + "pushedAt": "2025-06-09T09:42:33Z", + "forks": 2853, + "issues": 179, + "subscribers": 351, + "stars": 9959 }, "name": "react-native-calendars", "fullName": "wix/react-native-calendars", @@ -6436,10 +6442,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.1311.0", - "tagName": "1.1311.0", - "createdAt": "2025-04-15T14:12:15Z", - "publishedAt": "2025-04-15T14:15:19Z", + "name": "1.1312.1", + "tagName": "1.1312.1", + "createdAt": "2025-05-26T08:03:58Z", + "publishedAt": "2025-05-26T08:22:23Z", "isPrerelease": false }, "hasTypes": true, @@ -6448,9 +6454,9 @@ }, "npmPkg": "react-native-calendars", "npm": { - "downloads": 931463, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 846561, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -6471,6 +6477,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "examples": [ "https://icons.expo.fyi" ], @@ -6485,13 +6492,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T10:39:37Z", + "updatedAt": "2025-05-06T09:42:48Z", "createdAt": "2016-07-09T01:57:59Z", - "pushedAt": "2025-04-08T10:39:37Z", - "forks": 114, - "issues": 50, + "pushedAt": "2025-05-06T09:42:48Z", + "forks": 117, + "issues": 53, "subscribers": 12, - "stars": 689 + "stars": 703 }, "name": "@expo/vector-icons", "fullName": "expo/vector-icons", @@ -6514,13 +6521,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 5263272, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 92, "matchingScoreModifiers": [ - "Recently updated", + "Very popular", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "expo react-native icons icon-pack" }, { @@ -6544,7 +6558,7 @@ "pushedAt": "2020-01-09T05:06:42Z", "forks": 39, "issues": 1, - "subscribers": 12, + "subscribers": 11, "stars": 381 }, "name": "react-native-responsive-grid", @@ -6578,9 +6592,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-grid", "npm": { - "downloads": 2945, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1670, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -6613,7 +6627,7 @@ "forks": 292, "issues": 52, "subscribers": 9, - "stars": 1452 + "stars": 1456 }, "name": "react-native-step-indicator", "fullName": "24ark/react-native-step-indicator", @@ -6652,9 +6666,9 @@ "unmaintained": true, "npmPkg": "react-native-step-indicator", "npm": { - "downloads": 100301, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 92618, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -6685,10 +6699,10 @@ "updatedAt": "2020-12-19T15:57:48Z", "createdAt": "2016-09-11T00:56:21Z", "pushedAt": "2020-12-19T15:57:48Z", - "forks": 277, - "issues": 92, + "forks": 276, + "issues": 93, "subscribers": 27, - "stars": 2202 + "stars": 2203 }, "name": "react-native-modals", "fullName": "jacklam718/react-native-modals", @@ -6730,9 +6744,9 @@ "unmaintained": true, "npmPkg": "react-native-modals", "npm": { - "downloads": 8609, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6922, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -6767,7 +6781,7 @@ "updatedAt": "2019-10-26T19:56:56Z", "createdAt": "2017-03-12T10:57:40Z", "pushedAt": "2019-10-26T19:56:56Z", - "forks": 633, + "forks": 632, "issues": 75, "subscribers": 15, "stars": 903 @@ -6812,9 +6826,9 @@ "unmaintained": true, "npmPkg": "react-native-material-textfield", "npm": { - "downloads": 229559, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 58138, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -6850,10 +6864,10 @@ "updatedAt": "2024-12-15T09:14:54Z", "createdAt": "2015-07-17T14:34:39Z", "pushedAt": "2024-12-15T09:14:54Z", - "forks": 463, + "forks": 460, "issues": 138, "subscribers": 28, - "stars": 2910 + "stars": 2914 }, "name": "react-native-modalbox", "fullName": "maxs15/react-native-modalbox", @@ -6890,15 +6904,16 @@ }, "npmPkg": "react-native-modalbox", "npm": { - "downloads": 77835, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59004, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -6909,6 +6924,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "examples": [ "https://snack.expo.dev/ByBCD_2r-" ], @@ -6926,10 +6942,10 @@ "updatedAt": "2025-04-02T15:48:07Z", "createdAt": "2016-09-23T16:45:46Z", "pushedAt": "2025-04-02T15:48:07Z", - "forks": 630, - "issues": 52, - "subscribers": 41, - "stars": 5553 + "forks": 631, + "issues": 61, + "subscribers": 39, + "stars": 5582 }, "name": "react-native-modal", "fullName": "react-native-modal/react-native-modal", @@ -6967,16 +6983,15 @@ }, "npmPkg": "react-native-modal", "npm": { - "downloads": 2141881, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1760328, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -6990,7 +7005,7 @@ "web": true, "expoGo": true, "alternatives": [ - "@rneui/themed" + "@rn-vui/themed" ], "github": { "urls": { @@ -7006,10 +7021,10 @@ "updatedAt": "2024-02-04T03:55:07Z", "createdAt": "2016-09-08T14:21:41Z", "pushedAt": "2024-02-04T03:55:07Z", - "forks": 4605, - "issues": 140, + "forks": 4601, + "issues": 143, "subscribers": 370, - "stars": 25362 + "stars": 25458 }, "name": "rneui", "fullName": "react-native-elements/react-native-elements", @@ -7046,9 +7061,9 @@ "isArchived": false }, "npm": { - "downloads": 818, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 537, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -7067,6 +7082,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "examples": [ "https://snack.expo.dev/HJjbO4nSW", "https://github.com/react-navigation/react-navigation/tree/main/example" @@ -7085,13 +7101,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-14T14:24:46Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-14T14:24:46Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "react-native-tab-view", "fullName": "react-navigation/react-navigation", @@ -7121,9 +7137,9 @@ }, "npmPkg": "react-native-tab-view", "npm": { - "downloads": 2515361, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1900453, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -7157,8 +7173,8 @@ "pushedAt": "2019-07-19T03:02:15Z", "forks": 174, "issues": 25, - "subscribers": 20, - "stars": 882 + "subscribers": 19, + "stars": 884 }, "name": "react-native-circular-slider", "fullName": "bartgryszko/react-native-circular-slider", @@ -7194,9 +7210,9 @@ "unmaintained": true, "npmPkg": "react-native-circular-slider", "npm": { - "downloads": 662, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 624, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -7205,7 +7221,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.471, "topicSearchString": "react react-native slider chart svg bedtime circular circle round time timer react-component clock animation" }, { @@ -7235,10 +7251,10 @@ "updatedAt": "2021-02-09T15:27:39Z", "createdAt": "2016-10-11T07:22:24Z", "pushedAt": "2021-02-09T15:27:39Z", - "forks": 2159, + "forks": 2160, "issues": 342, - "subscribers": 97, - "stars": 10452 + "subscribers": 96, + "stars": 10479 }, "name": "react-native-snap-carousel", "fullName": "meliorence/react-native-snap-carousel", @@ -7296,9 +7312,9 @@ "unmaintained": true, "npmPkg": "react-native-snap-carousel", "npm": { - "downloads": 524359, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 468978, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -7321,6 +7337,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/mmazzarolo/react-native-modal-datetime-picker", @@ -7335,10 +7352,10 @@ "updatedAt": "2024-08-22T15:03:41Z", "createdAt": "2016-09-14T11:27:18Z", "pushedAt": "2024-08-22T15:03:41Z", - "forks": 388, - "issues": 37, + "forks": 387, + "issues": 40, "subscribers": 33, - "stars": 3018 + "stars": 3022 }, "name": "react-native-modal-datetime-picker", "fullName": "mmazzarolo/react-native-modal-datetime-picker", @@ -7375,9 +7392,9 @@ }, "npmPkg": "react-native-modal-datetime-picker", "npm": { - "downloads": 1473217, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1724056, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -7438,16 +7455,16 @@ }, "npmPkg": "react-native-universal-picker", "npm": { - "downloads": 48, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.808, + "popularity": -0.85, "topicSearchString": "react-native picker select dropdown ui" }, { @@ -7473,7 +7490,7 @@ "forks": 127, "issues": 15, "subscribers": 6, - "stars": 729 + "stars": 732 }, "name": "react-native-root-siblings", "fullName": "magicismight/react-native-root-siblings", @@ -7506,9 +7523,9 @@ }, "npmPkg": "react-native-root-siblings", "npm": { - "downloads": 252536, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 272358, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -7538,7 +7555,7 @@ "updatedAt": "2017-10-28T16:15:58Z", "createdAt": "2015-12-04T17:42:24Z", "pushedAt": "2017-10-28T16:15:58Z", - "forks": 109, + "forks": 108, "issues": 47, "subscribers": 18, "stars": 286 @@ -7571,9 +7588,9 @@ "unmaintained": true, "npmPkg": "react-native-tcp", "npm": { - "downloads": 16310, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18611, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -7587,11 +7604,8 @@ { "githubUrl": "https://github.com/TheWidlarzGroup/react-native-video", "examples": [ - "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/FabricExample", - "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/basic", - "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/embed-and-fullscreen", - "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/video-caching", - "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/exampletvOS" + "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/bare", + "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/expo" ], "ios": true, "android": true, @@ -7612,13 +7626,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-04-16T07:30:52Z", + "updatedAt": "2025-06-18T06:17:47Z", "createdAt": "2015-03-31T05:08:38Z", - "pushedAt": "2025-04-16T07:30:52Z", - "forks": 2609, - "issues": 171, - "subscribers": 108, - "stars": 7362 + "pushedAt": "2025-06-18T06:17:47Z", + "forks": 2629, + "issues": 155, + "subscribers": 106, + "stars": 7408 }, "name": "react-native-video", "fullName": "TheWidlarzGroup/react-native-video", @@ -7633,10 +7647,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.12.0", - "tagName": "v6.12.0", - "createdAt": "2025-04-06T14:42:43Z", - "publishedAt": "2025-04-06T14:46:22Z", + "name": "v6.15.0", + "tagName": "v6.15.0", + "createdAt": "2025-06-12T11:44:44Z", + "publishedAt": "2025-06-12T11:45:35Z", "isPrerelease": false }, "hasTypes": false, @@ -7645,9 +7659,9 @@ }, "npmPkg": "react-native-video", "npm": { - "downloads": 1170080, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1081193, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -7669,6 +7683,7 @@ ], "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-share/react-native-share", @@ -7680,13 +7695,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T10:42:41Z", + "updatedAt": "2025-06-17T16:50:38Z", "createdAt": "2015-09-30T02:27:34Z", - "pushedAt": "2025-04-03T10:42:41Z", - "forks": 914, - "issues": 19, + "pushedAt": "2025-06-17T16:50:38Z", + "forks": 911, + "issues": 10, "subscribers": 60, - "stars": 3761 + "stars": 3779 }, "name": "react-native-share", "fullName": "react-native-share/react-native-share", @@ -7711,10 +7726,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v12.0.9", - "tagName": "v12.0.9", - "createdAt": "2025-02-16T12:33:26Z", - "publishedAt": "2025-02-16T12:33:40Z", + "name": "v12.1.0", + "tagName": "v12.1.0", + "createdAt": "2025-06-17T16:50:38Z", + "publishedAt": "2025-06-17T16:50:52Z", "isPrerelease": false }, "hasTypes": true, @@ -7723,9 +7738,9 @@ }, "npmPkg": "react-native-share", "npm": { - "downloads": 1807038, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1332048, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -7792,9 +7807,9 @@ }, "npmPkg": "react-native-dialogs", "npm": { - "downloads": 23365, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9328, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -7814,6 +7829,7 @@ "android": true, "visionos": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/oblador/react-native-keychain", @@ -7825,13 +7841,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-23T19:06:49Z", + "updatedAt": "2025-06-08T12:02:46Z", "createdAt": "2015-05-20T15:33:48Z", - "pushedAt": "2025-03-23T19:06:49Z", - "forks": 467, - "issues": 147, + "pushedAt": "2025-06-08T12:02:46Z", + "forks": 468, + "issues": 149, "subscribers": 40, - "stars": 3307 + "stars": 3346 }, "name": "react-native-keychain", "fullName": "oblador/react-native-keychain", @@ -7868,9 +7884,9 @@ }, "npmPkg": "react-native-keychain", "npm": { - "downloads": 790413, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 788269, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 89, "matchingScoreModifiers": [ @@ -7938,9 +7954,9 @@ }, "npmPkg": "react-native-social-share", "npm": { - "downloads": 641, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 565, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -7968,13 +7984,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-09T10:50:39Z", + "updatedAt": "2025-05-29T08:24:25Z", "createdAt": "2016-05-20T09:20:14Z", - "pushedAt": "2025-04-09T10:50:39Z", - "forks": 737, - "issues": 22, + "pushedAt": "2025-05-29T08:24:25Z", + "forks": 740, + "issues": 19, "subscribers": 46, - "stars": 2204 + "stars": 2224 }, "name": "react-native-ble-manager", "fullName": "innoveit/react-native-ble-manager", @@ -7997,10 +8013,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "v.12.1.4", - "tagName": "v.12.1.4", - "createdAt": "2025-02-19T10:20:02Z", - "publishedAt": "2025-02-19T10:21:08Z", + "name": "v.12.1.5", + "tagName": "v.12.1.5", + "createdAt": "2025-05-29T08:24:25Z", + "publishedAt": "2025-05-29T08:25:11Z", "isPrerelease": false }, "hasTypes": true, @@ -8009,9 +8025,9 @@ }, "npmPkg": "react-native-ble-manager", "npm": { - "downloads": 225650, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 167669, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 76, "matchingScoreModifiers": [ @@ -8040,7 +8056,7 @@ "updatedAt": "2021-11-22T20:20:51Z", "createdAt": "2015-05-10T04:53:50Z", "pushedAt": "2021-11-22T20:20:51Z", - "forks": 205, + "forks": 203, "issues": 68, "subscribers": 12, "stars": 446 @@ -8072,9 +8088,9 @@ "unmaintained": true, "npmPkg": "react-native-mail", "npm": { - "downloads": 41043, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39495, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -8135,9 +8151,9 @@ "unmaintained": true, "npmPkg": "react-native-pdf-view", "npm": { - "downloads": 158, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 123, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -8145,7 +8161,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.726, "topicSearchString": "react-component react-native android ios pdf view" }, { @@ -8200,9 +8216,9 @@ }, "npmPkg": "react-native-card-io", "npm": { - "downloads": 315, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 295, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -8210,7 +8226,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.723, "topicSearchString": "react-component react-native card.io credit card scanner native ios android" }, { @@ -8266,9 +8282,9 @@ }, "npmPkg": "react-native-awesome-card-io", "npm": { - "downloads": 11386, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9856, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -8298,10 +8314,10 @@ "updatedAt": "2019-08-06T14:02:33Z", "createdAt": "2016-09-14T20:41:32Z", "pushedAt": "2019-08-06T14:02:33Z", - "forks": 258, + "forks": 255, "issues": 48, "subscribers": 15, - "stars": 567 + "stars": 568 }, "name": "react-native-google-places", "fullName": "tolu360/react-native-google-places", @@ -8342,9 +8358,9 @@ }, "npmPkg": "react-native-google-places", "npm": { - "downloads": 5378, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3226, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -8380,7 +8396,7 @@ "forks": 192, "issues": 204, "subscribers": 27, - "stars": 995 + "stars": 994 }, "name": "@expo/ex-navigation", "fullName": "expo/ex-navigation", @@ -8403,14 +8419,21 @@ "newArchitecture": false, "isArchived": true }, - "npm": {}, - "score": 22, + "npm": { + "downloads": 64, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.719, "topicSearchString": "react-native navigation expo react" }, { @@ -8435,7 +8458,7 @@ "forks": 226, "issues": 76, "subscribers": 23, - "stars": 1610 + "stars": 1608 }, "name": "react-native-masked-text", "fullName": "bhrott/react-native-masked-text", @@ -8471,9 +8494,9 @@ "unmaintained": true, "npmPkg": "react-native-masked-text", "npm": { - "downloads": 207708, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 207449, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -8508,7 +8531,7 @@ "forks": 120, "issues": 5, "subscribers": 13, - "stars": 716 + "stars": 717 }, "name": "react-native-material-bottom-navigation", "fullName": "timomeh/react-native-material-bottom-navigation", @@ -8547,9 +8570,9 @@ "unmaintained": true, "npmPkg": "react-native-material-bottom-navigation", "npm": { - "downloads": 763, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 901, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -8581,7 +8604,7 @@ "pushedAt": "2021-05-08T11:28:39Z", "forks": 112, "issues": 28, - "subscribers": 211, + "subscribers": 210, "stars": 544 }, "name": "react-native-autogrow-textinput", @@ -8611,9 +8634,9 @@ "unmaintained": true, "npmPkg": "react-native-autogrow-textinput", "npm": { - "downloads": 23486, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4617, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -8682,9 +8705,9 @@ "unmaintained": true, "npmPkg": "react-native-camera-roll-picker", "npm": { - "downloads": 1950, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1672, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -8745,9 +8768,9 @@ }, "npmPkg": "react-native-conductor", "npm": { - "downloads": 33, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -8755,7 +8778,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.75, "topicSearchString": "react-native animation animated tween conductor utility" }, { @@ -8780,7 +8803,7 @@ "forks": 173, "issues": 21, "subscribers": 30, - "stars": 1726 + "stars": 1727 }, "name": "react-native-image-progress", "fullName": "oblador/react-native-image-progress", @@ -8824,9 +8847,9 @@ "unmaintained": true, "npmPkg": "react-native-image-progress", "npm": { - "downloads": 47685, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 45474, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -8859,10 +8882,10 @@ "updatedAt": "2016-10-27T15:56:04Z", "createdAt": "2016-04-26T08:49:57Z", "pushedAt": "2016-10-27T15:56:04Z", - "forks": 427, - "issues": 60, + "forks": 426, + "issues": 59, "subscribers": 54, - "stars": 3251 + "stars": 3255 }, "name": "react-native-app-intro", "fullName": "FuYaoDe/react-native-app-intro", @@ -8900,9 +8923,9 @@ }, "npmPkg": "react-native-app-intro", "npm": { - "downloads": 561, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 241, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -8911,7 +8934,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.721, "topicSearchString": "swiper producttour app intro ios android react-component react-native parallax introduction" }, { @@ -8940,7 +8963,7 @@ "forks": 429, "issues": 53, "subscribers": 34, - "stars": 2812 + "stars": 2813 }, "name": "react-native-lightbox", "fullName": "oblador/react-native-lightbox", @@ -8979,9 +9002,9 @@ }, "npmPkg": "react-native-lightbox", "npm": { - "downloads": 130085, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 151174, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -9018,7 +9041,7 @@ "forks": 289, "issues": 15, "subscribers": 34, - "stars": 2991 + "stars": 2992 }, "name": "react-native-textinput-effects", "fullName": "halilb/react-native-textinput-effects", @@ -9056,9 +9079,9 @@ }, "npmPkg": "react-native-textinput-effects", "npm": { - "downloads": 3085, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5603, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -9124,9 +9147,9 @@ "unmaintained": true, "npmPkg": "react-native-sortable-listview", "npm": { - "downloads": 13147, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8913, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -9159,7 +9182,7 @@ "pushedAt": "2018-07-28T17:07:04Z", "forks": 171, "issues": 5, - "subscribers": 40, + "subscribers": 39, "stars": 1972 }, "name": "react-native-foldview", @@ -9190,9 +9213,9 @@ }, "npmPkg": "react-native-foldview", "npm": { - "downloads": 41, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 54, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -9201,7 +9224,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.731, "topicSearchString": "react react-native native ios andorid foldingcell folding cell view" }, { @@ -9223,10 +9246,10 @@ "updatedAt": "2023-10-26T14:04:57Z", "createdAt": "2015-11-01T05:07:41Z", "pushedAt": "2023-10-26T14:04:57Z", - "forks": 473, + "forks": 474, "issues": 107, - "subscribers": 41, - "stars": 3645 + "subscribers": 40, + "stars": 3651 }, "name": "react-native-progress", "fullName": "oblador/react-native-progress", @@ -9270,9 +9293,9 @@ }, "npmPkg": "react-native-progress", "npm": { - "downloads": 681253, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 633653, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -9310,7 +9333,7 @@ "forks": 239, "issues": 77, "subscribers": 20, - "stars": 948 + "stars": 949 }, "name": "rn-viewpager", "fullName": "zbtang/React-Native-ViewPager", @@ -9339,9 +9362,9 @@ "isArchived": false }, "npm": { - "downloads": 4545, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4610, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -9376,7 +9399,7 @@ "forks": 130, "issues": 1, "subscribers": 12, - "stars": 396 + "stars": 397 }, "name": "react-native-menu", "fullName": "jaysoo/react-native-menu", @@ -9399,9 +9422,9 @@ "unmaintained": true, "npmPkg": "react-native-menu", "npm": { - "downloads": 1081, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4569, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -9434,7 +9457,7 @@ "forks": 49, "issues": 11, "subscribers": 5, - "stars": 532 + "stars": 533 }, "name": "react-native-button-component", "fullName": "jacklam718/react-native-button-component", @@ -9466,9 +9489,9 @@ "unmaintained": true, "npmPkg": "react-native-button-component", "npm": { - "downloads": 160, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 58, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -9476,7 +9499,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.716, "topicSearchString": "react-button react-native button-component button component react-component ios android react javascript" }, { @@ -9526,9 +9549,9 @@ }, "npmPkg": "react-native-fence-html", "npm": { - "downloads": 44, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 64, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -9536,7 +9559,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.705, + "popularity": -0.719, "topicSearchString": "react-native react-component component html" }, { @@ -9564,7 +9587,7 @@ "forks": 78, "issues": 6, "subscribers": 6, - "stars": 657 + "stars": 658 }, "name": "react-native-autolink", "fullName": "joshswan/react-native-autolink", @@ -9598,9 +9621,9 @@ }, "npmPkg": "react-native-autolink", "npm": { - "downloads": 62908, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 97744, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -9637,7 +9660,7 @@ "forks": 76, "issues": 5, "subscribers": 4, - "stars": 807 + "stars": 810 }, "name": "react-native-hyperlink", "fullName": "obipawan/react-native-hyperlink", @@ -9676,9 +9699,9 @@ "unmaintained": true, "npmPkg": "react-native-hyperlink", "npm": { - "downloads": 180584, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 205099, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -9696,6 +9719,9 @@ "android": true, "expoGo": true, "unmaintained": true, + "alternatives": [ + "@futurejj/react-native-checkbox" + ], "github": { "urls": { "repo": "https://github.com/crazycodeboy/react-native-check-box", @@ -9751,9 +9777,9 @@ }, "npmPkg": "react-native-check-box", "npm": { - "downloads": 96840, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 43543, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -9808,16 +9834,16 @@ }, "npmPkg": "react-native-loading-container", "npm": { - "downloads": 49, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 66, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.709, + "popularity": -0.72, "topicSearchString": "" }, { @@ -9844,7 +9870,7 @@ "forks": 259, "issues": 59, "subscribers": 30, - "stars": 1134 + "stars": 1133 }, "name": "react-native-swipe-cards", "fullName": "meteor-factory/react-native-tinder-swipe-cards", @@ -9875,9 +9901,9 @@ "isArchived": false }, "npm": { - "downloads": 342, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 479, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -9886,7 +9912,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.723, "topicSearchString": "react-native tinder cards swipe" }, { @@ -9908,10 +9934,10 @@ "updatedAt": "2025-01-30T10:04:12Z", "createdAt": "2015-10-27T15:09:33Z", "pushedAt": "2025-01-30T10:04:12Z", - "forks": 387, + "forks": 386, "issues": 58, "subscribers": 21, - "stars": 2210 + "stars": 2219 }, "name": "react-native-circular-progress", "fullName": "bartgryszko/react-native-circular-progress", @@ -9941,9 +9967,9 @@ }, "npmPkg": "react-native-circular-progress", "npm": { - "downloads": 302445, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 293780, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -9974,10 +10000,10 @@ "updatedAt": "2020-05-28T10:25:37Z", "createdAt": "2015-04-04T21:29:42Z", "pushedAt": "2020-05-28T10:25:37Z", - "forks": 398, + "forks": 395, "issues": 61, "subscribers": 39, - "stars": 2208 + "stars": 2205 }, "name": "react-native-side-menu", "fullName": "Kureev/react-native-side-menu", @@ -10012,9 +10038,9 @@ }, "npmPkg": "react-native-side-menu", "npm": { - "downloads": 5684, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8743, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -10056,10 +10082,10 @@ "updatedAt": "2020-07-31T13:09:01Z", "createdAt": "2015-04-20T15:22:55Z", "pushedAt": "2020-07-31T13:09:01Z", - "forks": 2135, + "forks": 2134, "issues": 683, "subscribers": 146, - "stars": 10461 + "stars": 10470 }, "name": "react-native-swiper", "fullName": "leecade/react-native-swiper", @@ -10093,9 +10119,9 @@ "unmaintained": true, "npmPkg": "react-native-swiper", "npm": { - "downloads": 291355, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 240845, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -10128,10 +10154,10 @@ "updatedAt": "2023-01-17T19:53:06Z", "createdAt": "2015-06-11T05:01:07Z", "pushedAt": "2023-01-17T19:53:06Z", - "forks": 2013, + "forks": 2012, "issues": 136, "subscribers": 137, - "stars": 6945 + "stars": 6950 }, "name": "react-native-scrollable-tab-view", "fullName": "ptomasroos/react-native-scrollable-tab-view", @@ -10169,9 +10195,9 @@ "unmaintained": true, "npmPkg": "react-native-scrollable-tab-view", "npm": { - "downloads": 42379, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20510, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -10204,10 +10230,10 @@ "updatedAt": "2021-03-26T08:20:02Z", "createdAt": "2015-08-25T11:12:44Z", "pushedAt": "2021-03-26T08:20:02Z", - "forks": 2066, + "forks": 2063, "issues": 281, "subscribers": 191, - "stars": 8973 + "stars": 8971 }, "name": "react-native-router-flux", "fullName": "aksonov/react-native-router-flux", @@ -10235,9 +10261,9 @@ "unmaintained": true, "npmPkg": "react-native-router-flux", "npm": { - "downloads": 10409, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7376, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -10279,10 +10305,10 @@ "updatedAt": "2024-12-18T12:38:54Z", "createdAt": "2016-04-15T11:37:23Z", "pushedAt": "2024-12-18T12:38:54Z", - "forks": 2313, + "forks": 2315, "issues": 276, - "subscribers": 267, - "stars": 20301 + "subscribers": 266, + "stars": 20315 }, "name": "native-base", "fullName": "GeekyAnts/NativeBase", @@ -10323,16 +10349,17 @@ "isArchived": false }, "npm": { - "downloads": 214672, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 253498, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 70, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -10381,16 +10408,16 @@ }, "npmPkg": "react-native-switcher", "npm": { - "downloads": 8, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.625, + "popularity": -0.75, "topicSearchString": "" }, { @@ -10416,7 +10443,7 @@ "updatedAt": "2020-09-16T16:57:24Z", "createdAt": "2015-05-28T03:00:42Z", "pushedAt": "2020-09-16T16:57:24Z", - "forks": 562, + "forks": 560, "issues": 93, "subscribers": 48, "stars": 2614 @@ -10447,9 +10474,9 @@ }, "npmPkg": "react-native-swipeout", "npm": { - "downloads": 112555, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 107743, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -10481,10 +10508,10 @@ "updatedAt": "2018-11-29T07:34:25Z", "createdAt": "2015-04-02T19:56:05Z", "pushedAt": "2018-11-29T07:34:25Z", - "forks": 288, + "forks": 287, "issues": 52, "subscribers": 29, - "stars": 1487 + "stars": 1489 }, "name": "react-native-looped-carousel", "fullName": "phil-r/react-native-looped-carousel", @@ -10511,9 +10538,9 @@ "unmaintained": true, "npmPkg": "react-native-looped-carousel", "npm": { - "downloads": 1536, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1134, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -10522,7 +10549,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react native react-native carousel looped" }, { @@ -10585,9 +10612,9 @@ }, "unmaintained": true, "npm": { - "downloads": 517, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 646, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -10596,7 +10623,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.472, "topicSearchString": "react-native ios android react-component react button" }, { @@ -10618,7 +10645,7 @@ "updatedAt": "2018-04-22T11:26:47Z", "createdAt": "2016-04-21T11:34:10Z", "pushedAt": "2018-04-22T11:26:47Z", - "forks": 616, + "forks": 618, "issues": 241, "subscribers": 28, "stars": 2125 @@ -10652,9 +10679,9 @@ "unmaintained": true, "npmPkg": "react-native-datepicker", "npm": { - "downloads": 105433, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34738, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -10690,10 +10717,10 @@ "updatedAt": "2024-12-24T05:38:08Z", "createdAt": "2015-10-14T17:29:41Z", "pushedAt": "2024-12-24T05:38:08Z", - "forks": 822, - "issues": 130, + "forks": 824, + "issues": 137, "subscribers": 22, - "stars": 2038 + "stars": 2044 }, "name": "react-native-google-places-autocomplete", "fullName": "FaridSafi/react-native-google-places-autocomplete", @@ -10728,16 +10755,16 @@ }, "npmPkg": "react-native-google-places-autocomplete", "npm": { - "downloads": 962142, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 497444, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 46, "matchingScoreModifiers": [ - "Very popular", "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -10766,10 +10793,10 @@ "updatedAt": "2018-07-10T07:22:04Z", "createdAt": "2015-07-17T14:13:57Z", "pushedAt": "2018-07-10T07:22:04Z", - "forks": 434, + "forks": 432, "issues": 86, - "subscribers": 16, - "stars": 1301 + "subscribers": 15, + "stars": 1302 }, "name": "react-native-slider", "fullName": "jeanregisser/react-native-slider", @@ -10802,9 +10829,9 @@ }, "npmPkg": "react-native-slider", "npm": { - "downloads": 90641, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42698, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -10839,10 +10866,10 @@ "updatedAt": "2024-07-19T08:07:52Z", "createdAt": "2016-09-01T05:39:55Z", "pushedAt": "2024-07-19T08:07:52Z", - "forks": 576, - "issues": 3, + "forks": 575, + "issues": 4, "subscribers": 29, - "stars": 1494 + "stars": 1500 }, "name": "react-native-credit-card-input", "fullName": "sbycrosz/react-native-credit-card-input", @@ -10877,9 +10904,9 @@ }, "npmPkg": "react-native-credit-card-input", "npm": { - "downloads": 9754, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11596, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -10917,7 +10944,7 @@ "forks": 169, "issues": 20, "subscribers": 26, - "stars": 722 + "stars": 723 }, "name": "react-native-photo-browser", "fullName": "halilb/react-native-photo-browser", @@ -10954,9 +10981,9 @@ }, "npmPkg": "react-native-photo-browser", "npm": { - "downloads": 205, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 191, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -10965,7 +10992,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.724, "topicSearchString": "react react-component react-native photo-browser image-gallery media-gallery ios android photos" }, { @@ -10990,7 +11017,7 @@ "pushedAt": "2018-03-01T15:28:09Z", "forks": 245, "issues": 72, - "subscribers": 34, + "subscribers": 33, "stars": 880 }, "name": "react-native-pathjs-charts", @@ -11030,9 +11057,9 @@ }, "npmPkg": "react-native-pathjs-charts", "npm": { - "downloads": 295, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 175, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -11041,7 +11068,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.721, "topicSearchString": "react-native svg paths-js react-pathjs-chart ios android charts graphs cross-platform radar-graphs bar-graphs" }, { @@ -11062,17 +11089,18 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-16T21:20:47Z", + "updatedAt": "2025-06-09T15:56:11Z", "createdAt": "2023-08-08T20:40:44Z", - "pushedAt": "2025-04-16T21:20:47Z", - "forks": 67, - "issues": 63, + "pushedAt": "2025-06-09T15:56:11Z", + "forks": 77, + "issues": 73, "subscribers": 27, - "stars": 904 + "stars": 976 }, "name": "victory-native", "fullName": "FormidableLabs/victory-native-xl", "isPrivate": false, + "description": "A charting library for React Native with a focus on performance and customization.", "topics": [], "license": { "name": "MIT License", @@ -11086,9 +11114,9 @@ "isArchived": false }, "npm": { - "downloads": 585794, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 593033, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -11125,7 +11153,7 @@ "forks": 440, "issues": 80, "subscribers": 34, - "stars": 2524 + "stars": 2527 }, "name": "react-native-action-button", "fullName": "mastermoo/react-native-action-button", @@ -11154,9 +11182,9 @@ "unmaintained": true, "npmPkg": "react-native-action-button", "npm": { - "downloads": 13044, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14131, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -11188,10 +11216,10 @@ "updatedAt": "2017-11-15T23:32:24Z", "createdAt": "2015-11-03T12:37:07Z", "pushedAt": "2017-11-15T23:32:24Z", - "forks": 202, + "forks": 203, "issues": 72, "subscribers": 32, - "stars": 1439 + "stars": 1438 }, "name": "react-native-gifted-form", "fullName": "FaridSafi/react-native-gifted-form", @@ -11226,9 +11254,9 @@ "unmaintained": true, "npmPkg": "react-native-gifted-form", "npm": { - "downloads": 195, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 262, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -11237,7 +11265,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.723, "topicSearchString": "form react-native react react-component ios android" }, { @@ -11259,10 +11287,10 @@ "updatedAt": "2024-12-08T02:50:24Z", "createdAt": "2016-06-27T03:09:07Z", "pushedAt": "2024-12-08T02:50:24Z", - "forks": 243, + "forks": 242, "issues": 9, - "subscribers": 15, - "stars": 1869 + "subscribers": 14, + "stars": 1872 }, "name": "react-native-dropdownalert", "fullName": "testshallpass/react-native-dropdownalert", @@ -11301,14 +11329,15 @@ }, "npmPkg": "react-native-dropdownalert", "npm": { - "downloads": 36933, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38871, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -11339,7 +11368,7 @@ "forks": 108, "issues": 10, "subscribers": 7, - "stars": 584 + "stars": 583 }, "name": "react-native-read-more-text", "fullName": "expo/react-native-read-more-text", @@ -11360,9 +11389,9 @@ "unmaintained": true, "npmPkg": "react-native-read-more-text", "npm": { - "downloads": 19874, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18709, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -11392,13 +11421,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-17T21:26:13Z", + "updatedAt": "2025-06-07T22:45:54Z", "createdAt": "2016-05-16T14:16:31Z", - "pushedAt": "2025-03-17T21:26:13Z", - "forks": 246, - "issues": 39, + "pushedAt": "2025-06-07T22:45:54Z", + "forks": 248, + "issues": 40, "subscribers": 16, - "stars": 1498 + "stars": 1516 }, "name": "react-native-popup-menu", "fullName": "instea/react-native-popup-menu", @@ -11419,10 +11448,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "Compatiblity with RN 0.77", - "tagName": "v0.17.0", - "createdAt": "2025-03-17T21:26:13Z", - "publishedAt": "2025-03-17T21:31:05Z", + "name": "Compatibility with React 19", + "tagName": "v0.18.0", + "createdAt": "2025-06-07T22:45:54Z", + "publishedAt": "2025-06-07T22:48:38Z", "isPrerelease": false }, "hasTypes": true, @@ -11431,14 +11460,15 @@ }, "npmPkg": "react-native-popup-menu", "npm": { - "downloads": 233549, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 173848, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -11466,10 +11496,10 @@ "updatedAt": "2022-05-11T23:12:12Z", "createdAt": "2016-08-29T15:04:01Z", "pushedAt": "2022-05-11T23:12:12Z", - "forks": 320, + "forks": 319, "issues": 83, - "subscribers": 15, - "stars": 969 + "subscribers": 16, + "stars": 971 }, "name": "react-native-calendar-strip", "fullName": "BugiDev/react-native-calendar-strip", @@ -11506,9 +11536,9 @@ "unmaintained": true, "npmPkg": "react-native-calendar-strip", "npm": { - "downloads": 26465, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22312, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -11543,7 +11573,7 @@ "forks": 64, "issues": 13, "subscribers": 11, - "stars": 395 + "stars": 394 }, "name": "react-native-loader", "fullName": "mohebifar/react-native-loader", @@ -11575,9 +11605,9 @@ "unmaintained": true, "npmPkg": "react-native-loader", "npm": { - "downloads": 2393, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2160, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -11646,9 +11676,9 @@ "unmaintained": true, "npmPkg": "react-native-simple-modal", "npm": { - "downloads": 1097, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 658, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -11656,7 +11686,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "modal react-native dialog react-component ios android component" }, { @@ -11684,7 +11714,7 @@ "pushedAt": "2022-04-08T18:57:29Z", "forks": 260, "issues": 90, - "subscribers": 24, + "subscribers": 23, "stars": 903 }, "name": "react-native-sortable-list", @@ -11723,9 +11753,9 @@ "unmaintained": true, "npmPkg": "react-native-sortable-list", "npm": { - "downloads": 6290, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5580, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -11759,7 +11789,7 @@ "pushedAt": "2018-05-03T05:37:14Z", "forks": 101, "issues": 27, - "subscribers": 11, + "subscribers": 10, "stars": 333 }, "name": "react-native-percentage-circle", @@ -11788,9 +11818,9 @@ "unmaintained": true, "npmPkg": "react-native-percentage-circle", "npm": { - "downloads": 322, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 250, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -11820,10 +11850,10 @@ "updatedAt": "2021-01-09T09:32:41Z", "createdAt": "2017-01-19T20:29:28Z", "pushedAt": "2021-01-09T09:32:41Z", - "forks": 93, + "forks": 92, "issues": 41, "subscribers": 13, - "stars": 1005 + "stars": 1013 }, "name": "react-native-image-header-scroll-view", "fullName": "bamlab/react-native-image-header-scroll-view", @@ -11859,9 +11889,9 @@ "unmaintained": true, "npmPkg": "react-native-image-header-scroll-view", "npm": { - "downloads": 4227, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5241, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -11919,12 +11949,13 @@ }, "npmPkg": "react-native-fade-in-image", "npm": { - "downloads": 55972, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 61177, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -11950,10 +11981,10 @@ "updatedAt": "2023-02-13T14:43:32Z", "createdAt": "2016-01-23T11:40:52Z", "pushedAt": "2023-02-13T14:43:32Z", - "forks": 99, + "forks": 101, "issues": 23, "subscribers": 7, - "stars": 390 + "stars": 392 }, "name": "react-native-flip-card", "fullName": "moschan/react-native-flip-card", @@ -11991,9 +12022,9 @@ "unmaintained": true, "npmPkg": "react-native-flip-card", "npm": { - "downloads": 23252, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24177, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12062,9 +12093,9 @@ }, "npmPkg": "react-native-fcm", "npm": { - "downloads": 557, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 256, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -12074,7 +12105,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.719, "topicSearchString": "react-native ios android fcm firebase cloud-messaging notifications local-notifications" }, { @@ -12096,10 +12127,10 @@ "updatedAt": "2023-02-22T07:34:29Z", "createdAt": "2016-09-02T09:14:42Z", "pushedAt": "2023-02-22T07:34:29Z", - "forks": 242, + "forks": 240, "issues": 53, "subscribers": 17, - "stars": 1139 + "stars": 1142 }, "name": "react-native-easy-toast", "fullName": "crazycodeboy/react-native-easy-toast", @@ -12138,9 +12169,9 @@ "unmaintained": true, "npmPkg": "react-native-easy-toast", "npm": { - "downloads": 25328, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23151, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -12171,7 +12202,7 @@ "updatedAt": "2018-01-09T17:06:38Z", "createdAt": "2017-01-09T03:32:10Z", "pushedAt": "2018-01-09T17:06:38Z", - "forks": 73, + "forks": 72, "issues": 22, "subscribers": 9, "stars": 309 @@ -12205,9 +12236,9 @@ "unmaintained": true, "npmPkg": "react-native-mentions", "npm": { - "downloads": 880, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 545, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12267,9 +12298,9 @@ "unmaintained": true, "npmPkg": "react-native-carousel-control", "npm": { - "downloads": 552, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 436, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12277,7 +12308,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.72, "topicSearchString": "react native carousel ios android" }, { @@ -12299,7 +12330,7 @@ "updatedAt": "2017-11-04T02:36:11Z", "createdAt": "2016-03-18T19:14:01Z", "pushedAt": "2017-11-04T02:36:11Z", - "forks": 69, + "forks": 70, "issues": 9, "subscribers": 6, "stars": 294 @@ -12337,9 +12368,9 @@ "unmaintained": true, "npmPkg": "react-native-settings-list", "npm": { - "downloads": 2334, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2920, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12406,9 +12437,9 @@ "unmaintained": true, "npmPkg": "react-native-clean-form", "npm": { - "downloads": 54, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 187, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12416,7 +12447,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.731, + "popularity": -0.723, "topicSearchString": "react-native redux-form immutable.js styled-components redux" }, { @@ -12442,7 +12473,7 @@ "forks": 75, "issues": 24, "subscribers": 11, - "stars": 437 + "stars": 438 }, "name": "react-native-accordion", "fullName": "naoufal/react-native-accordion", @@ -12470,9 +12501,9 @@ }, "npmPkg": "react-native-accordion", "npm": { - "downloads": 302, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 193, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12480,7 +12511,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.719, "topicSearchString": "react-native react native accordion react-component component" }, { @@ -12503,7 +12534,7 @@ "updatedAt": "2017-11-08T09:36:06Z", "createdAt": "2015-10-10T09:10:39Z", "pushedAt": "2017-11-08T09:36:06Z", - "forks": 331, + "forks": 330, "issues": 87, "subscribers": 47, "stars": 1407 @@ -12534,9 +12565,9 @@ }, "npmPkg": "react-native-viewpager", "npm": { - "downloads": 2422, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1941, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -12572,7 +12603,7 @@ "forks": 128, "issues": 5, "subscribers": 14, - "stars": 661 + "stars": 660 }, "name": "react-native-dropdown", "fullName": "alinz/react-native-dropdown", @@ -12595,9 +12626,9 @@ }, "npmPkg": "react-native-dropdown", "npm": { - "downloads": 1446, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1577, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -12631,7 +12662,7 @@ "pushedAt": "2017-11-29T07:51:04Z", "forks": 47, "issues": 13, - "subscribers": 6, + "subscribers": 5, "stars": 153 }, "name": "react-native-chooser", @@ -12665,9 +12696,9 @@ }, "npmPkg": "react-native-chooser", "npm": { - "downloads": 128, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 179, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12675,7 +12706,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.722, "topicSearchString": "react-native chooser select picker select-tag" }, { @@ -12698,10 +12729,10 @@ "updatedAt": "2024-08-09T02:37:16Z", "createdAt": "2015-04-12T06:11:27Z", "pushedAt": "2024-08-09T02:37:16Z", - "forks": 334, - "issues": 95, + "forks": 333, + "issues": 96, "subscribers": 13, - "stars": 814 + "stars": 817 }, "name": "react-native-calendar-picker", "fullName": "stephy/CalendarPicker", @@ -12736,9 +12767,9 @@ "isArchived": false }, "npm": { - "downloads": 90677, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 84132, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -12751,6 +12782,76 @@ "popularity": 0.028, "topicSearchString": "calendar picker date day calendar-picker-component component calendarpicker calendar-picker" }, + { + "githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input/tree/main/packages/react-native-autocomplete-input", + "examples": [ + "https://github.com/byteburgers/react-native-autocomplete-input/tree/main/examples/StarWarsMovieFinder", + "https://snack.expo.dev/@mrlaessig/rn-autocomplete-input-example" + ], + "images": [ + "https://raw.githubusercontent.com/mrlaessig/react-native-autocomplete-input/master/example.gif" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/byteburgers/react-native-autocomplete-input", + "clone": "https://github.com/byteburgers/react-native-autocomplete-input.git", + "homepage": "https://github.com/byteburgers/react-native-autocomplete-input#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-09T22:25:33Z", + "createdAt": "2016-02-22T14:38:28Z", + "pushedAt": "2025-06-09T22:25:33Z", + "forks": 245, + "issues": 9, + "subscribers": 14, + "stars": 855 + }, + "name": "react-native-autocomplete-input", + "fullName": "byteburgers/react-native-autocomplete-input", + "isPrivate": false, + "description": "Pure javascript autocomplete input for react-native", + "topics": [ + "react-native", + "ios", + "input", + "android", + "autocomplete" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-autocomplete-input", + "npm": { + "downloads": 81631, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 73, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios input android autocomplete" + }, { "githubUrl": "https://github.com/aksonov/react-native-tabs", "ios": true, @@ -12773,7 +12874,7 @@ "forks": 104, "issues": 24, "subscribers": 23, - "stars": 727 + "stars": 726 }, "name": "react-native-tabs", "fullName": "aksonov/react-native-tabs", @@ -12806,9 +12907,9 @@ "unmaintained": true, "npmPkg": "react-native-tabs", "npm": { - "downloads": 5279, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5278, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -12842,10 +12943,10 @@ "updatedAt": "2019-08-12T04:05:52Z", "createdAt": "2016-05-04T13:58:29Z", "pushedAt": "2019-08-12T04:05:52Z", - "forks": 163, + "forks": 162, "issues": 20, "subscribers": 31, - "stars": 2185 + "stars": 2187 }, "name": "react-native-easy-grid", "fullName": "GeekyAnts/react-native-easy-grid", @@ -12873,9 +12974,9 @@ "unmaintained": true, "npmPkg": "react-native-easy-grid", "npm": { - "downloads": 51617, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 56024, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -12941,9 +13042,9 @@ }, "npmPkg": "react-native-radio-buttons", "npm": { - "downloads": 4570, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3527, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -12974,9 +13075,9 @@ "createdAt": "2015-09-01T13:29:42Z", "pushedAt": "2019-12-12T02:59:05Z", "forks": 111, - "issues": 15, + "issues": 14, "subscribers": 12, - "stars": 548 + "stars": 549 }, "name": "react-native-gesture-password", "fullName": "Spikef/react-native-gesture-password", @@ -13013,9 +13114,9 @@ "unmaintained": true, "npmPkg": "react-native-gesture-password", "npm": { - "downloads": 322, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 177, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13069,9 +13170,9 @@ }, "npmPkg": "react-native-calendar", "npm": { - "downloads": 1157, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 952, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -13105,7 +13206,7 @@ "forks": 81, "issues": 1, "subscribers": 11, - "stars": 871 + "stars": 870 }, "name": "react-native-simple-store", "fullName": "jasonmerino/react-native-simple-store", @@ -13133,9 +13234,9 @@ "unmaintained": true, "npmPkg": "react-native-simple-store", "npm": { - "downloads": 1472, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1127, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -13172,7 +13273,7 @@ "forks": 170, "issues": 5, "subscribers": 18, - "stars": 1590 + "stars": 1591 }, "name": "react-native-loading-spinner-overlay", "fullName": "ladjs/react-native-loading-spinner-overlay", @@ -13221,9 +13322,9 @@ "unmaintained": true, "npmPkg": "react-native-loading-spinner-overlay", "npm": { - "downloads": 70036, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 70996, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -13254,10 +13355,10 @@ "updatedAt": "2024-03-30T04:45:38Z", "createdAt": "2015-12-16T02:33:09Z", "pushedAt": "2024-03-30T04:45:38Z", - "forks": 340, + "forks": 337, "issues": 80, "subscribers": 34, - "stars": 2323 + "stars": 2328 }, "name": "react-native-parallax-scroll-view", "fullName": "i6mi6/react-native-parallax-scroll-view", @@ -13294,9 +13395,9 @@ }, "npmPkg": "react-native-parallax-scroll-view", "npm": { - "downloads": 7531, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7479, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -13329,10 +13430,10 @@ "updatedAt": "2016-07-31T17:45:32Z", "createdAt": "2015-06-25T13:31:09Z", "pushedAt": "2016-07-31T17:45:32Z", - "forks": 48, + "forks": 47, "issues": 3, "subscribers": 10, - "stars": 266 + "stars": 265 }, "name": "react-native-tabbar", "fullName": "alinz/react-native-tabbar", @@ -13355,9 +13456,9 @@ }, "npmPkg": "react-native-tabbar", "npm": { - "downloads": 68, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 69, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13391,7 +13492,7 @@ "forks": 82, "issues": 25, "subscribers": 8, - "stars": 444 + "stars": 443 }, "name": "react-native-message-bar", "fullName": "KBLNY/react-native-message-bar", @@ -13427,9 +13528,9 @@ }, "npmPkg": "react-native-message-bar", "npm": { - "downloads": 2282, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2478, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13462,7 +13563,7 @@ "forks": 77, "issues": 16, "subscribers": 4, - "stars": 285 + "stars": 284 }, "name": "react-native-floating-label-text-input", "fullName": "eyaleizenberg/react-native-floating-label-text-input", @@ -13491,9 +13592,9 @@ "unmaintained": true, "npmPkg": "react-native-floating-label-text-input", "npm": { - "downloads": 199, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 112, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13501,7 +13602,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.714, "topicSearchString": "react-native react-component ios animated floating text-input text-field" }, { @@ -13558,9 +13659,9 @@ }, "npmPkg": "react-native-progress-hud", "npm": { - "downloads": 356, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 214, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13576,9 +13677,6 @@ "ios": true, "android": true, "expoGo": true, - "examples": [ - "https://getexponent.com/@xcarpentier/react-native-country-picker-demo" - ], "github": { "urls": { "repo": "https://github.com/xcarpentier/react-native-country-picker-modal", @@ -13590,13 +13688,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2023-10-03T07:56:19Z", + "updatedAt": "2025-06-11T09:30:54Z", "createdAt": "2016-03-03T20:13:50Z", - "pushedAt": "2023-10-03T07:56:19Z", - "forks": 779, - "issues": 41, + "pushedAt": "2025-06-11T09:30:54Z", + "forks": 782, + "issues": 43, "subscribers": 18, - "stars": 1087 + "stars": 1093 }, "name": "react-native-country-picker-modal", "fullName": "xcarpentier/react-native-country-picker-modal", @@ -13631,15 +13729,15 @@ }, "npmPkg": "react-native-country-picker-modal", "npm": { - "downloads": 271786, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 288879, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -13702,9 +13800,9 @@ "unmaintained": true, "npmPkg": "react-native-awesome-button", "npm": { - "downloads": 85, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13712,7 +13810,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.715, + "popularity": -0.722, "topicSearchString": "react react-native react-component button awesome-button react-ui" }, { @@ -13765,9 +13863,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-uri", "npm": { - "downloads": 15536, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17602, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -13803,13 +13901,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-02-26T15:42:15Z", + "updatedAt": "2025-06-12T09:42:44Z", "createdAt": "2020-07-29T06:05:00Z", - "pushedAt": "2024-02-26T15:42:15Z", - "forks": 84, - "issues": 54, + "pushedAt": "2025-06-12T09:42:44Z", + "forks": 91, + "issues": 55, "subscribers": 4, - "stars": 158 + "stars": 162 }, "name": "react-native-deck-swiper", "fullName": "webraptor/react-native-deck-swiper", @@ -13846,14 +13944,14 @@ }, "npmPkg": "react-native-deck-swiper", "npm": { - "downloads": 29649, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32200, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -13913,9 +14011,9 @@ }, "npmPkg": "react-native-webbrowser", "npm": { - "downloads": 32, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 13, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13923,7 +14021,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.673, "topicSearchString": "webview webbrowser browser web native react ios android react-native react-component" }, { @@ -13949,7 +14047,7 @@ "forks": 88, "issues": 0, "subscribers": 15, - "stars": 473 + "stars": 474 }, "name": "react-native-circular-action-menu", "fullName": "geremih/react-native-circular-action-menu", @@ -13977,9 +14075,9 @@ }, "npmPkg": "react-native-circular-action-menu", "npm": { - "downloads": 692, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 380, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -13987,7 +14085,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.721, "topicSearchString": "react-native action-button float-button multi-action-button circular-menu arc-menu satellite-menu" }, { @@ -14050,16 +14148,16 @@ }, "npmPkg": "react-native-stateless-form", "npm": { - "downloads": 40, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.7, + "popularity": -0.75, "topicSearchString": "react native react-native form stateless presentational components ios android" }, { @@ -14084,7 +14182,7 @@ "forks": 108, "issues": 5, "subscribers": 6, - "stars": 620 + "stars": 619 }, "name": "react-native-segmented-control-tab", "fullName": "kirankalyan5/react-native-segmented-control-tab", @@ -14121,9 +14219,9 @@ "unmaintained": true, "npmPkg": "react-native-segmented-control-tab", "npm": { - "downloads": 134802, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 84601, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -14183,9 +14281,9 @@ }, "npmPkg": "react-native-atoz-list", "npm": { - "downloads": 45, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14193,7 +14291,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.728, + "popularity": -0.726, "topicSearchString": "selectlist alphabetlist contactlist" }, { @@ -14243,13 +14341,19 @@ "newArchitecture": false, "isArchived": true }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 1411, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native responsive image pixel-ratio" }, { @@ -14297,13 +14401,18 @@ "newArchitecture": false, "isArchived": true }, - "npm": {}, + "npm": { + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.85, "topicSearchString": "react-native link" }, { @@ -14355,16 +14464,16 @@ }, "npmPkg": "react-native-emoji-picker", "npm": { - "downloads": 596, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8662, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.472, "topicSearchString": "react-native react-component ios emoji emoji-picker" }, { @@ -14414,13 +14523,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 19, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.75, "topicSearchString": "react-native smart badge component" }, { @@ -14480,9 +14594,9 @@ }, "npmPkg": "tcomb-form-native", "npm": { - "downloads": 12952, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10780, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -14543,9 +14657,9 @@ }, "npmPkg": "react-native-infinite-scroll-view", "npm": { - "downloads": 24940, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20967, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14610,9 +14724,9 @@ "unmaintained": true, "npmPkg": "react-native-invertible-scroll-view", "npm": { - "downloads": 4808, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4502, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14672,9 +14786,9 @@ }, "npmPkg": "react-native-root-modal", "npm": { - "downloads": 2356, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2359, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14733,9 +14847,9 @@ }, "npmPkg": "react-native-emoji", "npm": { - "downloads": 33522, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 31099, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14765,7 +14879,7 @@ "updatedAt": "2018-01-23T22:12:46Z", "createdAt": "2016-08-02T08:34:35Z", "pushedAt": "2018-01-23T22:12:46Z", - "forks": 124, + "forks": 123, "issues": 40, "subscribers": 5, "stars": 416 @@ -14807,9 +14921,9 @@ "unmaintained": true, "npmPkg": "react-native-simple-markdown", "npm": { - "downloads": 4160, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3697, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14872,9 +14986,9 @@ "unmaintained": true, "npmPkg": "react-native-statusbar-alert", "npm": { - "downloads": 874, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1409, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14882,7 +14996,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native status-bar alert banner ios android statusbar" }, { @@ -14943,9 +15057,9 @@ "unmaintained": true, "npmPkg": "react-native-text", "npm": { - "downloads": 2403, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2903, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -14953,7 +15067,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native scaled ios android text react" }, { @@ -15020,9 +15134,9 @@ "unmaintained": true, "npmPkg": "react-native-immutable-list-view", "npm": { - "downloads": 2172, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 798, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -15055,7 +15169,7 @@ "forks": 30, "issues": 14, "subscribers": 7, - "stars": 191 + "stars": 192 }, "name": "react-native-search-header", "fullName": "tuantle/react-native-search-header", @@ -15088,9 +15202,9 @@ "unmaintained": true, "npmPkg": "react-native-search-header", "npm": { - "downloads": 273, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 193, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -15098,7 +15212,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.719, "topicSearchString": "search-header react-native android ios search header mobile material-design component ui uikit" }, { @@ -15151,9 +15265,9 @@ "unmaintained": true, "npmPkg": "react-native-device-monitor", "npm": { - "downloads": 27, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -15181,10 +15295,10 @@ "updatedAt": "2022-05-16T20:08:07Z", "createdAt": "2016-09-24T12:46:21Z", "pushedAt": "2022-05-16T20:08:07Z", - "forks": 136, + "forks": 135, "issues": 36, "subscribers": 24, - "stars": 442 + "stars": 444 }, "name": "react-native-fbads", "fullName": "callstack/react-native-fbads", @@ -15219,9 +15333,9 @@ "unmaintained": true, "npmPkg": "react-native-fbads", "npm": { - "downloads": 846, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 705, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -15229,7 +15343,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native facebook audience-network native-ads facebook-sdk javascript" }, { @@ -15248,13 +15362,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-27T23:31:20Z", + "updatedAt": "2025-05-29T16:27:57Z", "createdAt": "2016-04-10T23:56:20Z", - "pushedAt": "2025-03-27T23:31:20Z", + "pushedAt": "2025-05-29T16:27:57Z", "forks": 188, "issues": 0, - "subscribers": 72, - "stars": 528 + "subscribers": 73, + "stars": 532 }, "name": "react-native-branch", "fullName": "BranchMetrics/react-native-branch-deep-linking-attribution", @@ -15285,10 +15399,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 6.6.0", - "tagName": "v6.6.0", - "createdAt": "2025-03-27T23:31:20Z", - "publishedAt": "2025-04-05T00:01:53Z", + "name": "Release 6.7.1", + "tagName": "v6.7.1", + "createdAt": "2025-05-29T16:27:57Z", + "publishedAt": "2025-05-29T16:30:03Z", "isPrerelease": false }, "hasTypes": true, @@ -15296,9 +15410,9 @@ "isArchived": false }, "npm": { - "downloads": 271706, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 279061, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -15368,16 +15482,16 @@ "unmaintained": true, "npmPkg": "react-native-social-auth", "npm": { - "downloads": 88, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 128, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.719, "topicSearchString": "react-native module auth ios android facebook twitter native" }, { @@ -15430,9 +15544,9 @@ }, "npmPkg": "react-native-keep-awake", "npm": { - "downloads": 156044, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 149855, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -15462,10 +15576,10 @@ "updatedAt": "2021-09-28T12:20:08Z", "createdAt": "2015-11-05T16:33:08Z", "pushedAt": "2021-09-28T12:20:08Z", - "forks": 149, + "forks": 150, "issues": 51, "subscribers": 9, - "stars": 422 + "stars": 427 }, "name": "react-native-send-intent", "fullName": "lucasferreira/react-native-send-intent", @@ -15504,9 +15618,9 @@ "unmaintained": true, "npmPkg": "react-native-send-intent", "npm": { - "downloads": 36041, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32177, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -15563,16 +15677,16 @@ "unmaintained": true, "npmPkg": "react-native-android-statusbar", "npm": { - "downloads": 40, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.7, + "popularity": -0.75, "topicSearchString": "react-component react-native android" }, { @@ -15596,7 +15710,7 @@ "forks": 95, "issues": 45, "subscribers": 13, - "stars": 489 + "stars": 487 }, "name": "react-native-smart-splash-screen", "fullName": "react-native-component/react-native-smart-splash-screen", @@ -15624,9 +15738,9 @@ "unmaintained": true, "npmPkg": "react-native-smart-splash-screen", "npm": { - "downloads": 151, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 90, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -15634,7 +15748,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.728, "topicSearchString": "react-native smart splash screen splashscreen component" }, { @@ -15691,9 +15805,9 @@ "unmaintained": true, "npmPkg": "rn-splash-screen", "npm": { - "downloads": 116, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -15701,7 +15815,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.705, "topicSearchString": "react-native react-component ios android splashscreen splash launchui show hide mobile splash-screen" }, { @@ -15724,7 +15838,7 @@ "forks": 21, "issues": 7, "subscribers": 8, - "stars": 387 + "stars": 388 }, "name": "react-native-effects-view", "fullName": "voronianski/react-native-effects-view", @@ -15753,9 +15867,9 @@ "unmaintained": true, "npmPkg": "react-native-effects-view", "npm": { - "downloads": 27, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -15784,10 +15898,10 @@ "updatedAt": "2022-12-30T19:44:45Z", "createdAt": "2015-06-06T00:20:31Z", "pushedAt": "2022-12-30T19:44:45Z", - "forks": 196, - "issues": 60, + "forks": 197, + "issues": 62, "subscribers": 14, - "stars": 886 + "stars": 889 }, "name": "react-native-location", "fullName": "timfpark/react-native-location", @@ -15821,9 +15935,9 @@ "unmaintained": true, "npmPkg": "react-native-location", "npm": { - "downloads": 12528, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10431, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -15851,13 +15965,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-21T18:11:24Z", + "updatedAt": "2025-05-31T10:12:20Z", "createdAt": "2016-03-24T16:33:42Z", - "pushedAt": "2025-03-21T18:11:24Z", + "pushedAt": "2025-05-31T10:12:20Z", "forks": 764, - "issues": 10, - "subscribers": 36, - "stars": 4204 + "issues": 8, + "subscribers": 35, + "stars": 4232 }, "name": "react-native-permissions", "fullName": "zoontek/react-native-permissions", @@ -15879,10 +15993,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "5.3.0", - "tagName": "5.3.0", - "createdAt": "2025-03-21T18:11:24Z", - "publishedAt": "2025-03-21T18:12:45Z", + "name": "5.4.1", + "tagName": "5.4.1", + "createdAt": "2025-05-31T10:12:20Z", + "publishedAt": "2025-05-31T10:14:42Z", "isPrerelease": false }, "hasTypes": true, @@ -15891,9 +16005,9 @@ }, "npmPkg": "react-native-permissions", "npm": { - "downloads": 2464443, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2018492, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -15912,6 +16026,7 @@ "android": true, "windows": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/gre/react-native-view-shot", @@ -15926,10 +16041,10 @@ "updatedAt": "2024-12-06T21:21:21Z", "createdAt": "2016-08-23T20:02:58Z", "pushedAt": "2024-12-06T21:21:21Z", - "forks": 332, - "issues": 102, + "forks": 335, + "issues": 106, "subscribers": 15, - "stars": 2799 + "stars": 2817 }, "name": "react-native-view-shot", "fullName": "gre/react-native-view-shot", @@ -15964,16 +16079,16 @@ }, "npmPkg": "react-native-view-shot", "npm": { - "downloads": 1351773, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 877300, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 46, "matchingScoreModifiers": [ - "Very popular", "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -16000,7 +16115,7 @@ "updatedAt": "2020-05-03T15:58:06Z", "createdAt": "2015-06-25T00:45:18Z", "pushedAt": "2020-05-03T15:58:06Z", - "forks": 106, + "forks": 105, "issues": 14, "subscribers": 5, "stars": 494 @@ -16038,9 +16153,9 @@ "unmaintained": true, "npmPkg": "react-native-safari-view", "npm": { - "downloads": 30141, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37824, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -16069,10 +16184,10 @@ "updatedAt": "2018-07-29T21:50:13Z", "createdAt": "2016-06-22T07:22:57Z", "pushedAt": "2018-07-29T21:50:13Z", - "forks": 199, + "forks": 198, "issues": 118, "subscribers": 25, - "stars": 805 + "stars": 806 }, "name": "react-native-oauth", "fullName": "fullstackreact/react-native-oauth", @@ -16100,9 +16215,9 @@ "unmaintained": true, "npmPkg": "react-native-oauth", "npm": { - "downloads": 366, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 302, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -16112,7 +16227,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.724, "topicSearchString": "react react-native firestack firebase oauth twitter" }, { @@ -16166,9 +16281,9 @@ }, "npmPkg": "react-native-motion-manager", "npm": { - "downloads": 24, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -16176,7 +16291,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.708, + "popularity": -0.719, "topicSearchString": "react-component react-native ios cmmotionmanager motionmanager gyroscope accelerometer magnetometer" }, { @@ -16202,7 +16317,7 @@ "forks": 255, "issues": 67, "subscribers": 16, - "stars": 523 + "stars": 525 }, "name": "rn-apple-healthkit", "fullName": "lucaspbordignon/rn-apple-healthkit", @@ -16239,9 +16354,9 @@ "unmaintained": true, "npmPkg": "rn-apple-healthkit", "npm": { - "downloads": 1037, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 320, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -16250,7 +16365,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.722, "topicSearchString": "apple health-kit healthkit reactnative react-native react native ios" }, { @@ -16271,13 +16386,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-11-25T16:32:57Z", + "updatedAt": "2025-05-06T21:34:00Z", "createdAt": "2015-10-16T06:35:30Z", - "pushedAt": "2024-11-25T16:32:57Z", - "forks": 541, - "issues": 10, + "pushedAt": "2025-05-06T21:34:00Z", + "forks": 546, + "issues": 8, "subscribers": 27, - "stars": 1663 + "stars": 1671 }, "name": "react-native-contacts", "fullName": "morenoh149/react-native-contacts", @@ -16303,10 +16418,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "8.0.4", - "tagName": "v8.0.4", - "createdAt": "2024-10-25T15:44:13Z", - "publishedAt": "2024-10-25T15:46:19Z", + "name": "8.0.5", + "tagName": "v8.0.5", + "createdAt": "2025-05-06T21:34:00Z", + "publishedAt": "2025-05-06T22:01:50Z", "isPrerelease": false }, "hasTypes": true, @@ -16315,9 +16430,9 @@ }, "npmPkg": "react-native-contacts", "npm": { - "downloads": 213750, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 201327, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -16347,8 +16462,8 @@ "pushedAt": "2019-12-16T15:33:01Z", "forks": 107, "issues": 71, - "subscribers": 16, - "stars": 749 + "subscribers": 15, + "stars": 750 }, "name": "react-native-background-job", "fullName": "vikeri/react-native-background-job", @@ -16381,9 +16496,9 @@ "unmaintained": true, "npmPkg": "react-native-background-job", "npm": { - "downloads": 472, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 723, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -16392,7 +16507,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.472, "topicSearchString": "react-native background-job scheduled-jobs background-jobs" }, { @@ -16414,10 +16529,10 @@ "updatedAt": "2017-10-11T13:12:35Z", "createdAt": "2015-06-19T07:04:21Z", "pushedAt": "2017-10-11T13:12:35Z", - "forks": 161, + "forks": 160, "issues": 37, "subscribers": 9, - "stars": 428 + "stars": 426 }, "name": "react-native-geocoder", "fullName": "devfd/react-native-geocoder", @@ -16450,9 +16565,9 @@ }, "npmPkg": "react-native-geocoder", "npm": { - "downloads": 11289, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10724, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -16485,7 +16600,7 @@ "forks": 29, "issues": 0, "subscribers": 8, - "stars": 151 + "stars": 150 }, "name": "react-native-orientation-listener", "fullName": "walmartlabs/react-native-orientation-listener", @@ -16516,9 +16631,9 @@ }, "npmPkg": "react-native-orientation-listener", "npm": { - "downloads": 38, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -16526,7 +16641,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.75, "topicSearchString": "react-native orientation device-orientation" }, { @@ -16588,16 +16703,16 @@ }, "npmPkg": "react-native-device-display", "npm": { - "downloads": 44, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.705, + "popularity": -0.722, "topicSearchString": "react-component react-native ios display viewport device orientation orientation-changes universal-apps device-detection" }, { @@ -16619,13 +16734,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-20T21:52:12Z", + "updatedAt": "2025-05-02T13:35:31Z", "createdAt": "2016-08-01T18:44:54Z", - "pushedAt": "2025-01-20T21:52:12Z", + "pushedAt": "2025-05-02T13:35:31Z", "forks": 191, - "issues": 6, + "issues": 2, "subscribers": 22, - "stars": 1556 + "stars": 1567 }, "name": "react-native-background-fetch", "fullName": "transistorsoft/react-native-background-fetch", @@ -16651,9 +16766,9 @@ }, "npmPkg": "react-native-background-fetch", "npm": { - "downloads": 206637, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 246666, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -16685,7 +16800,7 @@ "forks": 26, "issues": 5, "subscribers": 6, - "stars": 130 + "stars": 129 }, "name": "react-native-stripe", "fullName": "lrettig/react-native-stripe", @@ -16715,16 +16830,16 @@ }, "npmPkg": "react-native-stripe", "npm": { - "downloads": 145, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.724, "topicSearchString": "android ios login native react react-component react-native sdk stripe" }, { @@ -16745,10 +16860,10 @@ "updatedAt": "2016-01-09T20:43:35Z", "createdAt": "2015-06-08T02:40:51Z", "pushedAt": "2016-01-09T20:43:35Z", - "forks": 42, + "forks": 41, "issues": 20, - "subscribers": 6, - "stars": 304 + "subscribers": 5, + "stars": 302 }, "name": "react-native-speech", "fullName": "naoufal/react-native-speech", @@ -16779,9 +16894,9 @@ }, "npmPkg": "react-native-speech", "npm": { - "downloads": 78, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 75, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -16789,7 +16904,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.723, "topicSearchString": "react-native react native siri speech speak speech-to-text react-component component" }, { @@ -16813,7 +16928,7 @@ "pushedAt": "2016-11-20T16:49:35Z", "forks": 37, "issues": 6, - "subscribers": 315, + "subscribers": 314, "stars": 247 }, "name": "react-native-wordpress-editor", @@ -16835,9 +16950,9 @@ }, "npmPkg": "react-native-wordpress-editor", "npm": { - "downloads": 307, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 196, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -16846,7 +16961,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.719, "topicSearchString": "" }, { @@ -16866,7 +16981,7 @@ "updatedAt": "2020-09-09T03:34:31Z", "createdAt": "2015-06-14T00:19:53Z", "pushedAt": "2020-09-09T03:34:31Z", - "forks": 186, + "forks": 184, "issues": 12, "subscribers": 12, "stars": 868 @@ -16902,9 +17017,9 @@ "unmaintained": true, "npmPkg": "react-native-search-bar", "npm": { - "downloads": 1508, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1620, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -16973,16 +17088,16 @@ }, "npmPkg": "react-native-digits", "npm": { - "downloads": 33, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.705, "topicSearchString": "react-native component fabric twitter authentication digits android" }, { @@ -17041,9 +17156,9 @@ }, "npmPkg": "react-native-directed-scrollview", "npm": { - "downloads": 137, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 127, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17051,7 +17166,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.726, "topicSearchString": "react-component react-native ios android scrollview horizontal vertical direction native scroll react javascript reactnative" }, { @@ -17075,8 +17190,8 @@ "pushedAt": "2020-08-30T10:54:32Z", "forks": 143, "issues": 53, - "subscribers": 279, - "stars": 823 + "subscribers": 278, + "stars": 827 }, "name": "react-native-keyboard-input", "fullName": "wix-incubator/react-native-keyboard-input", @@ -17109,9 +17224,9 @@ }, "npmPkg": "react-native-keyboard-input", "npm": { - "downloads": 3436, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2570, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -17170,9 +17285,9 @@ }, "npmPkg": "react-native-privacy-snapshot", "npm": { - "downloads": 375, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 983, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17180,7 +17295,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.473, "topicSearchString": "react-native react-component privacy snapshot secure" }, { @@ -17203,7 +17318,7 @@ "forks": 92, "issues": 12, "subscribers": 4, - "stars": 363 + "stars": 368 }, "name": "react-native-android-sms-listener", "fullName": "andreyvital/react-native-android-sms-listener", @@ -17232,9 +17347,9 @@ "unmaintained": true, "npmPkg": "react-native-android-sms-listener", "npm": { - "downloads": 578, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 954, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17242,7 +17357,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react native react-native android sms listener sms-listener" }, { @@ -17263,10 +17378,10 @@ "updatedAt": "2021-03-22T16:30:40Z", "createdAt": "2015-07-12T19:07:39Z", "pushedAt": "2021-03-22T16:30:40Z", - "forks": 100, + "forks": 99, "issues": 27, "subscribers": 8, - "stars": 358 + "stars": 366 }, "name": "react-native-network-info", "fullName": "pusherman/react-native-network-info", @@ -17304,9 +17419,9 @@ "unmaintained": true, "npmPkg": "react-native-network-info", "npm": { - "downloads": 54604, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 55003, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17335,10 +17450,10 @@ "updatedAt": "2021-04-19T16:36:58Z", "createdAt": "2015-07-31T18:11:19Z", "pushedAt": "2021-04-19T16:36:58Z", - "forks": 99, + "forks": 98, "issues": 33, "subscribers": 7, - "stars": 623 + "stars": 626 }, "name": "rn-nodeify", "fullName": "tradle/rn-nodeify", @@ -17359,9 +17474,9 @@ "unmaintained": true, "npmPkg": "rn-nodeify", "npm": { - "downloads": 84509, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 72471, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17389,10 +17504,10 @@ "updatedAt": "2022-05-29T16:37:01Z", "createdAt": "2015-12-22T22:05:40Z", "pushedAt": "2022-05-29T16:37:01Z", - "forks": 103, - "issues": 19, + "forks": 104, + "issues": 20, "subscribers": 5, - "stars": 433 + "stars": 434 }, "name": "react-native-extra-dimensions-android", "fullName": "Sunhat/react-native-extra-dimensions-android", @@ -17424,9 +17539,9 @@ "unmaintained": true, "npmPkg": "react-native-extra-dimensions-android", "npm": { - "downloads": 28312, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26081, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17459,7 +17574,7 @@ "forks": 47, "issues": 9, "subscribers": 6, - "stars": 211 + "stars": 212 }, "name": "react-native-proximity", "fullName": "williambout/react-native-proximity", @@ -17496,9 +17611,9 @@ }, "npmPkg": "react-native-proximity", "npm": { - "downloads": 156, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 89, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17506,7 +17621,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.718, + "popularity": -0.716, "topicSearchString": "react-native react native proximity proximity-sensor sensor iphone ios android" }, { @@ -17528,9 +17643,9 @@ "createdAt": "2016-02-24T04:23:38Z", "pushedAt": "2022-12-30T11:04:58Z", "forks": 247, - "issues": 50, + "issues": 51, "subscribers": 10, - "stars": 928 + "stars": 929 }, "name": "react-native-calendar-events", "fullName": "wmcmahan/react-native-calendar-events", @@ -17574,9 +17689,9 @@ "unmaintained": true, "npmPkg": "react-native-calendar-events", "npm": { - "downloads": 140465, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 97297, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -17606,10 +17721,10 @@ "updatedAt": "2022-01-03T10:55:24Z", "createdAt": "2016-06-17T20:57:51Z", "pushedAt": "2022-01-03T10:55:24Z", - "forks": 328, + "forks": 327, "issues": 107, "subscribers": 13, - "stars": 820 + "stars": 822 }, "name": "react-native-photo-view", "fullName": "alwx/react-native-photo-view", @@ -17640,9 +17755,9 @@ "unmaintained": true, "npmPkg": "react-native-photo-view", "npm": { - "downloads": 819, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 565, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -17652,7 +17767,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native react-component ios android gallery lightbox pinch pinch-to-zoom mobile" }, { @@ -17673,10 +17788,10 @@ "updatedAt": "2020-02-20T11:25:10Z", "createdAt": "2015-07-01T12:33:24Z", "pushedAt": "2020-02-20T11:25:10Z", - "forks": 553, + "forks": 552, "issues": 151, "subscribers": 101, - "stars": 4835 + "stars": 4832 }, "name": "react-native-material-kit", "fullName": "xinthink/react-native-material-kit", @@ -17714,9 +17829,9 @@ "unmaintained": true, "npmPkg": "react-native-material-kit", "npm": { - "downloads": 549, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 464, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -17727,7 +17842,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.722, "topicSearchString": "react native react-component react-native component ios android material-design materialkit" }, { @@ -17755,7 +17870,7 @@ "forks": 432, "issues": 59, "subscribers": 30, - "stars": 2180 + "stars": 2177 }, "name": "react-native-i18n", "fullName": "AlexanderZaytsev/react-native-i18n", @@ -17787,9 +17902,9 @@ }, "npmPkg": "react-native-i18n", "npm": { - "downloads": 84427, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 92532, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -17853,9 +17968,9 @@ }, "npmPkg": "react-native-image-zoom", "npm": { - "downloads": 409, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 246, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17863,7 +17978,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.722, "topicSearchString": "react-native android react-component" }, { @@ -17913,9 +18028,9 @@ "unmaintained": true, "npmPkg": "react-native-tooltip", "npm": { - "downloads": 1341, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1053, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -17943,10 +18058,10 @@ "updatedAt": "2019-05-29T10:01:30Z", "createdAt": "2016-08-12T08:43:45Z", "pushedAt": "2019-05-29T10:01:30Z", - "forks": 112, + "forks": 111, "issues": 17, "subscribers": 24, - "stars": 1157 + "stars": 1158 }, "name": "react-native-bottom-sheet-behavior", "fullName": "cesardeazevedo/react-native-bottom-sheet-behavior", @@ -17984,9 +18099,9 @@ "unmaintained": true, "npmPkg": "react-native-bottom-sheet-behavior", "npm": { - "downloads": 340, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 465, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -17995,7 +18110,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.722, "topicSearchString": "android react-native bottom-sheet-behavior coordinatorlayout bottomsheet bottomsheetbehavior google-maps floatingactionbutton nestedscrollview" }, { @@ -18020,7 +18135,7 @@ "updatedAt": "2021-12-09T23:52:04Z", "createdAt": "2015-07-09T18:11:31Z", "pushedAt": "2021-12-09T23:52:04Z", - "forks": 258, + "forks": 256, "issues": 8, "subscribers": 4, "stars": 406 @@ -18050,9 +18165,9 @@ }, "npmPkg": "react-native-intercom", "npm": { - "downloads": 6639, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6720, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -18124,9 +18239,9 @@ "unmaintained": true, "npmPkg": "react-native-globalize", "npm": { - "downloads": 5569, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3655, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -18153,13 +18268,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-03-03T12:49:50Z", + "updatedAt": "2025-06-17T01:59:37Z", "createdAt": "2015-07-27T12:49:29Z", - "pushedAt": "2024-03-03T12:49:50Z", - "forks": 265, - "issues": 23, + "pushedAt": "2025-06-17T01:59:37Z", + "forks": 264, + "issues": 24, "subscribers": 45, - "stars": 3035 + "stars": 3040 }, "name": "react-native-storage", "fullName": "sunnylqm/react-native-storage", @@ -18185,15 +18300,15 @@ }, "npmPkg": "react-native-storage", "npm": { - "downloads": 33894, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40817, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -18254,9 +18369,9 @@ }, "npmPkg": "react-native-extended-stylesheet", "npm": { - "downloads": 47783, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40962, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -18289,7 +18404,7 @@ "forks": 50, "issues": 0, "subscribers": 10, - "stars": 692 + "stars": 693 }, "name": "react-native-style-tachyons", "fullName": "tachyons-css/react-native-style-tachyons", @@ -18323,14 +18438,13 @@ }, "npmPkg": "react-native-style-tachyons", "npm": { - "downloads": 4505, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3160, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -18391,9 +18505,9 @@ }, "npmPkg": "react-native-google-analytics", "npm": { - "downloads": 1325, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 845, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -18452,9 +18566,9 @@ "unmaintained": true, "npmPkg": "pouchdb-react-native", "npm": { - "downloads": 1143, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 882, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -18519,9 +18633,9 @@ }, "npmPkg": "react-native-db-models", "npm": { - "downloads": 128, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 88, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -18529,7 +18643,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.716, "topicSearchString": "react-native asyncstorage database local-db db-events rerender emmit-database-operations models data-store ios" }, { @@ -18582,16 +18696,16 @@ "unmaintained": true, "npmPkg": "cairn", "npm": { - "downloads": 92, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.75, "topicSearchString": "react react-native css styling styles cairn" }, { @@ -18643,9 +18757,9 @@ "unmaintained": true, "npmPkg": "react-native-slowlog", "npm": { - "downloads": 1716, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2286, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -18706,16 +18820,16 @@ }, "npmPkg": "react-native-console-panel", "npm": { - "downloads": 74, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 82, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.726, "topicSearchString": "react-component react-native ios android console debug-panel" }, { @@ -18776,9 +18890,9 @@ }, "npmPkg": "react-native-dismiss-keyboard", "npm": { - "downloads": 67136, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15565, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -18828,9 +18942,9 @@ }, "npmPkg": "react-native-popup", "npm": { - "downloads": 151, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -18838,7 +18952,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.715, "topicSearchString": "react-native popup" }, { @@ -18860,10 +18974,10 @@ "updatedAt": "2024-11-25T14:34:01Z", "createdAt": "2015-11-30T10:23:11Z", "pushedAt": "2024-11-25T14:34:01Z", - "forks": 329, + "forks": 331, "issues": 4, "subscribers": 19, - "stars": 1638 + "stars": 1642 }, "name": "@bam.tech/react-native-image-resizer", "fullName": "bamlab/react-native-image-resizer", @@ -18901,12 +19015,20 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 151365, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react android ios images image image-resizer scaling scale resize jpeg" }, { @@ -18959,13 +19081,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 372, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.72, "topicSearchString": "react-native react-component ios android toast position remobile mobile" }, { @@ -19018,9 +19146,9 @@ }, "npmPkg": "react-native-lazyload", "npm": { - "downloads": 954, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 391, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -19028,7 +19156,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.722, "topicSearchString": "react-component react-native ios android lazyload load" }, { @@ -19094,9 +19222,9 @@ }, "npmPkg": "react-native-nav", "npm": { - "downloads": 808, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 638, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -19157,9 +19285,9 @@ }, "npmPkg": "react-imation", "npm": { - "downloads": 78, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -19219,9 +19347,9 @@ }, "npmPkg": "react-native-android-tablayout", "npm": { - "downloads": 91, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -19229,7 +19357,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.728, + "popularity": -0.721, "topicSearchString": "react-component react-native android tablayout design support" }, { @@ -19291,9 +19419,9 @@ }, "npmPkg": "react-native-gifted-listview", "npm": { - "downloads": 70, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -19302,7 +19430,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.722, "topicSearchString": "pull-to-refresh refreshable listview infinite-scrolling react-component react-native ios android" }, { @@ -19331,7 +19459,7 @@ "forks": 55, "issues": 2, "subscribers": 5, - "stars": 413 + "stars": 429 }, "name": "react-native-simple-dialogs", "fullName": "douglasjunior/react-native-simple-dialogs", @@ -19369,9 +19497,9 @@ }, "npmPkg": "react-native-simple-dialogs", "npm": { - "downloads": 8659, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6908, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -19405,7 +19533,7 @@ "forks": 58, "issues": 2, "subscribers": 7, - "stars": 987 + "stars": 992 }, "name": "react-native-keyboard-manager", "fullName": "douglasjunior/react-native-keyboard-manager", @@ -19438,9 +19566,9 @@ }, "npmPkg": "react-native-keyboard-manager", "npm": { - "downloads": 113680, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 104193, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -19474,7 +19602,7 @@ "forks": 115, "issues": 13, "subscribers": 33, - "stars": 2066 + "stars": 2068 }, "name": "nachos-ui", "fullName": "nachos-ui/nachos-ui", @@ -19502,9 +19630,9 @@ "unmaintained": true, "npmPkg": "nachos-ui", "npm": { - "downloads": 162, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 176, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -19513,7 +19641,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.722, "topicSearchString": "react react-component react-native ui-kit uikit web" }, { @@ -19534,10 +19662,10 @@ "updatedAt": "2018-12-27T10:31:48Z", "createdAt": "2015-12-11T15:29:45Z", "pushedAt": "2018-12-27T10:31:48Z", - "forks": 353, + "forks": 352, "issues": 70, "subscribers": 94, - "stars": 3146 + "stars": 3144 }, "name": "react-native-material-design", "fullName": "invertase/react-native-material-design", @@ -19572,9 +19700,9 @@ }, "npmPkg": "react-native-material-design", "npm": { - "downloads": 354, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 294, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -19583,7 +19711,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.723, "topicSearchString": "react-native material design ui components react-component android" }, { @@ -19637,9 +19765,9 @@ }, "npmPkg": "mrn", "npm": { - "downloads": 55, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -19648,7 +19776,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.732, + "popularity": -0.75, "topicSearchString": "react-native material design ui components react-component mrn ui-components android" }, { @@ -19712,9 +19840,9 @@ }, "npmPkg": "react-native-parallax", "npm": { - "downloads": 91, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 106, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -19722,7 +19850,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.728, + "popularity": -0.722, "topicSearchString": "react-native react-component component react mobile ios android ui parallax image" }, { @@ -19747,10 +19875,10 @@ "updatedAt": "2019-12-24T15:18:02Z", "createdAt": "2015-04-29T20:31:35Z", "pushedAt": "2019-12-24T15:18:02Z", - "forks": 216, + "forks": 217, "issues": 53, "subscribers": 45, - "stars": 1573 + "stars": 1571 }, "name": "react-native-chart", "fullName": "tomauty/react-native-chart", @@ -19782,9 +19910,9 @@ }, "npmPkg": "react-native-chart", "npm": { - "downloads": 226, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 264, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -19793,7 +19921,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.72, "topicSearchString": "chart javascript react-native svg" }, { @@ -19819,7 +19947,7 @@ "forks": 156, "issues": 22, "subscribers": 24, - "stars": 1291 + "stars": 1290 }, "name": "react-native-parallax-view", "fullName": "lelandrichardson/react-native-parallax-view", @@ -19844,9 +19972,9 @@ }, "npmPkg": "react-native-parallax-view", "npm": { - "downloads": 83, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 340, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -19855,7 +19983,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.721, "topicSearchString": "react react-native react-component parallax" }, { @@ -19866,6 +19994,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/oblador/react-native-collapsible", @@ -19883,7 +20012,7 @@ "forks": 429, "issues": 88, "subscribers": 30, - "stars": 2525 + "stars": 2553 }, "name": "react-native-collapsible", "fullName": "oblador/react-native-collapsible", @@ -19924,9 +20053,9 @@ }, "npmPkg": "react-native-collapsible", "npm": { - "downloads": 1160818, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 703798, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -19962,7 +20091,7 @@ "forks": 165, "issues": 18, "subscribers": 9, - "stars": 666 + "stars": 668 }, "name": "react-native-popover", "fullName": "jeanregisser/react-native-popover", @@ -19989,9 +20118,9 @@ }, "npmPkg": "react-native-popover", "npm": { - "downloads": 2125, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2894, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -20051,9 +20180,9 @@ }, "npmPkg": "react-native-form-generator", "npm": { - "downloads": 684, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1190, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20126,9 +20255,9 @@ }, "npmPkg": "react-native-simple-router", "npm": { - "downloads": 76, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20136,7 +20265,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.711, + "popularity": -0.717, "topicSearchString": "react react-component react-native ios navigation navigation-bar navbar router simple react-router react-navigation" }, { @@ -20189,9 +20318,9 @@ }, "npmPkg": "react-native-markdown", "npm": { - "downloads": 48, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20199,7 +20328,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.708, + "popularity": -0.75, "topicSearchString": "react native markdown md parse parser" }, { @@ -20254,9 +20383,9 @@ }, "npmPkg": "react-native-custom-navigation", "npm": { - "downloads": 31, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 13, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20264,7 +20393,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.718, + "popularity": -0.673, "topicSearchString": "react react-component react-native react-navigation ios navigation navbar router" }, { @@ -20290,7 +20419,7 @@ "forks": 44, "issues": 7, "subscribers": 12, - "stars": 366 + "stars": 367 }, "name": "react-native-gesture-recognizers", "fullName": "johanneslumpe/react-native-gesture-recognizers", @@ -20314,9 +20443,9 @@ }, "npmPkg": "react-native-gesture-recognizers", "npm": { - "downloads": 49, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20324,7 +20453,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.709, + "popularity": -0.75, "topicSearchString": "react-native gesture detection" }, { @@ -20350,7 +20479,7 @@ "forks": 92, "issues": 35, "subscribers": 6, - "stars": 332 + "stars": 333 }, "name": "react-native-gallery", "fullName": "ldn0x7dc/react-native-gallery", @@ -20364,9 +20493,9 @@ }, "npmPkg": "react-native-gallery", "npm": { - "downloads": 123, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 114, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20374,7 +20503,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.724, "topicSearchString": "" }, { @@ -20426,9 +20555,9 @@ }, "npmPkg": "react-native-md-textinput", "npm": { - "downloads": 123, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 74, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20436,7 +20565,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.723, "topicSearchString": "react-native textinput material-design material design" }, { @@ -20487,9 +20616,9 @@ }, "npmPkg": "react-native-custom-action-sheet", "npm": { - "downloads": 47, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 46, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20497,7 +20626,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.729, + "popularity": -0.728, "topicSearchString": "react-native react-component ios action-sheet" }, { @@ -20523,7 +20652,7 @@ "forks": 91, "issues": 20, "subscribers": 48, - "stars": 494 + "stars": 496 }, "name": "react-native-keyboard-aware-scrollview", "fullName": "wix-incubator/react-native-keyboard-aware-scrollview", @@ -20551,9 +20680,9 @@ }, "npmPkg": "react-native-keyboard-aware-scrollview", "npm": { - "downloads": 24922, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16440, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20584,7 +20713,7 @@ "updatedAt": "2016-06-15T05:58:12Z", "createdAt": "2015-10-26T10:39:47Z", "pushedAt": "2016-06-15T05:58:12Z", - "forks": 34, + "forks": 33, "issues": 9, "subscribers": 3, "stars": 176 @@ -20623,9 +20752,9 @@ }, "npmPkg": "react-native-gestures", "npm": { - "downloads": 97, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 70, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20633,7 +20762,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.721, "topicSearchString": "react-native react-component ios gestures pinch zoom drag drop" }, { @@ -20681,9 +20810,9 @@ }, "npmPkg": "react-native-ab", "npm": { - "downloads": 9, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -20691,7 +20820,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.625, "topicSearchString": "react native ab test testing experiment variant" }, { @@ -20751,16 +20880,16 @@ }, "npmPkg": "react-native-animated-ptr", "npm": { - "downloads": 24, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.708, + "popularity": -0.667, "topicSearchString": "react-native react-component ios android animated pull-to-refresh" }, { @@ -20800,16 +20929,16 @@ }, "npmPkg": "react-native-htmltext", "npm": { - "downloads": 29, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 54, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.731, "topicSearchString": "" }, { @@ -20861,16 +20990,16 @@ }, "npmPkg": "react-native-listitem", "npm": { - "downloads": 90, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.728, + "popularity": -0.721, "topicSearchString": "react-native react-component ios listitem swipe ui" }, { @@ -20889,13 +21018,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-11T18:10:12Z", + "updatedAt": "2025-04-03T08:01:11Z", "createdAt": "2016-07-27T10:57:27Z", - "pushedAt": "2025-02-11T18:10:12Z", - "forks": 504, - "issues": 25, - "subscribers": 72, - "stars": 3206 + "pushedAt": "2025-04-03T08:01:11Z", + "forks": 509, + "issues": 22, + "subscribers": 73, + "stars": 3251 }, "name": "react-native-ble-plx", "fullName": "dotintent/react-native-ble-plx", @@ -20933,12 +21062,13 @@ }, "npmPkg": "react-native-ble-plx", "npm": { - "downloads": 168280, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 170851, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 92, "matchingScoreModifiers": [ + "Very popular", "Popular", "Known", "Not supporting New Architecture" @@ -20971,10 +21101,10 @@ "updatedAt": "2022-10-24T12:02:37Z", "createdAt": "2017-05-07T16:22:54Z", "pushedAt": "2022-10-24T12:02:37Z", - "forks": 178, + "forks": 179, "issues": 7, "subscribers": 12, - "stars": 2132 + "stars": 2133 }, "name": "rn-placeholder", "fullName": "mfrachet/rn-placeholder", @@ -21010,9 +21140,9 @@ "unmaintained": true, "npmPkg": "rn-placeholder", "npm": { - "downloads": 84821, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 101588, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -21066,16 +21196,16 @@ }, "npmPkg": "rn-displayable", "npm": { - "downloads": 24, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.808, + "popularity": -0.85, "topicSearchString": "react-native ios android expo" }, { @@ -21096,7 +21226,7 @@ "updatedAt": "2023-04-13T16:08:20Z", "createdAt": "2016-10-27T09:03:49Z", "pushedAt": "2023-04-13T16:08:20Z", - "forks": 488, + "forks": 487, "issues": 2, "subscribers": 26, "stars": 1137 @@ -21134,9 +21264,9 @@ "unmaintained": true, "npmPkg": "tipsi-stripe", "npm": { - "downloads": 6626, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5899, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -21168,10 +21298,10 @@ "updatedAt": "2025-02-21T05:43:57Z", "createdAt": "2016-05-05T17:04:15Z", "pushedAt": "2025-02-21T05:43:57Z", - "forks": 207, - "issues": 36, + "forks": 206, + "issues": 37, "subscribers": 44, - "stars": 1103 + "stars": 1112 }, "name": "react-native-qrcode-svg", "fullName": "Expensify/react-native-qrcode-svg", @@ -21203,9 +21333,9 @@ }, "npmPkg": "react-native-qrcode-svg", "npm": { - "downloads": 871236, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 902113, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -21235,13 +21365,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T10:32:14Z", + "updatedAt": "2025-06-22T10:59:47Z", "createdAt": "2021-04-20T12:33:05Z", - "pushedAt": "2025-04-15T10:32:14Z", - "forks": 164, - "issues": 11, + "pushedAt": "2025-06-22T10:59:47Z", + "forks": 168, + "issues": 16, "subscribers": 18, - "stars": 807 + "stars": 851 }, "name": "react-native-google-mobile-ads", "fullName": "invertase/react-native-google-mobile-ads", @@ -21270,10 +21400,10 @@ "spdxId": "Apache-2.0" }, "lastRelease": { - "name": "v15.1.0", - "tagName": "v15.1.0", - "createdAt": "2025-04-15T10:32:14Z", - "publishedAt": "2025-04-15T10:32:24Z", + "name": "v15.4.0", + "tagName": "v15.4.0", + "createdAt": "2025-06-07T07:33:07Z", + "publishedAt": "2025-06-07T07:33:17Z", "isPrerelease": false }, "hasTypes": true, @@ -21282,9 +21412,9 @@ }, "npmPkg": "react-native-google-mobile-ads", "npm": { - "downloads": 124229, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 116596, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 76, "matchingScoreModifiers": [ @@ -21313,13 +21443,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/analytics", "fullName": "invertase/react-native-firebase", @@ -21342,13 +21472,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1599138, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase analytics" }, { @@ -21369,13 +21507,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/app-check", "fullName": "invertase/react-native-firebase", @@ -21399,13 +21537,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 66226, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase app-check appcheck" }, { @@ -21425,13 +21571,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/app-distribution", "fullName": "invertase/react-native-firebase", @@ -21454,13 +21600,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 32346, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase app-distribution" }, { @@ -21481,13 +21635,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/app", "fullName": "invertase/react-native-firebase", @@ -21537,13 +21691,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 2513233, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react admob auth config digits fabric functions phone-auth sms firestore cloud-firestore datastore remote-config transactions react-native firebase firebase fcm apn gcm analytics messaging database android ios crash firestack performance firestore dynamic-links crashlytics" }, { @@ -21564,13 +21726,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T18:30:20Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-15T18:30:20Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/auth", "fullName": "invertase/react-native-firebase", @@ -21593,13 +21755,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 481397, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase auth" }, { @@ -21620,13 +21790,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/crashlytics", "fullName": "invertase/react-native-firebase", @@ -21654,13 +21824,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1069830, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase fabric crash bug error reporting crashlytics" }, { @@ -21681,13 +21859,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/database", "fullName": "invertase/react-native-firebase", @@ -21713,13 +21891,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 73928, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase realtime database synchronized realtome-database" }, { @@ -21739,13 +21925,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/dynamic-links", "fullName": "invertase/react-native-firebase", @@ -21769,13 +21955,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 207144, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase deep-link dynamic-link" }, { @@ -21796,13 +21990,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/firestore", "fullName": "invertase/react-native-firebase", @@ -21830,13 +22024,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 325111, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase cloud-firestore database nosql query realtime firestore" }, { @@ -21857,13 +22059,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/functions", "fullName": "invertase/react-native-firebase", @@ -21888,13 +22090,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 95987, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase https callable functions" }, { @@ -21915,13 +22125,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/in-app-messaging", "fullName": "invertase/react-native-firebase", @@ -21949,13 +22159,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 65118, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase in-app-messaging analytics predictions engage active-users inappmessaging" }, { @@ -21976,13 +22194,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/messaging", "fullName": "invertase/react-native-firebase", @@ -22005,13 +22223,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1420264, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase messaging" }, { @@ -22032,13 +22258,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/ml", "fullName": "invertase/react-native-firebase", @@ -22065,13 +22291,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 3923, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase ml machine-learning text-recognition landmark-recognition image-labeler" }, { @@ -22092,13 +22326,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/perf", "fullName": "invertase/react-native-firebase", @@ -22126,13 +22360,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 524017, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase perf trace insight http latency performance-monitoring" }, { @@ -22153,13 +22395,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/remote-config", "fullName": "invertase/react-native-firebase", @@ -22184,13 +22426,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 488676, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase config remote remote-config" }, { @@ -22211,13 +22461,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/storage", "fullName": "invertase/react-native-firebase", @@ -22247,13 +22497,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 147293, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase images audio video json cloud-storage storage upload download" }, { @@ -22261,6 +22519,7 @@ "ios": true, "android": true, "unmaintained": true, + "fireos": true, "alternatives": [ "@dr.pogodin/react-native-fs", "expo-file-system" @@ -22279,10 +22538,10 @@ "updatedAt": "2023-04-12T21:30:13Z", "createdAt": "2015-05-08T17:04:15Z", "pushedAt": "2023-04-12T21:30:13Z", - "forks": 882, - "issues": 552, + "forks": 881, + "issues": 553, "subscribers": 43, - "stars": 5015 + "stars": 5020 }, "name": "react-native-fs", "fullName": "itinance/react-native-fs", @@ -22319,9 +22578,9 @@ }, "npmPkg": "react-native-fs", "npm": { - "downloads": 1913592, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1405073, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -22357,7 +22616,7 @@ "forks": 14, "issues": 0, "subscribers": 6, - "stars": 177 + "stars": 178 }, "name": "react-native-cell-components", "fullName": "lodev09/react-native-cell-components", @@ -22392,16 +22651,16 @@ "unmaintained": true, "npmPkg": "react-native-cell-components", "npm": { - "downloads": 212, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.75, "topicSearchString": "react-native cell components ios listview tableview" }, { @@ -22461,9 +22720,9 @@ }, "npmPkg": "react-native-photo-upload", "npm": { - "downloads": 580, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 893, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -22471,7 +22730,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.472, "topicSearchString": "photo react react-native resizer image picker base64 ios android photos reactjs image-picker fs image-resizer" }, { @@ -22495,7 +22754,7 @@ "forks": 63, "issues": 34, "subscribers": 27, - "stars": 1024 + "stars": 1025 }, "name": "react-native-create-bridge", "fullName": "peggyrayzis/react-native-create-bridge", @@ -22533,9 +22792,9 @@ "unmaintained": true, "npmPkg": "react-native-create-bridge", "npm": { - "downloads": 1058, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1478, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -22544,7 +22803,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react native react-native bridge cli swift java objective-c kotlin" }, { @@ -22598,16 +22857,16 @@ "unmaintained": true, "npmPkg": "react-native-fa-icons", "npm": { - "downloads": 91, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.828, + "popularity": -0.823, "topicSearchString": "react-native fonts font-awesome fontawesome icon icons-fontawesome icons" }, { @@ -22661,16 +22920,16 @@ "unmaintained": true, "npmPkg": "material-native", "npm": { - "downloads": 61, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.75, "topicSearchString": "react react-component react-native material material-design android ios" }, { @@ -22726,16 +22985,16 @@ }, "npmPkg": "react-native-submit-button", "npm": { - "downloads": 35, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.691, "topicSearchString": "react native animated component button submit android ios react-native submit-button" }, { @@ -22753,13 +23012,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-22T00:51:21Z", + "updatedAt": "2025-06-15T10:41:32Z", "createdAt": "2015-08-26T09:06:18Z", - "pushedAt": "2025-02-22T00:51:21Z", - "forks": 152, - "issues": 13, + "pushedAt": "2025-06-15T10:41:32Z", + "forks": 153, + "issues": 15, "subscribers": 12, - "stars": 437 + "stars": 443 }, "name": "react-native-zip-archive", "fullName": "mockingbot/react-native-zip-archive", @@ -22783,10 +23042,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v7.0.1", - "tagName": "v7.0.1", - "createdAt": "2024-10-08T02:20:04Z", - "publishedAt": "2024-10-08T02:23:07Z", + "name": "v7.0.2", + "tagName": "v7.0.2", + "createdAt": "2025-06-15T10:43:38Z", + "publishedAt": "2025-06-15T10:46:07Z", "isPrerelease": false }, "hasTypes": false, @@ -22795,14 +23054,15 @@ }, "npmPkg": "react-native-zip-archive", "npm": { - "downloads": 127560, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 124595, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -22862,9 +23122,9 @@ }, "npmPkg": "react-native-actionsheet", "npm": { - "downloads": 65997, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57483, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -22893,10 +23153,10 @@ "updatedAt": "2020-01-22T08:41:43Z", "createdAt": "2017-06-23T07:11:35Z", "pushedAt": "2020-01-22T08:41:43Z", - "forks": 197, + "forks": 198, "issues": 45, "subscribers": 28, - "stars": 866 + "stars": 872 }, "name": "react-native-document-scanner", "fullName": "Michaelvilleneuve/react-native-document-scanner", @@ -22929,9 +23189,9 @@ "unmaintained": true, "npmPkg": "react-native-document-scanner", "npm": { - "downloads": 105, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -22940,7 +23200,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.733, "topicSearchString": "react-native scanner ios document" }, { @@ -22963,7 +23223,7 @@ "forks": 102, "issues": 21, "subscribers": 8, - "stars": 310 + "stars": 311 }, "name": "react-native-perspective-image-cropper", "fullName": "Michaelvilleneuve/react-native-perspective-image-cropper", @@ -22999,9 +23259,9 @@ "unmaintained": true, "npmPkg": "react-native-perspective-image-cropper", "npm": { - "downloads": 408, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 348, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -23063,9 +23323,9 @@ "unmaintained": true, "npmPkg": "react-native-loading-placeholder", "npm": { - "downloads": 4496, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3918, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -23136,13 +23396,18 @@ "newArchitecture": false, "isArchived": true }, - "npm": {}, + "npm": { + "downloads": 42, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.726, "topicSearchString": "react-native batch push notifications library push-notifications archived deprecated obsolete" }, { @@ -23192,16 +23457,16 @@ "unmaintained": true, "npmPkg": "react-native-bouncy-drawer", "npm": { - "downloads": 14, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 47, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.729, "topicSearchString": "drawer react-native bouncy" }, { @@ -23222,7 +23487,7 @@ "updatedAt": "2017-10-13T11:41:01Z", "createdAt": "2017-10-12T17:32:33Z", "pushedAt": "2017-10-13T11:41:01Z", - "forks": 4, + "forks": 3, "issues": 1, "subscribers": 2, "stars": 94 @@ -23251,16 +23516,16 @@ }, "npmPkg": "react-native-ios-drag-drop", "npm": { - "downloads": 38, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.708, "topicSearchString": "react-native drag-and-drop ios react component" }, { @@ -23310,16 +23575,16 @@ }, "npmPkg": "react-native-material-palette", "npm": { - "downloads": 34, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.75, "topicSearchString": "react-native react material-design material-ui" }, { @@ -23347,9 +23612,9 @@ "createdAt": "2017-10-12T20:02:23Z", "pushedAt": "2024-07-29T15:02:28Z", "forks": 166, - "issues": 31, + "issues": 32, "subscribers": 12, - "stars": 1033 + "stars": 1045 }, "name": "react-native-onboarding-swiper", "fullName": "jfilter/react-native-onboarding-swiper", @@ -23382,9 +23647,9 @@ }, "npmPkg": "react-native-onboarding-swiper", "npm": { - "downloads": 34368, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19421, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -23416,10 +23681,10 @@ "updatedAt": "2019-04-19T21:39:12Z", "createdAt": "2016-03-24T15:40:53Z", "pushedAt": "2019-04-19T21:39:12Z", - "forks": 582, + "forks": 580, "issues": 171, "subscribers": 85, - "stars": 3782 + "stars": 3783 }, "name": "react-native-material-ui", "fullName": "xotahal/react-native-material-ui", @@ -23458,9 +23723,9 @@ "unmaintained": true, "npmPkg": "react-native-material-ui", "npm": { - "downloads": 1362, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1741, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -23523,16 +23788,16 @@ "unmaintained": true, "npmPkg": "react-native-falling-drawer", "npm": { - "downloads": 30, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.71, "topicSearchString": "drawer falling customizable collapsible" }, { @@ -23578,16 +23843,16 @@ }, "npmPkg": "rn-render-perfs", "npm": { - "downloads": 13, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.673, + "popularity": -0.75, "topicSearchString": "" }, { @@ -23649,9 +23914,9 @@ "unmaintained": true, "npmPkg": "react-native-schemes-manager", "npm": { - "downloads": 10788, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7561, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -23690,7 +23955,7 @@ "forks": 949, "issues": 175, "subscribers": 126, - "stars": 10487 + "stars": 10538 }, "name": "@ui-kitten/components", "fullName": "akveo/react-native-ui-kitten", @@ -23712,6 +23977,7 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npm": {}, "score": 22, "matchingScoreModifiers": [ @@ -23781,16 +24047,16 @@ }, "npmPkg": "react-native-offscreen-toolbar", "npm": { - "downloads": 77, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.824, + "popularity": -0.817, "topicSearchString": "react-native react-component component react mobile ui toolbar navbar header material material-design" }, { @@ -23847,16 +24113,16 @@ "unmaintained": true, "npmPkg": "react-native-braintree-payments-drop-in", "npm": { - "downloads": 271, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 109, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.722, "topicSearchString": "react-native braintree payments drop-in" }, { @@ -23864,6 +24130,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "expoGo": true, "github": { "urls": { @@ -23879,10 +24146,10 @@ "updatedAt": "2024-08-30T21:17:50Z", "createdAt": "2017-06-14T19:50:59Z", "pushedAt": "2024-08-30T21:17:50Z", - "forks": 2761, - "issues": 699, + "forks": 2756, + "issues": 700, "subscribers": 229, - "stars": 34223 + "stars": 34246 }, "name": "formik", "fullName": "jaredpalmer/formik", @@ -23915,9 +24182,9 @@ }, "npmPkg": "formik", "npm": { - "downloads": 12106933, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12555286, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -23979,16 +24246,16 @@ }, "npmPkg": "react-native-google-play-game-services", "npm": { - "downloads": 17, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.791, + "popularity": -0.787, "topicSearchString": "react-native google-play google-play-game-services android google-play-games google-play-service" }, { @@ -24037,16 +24304,16 @@ "unmaintained": true, "npmPkg": "react-native-popup-menu-android", "npm": { - "downloads": 336, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 222, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -0.823, "topicSearchString": "react-native android popup popover menu overlay native-native native material" }, { @@ -24101,9 +24368,9 @@ "unmaintained": true, "npmPkg": "react-scroll-paged-view", "npm": { - "downloads": 181, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 145, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -24162,14 +24429,13 @@ }, "npmPkg": "react-native-azure-auth", "npm": { - "downloads": 12540, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10156, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -24230,9 +24496,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-popover", "npm": { - "downloads": 38569, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34119, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -24300,16 +24566,16 @@ "unmaintained": true, "npmPkg": "react-native-vkontakte-login", "npm": { - "downloads": 785, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 405, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.723, "topicSearchString": "react react-native vk vkontakte sdk login share" }, { @@ -24328,13 +24594,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T15:01:32Z", + "updatedAt": "2025-06-16T15:50:49Z", "createdAt": "2018-02-11T22:31:55Z", - "pushedAt": "2025-04-14T15:01:32Z", - "forks": 464, - "issues": 82, + "pushedAt": "2025-06-16T15:50:49Z", + "forks": 466, + "issues": 84, "subscribers": 20, - "stars": 1817 + "stars": 1826 }, "name": "react-native-picker-select", "fullName": "lawnstarter/react-native-picker-select", @@ -24374,9 +24640,9 @@ }, "npmPkg": "react-native-picker-select", "npm": { - "downloads": 556787, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 521069, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 62, "matchingScoreModifiers": [ @@ -24436,16 +24702,16 @@ }, "npmPkg": "react-native-keyguard", "npm": { - "downloads": 32, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.819, + "popularity": -0.85, "topicSearchString": "react-component react-native android lock-screen" }, { @@ -24477,7 +24743,7 @@ "forks": 100, "issues": 8, "subscribers": 10, - "stars": 577 + "stars": 585 }, "name": "react-native-swiper-flatlist", "fullName": "gusgard/react-native-swiper-flatlist", @@ -24529,9 +24795,9 @@ }, "npmPkg": "react-native-swiper-flatlist", "npm": { - "downloads": 63698, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 58093, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -24567,7 +24833,7 @@ "forks": 8, "issues": 0, "subscribers": 2, - "stars": 104 + "stars": 105 }, "name": "react-native-grid-list", "fullName": "gusgard/react-native-grid-list", @@ -24605,9 +24871,9 @@ "unmaintained": true, "npmPkg": "react-native-grid-list", "npm": { - "downloads": 272, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 69, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -24646,10 +24912,10 @@ "updatedAt": "2024-02-04T13:21:23Z", "createdAt": "2017-03-04T16:33:14Z", "pushedAt": "2024-02-04T13:21:23Z", - "forks": 92, - "issues": 13, + "forks": 93, + "issues": 15, "subscribers": 4, - "stars": 333 + "stars": 336 }, "name": "react-native-image-marker", "fullName": "JimmyDaddy/react-native-image-marker", @@ -24690,9 +24956,9 @@ }, "npmPkg": "react-native-image-marker", "npm": { - "downloads": 99793, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 13598, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -24725,10 +24991,10 @@ "updatedAt": "2024-01-09T16:09:55Z", "createdAt": "2018-04-18T05:50:46Z", "pushedAt": "2024-01-09T16:09:55Z", - "forks": 170, - "issues": 52, + "forks": 171, + "issues": 53, "subscribers": 7, - "stars": 646 + "stars": 653 }, "name": "react-native-walkthrough-tooltip", "fullName": "jasongaare/react-native-walkthrough-tooltip", @@ -24762,9 +25028,9 @@ }, "npmPkg": "react-native-walkthrough-tooltip", "npm": { - "downloads": 271509, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 261769, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -24795,10 +25061,10 @@ "updatedAt": "2024-06-02T10:23:45Z", "createdAt": "2015-04-09T07:53:25Z", "pushedAt": "2024-06-02T10:23:45Z", - "forks": 164, + "forks": 163, "issues": 26, "subscribers": 23, - "stars": 1011 + "stars": 1012 }, "name": "react-native-canvas", "fullName": "iddan/react-native-canvas", @@ -24824,9 +25090,9 @@ }, "npmPkg": "react-native-canvas", "npm": { - "downloads": 110155, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23732, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -24890,16 +25156,16 @@ "unmaintained": true, "npmPkg": "react-native-draggable-calendar", "npm": { - "downloads": 25, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.71, + "popularity": -0.75, "topicSearchString": "react-native calendar drag draggable draggable-calendar" }, { @@ -24924,7 +25190,7 @@ "forks": 134, "issues": 16, "subscribers": 5, - "stars": 390 + "stars": 394 }, "name": "rn-pdf-reader-js", "fullName": "xcarpentier/rn-pdf-reader-js", @@ -24961,9 +25227,9 @@ "unmaintained": true, "npmPkg": "rn-pdf-reader-js", "npm": { - "downloads": 13822, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17667, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -25001,7 +25267,7 @@ "forks": 139, "issues": 24, "subscribers": 11, - "stars": 851 + "stars": 859 }, "name": "react-native-snackbar", "fullName": "cooperka/react-native-snackbar", @@ -25037,15 +25303,14 @@ }, "npmPkg": "react-native-snackbar", "npm": { - "downloads": 55435, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 54592, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -25108,16 +25373,16 @@ "unmaintained": true, "npmPkg": "react-native-pseudo-localization", "npm": { - "downloads": 22, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.805, + "popularity": -0.81, "topicSearchString": "chaos-engineering i18n internationalization l10n language localization pseudo-localization psuedo-localize psuedo translation i10n react-native pseudo" }, { @@ -25187,9 +25452,9 @@ "unmaintained": true, "npmPkg": "react-native-keyboard-accessory", "npm": { - "downloads": 48935, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 55088, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -25211,6 +25476,7 @@ ], "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/henninghall/react-native-date-picker", @@ -25222,13 +25488,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-06T11:36:15Z", + "updatedAt": "2025-06-05T18:26:24Z", "createdAt": "2018-04-08T18:31:00Z", - "pushedAt": "2025-04-06T11:36:15Z", - "forks": 336, - "issues": 34, + "pushedAt": "2025-06-05T18:26:24Z", + "forks": 344, + "issues": 37, "subscribers": 8, - "stars": 2356 + "stars": 2387 }, "name": "react-native-date-picker", "fullName": "henninghall/react-native-date-picker", @@ -25253,10 +25519,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "5.0.12", - "tagName": "5.0.12", - "createdAt": "2025-04-06T11:08:35Z", - "publishedAt": "2025-04-06T11:08:55Z", + "name": "5.0.13", + "tagName": "5.0.13", + "createdAt": "2025-06-05T18:26:24Z", + "publishedAt": "2025-06-05T18:28:04Z", "isPrerelease": false }, "hasTypes": true, @@ -25265,9 +25531,9 @@ }, "npmPkg": "react-native-date-picker", "npm": { - "downloads": 798690, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 679421, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -25337,9 +25603,9 @@ }, "npmPkg": "react-native-gradients", "npm": { - "downloads": 7545, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7032, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -25369,13 +25635,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-07T20:34:04Z", + "updatedAt": "2025-06-10T08:19:21Z", "createdAt": "2018-08-28T15:32:05Z", - "pushedAt": "2025-04-07T20:34:04Z", - "forks": 601, - "issues": 242, + "pushedAt": "2025-06-10T08:19:21Z", + "forks": 603, + "issues": 254, "subscribers": 106, - "stars": 10930 + "stars": 11059 }, "name": "@nozbe/watermelondb", "fullName": "Nozbe/WatermelonDB", @@ -25410,14 +25676,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 53339, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "database sqlite react react-native indexeddb lokijs watermelon watermelondb offline offline-first persistence reactive rxjs better-sqlite3 db hacktoberfest" }, { @@ -25471,9 +25745,9 @@ }, "npmPkg": "react-native-version-info", "npm": { - "downloads": 33819, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30739, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -25510,13 +25784,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-12-20T20:40:29Z", + "updatedAt": "2025-05-07T12:19:55Z", "createdAt": "2017-03-16T20:18:39Z", - "pushedAt": "2024-12-20T20:40:29Z", - "forks": 928, - "issues": 28, - "subscribers": 54, - "stars": 3436 + "pushedAt": "2025-05-07T12:19:55Z", + "forks": 940, + "issues": 24, + "subscribers": 50, + "stars": 3499 }, "name": "react-native-track-player", "fullName": "doublesymmetry/react-native-track-player", @@ -25554,9 +25828,9 @@ }, "npmPkg": "react-native-track-player", "npm": { - "downloads": 134236, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 118578, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -25594,7 +25868,7 @@ "forks": 3, "issues": 0, "subscribers": 4, - "stars": 32 + "stars": 33 }, "name": "react-native-hotspot", "fullName": "lawnstarter/react-native-hotspot", @@ -25622,16 +25896,16 @@ }, "npmPkg": "react-native-hotspot", "npm": { - "downloads": 31, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.218, + "popularity": -0.208, "topicSearchString": "hotspot tutorial onboarding react react-native expo frontend" }, { @@ -25686,16 +25960,16 @@ "unmaintained": true, "npmPkg": "react-native-text-avatar", "npm": { - "downloads": 341, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 292, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.719, "topicSearchString": "react-native component avatar text letter text-avatar letter-avatar" }, { @@ -25751,16 +26025,16 @@ "unmaintained": true, "npmPkg": "react-native-buglife", "npm": { - "downloads": 108, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.822, + "popularity": -0.823, "topicSearchString": "react-native react-component component react mobile ios android buglife bug-reporting bug-reporter" }, { @@ -25815,16 +26089,16 @@ "unmaintained": true, "npmPkg": "react-native-customize-selected-date", "npm": { - "downloads": 93, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.818, + "popularity": -0.823, "topicSearchString": "customize selected date calendar event customize-event react-native customize-date" }, { @@ -25872,16 +26146,16 @@ }, "npmPkg": "react-native-suggester", "npm": { - "downloads": 53, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.212, + "popularity": -0.25, "topicSearchString": "react-native textinput autocompletion" }, { @@ -25933,16 +26207,16 @@ "unmaintained": true, "npmPkg": "react-native-scrolling-images", "npm": { - "downloads": 43, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.827, + "popularity": -0.82, "topicSearchString": "animated scrolling image background parallax" }, { @@ -25964,9 +26238,9 @@ "createdAt": "2017-06-22T07:27:48Z", "pushedAt": "2024-06-29T13:46:27Z", "forks": 99, - "issues": 23, + "issues": 21, "subscribers": 7, - "stars": 191 + "stars": 190 }, "name": "react-native-instagram-login", "fullName": "hungdev/react-native-instagram-login", @@ -25998,9 +26272,9 @@ }, "npmPkg": "react-native-instagram-login", "npm": { - "downloads": 2296, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 845, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -26068,16 +26342,16 @@ "unmaintained": true, "npmPkg": "react-native-ruler", "npm": { - "downloads": 47, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 44, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.729, + "popularity": -0.705, "topicSearchString": "devtools measure ruler react react-native expo" }, { @@ -26128,16 +26402,16 @@ "unmaintained": true, "npmPkg": "react-native-safe-image", "npm": { - "downloads": 41, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.75, "topicSearchString": "react-native image fallback typescript" }, { @@ -26146,6 +26420,7 @@ "https://docs.expo.dev/versions/latest/sdk/apple-authentication/#usage" ], "ios": true, + "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -26159,13 +26434,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-apple-authentication", "fullName": "expo/expo", @@ -26191,17 +26466,16 @@ }, "npmPkg": "expo-apple-authentication", "npm": { - "downloads": 362683, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 453805, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -26213,6 +26487,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26225,13 +26500,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-20T09:40:32Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-20T09:40:32Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-application", "fullName": "expo/expo", @@ -26255,9 +26530,9 @@ }, "npmPkg": "expo-application", "npm": { - "downloads": 2294050, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3108284, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26275,8 +26550,10 @@ "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-asset", "ios": true, "android": true, + "tvos": true, "web": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26289,13 +26566,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-12T15:56:55Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-12T15:56:55Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-asset", "fullName": "expo/expo", @@ -26319,9 +26596,9 @@ }, "npmPkg": "expo-asset", "npm": { - "downloads": 5164738, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5665904, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26346,7 +26623,9 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26359,13 +26638,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-18T08:58:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-18T08:58:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-av", "fullName": "expo/expo", @@ -26390,9 +26669,9 @@ }, "npmPkg": "expo-av", "npm": { - "downloads": 1495427, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1433517, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26413,7 +26692,6 @@ ], "ios": true, "android": true, - "expoGo": true, "newArchitecture": true, "github": { "urls": { @@ -26426,13 +26704,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-14T02:20:31Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-14T02:20:31Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-background-fetch", "fullName": "expo/expo", @@ -26458,17 +26736,16 @@ }, "npmPkg": "expo-background-fetch", "npm": { - "downloads": 149189, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 174617, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -26496,13 +26773,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-battery", "fullName": "expo/expo", @@ -26526,17 +26803,16 @@ }, "npmPkg": "expo-battery", "npm": { - "downloads": 54815, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 68947, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -26550,7 +26826,9 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26563,13 +26841,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-08T05:26:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-08T05:26:30Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-blur", "fullName": "expo/expo", @@ -26593,9 +26871,9 @@ }, "npmPkg": "expo-blur", "npm": { - "downloads": 1299959, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1758483, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26630,13 +26908,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-11T10:40:52Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-11T10:40:52Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-brightness", "fullName": "expo/expo", @@ -26661,9 +26939,9 @@ }, "npmPkg": "expo-brightness", "npm": { - "downloads": 66098, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 80385, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26697,13 +26975,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-06T09:28:43Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-06T09:28:43Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-calendar", "fullName": "expo/expo", @@ -26728,9 +27006,9 @@ }, "npmPkg": "expo-calendar", "npm": { - "downloads": 159323, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 198089, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26754,6 +27032,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26766,13 +27045,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-18T09:01:57Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-18T09:01:57Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-camera", "fullName": "expo/expo", @@ -26796,9 +27075,9 @@ }, "npmPkg": "expo-camera", "npm": { - "downloads": 816707, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1229317, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26830,13 +27109,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-14T02:20:31Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-14T02:20:31Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-cellular", "fullName": "expo/expo", @@ -26860,17 +27139,16 @@ }, "npmPkg": "expo-cellular", "npm": { - "downloads": 21957, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27912, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -26881,6 +27159,7 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -26895,13 +27174,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-21T22:18:37Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-21T22:18:37Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-constants", "fullName": "expo/expo", @@ -26925,9 +27204,9 @@ }, "npmPkg": "expo-constants", "npm": { - "downloads": 5680284, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6349092, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -26958,13 +27237,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-08T05:26:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-08T05:26:30Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-contacts", "fullName": "expo/expo", @@ -26988,9 +27267,9 @@ }, "npmPkg": "expo-contacts", "npm": { - "downloads": 176479, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 221363, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27012,7 +27291,9 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -27025,13 +27306,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-11T10:40:52Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-11T10:40:52Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-crypto", "fullName": "expo/expo", @@ -27060,9 +27341,9 @@ }, "npmPkg": "expo-crypto", "npm": { - "downloads": 1245574, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1954549, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27084,6 +27365,7 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27098,13 +27380,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-device", "fullName": "expo/expo", @@ -27128,17 +27410,16 @@ }, "npmPkg": "expo-device", "npm": { - "downloads": 1456098, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1761460, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27151,6 +27432,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -27162,13 +27444,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-16T17:28:07Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-16T17:28:07Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-document-picker", "fullName": "expo/expo", @@ -27193,9 +27475,9 @@ }, "npmPkg": "expo-document-picker", "npm": { - "downloads": 605172, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1020652, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27216,6 +27498,7 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27230,13 +27513,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T20:11:26Z", + "updatedAt": "2025-06-17T08:53:56Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T20:11:26Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-17T08:53:56Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-file-system", "fullName": "expo/expo", @@ -27261,9 +27544,9 @@ }, "npmPkg": "expo-file-system", "npm": { - "downloads": 5339468, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5922023, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27285,7 +27568,9 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -27298,13 +27583,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-12T09:56:32Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-12T09:56:32Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-font", "fullName": "expo/expo", @@ -27328,17 +27613,16 @@ }, "npmPkg": "expo-font", "npm": { - "downloads": 5131000, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5785646, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27365,13 +27649,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-18T08:58:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-18T08:58:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-gl", "fullName": "expo/expo", @@ -27397,9 +27681,9 @@ }, "npmPkg": "expo-gl", "npm": { - "downloads": 84452, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 95363, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27434,13 +27718,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-28T10:33:49Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-28T10:33:49Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-haptics", "fullName": "expo/expo", @@ -27465,9 +27749,9 @@ }, "npmPkg": "expo-haptics", "npm": { - "downloads": 1423989, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1822850, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27491,6 +27775,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -27502,13 +27787,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-image-manipulator", "fullName": "expo/expo", @@ -27532,17 +27817,16 @@ }, "npmPkg": "expo-image-manipulator", "npm": { - "downloads": 1134060, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 846699, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27570,13 +27854,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-16T17:25:56Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-16T17:25:56Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-image-picker", "fullName": "expo/expo", @@ -27602,9 +27886,9 @@ }, "npmPkg": "expo-image-picker", "npm": { - "downloads": 1274700, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1785304, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27635,13 +27919,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-08T05:26:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-08T05:26:30Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-intent-launcher", "fullName": "expo/expo", @@ -27667,9 +27951,9 @@ }, "npmPkg": "expo-intent-launcher", "npm": { - "downloads": 214976, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 230652, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27690,6 +27974,7 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27704,13 +27989,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-18T03:18:49Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-18T03:18:49Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-keep-awake", "fullName": "expo/expo", @@ -27735,9 +28020,9 @@ }, "npmPkg": "expo-keep-awake", "npm": { - "downloads": 4981014, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5525320, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27759,6 +28044,7 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27773,13 +28059,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-08T05:26:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-08T05:26:30Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-linear-gradient", "fullName": "expo/expo", @@ -27803,9 +28089,9 @@ }, "npmPkg": "expo-linear-gradient", "npm": { - "downloads": 1629364, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2377838, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27826,6 +28112,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -27837,13 +28124,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-19T11:07:48Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-19T11:07:48Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-local-authentication", "fullName": "expo/expo", @@ -27871,9 +28158,9 @@ }, "npmPkg": "expo-local-authentication", "npm": { - "downloads": 476984, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 561282, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -27892,8 +28179,10 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -27905,13 +28194,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-localization", "fullName": "expo/expo", @@ -27937,17 +28226,16 @@ }, "npmPkg": "expo-localization", "npm": { - "downloads": 999153, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1507706, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27962,6 +28250,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -27974,13 +28263,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-14T02:20:31Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-14T02:20:31Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-location", "fullName": "expo/expo", @@ -28009,17 +28298,16 @@ }, "npmPkg": "expo-location", "npm": { - "downloads": 874757, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1216438, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28043,13 +28331,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-mail-composer", "fullName": "expo/expo", @@ -28074,17 +28362,16 @@ }, "npmPkg": "expo-mail-composer", "npm": { - "downloads": 119076, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 139922, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28097,7 +28384,9 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -28110,13 +28399,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T16:00:55Z", + "updatedAt": "2025-06-16T14:37:34Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-16T16:00:55Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-16T14:37:34Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-media-library", "fullName": "expo/expo", @@ -28144,9 +28433,9 @@ }, "npmPkg": "expo-media-library", "npm": { - "downloads": 434414, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 561025, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 89, "matchingScoreModifiers": [ @@ -28164,6 +28453,7 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -28177,13 +28467,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-network", "fullName": "expo/expo", @@ -28207,17 +28497,16 @@ }, "npmPkg": "expo-network", "npm": { - "downloads": 236740, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 290683, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28231,6 +28520,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -28242,13 +28532,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T10:01:06Z", + "updatedAt": "2025-06-08T05:26:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-15T10:01:06Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-08T05:26:30Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-notifications", "fullName": "expo/expo", @@ -28274,9 +28564,9 @@ }, "npmPkg": "expo-notifications", "npm": { - "downloads": 1307079, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1650117, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -28350,9 +28640,9 @@ }, "npmPkg": "expo-pixi", "npm": { - "downloads": 536, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 427, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 30, "matchingScoreModifiers": [ @@ -28361,7 +28651,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.722, "topicSearchString": "react native expo exponent game gl graphics opengl 2d pixi pixi.js sprite webgl cross-platform signature" }, { @@ -28382,13 +28672,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-10T12:30:49Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-10T12:30:49Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-print", "fullName": "expo/expo", @@ -28415,9 +28705,9 @@ }, "npmPkg": "expo-print", "npm": { - "downloads": 158371, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 191074, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -28448,13 +28738,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-01T21:22:37Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-01T21:22:37Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-processing", "fullName": "expo/expo", @@ -28480,20 +28770,19 @@ }, "npmPkg": "expo-processing", "npm": { - "downloads": 919, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 449, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": -0.221, "topicSearchString": "expo processing.js graphics opengl gl" }, { @@ -28503,7 +28792,9 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -28516,13 +28807,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-secure-store", "fullName": "expo/expo", @@ -28548,17 +28839,16 @@ }, "npmPkg": "expo-secure-store", "npm": { - "downloads": 1340526, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1852488, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28591,13 +28881,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-sensors", "fullName": "expo/expo", @@ -28628,17 +28918,16 @@ }, "npmPkg": "expo-sensors", "npm": { - "downloads": 85249, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 143371, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28661,13 +28950,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-sms", "fullName": "expo/expo", @@ -28691,17 +28980,16 @@ }, "npmPkg": "expo-sms", "npm": { - "downloads": 79659, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 99479, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28728,13 +29016,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-17T20:06:22Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-17T20:06:22Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-speech", "fullName": "expo/expo", @@ -28760,9 +29048,9 @@ }, "npmPkg": "expo-speech", "npm": { - "downloads": 57655, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 93944, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -28798,13 +29086,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T08:12:33Z", + "updatedAt": "2025-06-18T08:58:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-15T08:12:33Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-18T08:58:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-sqlite", "fullName": "expo/expo", @@ -28831,9 +29119,9 @@ }, "npmPkg": "expo-sqlite", "npm": { - "downloads": 226017, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 361780, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -28856,6 +29144,7 @@ "android": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -28867,13 +29156,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-store-review", "fullName": "expo/expo", @@ -28900,17 +29189,16 @@ }, "npmPkg": "expo-store-review", "npm": { - "downloads": 444433, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 522061, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28935,13 +29223,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-14T02:20:31Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-14T02:20:31Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-task-manager", "fullName": "expo/expo", @@ -28967,17 +29255,16 @@ }, "npmPkg": "expo-task-manager", "npm": { - "downloads": 358456, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 404651, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -29006,10 +29293,10 @@ "updatedAt": "2024-07-28T18:21:03Z", "createdAt": "2017-05-31T23:34:03Z", "pushedAt": "2024-07-28T18:21:03Z", - "forks": 87, - "issues": 80, + "forks": 88, + "issues": 81, "subscribers": 22, - "stars": 795 + "stars": 808 }, "name": "expo-three", "fullName": "expo/expo-three", @@ -29046,9 +29333,9 @@ }, "npmPkg": "expo-three", "npm": { - "downloads": 39141, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34814, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -29081,13 +29368,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-video-thumbnails", "fullName": "expo/expo", @@ -29114,17 +29401,16 @@ }, "npmPkg": "expo-video-thumbnails", "npm": { - "downloads": 106220, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 122743, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -29152,13 +29438,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T10:08:35Z", + "updatedAt": "2025-06-11T14:21:04Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-16T10:08:35Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-11T14:21:04Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-web-browser", "fullName": "expo/expo", @@ -29184,9 +29470,9 @@ }, "npmPkg": "expo-web-browser", "npm": { - "downloads": 2089902, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2851305, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -29206,6 +29492,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "dev": true, "github": { "urls": { @@ -29218,13 +29505,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-14T20:11:26Z", + "updatedAt": "2025-06-19T14:47:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T20:11:26Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-19T14:47:08Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "jest-expo", "fullName": "expo/expo", @@ -29244,9 +29531,9 @@ }, "npmPkg": "jest-expo", "npm": { - "downloads": 2933758, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2765462, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -29308,16 +29595,16 @@ }, "npmPkg": "rn-verifcode", "npm": { - "downloads": 8, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.125, + "popularity": -0.25, "topicSearchString": "react-native textinput sms-code verification verification-code" }, { @@ -29382,13 +29669,18 @@ "newArchitecture": false, "isArchived": true }, - "npm": {}, + "npm": { + "downloads": 166, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.72, "topicSearchString": "in-app browser react-native custom-tabs tabs chrome chrome-custom-tabs safari-view-controller sfsafariviewcontroller kotlin swift typescript flow" }, { @@ -29449,16 +29741,16 @@ "unmaintained": true, "npmPkg": "react-native-window-guard", "npm": { - "downloads": 425, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 230, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.724, "topicSearchString": "react-native component safearea ios android" }, { @@ -29483,7 +29775,7 @@ "forks": 11, "issues": 5, "subscribers": 8, - "stars": 32 + "stars": 33 }, "name": "react-native-dns-lookup", "fullName": "tableau/react-native-dns-lookup", @@ -29513,9 +29805,9 @@ "unmaintained": true, "npmPkg": "react-native-dns-lookup", "npm": { - "downloads": 3820, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4156, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -29554,7 +29846,7 @@ "forks": 33, "issues": 18, "subscribers": 1, - "stars": 414 + "stars": 413 }, "name": "react-native-input-spinner", "fullName": "marcocesarato/react-native-input-spinner", @@ -29597,11 +29889,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-input-spinner", "npm": { - "downloads": 7356, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7189, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -29609,7 +29902,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "component react-component react-native android ios windows reactnative spinner number input float real integer decimal int selector" }, { @@ -29660,13 +29953,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 1411, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native keyboard input keyboard-aware keyboardavoid" }, { @@ -29715,13 +30013,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 136, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.721, "topicSearchString": "react-native expandable accordion" }, { @@ -29770,13 +30073,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 47, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.729, "topicSearchString": "react-native fadein fadeout" }, { @@ -29826,13 +30134,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 3088, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native slider swiper gallery" }, { @@ -29858,10 +30171,10 @@ "updatedAt": "2023-04-28T13:26:50Z", "createdAt": "2019-05-26T14:37:53Z", "pushedAt": "2023-04-28T13:26:50Z", - "forks": 16, + "forks": 18, "issues": 5, "subscribers": 11, - "stars": 204 + "stars": 206 }, "name": "react-native-eva-icons", "fullName": "akveo/react-native-eva-icons", @@ -29891,11 +30204,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-eva-icons", "npm": { - "downloads": 22552, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26359, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -29903,7 +30217,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react-native eva-icons svg icons-source" }, { @@ -29969,9 +30283,9 @@ "unmaintained": true, "npmPkg": "react-native-nested-listview", "npm": { - "downloads": 1546, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 966, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -30002,7 +30316,7 @@ "forks": 29, "issues": 24, "subscribers": 5, - "stars": 184 + "stars": 188 }, "name": "react-native-wifi-p2p", "fullName": "kirillzyusko/react-native-wifi-p2p", @@ -30032,9 +30346,9 @@ }, "npmPkg": "react-native-wifi-p2p", "npm": { - "downloads": 450, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2397, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -30042,7 +30356,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": 0.028, "topicSearchString": "react-native android p2p peer-to-peer wifi-direct wi-fi-direct wifi-p2p-manager wifi" }, { @@ -30063,10 +30377,10 @@ "updatedAt": "2025-03-12T13:22:41Z", "createdAt": "2019-07-19T15:19:09Z", "pushedAt": "2025-03-12T13:22:41Z", - "forks": 21, + "forks": 22, "issues": 4, "subscribers": 5, - "stars": 457 + "stars": 463 }, "name": "react-native-bundle-splitter", "fullName": "kirillzyusko/react-native-bundle-splitter", @@ -30116,9 +30430,9 @@ }, "npmPkg": "react-native-bundle-splitter", "npm": { - "downloads": 12337, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8712, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -30188,16 +30502,16 @@ "unmaintained": true, "npmPkg": "react-native-gesture-detector", "npm": { - "downloads": 110, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 98, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.719, "topicSearchString": "react-native gesture custom-gestures detection component" }, { @@ -30225,10 +30539,10 @@ "updatedAt": "2019-10-15T21:32:50Z", "createdAt": "2017-04-20T08:24:52Z", "pushedAt": "2019-10-15T21:32:50Z", - "forks": 122, + "forks": 123, "issues": 11, "subscribers": 12, - "stars": 934 + "stars": 944 }, "name": "react-native-indicators", "fullName": "n4kz/react-native-indicators", @@ -30267,9 +30581,9 @@ "unmaintained": true, "npmPkg": "react-native-indicators", "npm": { - "downloads": 69872, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59923, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -30294,6 +30608,7 @@ "ios": true, "android": true, "windows": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-documents/document-picker", @@ -30305,13 +30620,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-04T12:30:50Z", + "updatedAt": "2025-05-05T15:03:25Z", "createdAt": "2016-06-28T14:58:12Z", - "pushedAt": "2025-04-04T12:30:50Z", - "forks": 413, - "issues": 8, + "pushedAt": "2025-05-05T15:03:25Z", + "forks": 420, + "issues": 10, "subscribers": 10, - "stars": 1411 + "stars": 1437 }, "name": "@react-native-documents/picker", "fullName": "react-native-documents/document-picker", @@ -30337,13 +30652,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 206641, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ - "Recently updated", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native document picker uidocumentmenuviewcontroller dropbox google-drive icloud" }, { @@ -30376,7 +30697,7 @@ "forks": 160, "issues": 55, "subscribers": 10, - "stars": 658 + "stars": 673 }, "name": "react-native-modern-datepicker", "fullName": "HosseinShabani/react-native-modern-datepicker", @@ -30410,9 +30731,9 @@ "unmaintained": true, "npmPkg": "react-native-modern-datepicker", "npm": { - "downloads": 15091, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12813, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -30451,7 +30772,7 @@ "forks": 382, "issues": 77, "subscribers": 9, - "stars": 779 + "stars": 782 }, "name": "@ptomasroos/react-native-multi-slider", "fullName": "ptomasroos/react-native-multi-slider", @@ -30488,13 +30809,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 170715, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "multi-slider react-component react-components react native slider multiple react-native component ios android" }, { @@ -30518,10 +30847,10 @@ "updatedAt": "2022-06-06T15:35:55Z", "createdAt": "2020-01-09T22:51:10Z", "pushedAt": "2022-06-06T15:35:55Z", - "forks": 93, + "forks": 94, "issues": 62, "subscribers": 5, - "stars": 497 + "stars": 505 }, "name": "@react-native-cookies/cookies", "fullName": "react-native-cookies/cookies", @@ -30554,13 +30883,20 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 592066, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native component android ios cookies webview" }, { @@ -30581,10 +30917,10 @@ "updatedAt": "2025-03-25T18:24:27Z", "createdAt": "2019-12-08T14:43:48Z", "pushedAt": "2025-03-25T18:24:27Z", - "forks": 98, - "issues": 11, + "forks": 99, + "issues": 12, "subscribers": 4, - "stars": 268 + "stars": 280 }, "name": "react-native-create-thumbnail", "fullName": "souvik-ghosh/react-native-create-thumbnail", @@ -30617,14 +30953,13 @@ }, "npmPkg": "react-native-create-thumbnail", "npm": { - "downloads": 108194, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 89617, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -30659,13 +30994,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T13:34:41Z", + "updatedAt": "2025-06-17T14:59:57Z", "createdAt": "2018-04-25T06:35:29Z", - "pushedAt": "2025-04-16T13:34:41Z", - "forks": 1305, - "issues": 250, - "subscribers": 79, - "stars": 9527 + "pushedAt": "2025-06-17T14:59:57Z", + "forks": 1332, + "issues": 214, + "subscribers": 81, + "stars": 9763 }, "name": "react-native-reanimated", "fullName": "software-mansion/react-native-reanimated", @@ -30690,9 +31025,9 @@ }, "npmPkg": "react-native-reanimated", "npm": { - "downloads": 5924770, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6384098, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 89, "matchingScoreModifiers": [ @@ -30735,7 +31070,7 @@ "forks": 320, "issues": 179, "subscribers": 24, - "stars": 3346 + "stars": 3351 }, "name": "reanimated-bottom-sheet", "fullName": "osdnk/react-native-reanimated-bottom-sheet", @@ -30768,9 +31103,9 @@ }, "unmaintained": true, "npm": { - "downloads": 28619, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 87829, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -30850,13 +31185,19 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 14854, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native react-component ios android pinch-to-zoom pinch mobile native component view zoom zoomable double tap react reactjs double-tap" }, { @@ -30905,9 +31246,9 @@ "unmaintained": true, "npmPkg": "react-native-media-clipboard", "npm": { - "downloads": 23, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -30942,7 +31283,7 @@ "forks": 29, "issues": 17, "subscribers": 1, - "stars": 87 + "stars": 88 }, "name": "emoji-mart-native", "fullName": "tunoltd/emoji-mart-native", @@ -30981,9 +31322,9 @@ "unmaintained": true, "npmPkg": "emoji-mart-native", "npm": { - "downloads": 3318, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3324, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -31011,13 +31352,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T21:01:10Z", + "updatedAt": "2025-05-28T18:04:34Z", "createdAt": "2016-02-10T16:06:07Z", - "pushedAt": "2025-04-03T21:01:10Z", - "forks": 1446, - "issues": 37, - "subscribers": 241, - "stars": 18429 + "pushedAt": "2025-05-28T18:04:34Z", + "forks": 1452, + "issues": 28, + "subscribers": 235, + "stars": 18668 }, "name": "ignite-cli", "fullName": "infinitered/ignite", @@ -31039,10 +31380,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v10.2.0", - "tagName": "v10.2.0", - "createdAt": "2025-03-26T15:11:08Z", - "publishedAt": "2025-03-26T15:11:15Z", + "name": "v10.5.3", + "tagName": "v10.5.3", + "createdAt": "2025-05-22T16:14:20Z", + "publishedAt": "2025-05-22T16:14:27Z", "isPrerelease": false }, "hasTypes": false, @@ -31050,9 +31391,9 @@ "isArchived": false }, "npm": { - "downloads": 3801, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3850, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -31082,13 +31423,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-02T15:54:58Z", + "updatedAt": "2025-04-22T17:37:13Z", "createdAt": "2016-04-15T21:58:32Z", - "pushedAt": "2025-04-02T15:54:58Z", - "forks": 950, - "issues": 142, - "subscribers": 157, - "stars": 15174 + "pushedAt": "2025-04-22T17:37:13Z", + "forks": 954, + "issues": 138, + "subscribers": 156, + "stars": 15251 }, "name": "reactotron", "fullName": "infinitered/reactotron", @@ -31113,10 +31454,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "reactotron-core-ui@2.6.1", - "tagName": "reactotron-core-ui@2.6.1", - "createdAt": "2025-03-17T20:19:35Z", - "publishedAt": "2025-03-17T20:21:42Z", + "name": "reactotron-react-native@5.1.13", + "tagName": "reactotron-react-native@5.1.13", + "createdAt": "2025-04-22T17:37:13Z", + "publishedAt": "2025-04-22T17:39:16Z", "isPrerelease": false }, "hasTypes": false, @@ -31125,17 +31466,16 @@ }, "npmPkg": "reactotron", "npm": { - "downloads": 1484, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1537, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -31157,13 +31497,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-19T22:29:06Z", + "updatedAt": "2025-06-19T17:26:55Z", "createdAt": "2016-04-10T00:44:42Z", - "pushedAt": "2025-03-19T22:29:06Z", - "forks": 184, - "issues": 40, + "pushedAt": "2025-06-19T17:26:55Z", + "forks": 185, + "issues": 38, "subscribers": 35, - "stars": 2814 + "stars": 2832 }, "name": "apisauce", "fullName": "infinitered/apisauce", @@ -31186,10 +31526,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v3.1.1", - "tagName": "v3.1.1", - "createdAt": "2025-03-19T22:29:06Z", - "publishedAt": "2025-03-19T22:29:13Z", + "name": "v3.2.0", + "tagName": "v3.2.0", + "createdAt": "2025-06-19T17:26:55Z", + "publishedAt": "2025-06-19T17:27:03Z", "isPrerelease": false }, "hasTypes": true, @@ -31198,9 +31538,9 @@ }, "npmPkg": "apisauce", "npm": { - "downloads": 576543, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 603925, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -31231,13 +31571,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-31T14:28:42Z", + "updatedAt": "2025-06-16T14:34:44Z", "createdAt": "2015-04-19T13:17:30Z", - "pushedAt": "2025-03-31T14:28:42Z", - "forks": 423, - "issues": 17, - "subscribers": 57, - "stars": 2721 + "pushedAt": "2025-06-16T14:34:44Z", + "forks": 427, + "issues": 21, + "subscribers": 56, + "stars": 2751 }, "name": "react-native-background-geolocation", "fullName": "transistorsoft/react-native-background-geolocation", @@ -31270,9 +31610,9 @@ }, "npmPkg": "react-native-background-geolocation", "npm": { - "downloads": 72068, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 74297, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -31340,16 +31680,16 @@ "unmaintained": true, "npmPkg": "react-native-ui-blueprint", "npm": { - "downloads": 141, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 122, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.725, "topicSearchString": "ruler pixel-perfect grid guides designer mobile ui ux dev-tools developer-tools react-native pixel" }, { @@ -31358,6 +31698,7 @@ "android": true, "expoGo": true, "dev": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/FormidableLabs/eslint-plugin-react-native-a11y", @@ -31372,10 +31713,10 @@ "updatedAt": "2024-11-04T13:42:45Z", "createdAt": "2018-07-03T13:45:20Z", "pushedAt": "2024-11-04T13:42:45Z", - "forks": 25, + "forks": 27, "issues": 7, - "subscribers": 49, - "stars": 293 + "subscribers": 47, + "stars": 299 }, "name": "eslint-plugin-react-native-a11y", "fullName": "FormidableLabs/eslint-plugin-react-native-a11y", @@ -31409,14 +31750,15 @@ }, "npmPkg": "eslint-plugin-react-native-a11y", "npm": { - "downloads": 907794, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 522977, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -31481,9 +31823,9 @@ }, "npmPkg": "rn-zendesk", "npm": { - "downloads": 354, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 286, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -31516,7 +31858,7 @@ "forks": 33, "issues": 8, "subscribers": 2, - "stars": 109 + "stars": 113 }, "name": "@react-native-community/progress-bar-android", "fullName": "react-native-progress-view/progress-bar-android", @@ -31548,13 +31890,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 50468, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native androidprogressbar android progress-bar progressbar hacktoberfest" }, { @@ -31584,10 +31932,10 @@ "updatedAt": "2024-11-15T03:21:25Z", "createdAt": "2019-02-08T15:43:17Z", "pushedAt": "2024-11-15T03:21:25Z", - "forks": 48, + "forks": 51, "issues": 9, - "subscribers": 4, - "stars": 183 + "subscribers": 5, + "stars": 186 }, "name": "@react-native-community/progress-view", "fullName": "react-native-progress-view/progress-view", @@ -31622,12 +31970,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 57241, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "progressviewios progress progress-view react-native progress-bar ios hacktoberfest windows macos" }, { @@ -31652,10 +32007,10 @@ "updatedAt": "2025-03-03T11:25:40Z", "createdAt": "2019-02-07T10:53:29Z", "pushedAt": "2025-03-03T11:25:40Z", - "forks": 132, - "issues": 68, + "forks": 133, + "issues": 69, "subscribers": 7, - "stars": 721 + "stars": 727 }, "name": "@react-native-clipboard/clipboard", "fullName": "react-native-clipboard/clipboard", @@ -31686,12 +32041,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1425037, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "clipboard getstring react-native setstring hacktoberfest" }, { @@ -31721,10 +32083,10 @@ "updatedAt": "2024-12-11T01:38:10Z", "createdAt": "2019-02-06T17:47:06Z", "pushedAt": "2024-12-11T01:38:10Z", - "forks": 81, + "forks": 82, "issues": 40, "subscribers": 3, - "stars": 604 + "stars": 619 }, "name": "@react-native-segmented-control/segmented-control", "fullName": "react-native-segmented-control/segmented-control", @@ -31754,12 +32116,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 179314, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "segmentedcontrolios react-native segmented-control hacktoberfest" }, { @@ -31778,13 +32148,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-04T14:09:00Z", + "updatedAt": "2025-05-06T09:53:25Z", "createdAt": "2016-05-06T19:11:39Z", - "pushedAt": "2025-03-04T14:09:00Z", - "forks": 491, - "issues": 222, + "pushedAt": "2025-05-06T09:53:25Z", + "forks": 512, + "issues": 234, "subscribers": 34, - "stars": 1928 + "stars": 1993 }, "name": "@react-native-voice/voice", "fullName": "react-native-voice/voice", @@ -31817,13 +32187,20 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 77038, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "android ios react-native speech voice speech-recognition voice-recognition" }, { @@ -31852,10 +32229,10 @@ "updatedAt": "2021-03-07T21:11:53Z", "createdAt": "2019-11-25T11:22:52Z", "pushedAt": "2021-03-07T21:11:53Z", - "forks": 22, + "forks": 25, "issues": 0, "subscribers": 6, - "stars": 318 + "stars": 323 }, "name": "react-native-animated-spinkit", "fullName": "phamfoo/react-native-animated-spinkit", @@ -31891,9 +32268,9 @@ "unmaintained": true, "npmPkg": "react-native-animated-spinkit", "npm": { - "downloads": 22303, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21558, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -31912,6 +32289,7 @@ "windows": true, "macos": true, "visionos": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-webview/react-native-webview", @@ -31923,13 +32301,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-03-26T16:08:12Z", + "updatedAt": "2025-06-08T12:24:22Z", "createdAt": "2018-09-09T00:14:44Z", - "pushedAt": "2025-03-26T16:08:12Z", - "forks": 2860, - "issues": 56, + "pushedAt": "2025-06-08T12:24:22Z", + "forks": 2887, + "issues": 37, "subscribers": 57, - "stars": 6798 + "stars": 6869 }, "name": "react-native-webview", "fullName": "react-native-webview/react-native-webview", @@ -31944,10 +32322,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v13.13.5", - "tagName": "v13.13.5", - "createdAt": "2025-03-26T16:08:12Z", - "publishedAt": "2025-03-26T16:08:21Z", + "name": "v13.15.0", + "tagName": "v13.15.0", + "createdAt": "2025-06-08T12:24:22Z", + "publishedAt": "2025-06-08T12:24:30Z", "isPrerelease": false }, "hasTypes": true, @@ -31956,9 +32334,9 @@ }, "npmPkg": "react-native-webview", "npm": { - "downloads": 5005366, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5125613, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -31993,10 +32371,10 @@ "updatedAt": "2022-01-03T15:22:50Z", "createdAt": "2015-04-01T00:54:40Z", "pushedAt": "2022-01-03T15:22:50Z", - "forks": 3297, + "forks": 3290, "issues": 73, - "subscribers": 170, - "stars": 9651 + "subscribers": 169, + "stars": 9642 }, "name": "react-native-camera", "fullName": "react-native-camera/react-native-camera", @@ -32014,9 +32392,9 @@ }, "npmPkg": "react-native-camera", "npm": { - "downloads": 342164, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 354539, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -32053,10 +32431,10 @@ "updatedAt": "2025-01-23T18:01:56Z", "createdAt": "2020-03-22T15:03:34Z", "pushedAt": "2025-01-23T18:01:56Z", - "forks": 58, + "forks": 59, "issues": 10, "subscribers": 10, - "stars": 1251 + "stars": 1297 }, "name": "react-native-notifier", "fullName": "seniv/react-native-notifier", @@ -32092,9 +32470,9 @@ }, "npmPkg": "react-native-notifier", "npm": { - "downloads": 31569, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38764, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -32124,10 +32502,10 @@ "updatedAt": "2024-08-28T18:30:21Z", "createdAt": "2019-03-24T14:21:18Z", "pushedAt": "2024-08-28T18:30:21Z", - "forks": 25, + "forks": 26, "issues": 7, "subscribers": 2, - "stars": 108 + "stars": 111 }, "name": "expo-ui-kit", "fullName": "react-ui-kit/expo-ui-kit", @@ -32158,16 +32536,16 @@ }, "npmPkg": "expo-ui-kit", "npm": { - "downloads": 168, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 58, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.216, "topicSearchString": "expo react-native react-ui-kit expo-ui-kit component ui-kit ui-kit-framework theme predefined-props rgba" }, { @@ -32198,7 +32576,7 @@ "forks": 24, "issues": 1, "subscribers": 16, - "stars": 1008 + "stars": 1015 }, "name": "@grapp/stacks", "fullName": "grapp-dev/stacks", @@ -32233,13 +32611,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 1197, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native web typescript stacks layout ui view user-interface" }, { @@ -32261,13 +32646,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-01-11T12:32:13Z", + "updatedAt": "2025-04-24T22:05:36Z", "createdAt": "2017-08-01T16:38:22Z", - "pushedAt": "2025-01-11T12:32:13Z", - "forks": 206, + "pushedAt": "2025-04-24T22:05:36Z", + "forks": 205, "issues": 4, "subscribers": 17, - "stars": 2334 + "stars": 2356 }, "name": "react-native-localize", "fullName": "zoontek/react-native-localize", @@ -32306,9 +32691,9 @@ }, "npmPkg": "react-native-localize", "npm": { - "downloads": 1945761, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1449601, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -32335,6 +32720,7 @@ "expoGo": true, "windows": true, "visionos": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-datetimepicker/datetimepicker", @@ -32346,13 +32732,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-02-04T09:00:00Z", + "updatedAt": "2025-06-20T09:27:21Z", "createdAt": "2019-05-17T13:56:57Z", - "pushedAt": "2025-02-04T09:00:00Z", - "forks": 405, - "issues": 66, + "pushedAt": "2025-06-20T09:27:21Z", + "forks": 411, + "issues": 73, "subscribers": 21, - "stars": 2638 + "stars": 2687 }, "name": "@react-native-community/datetimepicker", "fullName": "react-native-datetimepicker/datetimepicker", @@ -32378,22 +32764,31 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v8.3.0", - "tagName": "v8.3.0", - "createdAt": "2025-02-04T09:00:00Z", - "publishedAt": "2025-02-04T09:00:12Z", + "name": "v8.4.2", + "tagName": "v8.4.2", + "createdAt": "2025-06-20T09:27:21Z", + "publishedAt": "2025-06-20T09:27:33Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 2795795, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "component react-native ios android windows datepicker timepicker datetime datetimepicker hacktoberfest" }, { @@ -32416,7 +32811,7 @@ "pushedAt": "2021-10-10T06:22:16Z", "forks": 24, "issues": 18, - "subscribers": 28, + "subscribers": 26, "stars": 133 }, "name": "react-native-dualscreeninfo", @@ -32440,9 +32835,9 @@ }, "unmaintained": true, "npm": { - "downloads": 57, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -32450,7 +32845,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.715, + "popularity": -0.716, "topicSearchString": "react-native dual-screen" }, { @@ -32473,7 +32868,7 @@ "pushedAt": "2023-02-08T23:54:14Z", "forks": 24, "issues": 18, - "subscribers": 28, + "subscribers": 26, "stars": 133 }, "name": "react-native-twopane-navigation", @@ -32498,9 +32893,9 @@ }, "unmaintained": true, "npm": { - "downloads": 108, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -32508,7 +32903,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.733, "topicSearchString": "react-native dual-screen navigation" }, { @@ -32534,7 +32929,7 @@ "pushedAt": "2022-04-04T18:18:00Z", "forks": 24, "issues": 18, - "subscribers": 28, + "subscribers": 26, "stars": 133 }, "name": "react-native-twopaneview", @@ -32558,9 +32953,9 @@ }, "unmaintained": true, "npm": { - "downloads": 23, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -32579,7 +32974,9 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -32591,13 +32988,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T20:11:26Z", + "updatedAt": "2025-06-19T14:17:24Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T20:11:26Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-19T14:17:24Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-splash-screen", "fullName": "expo/expo", @@ -32625,9 +33022,9 @@ }, "npmPkg": "expo-splash-screen", "npm": { - "downloads": 2765069, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3569080, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -32645,6 +33042,7 @@ "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-updates", "ios": true, "android": true, + "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -32658,13 +33056,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T20:11:26Z", + "updatedAt": "2025-06-21T22:18:37Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T20:11:26Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-21T22:18:37Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-updates", "fullName": "expo/expo", @@ -32688,9 +33086,9 @@ }, "npmPkg": "expo-updates", "npm": { - "downloads": 1572305, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1847441, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -32753,9 +33151,9 @@ }, "npmPkg": "react-native-appearance", "npm": { - "downloads": 28575, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 41208, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -32784,13 +33182,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-08T05:26:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-08T05:26:30Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-auth-session", "fullName": "expo/expo", @@ -32818,9 +33216,9 @@ }, "npmPkg": "expo-auth-session", "npm": { - "downloads": 592776, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1000866, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -32853,13 +33251,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-11T10:40:52Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-11T10:40:52Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-linking", "fullName": "expo/expo", @@ -32883,9 +33281,9 @@ }, "npmPkg": "expo-linking", "npm": { - "downloads": 2624408, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3489520, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -32918,13 +33316,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-11T10:40:52Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-11T10:40:52Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-screen-orientation", "fullName": "expo/expo", @@ -32950,9 +33348,9 @@ }, "npmPkg": "expo-screen-orientation", "npm": { - "downloads": 406397, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 517853, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -32973,6 +33371,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -32984,13 +33383,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-sharing", "fullName": "expo/expo", @@ -33017,17 +33416,16 @@ }, "npmPkg": "expo-sharing", "npm": { - "downloads": 695042, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 834121, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -33052,13 +33450,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T09:43:50Z", + "updatedAt": "2025-06-21T17:20:01Z", "createdAt": "2019-08-14T18:26:28Z", - "pushedAt": "2025-04-14T09:43:50Z", - "forks": 207, - "issues": 38, - "subscribers": 14, - "stars": 2302 + "pushedAt": "2025-06-21T17:20:01Z", + "forks": 215, + "issues": 44, + "subscribers": 13, + "stars": 2359 }, "name": "react-native-safe-area-context", "fullName": "AppAndFlow/react-native-safe-area-context", @@ -33084,10 +33482,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.4.0", - "tagName": "v5.4.0", - "createdAt": "2025-04-14T09:43:52Z", - "publishedAt": "2025-04-14T09:45:00Z", + "name": "Release 5.5.0", + "tagName": "v5.5.0", + "createdAt": "2025-06-21T17:20:02Z", + "publishedAt": "2025-06-21T17:20:11Z", "isPrerelease": false }, "hasTypes": true, @@ -33096,9 +33494,9 @@ }, "npmPkg": "react-native-safe-area-context", "npm": { - "downloads": 6483223, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7279885, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -33135,13 +33533,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T10:14:54Z", + "updatedAt": "2025-06-12T13:20:25Z", "createdAt": "2018-08-03T11:36:32Z", - "pushedAt": "2025-04-14T10:14:54Z", - "forks": 523, - "issues": 104, + "pushedAt": "2025-06-12T13:20:25Z", + "forks": 532, + "issues": 103, "subscribers": 42, - "stars": 3286 + "stars": 3332 }, "name": "react-native-screens", "fullName": "software-mansion/react-native-screens", @@ -33160,11 +33558,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "4.11.0-beta.2", - "tagName": "4.11.0-beta.2", - "createdAt": "2025-04-11T18:10:26Z", - "publishedAt": "2025-04-11T18:21:39Z", - "isPrerelease": true + "name": "4.11.1", + "tagName": "4.11.1", + "createdAt": "2025-05-28T11:34:57Z", + "publishedAt": "2025-05-28T11:40:43Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, @@ -33172,9 +33570,9 @@ }, "npmPkg": "react-native-screens", "npm": { - "downloads": 6110463, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6428177, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -33208,10 +33606,10 @@ "updatedAt": "2025-01-21T16:03:36Z", "createdAt": "2019-05-29T19:16:31Z", "pushedAt": "2025-01-21T16:03:36Z", - "forks": 100, + "forks": 103, "issues": 12, "subscribers": 27, - "stars": 2265 + "stars": 2280 }, "name": "react-native-shared-element", "fullName": "IjzerenHein/react-native-shared-element", @@ -33250,9 +33648,9 @@ }, "npmPkg": "react-native-shared-element", "npm": { - "downloads": 27026, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28684, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -33276,6 +33674,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/callstack/react-native-pager-view", @@ -33287,13 +33686,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-20T01:57:50Z", + "updatedAt": "2025-06-17T14:25:11Z", "createdAt": "2019-02-06T16:17:45Z", - "pushedAt": "2025-01-20T01:57:50Z", - "forks": 431, - "issues": 133, + "pushedAt": "2025-06-17T14:25:11Z", + "forks": 437, + "issues": 121, "subscribers": 25, - "stars": 2937 + "stars": 2989 }, "name": "react-native-pager-view", "fullName": "callstack/react-native-pager-view", @@ -33314,10 +33713,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.5.2", - "tagName": "v6.5.2", - "createdAt": "2025-03-10T07:38:52Z", - "publishedAt": "2025-03-10T07:42:09Z", + "name": "v6.8.1", + "tagName": "v6.8.1", + "createdAt": "2025-05-29T09:31:33Z", + "publishedAt": "2025-05-29T09:32:08Z", "isPrerelease": false }, "hasTypes": true, @@ -33326,16 +33725,17 @@ }, "npmPkg": "react-native-pager-view", "npm": { - "downloads": 2362219, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2045727, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -33349,6 +33749,7 @@ "expoGo": true, "windows": true, "macos": true, + "tvos": true, "fireos": true, "visionos": true, "npmPkg": "@react-native-community/netinfo", @@ -33367,10 +33768,10 @@ "updatedAt": "2024-09-20T16:24:41Z", "createdAt": "2019-02-06T15:54:46Z", "pushedAt": "2024-09-20T16:24:41Z", - "forks": 381, - "issues": 132, - "subscribers": 19, - "stars": 2061 + "forks": 384, + "issues": 135, + "subscribers": 20, + "stars": 2086 }, "name": "@react-native-community/netinfo", "fullName": "react-native-netinfo/react-native-netinfo", @@ -33401,14 +33802,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 22, + "npm": { + "downloads": 3204458, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native netinfo networking network-info network" }, { @@ -33429,7 +33838,7 @@ "updatedAt": "2025-03-19T21:43:52Z", "createdAt": "2017-07-29T14:39:19Z", "pushedAt": "2025-03-19T21:43:52Z", - "forks": 266, + "forks": 265, "issues": 56, "subscribers": 14, "stars": 1203 @@ -33475,15 +33884,14 @@ "unmaintained": true, "npmPkg": "react-native-text-input-mask", "npm": { - "downloads": 77018, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 67541, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": -0.472, @@ -33542,13 +33950,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 36439, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "toolbar-android react-native" }, { @@ -33571,10 +33984,10 @@ "updatedAt": "2021-10-08T10:00:40Z", "createdAt": "2019-05-17T14:15:11Z", "pushedAt": "2021-10-08T10:00:40Z", - "forks": 77, + "forks": 75, "issues": 23, "subscribers": 10, - "stars": 290 + "stars": 289 }, "name": "@react-native-community/art", "fullName": "react-native-art/art", @@ -33603,13 +34016,19 @@ "newArchitecture": false, "isArchived": true }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 371182, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native art community" }, { @@ -33633,9 +34052,9 @@ "createdAt": "2019-02-08T15:50:15Z", "pushedAt": "2024-04-24T22:21:44Z", "forks": 261, - "issues": 172, - "subscribers": 15, - "stars": 783 + "issues": 173, + "subscribers": 16, + "stars": 794 }, "name": "@react-native-community/push-notification-ios", "fullName": "react-native-push-notification/ios", @@ -33669,14 +34088,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 22, + "npm": { + "downloads": 647571, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native push-notification-ios push-notification notification-ios notification hacktoberfest ios push-notifications" }, { @@ -33740,9 +34166,9 @@ }, "npmPkg": "react-native-safe-area-view", "npm": { - "downloads": 359419, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 456517, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -33782,10 +34208,10 @@ "updatedAt": "2024-08-29T14:23:21Z", "createdAt": "2015-04-09T21:49:16Z", "pushedAt": "2024-08-29T14:23:21Z", - "forks": 503, - "issues": 214, - "subscribers": 44, - "stars": 3818 + "forks": 504, + "issues": 217, + "subscribers": 43, + "stars": 3830 }, "name": "@react-native-community/blur", "fullName": "Kureev/react-native-blur", @@ -33817,13 +34243,21 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 24, + "npm": { + "downloads": 588339, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Not updated recently" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android blur component" }, { @@ -33837,6 +34271,7 @@ "expoGo": true, "windows": true, "macos": true, + "tvos": true, "fireos": true, "visionos": true, "npmPkg": "@react-native-async-storage/async-storage", @@ -33852,13 +34287,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-28T10:20:03Z", + "updatedAt": "2025-06-05T12:14:47Z", "createdAt": "2019-02-06T15:51:20Z", - "pushedAt": "2025-02-28T10:20:03Z", - "forks": 450, - "issues": 21, + "pushedAt": "2025-06-05T12:14:47Z", + "forks": 454, + "issues": 16, "subscribers": 34, - "stars": 4857 + "stars": 4911 }, "name": "@react-native-async-storage/async-storage", "fullName": "react-native-async-storage/async-storage", @@ -33882,10 +34317,20 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -100, + "npm": { + "downloads": 6360168, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 100, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated" + ], + "popularity": 0.028, "topicSearchString": "react-native react-native async-storage asyncstorage storage" }, { @@ -33905,6 +34350,7 @@ "macos": true, "npmPkg": "@react-native-picker/picker", "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-picker/picker", @@ -33916,13 +34362,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-07T12:56:14Z", + "updatedAt": "2025-06-20T08:42:42Z", "createdAt": "2019-03-01T01:55:16Z", - "pushedAt": "2025-01-07T12:56:14Z", - "forks": 285, - "issues": 221, + "pushedAt": "2025-06-20T08:42:42Z", + "forks": 288, + "issues": 227, "subscribers": 15, - "stars": 1623 + "stars": 1671 }, "name": "@react-native-picker/picker", "fullName": "react-native-picker/picker", @@ -33947,22 +34393,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.11.0", - "tagName": "v2.11.0", - "createdAt": "2025-01-07T12:56:14Z", - "publishedAt": "2025-01-07T12:56:27Z", + "name": "v2.11.1", + "tagName": "v2.11.1", + "createdAt": "2025-06-20T08:42:42Z", + "publishedAt": "2025-06-20T08:42:56Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 35, + "npm": { + "downloads": 2135273, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 65, "matchingScoreModifiers": [ - "Lots of open issues" + "Popular", + "Known", + "Lots of open issues", + "Recently updated" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native picker dropdown select ios android macos windows hacktoberfest" }, { @@ -33987,7 +34441,7 @@ "forks": 369, "issues": 10, "subscribers": 15, - "stars": 997 + "stars": 1009 }, "name": "@react-native-camera-roll/camera-roll", "fullName": "react-native-cameraroll/react-native-cameraroll", @@ -34017,12 +34471,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 551488, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native cameraroll camera photo-gallery" }, { @@ -34047,7 +34508,7 @@ "forks": 112, "issues": 7, "subscribers": 8, - "stars": 406 + "stars": 412 }, "name": "@react-native-community/image-editor", "fullName": "callstack/react-native-image-editor", @@ -34081,13 +34542,18 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 68045, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android image-editor imageeditor image web" }, { @@ -34115,10 +34581,10 @@ "updatedAt": "2024-11-04T05:19:29Z", "createdAt": "2019-02-07T10:42:47Z", "pushedAt": "2024-11-04T05:19:29Z", - "forks": 116, + "forks": 119, "issues": 49, "subscribers": 10, - "stars": 1039 + "stars": 1061 }, "name": "@react-native-masked-view/masked-view", "fullName": "react-native-masked-view/masked-view", @@ -34147,12 +34613,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1258936, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native masked-view hacktoberfest" }, { @@ -34179,10 +34653,10 @@ "updatedAt": "2025-03-04T00:38:15Z", "createdAt": "2015-03-31T17:44:40Z", "pushedAt": "2025-03-04T00:38:15Z", - "forks": 653, - "issues": 168, + "forks": 655, + "issues": 169, "subscribers": 44, - "stars": 4920 + "stars": 4931 }, "name": "react-native-linear-gradient", "fullName": "react-native-linear-gradient/react-native-linear-gradient", @@ -34209,9 +34683,9 @@ }, "npmPkg": "react-native-linear-gradient", "npm": { - "downloads": 1859924, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1821146, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -34275,16 +34749,16 @@ "unmaintained": true, "npmPkg": "react-native-medium-clap", "npm": { - "downloads": 45, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.828, + "popularity": -0.85, "topicSearchString": "medium-clap react-component react-native web ios android" }, { @@ -34306,7 +34780,7 @@ "pushedAt": "2020-03-17T13:45:50Z", "forks": 13, "issues": 5, - "subscribers": 104, + "subscribers": 105, "stars": 29 }, "name": "react-native-audio-session", @@ -34340,9 +34814,9 @@ "unmaintained": true, "npmPkg": "react-native-audio-session", "npm": { - "downloads": 9172, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7676, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -34371,10 +34845,10 @@ "updatedAt": "2024-10-24T21:40:19Z", "createdAt": "2016-11-05T16:07:50Z", "pushedAt": "2024-10-24T21:40:19Z", - "forks": 371, - "issues": 183, - "subscribers": 24, - "stars": 617 + "forks": 372, + "issues": 184, + "subscribers": 25, + "stars": 621 }, "name": "react-native-twilio-video-webrtc", "fullName": "blackuy/react-native-twilio-video-webrtc", @@ -34412,15 +34886,16 @@ }, "npmPkg": "react-native-twilio-video-webrtc", "npm": { - "downloads": 34379, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 36877, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -34445,16 +34920,16 @@ }, "stats": { "hasIssues": true, - "hasWiki": true, + "hasWiki": false, "hasSponsorships": false, "hasTopics": true, "updatedAt": "2024-11-18T15:23:41Z", "createdAt": "2018-12-07T14:33:26Z", "pushedAt": "2024-11-18T15:23:41Z", - "forks": 427, - "issues": 299, + "forks": 436, + "issues": 303, "subscribers": 27, - "stars": 967 + "stars": 984 }, "name": "react-native-callkeep", "fullName": "react-native-webrtc/react-native-callkeep", @@ -34491,15 +34966,16 @@ }, "npmPkg": "react-native-callkeep", "npm": { - "downloads": 24103, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25025, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -34520,13 +34996,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-11T18:23:29Z", + "updatedAt": "2025-04-28T07:33:02Z", "createdAt": "2015-09-27T10:57:30Z", - "pushedAt": "2025-04-11T18:23:29Z", - "forks": 1081, - "issues": 28, - "subscribers": 121, - "stars": 4774 + "pushedAt": "2025-04-28T07:33:02Z", + "forks": 1092, + "issues": 29, + "subscribers": 122, + "stars": 4807 }, "name": "react-native-webrtc", "fullName": "react-native-webrtc/react-native-webrtc", @@ -34560,16 +35036,15 @@ }, "npmPkg": "react-native-webrtc", "npm": { - "downloads": 106020, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 135758, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -34590,13 +35065,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-19T06:50:29Z", + "updatedAt": "2025-04-30T16:01:47Z", "createdAt": "2016-04-12T08:56:36Z", - "pushedAt": "2024-11-19T06:50:29Z", - "forks": 184, - "issues": 94, - "subscribers": 15, - "stars": 568 + "pushedAt": "2025-04-30T16:01:47Z", + "forks": 187, + "issues": 95, + "subscribers": 16, + "stars": 576 }, "name": "react-native-incall-manager", "fullName": "react-native-webrtc/react-native-incall-manager", @@ -34621,10 +35096,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "Release 4.2.0", - "tagName": "4.2.0", - "createdAt": "2024-02-19T04:56:05Z", - "publishedAt": "2024-02-19T05:00:11Z", + "name": "Release 4.2.1", + "tagName": "4.2.1", + "createdAt": "2025-04-30T16:01:47Z", + "publishedAt": "2025-04-30T16:08:10Z", "isPrerelease": false }, "hasTypes": false, @@ -34633,9 +35108,9 @@ }, "npmPkg": "react-native-incall-manager", "npm": { - "downloads": 39892, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 52559, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -34661,13 +35136,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2024-07-22T18:52:51Z", + "updatedAt": "2025-04-30T16:22:34Z", "createdAt": "2016-04-20T10:38:44Z", - "pushedAt": "2024-07-22T18:52:51Z", - "forks": 76, + "pushedAt": "2025-04-30T16:22:34Z", + "forks": 77, "issues": 16, "subscribers": 12, - "stars": 221 + "stars": 224 }, "name": "react-native-voip-push-notification", "fullName": "react-native-webrtc/react-native-voip-push-notification", @@ -34682,10 +35157,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "Release 3.3.1", - "tagName": "3.3.1", - "createdAt": "2022-12-05T19:58:11Z", - "publishedAt": "2022-12-05T20:01:24Z", + "name": "Release 3.3.3", + "tagName": "3.3.3", + "createdAt": "2025-04-30T16:22:34Z", + "publishedAt": "2025-04-30T16:26:57Z", "isPrerelease": false }, "hasTypes": true, @@ -34694,14 +35169,13 @@ }, "npmPkg": "react-native-voip-push-notification", "npm": { - "downloads": 21238, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27973, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -34726,13 +35200,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-12T16:14:46Z", + "updatedAt": "2025-06-17T06:57:21Z", "createdAt": "2019-07-02T10:45:52Z", - "pushedAt": "2025-04-12T16:14:46Z", - "forks": 257, - "issues": 7, + "pushedAt": "2025-06-17T06:57:21Z", + "forks": 264, + "issues": 8, "subscribers": 18, - "stars": 3878 + "stars": 3943 }, "name": "react-native-bootsplash", "fullName": "zoontek/react-native-bootsplash", @@ -34758,10 +35232,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "6.3.5", - "tagName": "6.3.5", - "createdAt": "2025-04-12T16:14:46Z", - "publishedAt": "2025-04-12T16:17:02Z", + "name": "6.3.9", + "tagName": "6.3.9", + "createdAt": "2025-06-08T09:12:57Z", + "publishedAt": "2025-06-08T09:14:30Z", "isPrerelease": false }, "hasTypes": true, @@ -34770,9 +35244,9 @@ }, "npmPkg": "react-native-bootsplash", "npm": { - "downloads": 494489, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 476972, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -34840,9 +35314,9 @@ }, "npmPkg": "redux-flipper", "npm": { - "downloads": 108345, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 78357, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -34872,13 +35346,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-15T18:46:02Z", + "updatedAt": "2025-06-20T10:49:22Z", "createdAt": "2017-12-11T21:41:45Z", - "pushedAt": "2025-04-15T18:46:02Z", + "pushedAt": "2025-06-20T10:49:22Z", "forks": 11, "issues": 1, "subscribers": 4, - "stars": 384 + "stars": 392 }, "name": "react-native-responsive-image-view", "fullName": "wKovacs64/react-native-responsive-image-view", @@ -34917,9 +35391,9 @@ }, "npmPkg": "react-native-responsive-image-view", "npm": { - "downloads": 2310, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1907, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -34957,10 +35431,10 @@ "updatedAt": "2024-10-12T15:09:13Z", "createdAt": "2020-02-16T15:07:53Z", "pushedAt": "2024-10-12T15:09:13Z", - "forks": 38, + "forks": 39, "issues": 2, "subscribers": 7, - "stars": 727 + "stars": 748 }, "name": "react-native-image-colors", "fullName": "osamaqarem/react-native-image-colors", @@ -35001,9 +35475,9 @@ }, "npmPkg": "react-native-image-colors", "npm": { - "downloads": 113344, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 89424, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -35039,13 +35513,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-08-06T17:20:23Z", + "updatedAt": "2025-05-26T17:18:35Z", "createdAt": "2019-06-28T09:32:15Z", - "pushedAt": "2024-08-06T17:20:23Z", - "forks": 101, - "issues": 4, + "pushedAt": "2025-05-26T17:18:35Z", + "forks": 103, + "issues": 6, "subscribers": 8, - "stars": 989 + "stars": 1020 }, "name": "react-native-animated-nav-tab-bar", "fullName": "torgeadelin/react-native-animated-nav-tab-bar", @@ -35072,10 +35546,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Lazy prop fix", - "tagName": "3.1.11", - "createdAt": "2024-08-06T17:15:56Z", - "publishedAt": "2024-08-06T17:17:31Z", + "name": "3.1.13", + "tagName": "3.1.13", + "createdAt": "2025-05-26T17:18:35Z", + "publishedAt": "2025-05-26T17:19:30Z", "isPrerelease": false }, "hasTypes": true, @@ -35084,15 +35558,15 @@ }, "npmPkg": "react-native-animated-nav-tab-bar", "npm": { - "downloads": 2005, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2060, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -35118,7 +35592,7 @@ "createdAt": "2018-10-11T23:45:17Z", "pushedAt": "2025-01-15T00:22:10Z", "forks": 8, - "issues": 17, + "issues": 18, "subscribers": 15, "stars": 115 }, @@ -35140,9 +35614,9 @@ }, "npmPkg": "expo-2d-context", "npm": { - "downloads": 93161, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 95245, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -35161,6 +35635,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/meliorence/react-native-render-html", @@ -35175,10 +35650,10 @@ "updatedAt": "2024-09-24T11:12:01Z", "createdAt": "2016-11-29T10:50:53Z", "pushedAt": "2024-09-24T11:12:01Z", - "forks": 560, - "issues": 66, + "forks": 570, + "issues": 73, "subscribers": 32, - "stars": 3548 + "stars": 3563 }, "name": "react-native-render-html", "fullName": "meliorence/react-native-render-html", @@ -35203,9 +35678,9 @@ "isArchived": false }, "npm": { - "downloads": 1579351, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1163127, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -35239,13 +35714,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-31T20:10:03Z", + "updatedAt": "2025-06-11T09:26:31Z", "createdAt": "2015-11-14T15:45:34Z", - "pushedAt": "2025-03-31T20:10:03Z", - "forks": 3362, - "issues": 215, - "subscribers": 192, - "stars": 13828 + "pushedAt": "2025-06-11T09:26:31Z", + "forks": 3368, + "issues": 227, + "subscribers": 191, + "stars": 13920 }, "name": "react-native-gifted-chat", "fullName": "FaridSafi/react-native-gifted-chat", @@ -35282,9 +35757,9 @@ }, "npmPkg": "react-native-gifted-chat", "npm": { - "downloads": 199423, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 204718, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -35315,13 +35790,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T10:54:51Z", + "updatedAt": "2025-04-28T09:59:44Z", "createdAt": "2016-08-08T15:26:08Z", - "pushedAt": "2025-04-15T10:54:51Z", + "pushedAt": "2025-04-28T09:59:44Z", "forks": 439, "issues": 103, - "subscribers": 89, - "stars": 4935 + "subscribers": 88, + "stars": 4941 }, "name": "@shoutem/ui", "fullName": "shoutem/ui", @@ -35353,14 +35828,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 1651, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 81, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "shoutem-ui react-native ios android native-components shoutem" }, { @@ -35368,6 +35850,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/iamacup/react-native-markdown-display", @@ -35382,10 +35865,10 @@ "updatedAt": "2023-12-11T13:45:18Z", "createdAt": "2019-10-29T12:10:24Z", "pushedAt": "2023-12-11T13:45:18Z", - "forks": 183, - "issues": 40, + "forks": 187, + "issues": 43, "subscribers": 6, - "stars": 684 + "stars": 717 }, "name": "react-native-markdown-display", "fullName": "iamacup/react-native-markdown-display", @@ -35419,9 +35902,9 @@ }, "npmPkg": "react-native-markdown-display", "npm": { - "downloads": 798841, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 865665, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -35438,6 +35921,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -35451,13 +35935,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-31T19:28:09Z", + "updatedAt": "2025-06-12T17:53:13Z", "createdAt": "2015-12-12T12:52:11Z", - "pushedAt": "2025-03-31T19:28:09Z", - "forks": 1031, - "issues": 29, + "pushedAt": "2025-06-12T17:53:13Z", + "forks": 1035, + "issues": 7, "subscribers": 46, - "stars": 9511 + "stars": 9608 }, "name": "react-i18next", "fullName": "i18next/react-i18next", @@ -35489,9 +35973,9 @@ }, "npmPkg": "react-i18next", "npm": { - "downloads": 19610131, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21604539, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -35508,6 +35992,7 @@ "githubUrl": "https://github.com/APSL/react-native-keyboard-aware-scroll-view", "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/APSL/react-native-keyboard-aware-scroll-view", @@ -35522,10 +36007,10 @@ "updatedAt": "2021-11-04T10:02:03Z", "createdAt": "2015-10-20T18:22:34Z", "pushedAt": "2021-11-04T10:02:03Z", - "forks": 579, - "issues": 164, + "forks": 577, + "issues": 165, "subscribers": 43, - "stars": 5329 + "stars": 5347 }, "name": "react-native-keyboard-aware-scroll-view", "fullName": "APSL/react-native-keyboard-aware-scroll-view", @@ -35564,9 +36049,9 @@ "unmaintained": true, "npmPkg": "react-native-keyboard-aware-scroll-view", "npm": { - "downloads": 1282606, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1233013, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -35599,7 +36084,7 @@ "updatedAt": "2021-11-04T09:36:39Z", "createdAt": "2018-06-07T14:22:34Z", "pushedAt": "2021-11-04T09:36:39Z", - "forks": 14, + "forks": 15, "issues": 10, "subscribers": 6, "stars": 421 @@ -35633,9 +36118,9 @@ "unmaintained": true, "npmPkg": "react-native-scroll-into-view", "npm": { - "downloads": 23786, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21341, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -35654,6 +36139,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/nirsky/react-native-size-matters", @@ -35668,10 +36154,10 @@ "updatedAt": "2023-10-03T09:22:03Z", "createdAt": "2017-11-21T09:44:14Z", "pushedAt": "2023-10-03T09:22:03Z", - "forks": 148, - "issues": 2, + "forks": 150, + "issues": 3, "subscribers": 14, - "stars": 2415 + "stars": 2445 }, "name": "react-native-size-matters", "fullName": "nirsky/react-native-size-matters", @@ -35703,9 +36189,9 @@ }, "npmPkg": "react-native-size-matters", "npm": { - "downloads": 837302, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 749719, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -35744,9 +36230,9 @@ "createdAt": "2015-12-15T21:24:33Z", "pushedAt": "2025-02-25T15:46:44Z", "forks": 208, - "issues": 18, + "issues": 19, "subscribers": 9, - "stars": 1477 + "stars": 1503 }, "name": "@expo/react-native-action-sheet", "fullName": "expo/react-native-action-sheet", @@ -35779,12 +36265,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 918868, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "expo react-native action-sheet hacktoberfest android ios actionsheet" }, { @@ -35794,6 +36287,7 @@ ], "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/peacechen/react-native-modal-selector", @@ -35849,9 +36343,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-selector", "npm": { - "downloads": 693614, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 599812, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -35892,10 +36386,10 @@ "updatedAt": "2020-04-14T18:49:24Z", "createdAt": "2017-10-30T09:28:29Z", "pushedAt": "2020-04-14T18:49:24Z", - "forks": 404, + "forks": 406, "issues": 187, "subscribers": 15, - "stars": 2379 + "stars": 2382 }, "name": "react-native-svg-charts", "fullName": "JesperLekland/react-native-svg-charts", @@ -35936,9 +36430,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-charts", "npm": { - "downloads": 198921, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 188217, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -35954,13 +36448,14 @@ { "githubUrl": "https://github.com/software-mansion/react-native-svg", "examples": [ - "https://github.com/software-mansion/react-native-svg/tree/main/example", - "https://github.com/software-mansion/react-native-svg/tree/main/fabric-example", - "https://github.com/software-mansion/react-native-svg/tree/main/fabric-macos-example", - "https://github.com/software-mansion/react-native-svg/tree/main/fabric-windows-example", - "https://github.com/software-mansion/react-native-svg/tree/main/paper-macos-example", - "https://github.com/software-mansion/react-native-svg/tree/main/tests-example", - "https://github.com/software-mansion/react-native-svg/tree/main/web-example" + "https://github.com/software-mansion/react-native-svg/tree/main/apps/fabric-example", + "https://github.com/software-mansion/react-native-svg/tree/main/apps/fabric-macos-example", + "https://github.com/software-mansion/react-native-svg/tree/main/apps/fabric-windows-example", + "https://github.com/software-mansion/react-native-svg/tree/main/apps/paper-example", + "https://github.com/software-mansion/react-native-svg/tree/main/apps/paper-macos-example", + "https://github.com/software-mansion/react-native-svg/tree/main/apps/paper-windows-example", + "https://github.com/software-mansion/react-native-svg/tree/main/apps/tests-example", + "https://github.com/software-mansion/react-native-svg/tree/main/apps/web-example" ], "ios": true, "android": true, @@ -35983,13 +36478,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-04T11:32:39Z", + "updatedAt": "2025-05-12T13:19:18Z", "createdAt": "2016-01-17T14:29:21Z", - "pushedAt": "2025-04-04T11:32:39Z", - "forks": 1082, - "issues": 144, - "subscribers": 100, - "stars": 7693 + "pushedAt": "2025-05-12T13:19:18Z", + "forks": 1084, + "issues": 165, + "subscribers": 99, + "stars": 7757 }, "name": "react-native-svg", "fullName": "software-mansion/react-native-svg", @@ -36014,10 +36509,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v15.11.2", - "tagName": "v15.11.2", - "createdAt": "2025-02-24T09:44:53Z", - "publishedAt": "2025-02-24T09:52:16Z", + "name": "v15.12.0", + "tagName": "v15.12.0", + "createdAt": "2025-05-12T13:19:21Z", + "publishedAt": "2025-05-12T13:24:33Z", "isPrerelease": false }, "hasTypes": true, @@ -36026,17 +36521,16 @@ }, "npmPkg": "react-native-svg", "npm": { - "downloads": 6323459, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6061153, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 89, + "score": 84, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Lots of open issues", - "Recently updated" + "Lots of open issues" ], "popularity": 0.028, "topicSearchString": "react-component react-native ios android windows svg art vml gradient" @@ -36059,13 +36553,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-05T15:26:30Z", + "updatedAt": "2025-06-21T07:42:43Z", "createdAt": "2017-10-22T00:31:20Z", - "pushedAt": "2025-04-05T15:26:30Z", - "forks": 640, - "issues": 218, + "pushedAt": "2025-06-21T07:42:43Z", + "forks": 643, + "issues": 222, "subscribers": 35, - "stars": 3002 + "stars": 3041 }, "name": "react-native-iap", "fullName": "hyochan/react-native-iap", @@ -36104,9 +36598,9 @@ }, "npmPkg": "react-native-iap", "npm": { - "downloads": 236695, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 205051, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -36139,10 +36633,10 @@ "updatedAt": "2018-06-19T12:48:01Z", "createdAt": "2017-07-06T21:20:25Z", "pushedAt": "2018-06-19T12:48:01Z", - "forks": 164, + "forks": 165, "issues": 61, "subscribers": 7, - "stars": 432 + "stars": 437 }, "name": "react-native-markdown-renderer", "fullName": "mientjan/react-native-markdown-renderer", @@ -36177,9 +36671,9 @@ "unmaintained": true, "npmPkg": "react-native-markdown-renderer", "npm": { - "downloads": 28159, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30415, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -36215,10 +36709,10 @@ "updatedAt": "2025-02-03T21:09:59Z", "createdAt": "2015-09-16T14:06:22Z", "pushedAt": "2025-02-03T21:09:59Z", - "forks": 1409, - "issues": 9, + "forks": 1417, + "issues": 5, "subscribers": 72, - "stars": 6560 + "stars": 6579 }, "name": "react-native-device-info", "fullName": "react-native-device-info/react-native-device-info", @@ -36255,9 +36749,9 @@ }, "npmPkg": "react-native-device-info", "npm": { - "downloads": 3230520, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2772610, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -36288,10 +36782,10 @@ "updatedAt": "2021-12-20T14:47:41Z", "createdAt": "2015-12-14T19:53:36Z", "pushedAt": "2021-12-20T14:47:41Z", - "forks": 1867, + "forks": 1859, "issues": 149, "subscribers": 95, - "stars": 6776 + "stars": 6780 }, "name": "react-native-push-notification", "fullName": "zo0r/react-native-push-notification", @@ -36328,9 +36822,9 @@ }, "npmPkg": "react-native-push-notification", "npm": { - "downloads": 457561, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 404769, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -36360,13 +36854,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-25T09:54:02Z", + "updatedAt": "2025-05-06T16:21:28Z", "createdAt": "2015-10-19T06:22:23Z", - "pushedAt": "2024-11-25T09:54:02Z", - "forks": 689, - "issues": 322, + "pushedAt": "2025-05-06T16:21:28Z", + "forks": 702, + "issues": 328, "subscribers": 38, - "stars": 2821 + "stars": 2839 }, "name": "react-native-sound", "fullName": "zmxv/react-native-sound", @@ -36388,21 +36882,21 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.11.2", - "tagName": "v0.11.2", - "createdAt": "2022-01-06T17:26:18Z", - "publishedAt": "2022-01-06T17:28:05Z", + "name": "v0.12.0", + "tagName": "v0.12.0", + "createdAt": "2025-05-06T06:27:53Z", + "publishedAt": "2025-05-06T06:59:36Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-sound", "npm": { - "downloads": 1074297, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 514279, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -36438,7 +36932,7 @@ "updatedAt": "2020-04-28T14:55:13Z", "createdAt": "2019-06-06T22:00:35Z", "pushedAt": "2020-04-28T14:55:13Z", - "forks": 37, + "forks": 36, "issues": 0, "subscribers": 7, "stars": 366 @@ -36460,9 +36954,9 @@ "isArchived": true }, "npm": { - "downloads": 3457, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3717, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -36501,10 +36995,10 @@ "updatedAt": "2022-10-31T01:41:06Z", "createdAt": "2017-04-13T04:13:44Z", "pushedAt": "2022-10-31T01:41:06Z", - "forks": 1306, - "issues": 407, - "subscribers": 62, - "stars": 8318 + "forks": 1314, + "issues": 410, + "subscribers": 61, + "stars": 8354 }, "name": "react-native-fast-image", "fullName": "DylanVann/react-native-fast-image", @@ -36543,9 +37037,9 @@ }, "npmPkg": "react-native-fast-image", "npm": { - "downloads": 926214, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 737702, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -36585,9 +37079,9 @@ "updatedAt": "2020-05-19T21:35:09Z", "createdAt": "2016-09-13T13:43:44Z", "pushedAt": "2020-05-19T21:35:09Z", - "forks": 534, + "forks": 533, "issues": 154, - "subscribers": 23, + "subscribers": 22, "stars": 2452 }, "name": "react-native-image-zoom-viewer", @@ -36618,9 +37112,9 @@ "isArchived": true }, "npm": { - "downloads": 187336, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 421828, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -36652,10 +37146,10 @@ "updatedAt": "2019-09-26T08:17:13Z", "createdAt": "2016-09-13T10:17:51Z", "pushedAt": "2019-09-26T08:17:13Z", - "forks": 428, + "forks": 426, "issues": 83, "subscribers": 11, - "stars": 1207 + "stars": 1210 }, "name": "react-native-modal-dropdown", "fullName": "sohobloo/react-native-modal-dropdown", @@ -36696,9 +37190,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-dropdown", "npm": { - "downloads": 27469, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20884, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -36757,9 +37251,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-translucent", "npm": { - "downloads": 414, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 425, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -36767,7 +37261,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.722, "topicSearchString": "react-native modal translucent statusbar" }, { @@ -36792,13 +37286,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-03-19T21:31:06Z", + "updatedAt": "2025-05-13T16:34:26Z", "createdAt": "2019-09-06T09:39:03Z", - "pushedAt": "2025-03-19T21:31:06Z", - "forks": 138, + "pushedAt": "2025-05-13T16:34:26Z", + "forks": 140, "issues": 17, - "subscribers": 274, - "stars": 3134 + "subscribers": 268, + "stars": 3182 }, "name": "@shopify/restyle", "fullName": "Shopify/restyle", @@ -36823,13 +37317,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 147953, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 92, "matchingScoreModifiers": [ - "Recently updated", + "Very popular", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -36852,13 +37353,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T11:18:37Z", + "updatedAt": "2025-06-18T15:58:44Z", "createdAt": "2018-06-21T21:15:55Z", - "pushedAt": "2025-04-16T11:18:37Z", - "forks": 91, - "issues": 39, + "pushedAt": "2025-06-18T15:58:44Z", + "forks": 99, + "issues": 45, "subscribers": 19, - "stars": 897 + "stars": 959 }, "name": "react-native-purchases", "fullName": "RevenueCat/react-native-purchases", @@ -36883,10 +37384,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "8.9.4", - "tagName": "8.9.4", - "createdAt": "2025-04-07T21:40:02Z", - "publishedAt": "2025-04-07T21:41:14Z", + "name": "8.11.5", + "tagName": "8.11.5", + "createdAt": "2025-06-18T16:20:39Z", + "publishedAt": "2025-06-18T16:21:55Z", "isPrerelease": false }, "hasTypes": true, @@ -36895,9 +37396,9 @@ }, "npmPkg": "react-native-purchases", "npm": { - "downloads": 198816, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 214936, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -36935,13 +37436,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2023-10-20T01:00:25Z", + "updatedAt": "2025-05-14T02:40:36Z", "createdAt": "2019-02-06T17:44:24Z", - "pushedAt": "2023-10-20T01:00:25Z", - "forks": 87, + "pushedAt": "2025-05-14T02:40:36Z", + "forks": 89, "issues": 60, "subscribers": 6, - "stars": 377 + "stars": 378 }, "name": "@react-native-community/checkbox", "fullName": "react-native-checkbox/react-native-checkbox", @@ -36963,13 +37464,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 365877, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Not updated recently", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "checkbox react-native react-native" }, { @@ -36989,13 +37495,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-12T08:16:29Z", + "updatedAt": "2025-05-15T07:00:11Z", "createdAt": "2015-08-13T06:13:57Z", - "pushedAt": "2025-03-12T08:16:29Z", - "forks": 845, - "issues": 9, - "subscribers": 47, - "stars": 3358 + "pushedAt": "2025-05-15T07:00:11Z", + "forks": 849, + "issues": 8, + "subscribers": 46, + "stars": 3383 }, "name": "@react-native-google-signin/google-signin", "fullName": "react-native-google-signin/google-signin", @@ -37024,20 +37530,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v13.2.0", - "tagName": "v13.2.0", - "createdAt": "2025-02-15T09:34:08Z", - "publishedAt": "2025-02-15T09:34:19Z", + "name": "v14.0.1", + "tagName": "v14.0.1", + "createdAt": "2025-05-15T07:00:11Z", + "publishedAt": "2025-05-15T07:00:23Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -100, + "npm": { + "downloads": 827998, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 95, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known" + ], + "popularity": 0.028, "topicSearchString": "react-native google-sign-in google-login android-creadential-manager oauth oauth2 ios android web googlesignin googleauth hacktoberfest" }, { @@ -37091,16 +37606,16 @@ "unmaintained": true, "npmPkg": "react-native-kvideo", "npm": { - "downloads": 13, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.773, + "popularity": -0.787, "topicSearchString": "ivideo video video-play react-video react-native" }, { @@ -37151,9 +37666,9 @@ }, "npmPkg": "react-native-navigation-hooks", "npm": { - "downloads": 24950, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17502, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -37182,13 +37697,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-09T23:29:08Z", + "updatedAt": "2025-06-20T08:45:55Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-04-09T23:29:08Z", - "forks": 2113, - "issues": 461, - "subscribers": 210, - "stars": 9510 + "pushedAt": "2025-06-20T08:45:55Z", + "forks": 2124, + "issues": 455, + "subscribers": 206, + "stars": 9533 }, "name": "aws-amplify", "fullName": "aws-amplify/amplify-js", @@ -37208,9 +37723,9 @@ }, "npmPkg": "aws-amplify", "npm": { - "downloads": 3319396, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3525345, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -37243,13 +37758,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-09T23:29:08Z", + "updatedAt": "2025-06-17T10:59:13Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-04-09T23:29:08Z", - "forks": 2113, - "issues": 461, - "subscribers": 210, - "stars": 9510 + "pushedAt": "2025-06-17T10:59:13Z", + "forks": 2124, + "issues": 455, + "subscribers": 206, + "stars": 9533 }, "name": "@aws-amplify/datastore", "fullName": "aws-amplify/amplify-js", @@ -37267,14 +37782,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 3481892, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -37296,13 +37819,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-09T23:29:08Z", + "updatedAt": "2025-05-27T14:05:21Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-04-09T23:29:08Z", - "forks": 2113, - "issues": 461, - "subscribers": 210, - "stars": 9510 + "pushedAt": "2025-05-27T14:05:21Z", + "forks": 2124, + "issues": 455, + "subscribers": 206, + "stars": 9533 }, "name": "@aws-amplify/react-native", "fullName": "aws-amplify/amplify-js", @@ -37320,14 +37843,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 156224, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -37349,13 +37880,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-09T23:29:08Z", + "updatedAt": "2025-06-20T08:45:55Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-04-09T23:29:08Z", - "forks": 2113, - "issues": 461, - "subscribers": 210, - "stars": 9510 + "pushedAt": "2025-06-20T08:45:55Z", + "forks": 2124, + "issues": 455, + "subscribers": 206, + "stars": 9533 }, "name": "@aws-amplify/auth", "fullName": "aws-amplify/amplify-js", @@ -37373,14 +37904,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 4132027, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -37400,13 +37939,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-09T23:29:08Z", + "updatedAt": "2025-06-17T10:59:13Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-04-09T23:29:08Z", - "forks": 2113, - "issues": 461, - "subscribers": 210, - "stars": 9510 + "pushedAt": "2025-06-17T10:59:13Z", + "forks": 2124, + "issues": 455, + "subscribers": 206, + "stars": 9533 }, "name": "@aws-amplify/notifications", "fullName": "aws-amplify/amplify-js", @@ -37424,14 +37963,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 2910664, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -37453,13 +38000,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-15T21:24:50Z", + "updatedAt": "2025-06-17T21:57:33Z", "createdAt": "2015-09-15T19:36:29Z", - "pushedAt": "2025-04-15T21:24:50Z", - "forks": 580, - "issues": 27, - "subscribers": 71, - "stars": 1331 + "pushedAt": "2025-06-17T21:57:33Z", + "forks": 583, + "issues": 28, + "subscribers": 70, + "stars": 1335 }, "name": "parse", "fullName": "parse-community/Parse-SDK-JS", @@ -37495,9 +38042,9 @@ "isArchived": false }, "npm": { - "downloads": 346376, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 872130, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -37574,9 +38121,9 @@ "unmaintained": true, "npmPkg": "react-native-material-menu", "npm": { - "downloads": 48184, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 60420, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -37640,9 +38187,9 @@ }, "npmPkg": "react-native-console-time-polyfill", "npm": { - "downloads": 47044, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40947, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -37670,10 +38217,10 @@ "updatedAt": "2023-09-18T15:40:28Z", "createdAt": "2018-12-13T09:29:03Z", "pushedAt": "2023-09-18T15:40:28Z", - "forks": 83, - "issues": 15, + "forks": 85, + "issues": 16, "subscribers": 9, - "stars": 513 + "stars": 519 }, "name": "react-native-change-icon", "fullName": "skb1129/react-native-change-icon", @@ -37705,9 +38252,9 @@ }, "npmPkg": "react-native-change-icon", "npm": { - "downloads": 43899, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 35433, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -37737,10 +38284,10 @@ "updatedAt": "2023-07-17T16:02:52Z", "createdAt": "2017-07-27T05:39:43Z", "pushedAt": "2023-07-17T16:02:52Z", - "forks": 47, + "forks": 46, "issues": 6, "subscribers": 3, - "stars": 362 + "stars": 363 }, "name": "react-native-open-maps", "fullName": "brh55/react-native-open-maps", @@ -37776,9 +38323,9 @@ }, "npmPkg": "react-native-open-maps", "npm": { - "downloads": 51523, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 47525, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -37810,10 +38357,10 @@ "updatedAt": "2023-10-26T12:47:39Z", "createdAt": "2017-03-27T21:06:02Z", "pushedAt": "2023-10-26T12:47:39Z", - "forks": 50, + "forks": 51, "issues": 4, "subscribers": 5, - "stars": 759 + "stars": 760 }, "name": "react-native-store-review", "fullName": "oblador/react-native-store-review", @@ -37854,9 +38401,9 @@ }, "npmPkg": "react-native-store-review", "npm": { - "downloads": 89973, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 72525, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -37887,10 +38434,10 @@ "updatedAt": "2024-09-01T08:39:25Z", "createdAt": "2019-03-29T16:41:44Z", "pushedAt": "2024-09-01T08:39:25Z", - "forks": 228, - "issues": 145, + "forks": 231, + "issues": 147, "subscribers": 21, - "stars": 1375 + "stars": 1389 }, "name": "@react-native-community/geolocation", "fullName": "michalchudziak/react-native-geolocation", @@ -37921,14 +38468,21 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 22, + "npm": { + "downloads": 770108, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native geolocation location react library" }, { @@ -37950,10 +38504,10 @@ "updatedAt": "2023-06-26T15:21:55Z", "createdAt": "2018-03-05T19:15:51Z", "pushedAt": "2023-06-26T15:21:55Z", - "forks": 370, + "forks": 371, "issues": 9, - "subscribers": 39, - "stars": 1881 + "subscribers": 40, + "stars": 1890 }, "name": "react-native-template-typescript", "fullName": "react-native-community/react-native-template-typescript", @@ -38016,10 +38570,10 @@ "updatedAt": "2021-11-25T09:19:43Z", "createdAt": "2016-06-27T07:13:04Z", "pushedAt": "2021-11-25T09:19:43Z", - "forks": 346, + "forks": 345, "issues": 123, "subscribers": 20, - "stars": 1064 + "stars": 1068 }, "name": "@react-native-community/audio-toolkit", "fullName": "react-native-audio-toolkit/react-native-audio-toolkit", @@ -38052,14 +38606,21 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 22, + "npm": { + "downloads": 11943, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native audio audio-toolkit reactnative audio-library cross-platform" }, { @@ -38106,13 +38667,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 25, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.81, "topicSearchString": "modal modal-dialog modal-statusbar" }, { @@ -38135,10 +38701,10 @@ "updatedAt": "2020-02-26T02:59:06Z", "createdAt": "2015-03-30T21:55:57Z", "pushedAt": "2020-02-26T02:59:06Z", - "forks": 303, + "forks": 304, "issues": 30, "subscribers": 40, - "stars": 1893 + "stars": 1892 }, "name": "react-native-navbar", "fullName": "Kureev/react-native-navbar", @@ -38168,9 +38734,9 @@ }, "npmPkg": "react-native-navbar", "npm": { - "downloads": 1796, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1940, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -38230,9 +38796,9 @@ }, "npmPkg": "react-native-platform-touchable", "npm": { - "downloads": 13650, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11991, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -38246,7 +38812,7 @@ { "githubUrl": "https://github.com/mpiannucci/react-native-context-menu-view", "images": [ - "https://raw.githubusercontent.com/mpiannucci/react-native-context-menu-view/master/assets/context-menu-ios.gif" + "https://i.imgur.com/VNpVY6z.gif" ], "ios": true, "android": true, @@ -38262,13 +38828,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-26T10:59:23Z", + "updatedAt": "2025-05-02T15:33:01Z", "createdAt": "2019-10-07T18:39:07Z", - "pushedAt": "2025-03-26T10:59:23Z", + "pushedAt": "2025-05-02T15:33:01Z", "forks": 69, "issues": 31, "subscribers": 9, - "stars": 815 + "stars": 848 }, "name": "react-native-context-menu-view", "fullName": "mpiannucci/react-native-context-menu-view", @@ -38289,10 +38855,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Version 1.18.0", - "tagName": "v1.18.0", - "createdAt": "2025-03-14T18:57:28Z", - "publishedAt": "2025-03-14T18:59:32Z", + "name": "v1.19.0", + "tagName": "v1.19.0", + "createdAt": "2025-05-02T15:26:26Z", + "publishedAt": "2025-05-02T15:26:58Z", "isPrerelease": false }, "hasTypes": true, @@ -38301,15 +38867,14 @@ }, "npmPkg": "react-native-context-menu-view", "npm": { - "downloads": 80270, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 92531, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -38336,10 +38901,10 @@ "updatedAt": "2022-09-16T07:29:14Z", "createdAt": "2019-01-14T12:37:51Z", "pushedAt": "2022-09-16T07:29:14Z", - "forks": 131, + "forks": 130, "issues": 16, "subscribers": 3, - "stars": 246 + "stars": 248 }, "name": "rn-range-slider", "fullName": "githuboftigran/rn-range-slider", @@ -38372,9 +38937,9 @@ "unmaintained": true, "npmPkg": "rn-range-slider", "npm": { - "downloads": 68876, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 63000, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -38416,7 +38981,7 @@ "forks": 4, "issues": 1, "subscribers": 4, - "stars": 85 + "stars": 86 }, "name": "@mohamadkh75/react-native-jalali-datepicker", "fullName": "MoKhajavi75/react-native-jalali-datepicker", @@ -38450,13 +39015,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 62, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.218, "topicSearchString": "react-native calendar date datepicker jalali jalaali shamsi persian" }, { @@ -38525,16 +39095,16 @@ "unmaintained": true, "npmPkg": "react-native-fb-image-grid", "npm": { - "downloads": 84, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.814, + "popularity": -0.823, "topicSearchString": "react-native react-component component react mobile ios android ui image imageloader gif glide" }, { @@ -38591,9 +39161,9 @@ }, "unmaintained": true, "npm": { - "downloads": 173, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -38601,7 +39171,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.733, "topicSearchString": "mongodb aws twilio http mobile serverless stitch atlas react-native" }, { @@ -38625,10 +39195,10 @@ "updatedAt": "2024-05-23T14:30:03Z", "createdAt": "2018-10-02T20:16:03Z", "pushedAt": "2024-05-23T14:30:03Z", - "forks": 58, - "issues": 21, + "forks": 56, + "issues": 23, "subscribers": 19, - "stars": 334 + "stars": 337 }, "name": "@fortawesome/react-native-fontawesome", "fullName": "FortAwesome/react-native-fontawesome", @@ -38653,13 +39223,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 89854, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -38685,10 +39261,10 @@ "updatedAt": "2022-10-24T07:21:35Z", "createdAt": "2017-01-09T09:28:12Z", "pushedAt": "2022-10-24T07:21:35Z", - "forks": 156, + "forks": 155, "issues": 20, "subscribers": 9, - "stars": 496 + "stars": 500 }, "name": "react-native-autoheight-webview", "fullName": "iou90/react-native-autoheight-webview", @@ -38721,12 +39297,13 @@ "unmaintained": true, "npmPkg": "react-native-autoheight-webview", "npm": { - "downloads": 68277, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 71565, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ + "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -38753,10 +39330,10 @@ "updatedAt": "2024-06-14T18:51:42Z", "createdAt": "2016-09-28T21:29:22Z", "pushedAt": "2024-06-14T18:51:42Z", - "forks": 150, - "issues": 103, + "forks": 151, + "issues": 104, "subscribers": 12, - "stars": 650 + "stars": 663 }, "name": "react-native-tts", "fullName": "ak1394/react-native-tts", @@ -38792,9 +39369,9 @@ }, "npmPkg": "react-native-tts", "npm": { - "downloads": 101493, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 103264, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -38814,6 +39391,7 @@ "windows": true, "visionos": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/lugg/react-native-config", @@ -38828,10 +39406,10 @@ "updatedAt": "2025-02-17T20:06:05Z", "createdAt": "2016-02-23T00:19:11Z", "pushedAt": "2025-02-17T20:06:05Z", - "forks": 607, - "issues": 309, + "forks": 606, + "issues": 307, "subscribers": 32, - "stars": 4880 + "stars": 4899 }, "name": "react-native-config", "fullName": "lugg/react-native-config", @@ -38867,9 +39445,9 @@ }, "npmPkg": "react-native-config", "npm": { - "downloads": 1745822, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1480356, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -38936,9 +39514,9 @@ }, "npmPkg": "react-native-deep-linking", "npm": { - "downloads": 15094, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9169, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -39000,9 +39578,9 @@ "unmaintained": true, "npmPkg": "react-native-boundary", "npm": { - "downloads": 81, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -39010,7 +39588,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.75, "topicSearchString": "react-native geofence boundary ios android location region-monitoring geofencing" }, { @@ -39030,7 +39608,7 @@ "updatedAt": "2020-03-31T17:03:03Z", "createdAt": "2017-10-05T15:16:23Z", "pushedAt": "2020-03-31T17:03:03Z", - "forks": 11, + "forks": 12, "issues": 3, "subscribers": 2, "stars": 93 @@ -39054,9 +39632,9 @@ "unmaintained": true, "npmPkg": "react-native-swift", "npm": { - "downloads": 5011, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3364, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -39092,7 +39670,7 @@ "forks": 258, "issues": 14, "subscribers": 23, - "stars": 2348 + "stars": 2351 }, "name": "react-native-offline", "fullName": "rgommezz/react-native-offline", @@ -39127,9 +39705,9 @@ "unmaintained": true, "npmPkg": "react-native-offline", "npm": { - "downloads": 36115, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29082, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -39163,7 +39741,7 @@ "forks": 51, "issues": 12, "subscribers": 8, - "stars": 468 + "stars": 469 }, "name": "react-native-status-bar-height", "fullName": "ovr/react-native-status-bar-height", @@ -39193,9 +39771,9 @@ "unmaintained": true, "npmPkg": "react-native-status-bar-height", "npm": { - "downloads": 212562, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 202890, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -39228,7 +39806,7 @@ "forks": 445, "issues": 168, "subscribers": 53, - "stars": 2787 + "stars": 2795 }, "name": "react-native-sqlite-storage", "fullName": "andpor/react-native-sqlite-storage", @@ -39267,9 +39845,9 @@ "unmaintained": true, "npmPkg": "react-native-sqlite-storage", "npm": { - "downloads": 111280, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 101967, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -39305,7 +39883,7 @@ "forks": 152, "issues": 16, "subscribers": 21, - "stars": 1232 + "stars": 1236 }, "name": "react-native-parsed-text", "fullName": "taskrabbit/react-native-parsed-text", @@ -39340,9 +39918,9 @@ }, "npmPkg": "react-native-parsed-text", "npm": { - "downloads": 266792, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 270800, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -39359,6 +39937,10 @@ "ios": true, "android": true, "expoGo": true, + "unmaintained": true, + "alternatives": [ + "react-native-tree-multi-select" + ], "github": { "urls": { "repo": "https://github.com/tableflip/react-native-select-multiple", @@ -39406,12 +39988,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-select-multiple", "npm": { - "downloads": 6584, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15560, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -39476,16 +40057,16 @@ }, "npmPkg": "react-native-exceptions-manager", "npm": { - "downloads": 48, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.708, + "popularity": -0.724, "topicSearchString": "crash react react-native exception" }, { @@ -39510,7 +40091,7 @@ "forks": 617, "issues": 200, "subscribers": 93, - "stars": 2921 + "stars": 2919 }, "name": "react-native-wechat", "fullName": "yorkie/react-native-wechat", @@ -39540,9 +40121,9 @@ }, "npmPkg": "react-native-wechat", "npm": { - "downloads": 1617, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1372, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -39578,13 +40159,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-19T12:58:15Z", + "updatedAt": "2025-05-20T11:58:16Z", "createdAt": "2015-06-02T17:19:20Z", - "pushedAt": "2024-12-19T12:58:15Z", - "forks": 1445, - "issues": 6, - "subscribers": 225, - "stars": 9094 + "pushedAt": "2025-05-20T11:58:16Z", + "forks": 1452, + "issues": 7, + "subscribers": 222, + "stars": 9116 }, "name": "react-native-code-push", "fullName": "microsoft/react-native-code-push", @@ -39613,13 +40194,13 @@ }, "hasTypes": true, "newArchitecture": false, - "isArchived": false + "isArchived": true }, "npmPkg": "react-native-code-push", "npm": { - "downloads": 408899, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 293865, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -39681,9 +40262,9 @@ }, "npmPkg": "react-navigation-transitions", "npm": { - "downloads": 2667, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1629, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -39715,10 +40296,10 @@ "updatedAt": "2021-06-15T11:31:21Z", "createdAt": "2016-11-03T00:54:01Z", "pushedAt": "2021-06-15T11:31:21Z", - "forks": 478, - "issues": 41, + "forks": 477, + "issues": 42, "subscribers": 11, - "stars": 642 + "stars": 644 }, "name": "react-native-video-controls", "fullName": "itsnubix/react-native-video-controls", @@ -39751,9 +40332,9 @@ "unmaintained": true, "npmPkg": "react-native-video-controls", "npm": { - "downloads": 60641, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57289, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -39816,9 +40397,9 @@ "isArchived": true }, "npm": { - "downloads": 6813, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9013, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -39885,16 +40466,16 @@ }, "npmPkg": "react-native-itunes", "npm": { - "downloads": 209, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 156, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.718, "topicSearchString": "react-component react-native ios itunes apple music apple-music" }, { @@ -39919,10 +40500,10 @@ "updatedAt": "2023-11-02T13:13:59Z", "createdAt": "2015-04-01T03:20:10Z", "pushedAt": "2023-11-02T13:13:59Z", - "forks": 434, + "forks": 432, "issues": 118, "subscribers": 45, - "stars": 2730 + "stars": 2731 }, "name": "react-native-htmlview", "fullName": "jsdf/react-native-htmlview", @@ -39952,9 +40533,9 @@ }, "npmPkg": "react-native-htmlview", "npm": { - "downloads": 135149, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 114218, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -39986,10 +40567,10 @@ "updatedAt": "2024-12-16T03:52:28Z", "createdAt": "2018-03-05T14:04:44Z", "pushedAt": "2024-12-16T03:52:28Z", - "forks": 145, + "forks": 146, "issues": 14, "subscribers": 10, - "stars": 1485 + "stars": 1498 }, "name": "react-native-flash-message", "fullName": "lucasferreira/react-native-flash-message", @@ -40034,14 +40615,15 @@ }, "npmPkg": "react-native-flash-message", "npm": { - "downloads": 194187, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 214495, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -40066,7 +40648,7 @@ "updatedAt": "2023-07-03T11:46:39Z", "createdAt": "2015-04-07T21:30:54Z", "pushedAt": "2023-07-03T11:46:39Z", - "forks": 117, + "forks": 118, "issues": 69, "subscribers": 19, "stars": 902 @@ -40098,9 +40680,9 @@ "isArchived": false }, "npm": { - "downloads": 63505, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 50224, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -40131,7 +40713,7 @@ "updatedAt": "2022-09-01T01:53:08Z", "createdAt": "2018-04-08T19:07:42Z", "pushedAt": "2022-09-01T01:53:08Z", - "forks": 35, + "forks": 34, "issues": 8, "subscribers": 3, "stars": 45 @@ -40172,9 +40754,9 @@ "unmaintained": true, "npmPkg": "react-native-photo-view-ex", "npm": { - "downloads": 2989, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2713, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -40205,7 +40787,7 @@ "forks": 286, "issues": 42, "subscribers": 26, - "stars": 2395 + "stars": 2403 }, "name": "react-native-spinkit", "fullName": "maxs15/react-native-spinkit", @@ -40241,14 +40823,15 @@ }, "npmPkg": "react-native-spinkit", "npm": { - "downloads": 35995, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39112, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -40305,16 +40888,16 @@ "unmaintained": true, "npmPkg": "react-native-tab-view-viewpager-adapter", "npm": { - "downloads": 291, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 283, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.722, "topicSearchString": "" }, { @@ -40342,7 +40925,7 @@ "forks": 6, "issues": 2, "subscribers": 2, - "stars": 168 + "stars": 170 }, "name": "react-native-webp-format", "fullName": "Aleksefo/react-native-webp-format", @@ -40375,9 +40958,9 @@ }, "npmPkg": "react-native-webp-format", "npm": { - "downloads": 39227, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34734, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -40408,7 +40991,7 @@ "forks": 27, "issues": 1, "subscribers": 4, - "stars": 203 + "stars": 205 }, "name": "react-navigation-backhandler", "fullName": "vonovak/react-navigation-backhandler", @@ -40438,9 +41021,9 @@ }, "npmPkg": "react-navigation-backhandler", "npm": { - "downloads": 14898, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 13832, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -40471,7 +41054,7 @@ "forks": 107, "issues": 0, "subscribers": 14, - "stars": 629 + "stars": 628 }, "name": "react-native-billing", "fullName": "idehub/react-native-billing", @@ -40507,9 +41090,9 @@ }, "npmPkg": "react-native-billing", "npm": { - "downloads": 179, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 81, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -40517,7 +41100,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.725, "topicSearchString": "react native inapp billing purchase react-native android bridge" }, { @@ -40543,7 +41126,7 @@ "forks": 26, "issues": 3, "subscribers": 1, - "stars": 101 + "stars": 102 }, "name": "react-native-typewriter", "fullName": "TaylorBriggs/react-native-typewriter", @@ -40577,9 +41160,9 @@ }, "npmPkg": "react-native-typewriter", "npm": { - "downloads": 5797, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8444, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -40614,7 +41197,7 @@ "forks": 25, "issues": 15, "subscribers": 3, - "stars": 177 + "stars": 179 }, "name": "react-native-syntax-highlighter", "fullName": "conorhastings/react-native-syntax-highlighter", @@ -40642,9 +41225,9 @@ "unmaintained": true, "npmPkg": "react-native-syntax-highlighter", "npm": { - "downloads": 13693, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7090, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -40721,9 +41304,9 @@ }, "npmPkg": "react-native-fetch-blob", "npm": { - "downloads": 4838, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3811, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -40787,9 +41370,9 @@ }, "npmPkg": "react-native-md5", "npm": { - "downloads": 11964, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11367, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -40821,7 +41404,7 @@ "forks": 53, "issues": 19, "subscribers": 6, - "stars": 210 + "stars": 209 }, "name": "react-native-geocoding", "fullName": "marlove/react-native-geocoding", @@ -40855,9 +41438,9 @@ "unmaintained": true, "npmPkg": "react-native-geocoding", "npm": { - "downloads": 82610, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 64455, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -40890,7 +41473,7 @@ "forks": 68, "issues": 24, "subscribers": 8, - "stars": 130 + "stars": 129 }, "name": "react-native-prompt-android", "fullName": "shimohq/react-native-prompt-android", @@ -40918,9 +41501,9 @@ "unmaintained": true, "npmPkg": "react-native-prompt-android", "npm": { - "downloads": 24097, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20362, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -40951,10 +41534,10 @@ "updatedAt": "2018-09-10T00:08:01Z", "createdAt": "2015-11-20T03:19:17Z", "pushedAt": "2018-09-10T00:08:01Z", - "forks": 192, + "forks": 194, "issues": 28, "subscribers": 11, - "stars": 834 + "stars": 832 }, "name": "react-native-star-rating", "fullName": "djchie/react-native-star-rating", @@ -40986,9 +41569,9 @@ }, "npmPkg": "react-native-star-rating", "npm": { - "downloads": 78309, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22329, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -41023,7 +41606,7 @@ "forks": 159, "issues": 29, "subscribers": 8, - "stars": 297 + "stars": 298 }, "name": "react-native-switch", "fullName": "shahen94/react-native-switch", @@ -41054,9 +41637,9 @@ "unmaintained": true, "npmPkg": "react-native-switch", "npm": { - "downloads": 77490, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 74034, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -41089,7 +41672,7 @@ "forks": 56, "issues": 10, "subscribers": 4, - "stars": 203 + "stars": 204 }, "name": "react-native-user-avatar", "fullName": "avishayil/react-native-user-avatar", @@ -41123,9 +41706,9 @@ "unmaintained": true, "npmPkg": "react-native-user-avatar", "npm": { - "downloads": 13496, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8575, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -41158,10 +41741,10 @@ "updatedAt": "2023-12-12T10:16:14Z", "createdAt": "2017-05-24T09:47:57Z", "pushedAt": "2023-12-12T10:16:14Z", - "forks": 89, + "forks": 91, "issues": 5, "subscribers": 13, - "stars": 1079 + "stars": 1085 }, "name": "react-native-shimmer-placeholder", "fullName": "tomzaku/react-native-shimmer-placeholder", @@ -41195,9 +41778,9 @@ }, "npmPkg": "react-native-shimmer-placeholder", "npm": { - "downloads": 152020, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 161372, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -41231,7 +41814,7 @@ "forks": 58, "issues": 13, "subscribers": 1, - "stars": 256 + "stars": 257 }, "name": "react-native-card-flip", "fullName": "lhandel/react-native-card-flip", @@ -41264,9 +41847,9 @@ "unmaintained": true, "npmPkg": "react-native-card-flip", "npm": { - "downloads": 7211, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6271, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -41329,9 +41912,9 @@ "unmaintained": true, "npmPkg": "react-native-device-detection", "npm": { - "downloads": 9461, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5552, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -41348,8 +41931,8 @@ ], "ios": true, "android": true, - "newArchitecture": false, - "newArchitectureNote": "PR open for new architecture support https://github.com/teslamotors/react-native-camera-kit/issues/537", + "newArchitecture": true, + "newArchitectureNote": "Supported since v14.1.0", "github": { "urls": { "repo": "https://github.com/teslamotors/react-native-camera-kit", @@ -41361,13 +41944,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-01T14:24:14Z", + "updatedAt": "2025-06-09T23:48:42Z", "createdAt": "2016-04-13T11:56:29Z", - "pushedAt": "2025-04-01T14:24:14Z", - "forks": 580, - "issues": 93, - "subscribers": 207, - "stars": 2558 + "pushedAt": "2025-06-09T23:48:42Z", + "forks": 584, + "issues": 94, + "subscribers": 206, + "stars": 2581 }, "name": "react-native-camera-kit", "fullName": "teslamotors/react-native-camera-kit", @@ -41388,10 +41971,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v14.2.0", - "tagName": "v14.2.0", - "createdAt": "2025-02-11T21:14:59Z", - "publishedAt": "2025-02-11T21:18:42Z", + "name": "v15.1.0", + "tagName": "v15.1.0", + "createdAt": "2025-06-09T23:48:42Z", + "publishedAt": "2025-06-09T23:50:19Z", "isPrerelease": false }, "hasTypes": true, @@ -41400,18 +41983,17 @@ }, "npmPkg": "react-native-camera-kit", "npm": { - "downloads": 71245, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 79198, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 89, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" + "Recently updated" ], "popularity": 0.028, "topicSearchString": "react-native ios android camera" @@ -41468,9 +42050,9 @@ "unmaintained": true, "npmPkg": "react-native-native-video-player", "npm": { - "downloads": 60, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -41529,9 +42111,9 @@ "unmaintained": true, "npmPkg": "react-native-quick-actions", "npm": { - "downloads": 40944, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30009, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -41568,10 +42150,10 @@ "updatedAt": "2021-09-06T19:34:35Z", "createdAt": "2016-04-14T21:11:28Z", "pushedAt": "2021-09-06T19:34:35Z", - "forks": 508, + "forks": 507, "issues": 57, - "subscribers": 36, - "stars": 2805 + "subscribers": 37, + "stars": 2802 }, "name": "react-native-swipe-list-view", "fullName": "jemise111/react-native-swipe-list-view", @@ -41611,9 +42193,9 @@ "unmaintained": true, "npmPkg": "react-native-swipe-list-view", "npm": { - "downloads": 165469, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 163105, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -41675,16 +42257,16 @@ }, "npmPkg": "react-native-platform-stylesheet", "npm": { - "downloads": 1391, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1068, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native stylesheet ios android platform react" }, { @@ -41706,10 +42288,10 @@ "updatedAt": "2017-08-10T10:59:31Z", "createdAt": "2017-02-17T23:07:27Z", "pushedAt": "2017-08-10T10:59:31Z", - "forks": 94, + "forks": 95, "issues": 60, "subscribers": 11, - "stars": 1113 + "stars": 1111 }, "name": "react-native-background-task", "fullName": "jamesisaac/react-native-background-task", @@ -41744,9 +42326,9 @@ }, "npmPkg": "react-native-background-task", "npm": { - "downloads": 733, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 567, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -41755,7 +42337,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.474, "topicSearchString": "react-native background-jobs fetch android ios offline sync" }, { @@ -41778,8 +42360,8 @@ "pushedAt": "2023-04-27T14:29:23Z", "forks": 213, "issues": 112, - "subscribers": 22, - "stars": 1646 + "subscribers": 21, + "stars": 1645 }, "name": "react-native-background-timer", "fullName": "ocetnik/react-native-background-timer", @@ -41803,11 +42385,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-background-timer", "npm": { - "downloads": 313439, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 329718, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -41817,7 +42400,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react-native background timer android ios" }, { @@ -41840,10 +42423,10 @@ "updatedAt": "2020-10-02T11:53:43Z", "createdAt": "2016-12-14T08:45:38Z", "pushedAt": "2020-10-02T11:53:43Z", - "forks": 190, + "forks": 189, "issues": 40, "subscribers": 8, - "stars": 386 + "stars": 388 }, "name": "react-native-wheel-picker-android", "fullName": "Cero-Studio/ReactNativeWheelPicker", @@ -41871,9 +42454,9 @@ }, "unmaintained": true, "npm": { - "downloads": 42323, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33353, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -41934,9 +42517,9 @@ }, "npmPkg": "react-native-round-flags", "npm": { - "downloads": 1537, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1372, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -41995,9 +42578,9 @@ "unmaintained": true, "npmPkg": "react-native-easy-markdown", "npm": { - "downloads": 18965, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18189, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -42011,6 +42594,7 @@ "githubUrl": "https://github.com/mkuczera/react-native-haptic-feedback", "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/mkuczera/react-native-haptic-feedback", @@ -42028,7 +42612,7 @@ "forks": 106, "issues": 14, "subscribers": 9, - "stars": 908 + "stars": 918 }, "name": "react-native-haptic-feedback", "fullName": "mkuczera/react-native-haptic-feedback", @@ -42064,9 +42648,9 @@ }, "npmPkg": "react-native-haptic-feedback", "npm": { - "downloads": 1383334, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 867531, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -42097,10 +42681,10 @@ "updatedAt": "2025-04-01T10:04:46Z", "createdAt": "2017-12-02T20:42:59Z", "pushedAt": "2025-04-01T10:04:46Z", - "forks": 142, - "issues": 3, + "forks": 143, + "issues": 2, "subscribers": 6, - "stars": 742 + "stars": 757 }, "name": "react-native-map-link", "fullName": "tschoffelen/react-native-map-link", @@ -42137,15 +42721,14 @@ }, "npmPkg": "react-native-map-link", "npm": { - "downloads": 111057, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 108206, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -42171,10 +42754,10 @@ "updatedAt": "2018-03-22T08:21:00Z", "createdAt": "2017-05-26T09:33:41Z", "pushedAt": "2018-03-22T08:21:00Z", - "forks": 470, - "issues": 131, + "forks": 471, + "issues": 132, "subscribers": 13, - "stars": 747 + "stars": 754 }, "name": "react-native-material-dropdown", "fullName": "n4kz/react-native-material-dropdown", @@ -42205,9 +42788,9 @@ }, "npmPkg": "react-native-material-dropdown", "npm": { - "downloads": 102482, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10690, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -42228,6 +42811,7 @@ ], "ios": true, "android": true, + "fireos": true, "web": true, "expoGo": true, "examples": [ @@ -42249,10 +42833,10 @@ "updatedAt": "2025-03-15T03:05:15Z", "createdAt": "2017-04-16T06:14:33Z", "pushedAt": "2025-03-15T03:05:15Z", - "forks": 421, + "forks": 422, "issues": 236, "subscribers": 66, - "stars": 5347 + "stars": 5378 }, "name": "recyclerlistview", "fullName": "Flipkart/recyclerlistview", @@ -42289,9 +42873,9 @@ }, "npmPkg": "recyclerlistview", "npm": { - "downloads": 3102801, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2732857, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -42326,8 +42910,8 @@ "pushedAt": "2019-09-06T06:03:57Z", "forks": 663, "issues": 220, - "subscribers": 91, - "stars": 2168 + "subscribers": 89, + "stars": 2170 }, "name": "@mapbox/react-native-mapbox-gl", "fullName": "nitaliano/react-native-mapbox-gl", @@ -42360,14 +42944,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 22, + "npm": { + "downloads": 243, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.725, "topicSearchString": "gl ios android mapbox react-component react-native mapbox-gl" }, { @@ -42389,10 +42980,10 @@ "updatedAt": "2018-01-05T07:37:14Z", "createdAt": "2015-07-17T20:46:05Z", "pushedAt": "2018-01-05T07:37:14Z", - "forks": 699, + "forks": 698, "issues": 101, "subscribers": 24, - "stars": 1726 + "stars": 1723 }, "name": "react-native-orientation", "fullName": "yamill/react-native-orientation", @@ -42424,9 +43015,9 @@ }, "npmPkg": "react-native-orientation", "npm": { - "downloads": 37230, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29594, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -42456,10 +43047,10 @@ "updatedAt": "2021-01-04T15:57:17Z", "createdAt": "2015-08-18T08:10:28Z", "pushedAt": "2021-01-04T15:57:17Z", - "forks": 183, + "forks": 182, "issues": 24, "subscribers": 27, - "stars": 1421 + "stars": 1422 }, "name": "react-native-tableview", "fullName": "aksonov/react-native-tableview", @@ -42493,9 +43084,9 @@ "unmaintained": true, "npmPkg": "react-native-tableview", "npm": { - "downloads": 1398, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1134, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -42504,7 +43095,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native react-component uitableview tableview ios" }, { @@ -42527,10 +43118,10 @@ "updatedAt": "2021-08-05T10:44:38Z", "createdAt": "2017-11-02T14:03:41Z", "pushedAt": "2021-08-05T10:44:38Z", - "forks": 258, + "forks": 257, "issues": 33, "subscribers": 45, - "stars": 2331 + "stars": 2339 }, "name": "react-native-largelist", "fullName": "bolan9999/react-native-largelist", @@ -42560,9 +43151,9 @@ }, "unmaintained": true, "npm": { - "downloads": 1898, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1048, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -42571,7 +43162,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.471, "topicSearchString": "react-native react-component large-list flatlist sectionlist tableview high-performance swipeout swipable-flatlist" }, { @@ -42596,10 +43187,10 @@ "updatedAt": "2025-04-16T04:30:56Z", "createdAt": "2016-02-23T04:52:07Z", "pushedAt": "2025-04-16T04:30:56Z", - "forks": 382, + "forks": 380, "issues": 73, "subscribers": 29, - "stars": 2115 + "stars": 2128 }, "name": "react-native-root-toast", "fullName": "magicismight/react-native-root-toast", @@ -42634,15 +43225,14 @@ }, "npmPkg": "react-native-root-toast", "npm": { - "downloads": 160174, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 161773, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -42669,8 +43259,8 @@ "pushedAt": "2019-06-16T00:09:30Z", "forks": 150, "issues": 22, - "subscribers": 13, - "stars": 1333 + "subscribers": 12, + "stars": 1343 }, "name": "react-native-masonry", "fullName": "brh55/react-native-masonry", @@ -42708,9 +43298,9 @@ "unmaintained": true, "npmPkg": "react-native-masonry", "npm": { - "downloads": 177, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 119, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -42719,7 +43309,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.725, "topicSearchString": "react-native masonry pinterest grid layout masonry-layout masonry-grid react pinterest-like" }, { @@ -42781,9 +43371,9 @@ }, "npmPkg": "react-native-sglistview", "npm": { - "downloads": 143, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -42792,7 +43382,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.702, "topicSearchString": "reactnative listview react react-native component sglistview sglistview-performance sg" }, { @@ -42815,10 +43405,10 @@ "updatedAt": "2018-03-05T14:29:02Z", "createdAt": "2017-03-13T08:53:57Z", "pushedAt": "2018-03-05T14:29:02Z", - "forks": 175, + "forks": 173, "issues": 38, "subscribers": 25, - "stars": 1176 + "stars": 1178 }, "name": "react-native-timeline-listview", "fullName": "thegamenicorus/react-native-timeline-listview", @@ -42846,9 +43436,9 @@ }, "npmPkg": "react-native-timeline-listview", "npm": { - "downloads": 392, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 341, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -42857,7 +43447,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.721, "topicSearchString": "react-native timeline listview schedule component ios android" }, { @@ -42879,10 +43469,10 @@ "updatedAt": "2024-12-17T21:36:24Z", "createdAt": "2017-10-06T17:32:03Z", "pushedAt": "2024-12-17T21:36:24Z", - "forks": 386, - "issues": 96, + "forks": 395, + "issues": 98, "subscribers": 19, - "stars": 2319 + "stars": 2346 }, "name": "react-native-copilot", "fullName": "mohebifar/react-native-copilot", @@ -42919,15 +43509,16 @@ }, "npmPkg": "react-native-copilot", "npm": { - "downloads": 27750, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28954, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -42952,10 +43543,10 @@ "updatedAt": "2021-08-12T07:17:47Z", "createdAt": "2016-05-10T12:41:43Z", "pushedAt": "2021-08-12T07:17:47Z", - "forks": 60, + "forks": 59, "issues": 10, "subscribers": 7, - "stars": 646 + "stars": 645 }, "name": "react-native-sketch", "fullName": "jgrancher/react-native-sketch", @@ -42987,9 +43578,9 @@ }, "npmPkg": "react-native-sketch", "npm": { - "downloads": 84, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -42997,7 +43588,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.714, + "popularity": -0.715, "topicSearchString": "react react-component react-native ios sketch draw drawing touch paint canvas signature" }, { @@ -43020,10 +43611,10 @@ "updatedAt": "2022-03-30T10:42:35Z", "createdAt": "2018-06-17T16:14:11Z", "pushedAt": "2022-03-30T10:42:35Z", - "forks": 324, + "forks": 321, "issues": 48, "subscribers": 52, - "stars": 3157 + "stars": 3167 }, "name": "galio-framework", "fullName": "galio-org/galio", @@ -43064,9 +43655,9 @@ }, "unmaintained": true, "npm": { - "downloads": 2613, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2452, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -43097,10 +43688,10 @@ "updatedAt": "2024-06-12T15:19:12Z", "createdAt": "2017-04-07T21:01:50Z", "pushedAt": "2024-06-12T15:19:12Z", - "forks": 154, + "forks": 152, "issues": 3, "subscribers": 30, - "stars": 1448 + "stars": 1457 }, "name": "react-native-super-grid", "fullName": "saleel/react-native-super-grid", @@ -43135,9 +43726,9 @@ }, "npmPkg": "react-native-super-grid", "npm": { - "downloads": 41579, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 53308, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -43208,9 +43799,9 @@ }, "npmPkg": "react-native-activity-view", "npm": { - "downloads": 526, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 351, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -43218,7 +43809,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.724, "topicSearchString": "react-native react native activity-view react-component component action-sheet share-sheet share sheet facebook twitter mail social airdrop" }, { @@ -43270,9 +43861,9 @@ }, "npmPkg": "react-native-refresher", "npm": { - "downloads": 15, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -43328,9 +43919,9 @@ }, "npmPkg": "react-native-carousel", "npm": { - "downloads": 2379, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3816, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -43363,7 +43954,7 @@ "forks": 57, "issues": 10, "subscribers": 21, - "stars": 391 + "stars": 392 }, "name": "react-native-draftjs-render", "fullName": "globocom/react-native-draftjs-render", @@ -43395,9 +43986,9 @@ }, "npmPkg": "react-native-draftjs-render", "npm": { - "downloads": 7618, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5951, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -43426,10 +44017,10 @@ "updatedAt": "2021-12-13T01:34:01Z", "createdAt": "2015-09-04T04:18:04Z", "pushedAt": "2021-12-13T01:34:01Z", - "forks": 223, - "issues": 10, + "forks": 224, + "issues": 4, "subscribers": 10, - "stars": 444 + "stars": 443 }, "name": "react-native-html-to-pdf", "fullName": "christopherdro/react-native-html-to-pdf", @@ -43461,9 +44052,9 @@ "unmaintained": true, "npmPkg": "react-native-html-to-pdf", "npm": { - "downloads": 173007, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 90870, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -43498,7 +44089,7 @@ "forks": 17, "issues": 4, "subscribers": 4, - "stars": 106 + "stars": 107 }, "name": "react-native-html-webview", "fullName": "almost/react-native-html-webview", @@ -43525,16 +44116,16 @@ }, "npmPkg": "react-native-html-webview", "npm": { - "downloads": 93, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.718, + "popularity": -0.75, "topicSearchString": "react-component reactnative react-native react html ios" }, { @@ -43556,7 +44147,7 @@ "updatedAt": "2017-12-18T07:18:35Z", "createdAt": "2015-07-08T10:53:56Z", "pushedAt": "2017-12-18T07:18:35Z", - "forks": 46, + "forks": 45, "issues": 9, "subscribers": 2, "stars": 102 @@ -43579,16 +44170,16 @@ }, "npmPkg": "react-native-html-render", "npm": { - "downloads": 82, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 72, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.722, "topicSearchString": "react-component react-native ios noder react" }, { @@ -43642,9 +44233,9 @@ }, "npmPkg": "react-native-measure-text", "npm": { - "downloads": 1525, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1885, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -43676,8 +44267,8 @@ "updatedAt": "2021-12-07T19:09:16Z", "createdAt": "2017-10-12T16:43:01Z", "pushedAt": "2021-12-07T19:09:16Z", - "forks": 98, - "issues": 37, + "forks": 101, + "issues": 38, "subscribers": 4, "stars": 440 }, @@ -43712,13 +44303,12 @@ "unmaintained": true, "npmPkg": "react-native-file-viewer", "npm": { - "downloads": 373509, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 273182, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ - "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -43748,7 +44338,7 @@ "forks": 37, "issues": 7, "subscribers": 5, - "stars": 679 + "stars": 687 }, "name": "react-native-responsive-fontsize", "fullName": "heyman333/react-native-responsive-fontSize", @@ -43789,9 +44379,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-fontsize", "npm": { - "downloads": 148179, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 82915, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -43821,7 +44411,7 @@ "updatedAt": "2022-09-01T01:52:01Z", "createdAt": "2018-01-10T10:33:49Z", "pushedAt": "2022-09-01T01:52:01Z", - "forks": 80, + "forks": 79, "issues": 15, "subscribers": 8, "stars": 409 @@ -43863,9 +44453,9 @@ }, "npmPkg": "react-native-text-size", "npm": { - "downloads": 78128, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28063, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -43918,16 +44508,16 @@ }, "npmPkg": "react-native-hypertext", "npm": { - "downloads": 12, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.767, + "popularity": -0.85, "topicSearchString": "react native hypertext html links" }, { @@ -43981,16 +44571,16 @@ }, "npmPkg": "react-native-asciimage", "npm": { - "downloads": 32, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.819, + "popularity": -0.85, "topicSearchString": "react-native react react-component ios native ascii asciimage image" }, { @@ -44012,7 +44602,7 @@ "updatedAt": "2019-08-23T10:25:24Z", "createdAt": "2016-01-20T17:55:40Z", "pushedAt": "2019-08-23T10:25:24Z", - "forks": 225, + "forks": 224, "issues": 32, "subscribers": 20, "stars": 1309 @@ -44053,9 +44643,9 @@ }, "npmPkg": "react-native-fabric", "npm": { - "downloads": 955, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 487, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -44064,7 +44654,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.723, "topicSearchString": "android answers crashlytics fabric ios mobile react react-component react-native component" }, { @@ -44083,13 +44673,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-25T11:15:27Z", + "updatedAt": "2025-06-19T05:13:01Z", "createdAt": "2020-03-17T10:24:44Z", - "pushedAt": "2025-02-25T11:15:27Z", + "pushedAt": "2025-06-19T05:13:01Z", "forks": 11, - "issues": 11, - "subscribers": 8, - "stars": 54 + "issues": 13, + "subscribers": 7, + "stars": 55 }, "name": "react-native-ux-cam", "fullName": "uxcam/react-native-ux-cam", @@ -44117,12 +44707,13 @@ "isArchived": false }, "npm": { - "downloads": 55418, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37359, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -44149,7 +44740,7 @@ "pushedAt": "2018-07-01T04:25:30Z", "forks": 4, "issues": 0, - "subscribers": 170, + "subscribers": 171, "stars": 28 }, "name": "react-native-td", @@ -44182,9 +44773,9 @@ }, "npmPkg": "react-native-td", "npm": { - "downloads": 39, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -44192,7 +44783,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.71, "topicSearchString": "react-native treasure-data typescript treasuredata" }, { @@ -44249,16 +44840,16 @@ "unmaintained": true, "npmPkg": "react-native-flurry-sdk", "npm": { - "downloads": 424, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 304, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.72, "topicSearchString": "react-native module android ios tvos flurry analytics config messaging push marketing" }, { @@ -44280,10 +44871,10 @@ "updatedAt": "2023-06-12T20:09:22Z", "createdAt": "2017-03-22T19:15:24Z", "pushedAt": "2023-06-12T20:09:22Z", - "forks": 485, + "forks": 484, "issues": 69, - "subscribers": 238, - "stars": 8277 + "subscribers": 237, + "stars": 8269 }, "name": "reactxp", "fullName": "microsoft/reactxp", @@ -44308,11 +44899,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "reactxp", "npm": { - "downloads": 1289, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6088, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -44322,7 +44914,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "" }, { @@ -44347,7 +44939,7 @@ "forks": 32, "issues": 17, "subscribers": 17, - "stars": 139 + "stars": 140 }, "name": "react-native-geo-fencing", "fullName": "surialabs/react-native-geo-fencing", @@ -44374,9 +44966,9 @@ }, "npmPkg": "react-native-geo-fencing", "npm": { - "downloads": 493, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 454, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -44384,7 +44976,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.721, "topicSearchString": "react-native googlemaps geometry polygon containslocation geo-fencing" }, { @@ -44446,9 +45038,9 @@ }, "npmPkg": "react-native-fused-location", "npm": { - "downloads": 578, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 442, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -44456,7 +45048,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.723, "topicSearchString": "react react-native location gps fused android play-services npm native javascript" }, { @@ -44499,16 +45091,16 @@ }, "npmPkg": "react-native-google-static-map", "npm": { - "downloads": 336, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 183, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.723, "topicSearchString": "react-component react-native ios" }, { @@ -44553,9 +45145,9 @@ }, "npmPkg": "react-native-geolocation-android", "npm": { - "downloads": 19, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -44610,13 +45202,18 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 243, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.725, "topicSearchString": "react-native picker wheel" }, { @@ -44625,6 +45222,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/getsentry/sentry-react-native", @@ -44636,13 +45234,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T11:15:31Z", + "updatedAt": "2025-06-20T13:21:19Z", "createdAt": "2016-11-30T14:45:57Z", - "pushedAt": "2025-04-16T11:15:31Z", - "forks": 333, - "issues": 163, - "subscribers": 75, - "stars": 1647 + "pushedAt": "2025-06-20T13:21:19Z", + "forks": 334, + "issues": 169, + "subscribers": 78, + "stars": 1671 }, "name": "@sentry/react-native", "fullName": "getsentry/sentry-react-native", @@ -44665,14 +45263,22 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 2164579, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native sentry crashreporting ios" }, { @@ -44730,9 +45336,9 @@ "unmaintained": true, "npmPkg": "react-native-bluetooth-status", "npm": { - "downloads": 15869, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8676, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -44765,7 +45371,7 @@ "forks": 184, "issues": 41, "subscribers": 6, - "stars": 415 + "stars": 416 }, "name": "react-native-confirmation-code-input", "fullName": "ttdung11t2/react-native-confirmation-code-input", @@ -44798,9 +45404,9 @@ "unmaintained": true, "npmPkg": "react-native-confirmation-code-input", "npm": { - "downloads": 6028, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4992, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -44829,10 +45435,10 @@ "updatedAt": "2024-05-17T03:59:20Z", "createdAt": "2017-01-12T10:04:59Z", "pushedAt": "2024-05-17T03:59:20Z", - "forks": 190, + "forks": 191, "issues": 46, "subscribers": 11, - "stars": 348 + "stars": 349 }, "name": "react-native-google-fit", "fullName": "StasDoskalenko/react-native-google-fit", @@ -44863,9 +45469,9 @@ }, "npmPkg": "react-native-google-fit", "npm": { - "downloads": 17631, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12418, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -44935,9 +45541,9 @@ }, "npmPkg": "react-native-idle-timer", "npm": { - "downloads": 32190, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23370, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -44991,16 +45597,16 @@ "unmaintained": true, "npmPkg": "react-native-image-mapper", "npm": { - "downloads": 736, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 568, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.472, "topicSearchString": "" }, { @@ -45029,10 +45635,10 @@ "updatedAt": "2024-10-27T16:02:37Z", "createdAt": "2018-09-07T06:39:07Z", "pushedAt": "2024-10-27T16:02:37Z", - "forks": 216, - "issues": 75, + "forks": 222, + "issues": 76, "subscribers": 11, - "stars": 1358 + "stars": 1373 }, "name": "react-native-inappbrowser-reborn", "fullName": "proyecto26/react-native-inappbrowser", @@ -45079,15 +45685,16 @@ "isArchived": false }, "npm": { - "downloads": 492495, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 445990, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -45135,9 +45742,9 @@ "unmaintained": true, "npmPkg": "react-native-progress-bar-animated", "npm": { - "downloads": 4758, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6116, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -45207,16 +45814,16 @@ "unmaintained": true, "npmPkg": "react-native-reanimated-slider", "npm": { - "downloads": 157, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 187, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.718, + "popularity": -0.723, "topicSearchString": "reanimated slider seekbar video react-native ios react android slider-component" }, { @@ -45262,9 +45869,9 @@ }, "unmaintained": true, "npm": { - "downloads": 82478, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 73866, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -45294,10 +45901,10 @@ "updatedAt": "2021-06-27T15:21:00Z", "createdAt": "2016-05-10T17:13:13Z", "pushedAt": "2021-06-27T15:21:00Z", - "forks": 208, - "issues": 20, + "forks": 211, + "issues": 16, "subscribers": 5, - "stars": 987 + "stars": 985 }, "name": "react-native-sensitive-info", "fullName": "mCodex/react-native-sensitive-info", @@ -45337,9 +45944,9 @@ "unmaintained": true, "npmPkg": "react-native-sensitive-info", "npm": { - "downloads": 123497, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 116715, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -45370,10 +45977,10 @@ "updatedAt": "2019-07-13T17:19:46Z", "createdAt": "2015-06-03T03:41:22Z", "pushedAt": "2019-07-13T17:19:46Z", - "forks": 378, + "forks": 377, "issues": 75, - "subscribers": 23, - "stars": 1503 + "subscribers": 22, + "stars": 1505 }, "name": "react-native-touch-id", "fullName": "naoufal/react-native-touch-id", @@ -45407,9 +46014,9 @@ }, "npmPkg": "react-native-touch-id", "npm": { - "downloads": 50089, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 49006, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -45443,7 +46050,7 @@ "forks": 123, "issues": 7, "subscribers": 8, - "stars": 381 + "stars": 382 }, "name": "react-native-version-number", "fullName": "APSL/react-native-version-number", @@ -45477,9 +46084,9 @@ "unmaintained": true, "npmPkg": "react-native-version-number", "npm": { - "downloads": 100199, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 97894, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -45511,10 +46118,10 @@ "updatedAt": "2023-07-21T15:40:23Z", "createdAt": "2015-06-30T10:23:38Z", "pushedAt": "2023-07-21T15:40:23Z", - "forks": 445, + "forks": 444, "issues": 127, "subscribers": 27, - "stars": 1160 + "stars": 1159 }, "name": "react-native-youtube", "fullName": "davidohayon669/react-native-youtube", @@ -45545,9 +46152,9 @@ }, "npmPkg": "react-native-youtube", "npm": { - "downloads": 27869, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20159, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -45613,16 +46220,16 @@ "unmaintained": true, "npmPkg": "react-native-powerbi", "npm": { - "downloads": 202, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 136, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -0.821, "topicSearchString": "react native powerbi" }, { @@ -45651,7 +46258,7 @@ "forks": 74, "issues": 0, "subscribers": 3, - "stars": 67 + "stars": 66 }, "name": "react-native-msal", "fullName": "stashenergy/react-native-msal", @@ -45690,9 +46297,9 @@ }, "npmPkg": "react-native-msal", "npm": { - "downloads": 25122, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22070, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -45734,7 +46341,7 @@ "forks": 191, "issues": 12, "subscribers": 26, - "stars": 2011 + "stars": 2020 }, "name": "react-native-sticky-parallax-header", "fullName": "netguru/sticky-parallax-header", @@ -45768,10 +46375,11 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npm": { - "downloads": 8662, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9071, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -45780,7 +46388,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "open-source contribution stickyheader header parallax hacktoberfest react-native" }, { @@ -45845,16 +46453,16 @@ "unmaintained": true, "npmPkg": "react-native-material-backdrop-modal", "npm": { - "downloads": 245, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 141, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.722, "topicSearchString": "react-native component ios android material-design backdrop modal expo" }, { @@ -45888,7 +46496,7 @@ "forks": 21, "issues": 5, "subscribers": 4, - "stars": 160 + "stars": 159 }, "name": "react-native-woodpicker", "fullName": "thodubois/react-native-woodpicker", @@ -45920,9 +46528,9 @@ }, "npmPkg": "react-native-woodpicker", "npm": { - "downloads": 8262, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8776, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -45951,10 +46559,10 @@ "updatedAt": "2023-09-01T08:42:54Z", "createdAt": "2020-03-28T15:48:29Z", "pushedAt": "2023-09-01T08:42:54Z", - "forks": 30, + "forks": 29, "issues": 15, "subscribers": 6, - "stars": 266 + "stars": 267 }, "name": "react-native-ultimate-config", "fullName": "maxkomarychev/react-native-ultimate-config", @@ -45989,9 +46597,9 @@ }, "npmPkg": "react-native-ultimate-config", "npm": { - "downloads": 14105, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16267, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -46056,16 +46664,16 @@ "unmaintained": true, "npmPkg": "rn-font-mapping", "npm": { - "downloads": 25, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.81, + "popularity": -0.85, "topicSearchString": "react-native fontfamily fontweight fontscale ios android font rn" }, { @@ -46097,10 +46705,10 @@ "updatedAt": "2022-08-10T12:11:39Z", "createdAt": "2018-10-22T08:47:38Z", "pushedAt": "2022-08-10T12:11:39Z", - "forks": 287, + "forks": 289, "issues": 101, "subscribers": 16, - "stars": 2868 + "stars": 2879 }, "name": "react-native-modalize", "fullName": "jeremybarbet/react-native-modalize", @@ -46146,9 +46754,9 @@ "unmaintained": true, "npmPkg": "react-native-modalize", "npm": { - "downloads": 141122, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 146135, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -46184,10 +46792,10 @@ "updatedAt": "2024-10-30T09:50:53Z", "createdAt": "2020-05-25T22:50:59Z", "pushedAt": "2024-10-30T09:50:53Z", - "forks": 188, - "issues": 53, + "forks": 193, + "issues": 54, "subscribers": 11, - "stars": 793 + "stars": 803 }, "name": "rn-tourguide", "fullName": "xcarpentier/rn-tourguide", @@ -46230,14 +46838,15 @@ }, "npmPkg": "rn-tourguide", "npm": { - "downloads": 16215, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17013, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -46259,6 +46868,7 @@ "web": true, "visionos": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/callstack/react-native-slider", @@ -46270,13 +46880,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-11T12:28:48Z", + "updatedAt": "2025-05-23T13:18:41Z", "createdAt": "2019-02-06T16:03:45Z", - "pushedAt": "2025-04-11T12:28:48Z", - "forks": 268, - "issues": 41, - "subscribers": 14, - "stars": 1268 + "pushedAt": "2025-05-23T13:18:41Z", + "forks": 272, + "issues": 36, + "subscribers": 13, + "stars": 1298 }, "name": "@react-native-community/slider", "fullName": "callstack/react-native-slider", @@ -46298,13 +46908,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1699655, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ - "Recently updated", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react-native slider" }, { @@ -46362,13 +46978,18 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 211, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.822, "topicSearchString": "react-native triangle triangle-view geometry shapes" }, { @@ -46438,16 +47059,16 @@ "unmaintained": true, "npmPkg": "reinput", "npm": { - "downloads": 353, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 329, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.723, "topicSearchString": "react-native input animation textinput material-design material placeholder labels icons" }, { @@ -46473,13 +47094,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-10-17T13:25:35Z", + "updatedAt": "2025-06-14T12:14:32Z", "createdAt": "2020-06-18T23:27:45Z", - "pushedAt": "2024-10-17T13:25:35Z", - "forks": 51, - "issues": 11, + "pushedAt": "2025-06-14T12:14:32Z", + "forks": 57, + "issues": 10, "subscribers": 9, - "stars": 585 + "stars": 603 }, "name": "react-native-network-logger", "fullName": "alexbrazier/react-native-network-logger", @@ -46511,10 +47132,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.17.0", - "tagName": "v1.17.0", - "createdAt": "2024-09-24T15:40:51Z", - "publishedAt": "2024-09-24T15:40:56Z", + "name": "Release 2.0.1", + "tagName": "v2.0.1", + "createdAt": "2025-06-14T12:14:34Z", + "publishedAt": "2025-06-14T12:14:37Z", "isPrerelease": false }, "hasTypes": true, @@ -46523,14 +47144,14 @@ }, "npmPkg": "react-native-network-logger", "npm": { - "downloads": 148492, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 169149, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -46541,6 +47162,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/goatandsheep/react-native-dotenv", @@ -46556,9 +47178,9 @@ "createdAt": "2020-07-08T13:31:51Z", "pushedAt": "2024-02-28T16:27:06Z", "forks": 47, - "issues": 14, - "subscribers": 3, - "stars": 837 + "issues": 5, + "subscribers": 2, + "stars": 841 }, "name": "react-native-dotenv", "fullName": "goatandsheep/react-native-dotenv", @@ -46597,9 +47219,9 @@ }, "npmPkg": "react-native-dotenv", "npm": { - "downloads": 684970, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 773994, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -46668,9 +47290,9 @@ "isArchived": false }, "npm": { - "downloads": 83, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -46678,7 +47300,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.722, "topicSearchString": "react-component react-native dropdown ios android select-tag chooser" }, { @@ -46729,16 +47351,16 @@ }, "npmPkg": "react-native-music-metadata", "npm": { - "downloads": 86, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.827, + "popularity": -0.823, "topicSearchString": "react-native react-component metadata music track" }, { @@ -46761,10 +47383,10 @@ "updatedAt": "2022-10-06T07:06:50Z", "createdAt": "2016-05-10T09:11:36Z", "pushedAt": "2022-10-06T07:06:50Z", - "forks": 239, + "forks": 240, "issues": 32, "subscribers": 16, - "stars": 696 + "stars": 699 }, "name": "react-native-music-control", "fullName": "tanguyantoine/react-native-music-control", @@ -46802,9 +47424,9 @@ }, "npmPkg": "react-native-music-control", "npm": { - "downloads": 6360, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12900, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -46838,7 +47460,7 @@ "forks": 131, "issues": 33, "subscribers": 21, - "stars": 570 + "stars": 569 }, "name": "react-native-mock", "fullName": "RealOrangeOne/react-native-mock", @@ -46870,9 +47492,9 @@ }, "npmPkg": "react-native-mock", "npm": { - "downloads": 15176, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18742, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -46930,9 +47552,9 @@ }, "npmPkg": "react-timer-mixin", "npm": { - "downloads": 384299, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 423199, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -46991,9 +47613,9 @@ }, "npmPkg": "react-native-fileupload", "npm": { - "downloads": 30, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -47001,7 +47623,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.716, "topicSearchString": "react-component react-native ios file upload" }, { @@ -47024,9 +47646,9 @@ "createdAt": "2015-05-09T21:55:48Z", "pushedAt": "2023-01-26T08:04:49Z", "forks": 139, - "issues": 6, + "issues": 5, "subscribers": 18, - "stars": 349 + "stars": 351 }, "name": "react-native-udp", "fullName": "tradle/react-native-udp", @@ -47063,9 +47685,9 @@ "unmaintained": true, "npmPkg": "react-native-udp", "npm": { - "downloads": 125346, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 133485, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -47126,16 +47748,16 @@ "unmaintained": true, "npmPkg": "react-native-shadow-stack", "npm": { - "downloads": 49, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.809, + "popularity": -0.82, "topicSearchString": "react native react-native number animated component" }, { @@ -47143,6 +47765,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/wcandillon/react-native-redash", @@ -47154,13 +47777,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2024-01-06T12:28:36Z", + "updatedAt": "2025-06-21T12:28:46Z", "createdAt": "2019-04-30T09:46:58Z", - "pushedAt": "2024-01-06T12:28:36Z", - "forks": 116, + "pushedAt": "2025-06-21T12:28:46Z", + "forks": 117, "issues": 91, "subscribers": 17, - "stars": 2007 + "stars": 2018 }, "name": "react-native-redash", "fullName": "wcandillon/react-native-redash", @@ -47187,16 +47810,16 @@ }, "npmPkg": "react-native-redash", "npm": { - "downloads": 633338, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 557363, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, + "score": 62, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -47252,9 +47875,9 @@ "unmaintained": true, "npmPkg": "react-native-randombytes", "npm": { - "downloads": 142266, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 178385, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -47284,10 +47907,10 @@ "updatedAt": "2025-02-25T04:01:26Z", "createdAt": "2017-12-22T12:05:09Z", "pushedAt": "2025-02-25T04:01:26Z", - "forks": 54, + "forks": 53, "issues": 19, "subscribers": 2, - "stars": 144 + "stars": 150 }, "name": "react-native-radial-gradient", "fullName": "surajitsarkar19/react-native-radial-gradient", @@ -47314,9 +47937,9 @@ }, "npmPkg": "react-native-radial-gradient", "npm": { - "downloads": 30264, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33337, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -47349,10 +47972,10 @@ "updatedAt": "2023-05-12T11:16:38Z", "createdAt": "2016-08-22T23:07:17Z", "pushedAt": "2023-05-12T11:16:38Z", - "forks": 499, + "forks": 500, "issues": 115, "subscribers": 32, - "stars": 2038 + "stars": 2039 }, "name": "react-native-qrcode-scanner", "fullName": "moaazsidat/react-native-qrcode-scanner", @@ -47389,9 +48012,9 @@ }, "npmPkg": "react-native-qrcode-scanner", "npm": { - "downloads": 92461, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 71190, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -47454,12 +48077,13 @@ "unmaintained": true, "npmPkg": "react-native-os", "npm": { - "downloads": 51375, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59176, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -47515,9 +48139,9 @@ "unmaintained": true, "npmPkg": "react-native-level-fs", "npm": { - "downloads": 67589, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 77560, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -47549,7 +48173,7 @@ "forks": 112, "issues": 11, "subscribers": 5, - "stars": 939 + "stars": 940 }, "name": "react-native-iphone-x-helper", "fullName": "ptelad/react-native-iphone-x-helper", @@ -47575,9 +48199,9 @@ }, "npmPkg": "react-native-iphone-x-helper", "npm": { - "downloads": 1744883, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1796972, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -47609,8 +48233,8 @@ "pushedAt": "2022-08-13T13:35:24Z", "forks": 63, "issues": 24, - "subscribers": 12, - "stars": 378 + "subscribers": 11, + "stars": 377 }, "name": "react-native-crypto", "fullName": "tradle/react-native-crypto", @@ -47635,9 +48259,9 @@ "unmaintained": true, "npmPkg": "react-native-crypto", "npm": { - "downloads": 151527, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 191601, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -47668,7 +48292,7 @@ "createdAt": "2017-06-19T08:32:11Z", "pushedAt": "2023-03-06T12:57:51Z", "forks": 29, - "issues": 4, + "issues": 5, "subscribers": 3, "stars": 202 }, @@ -47703,9 +48327,9 @@ "unmaintained": true, "npmPkg": "react-native-marquee", "npm": { - "downloads": 4580, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4545, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -47736,10 +48360,10 @@ "updatedAt": "2020-05-19T21:17:13Z", "createdAt": "2016-09-13T13:43:25Z", "pushedAt": "2020-05-19T21:17:13Z", - "forks": 252, + "forks": 250, "issues": 50, - "subscribers": 14, - "stars": 641 + "subscribers": 13, + "stars": 642 }, "name": "react-native-image-pan-zoom", "fullName": "ascoders/react-native-image-zoom", @@ -47768,9 +48392,9 @@ }, "unmaintained": true, "npm": { - "downloads": 285285, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 509247, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -47801,10 +48425,10 @@ "updatedAt": "2022-11-15T18:05:16Z", "createdAt": "2019-06-11T23:31:14Z", "pushedAt": "2022-11-15T18:05:16Z", - "forks": 122, - "issues": 38, + "forks": 128, + "issues": 42, "subscribers": 2, - "stars": 695 + "stars": 709 }, "name": "react-native-skeleton-placeholder", "fullName": "chramos/react-native-skeleton-placeholder", @@ -47824,10 +48448,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6-beta.7", - "tagName": "v6-beta.7", - "createdAt": "2025-02-15T10:51:30Z", - "publishedAt": "2025-02-15T10:57:28Z", + "name": "V6-beta.9", + "tagName": "v6-beta.9", + "createdAt": "2025-05-06T15:06:26Z", + "publishedAt": "2025-05-06T15:08:51Z", "isPrerelease": true }, "hasTypes": false, @@ -47837,9 +48461,9 @@ "unmaintained": true, "npmPkg": "react-native-skeleton-placeholder", "npm": { - "downloads": 213463, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 220932, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -47871,10 +48495,10 @@ "updatedAt": "2022-06-28T01:58:46Z", "createdAt": "2018-03-22T20:14:30Z", "pushedAt": "2022-06-28T01:58:46Z", - "forks": 794, - "issues": 487, + "forks": 793, + "issues": 489, "subscribers": 20, - "stars": 2861 + "stars": 2860 }, "name": "rn-fetch-blob", "fullName": "joltup/rn-fetch-blob", @@ -47911,9 +48535,9 @@ }, "npmPkg": "rn-fetch-blob", "npm": { - "downloads": 391563, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 329546, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -47985,16 +48609,16 @@ "isArchived": false }, "npm": { - "downloads": 86, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.727, + "popularity": -0.75, "topicSearchString": "react-component reactnative react-native realtimemessaging realtime ios push-notifications realtime-messaging" }, { @@ -48046,16 +48670,16 @@ }, "npmPkg": "react-native-webintent", "npm": { - "downloads": 16, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.688, + "popularity": -0.75, "topicSearchString": "react react-native intent android browser react-component" }, { @@ -48085,13 +48709,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T16:10:08Z", + "updatedAt": "2025-05-16T07:27:47Z", "createdAt": "2019-04-24T15:47:37Z", - "pushedAt": "2025-04-03T16:10:08Z", - "forks": 47, + "pushedAt": "2025-05-16T07:27:47Z", + "forks": 46, "issues": 4, "subscribers": 11, - "stars": 1242 + "stars": 1267 }, "name": "react-native-modalfy", "fullName": "colorfy-software/react-native-modalfy", @@ -48129,15 +48753,14 @@ }, "npmPkg": "react-native-modalfy", "npm": { - "downloads": 19087, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23813, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -48172,7 +48795,7 @@ "updatedAt": "2021-11-07T08:09:30Z", "createdAt": "2018-08-02T21:51:28Z", "pushedAt": "2021-11-07T08:09:30Z", - "forks": 89, + "forks": 91, "issues": 13, "subscribers": 12, "stars": 1165 @@ -48205,9 +48828,9 @@ "unmaintained": true, "npmPkg": "react-navigation-collapsible", "npm": { - "downloads": 4276, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5865, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -48242,7 +48865,7 @@ "updatedAt": "2020-06-22T13:36:40Z", "createdAt": "2019-02-26T18:53:46Z", "pushedAt": "2020-06-22T13:36:40Z", - "forks": 63, + "forks": 62, "issues": 9, "subscribers": 3, "stars": 316 @@ -48283,9 +48906,9 @@ "unmaintained": true, "npmPkg": "react-native-barcode-mask", "npm": { - "downloads": 43378, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 63226, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -48315,13 +48938,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T05:23:23Z", + "updatedAt": "2025-06-11T10:29:48Z", "createdAt": "2016-06-14T23:10:12Z", - "pushedAt": "2025-04-16T05:23:23Z", - "forks": 203, - "issues": 15, - "subscribers": 23, - "stars": 510 + "pushedAt": "2025-06-11T10:29:48Z", + "forks": 211, + "issues": 9, + "subscribers": 24, + "stars": 524 }, "name": "react-native-auth0", "fullName": "auth0/react-native-auth0", @@ -48342,11 +48965,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v4.4.0", - "tagName": "v4.4.0", - "createdAt": "2025-02-19T07:06:34Z", - "publishedAt": "2025-02-19T07:07:24Z", - "isPrerelease": false + "name": "v5.0.0-beta.2", + "tagName": "v5.0.0-beta.2", + "createdAt": "2025-06-13T09:13:39Z", + "publishedAt": "2025-06-13T09:15:11Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, @@ -48354,9 +48977,9 @@ }, "npmPkg": "react-native-auth0", "npm": { - "downloads": 239764, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 220102, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -48394,10 +49017,10 @@ "updatedAt": "2024-07-21T11:50:06Z", "createdAt": "2016-07-17T06:11:54Z", "pushedAt": "2024-07-21T11:50:06Z", - "forks": 141, + "forks": 140, "issues": 14, - "subscribers": 4, - "stars": 955 + "subscribers": 5, + "stars": 962 }, "name": "react-native-restart", "fullName": "avishayil/react-native-restart", @@ -48431,9 +49054,9 @@ }, "npmPkg": "react-native-restart", "npm": { - "downloads": 536962, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 572193, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -48466,10 +49089,10 @@ "updatedAt": "2025-02-21T17:39:09Z", "createdAt": "2018-10-27T23:23:49Z", "pushedAt": "2025-02-21T17:39:09Z", - "forks": 203, + "forks": 205, "issues": 14, "subscribers": 39, - "stars": 3541 + "stars": 3568 }, "name": "@react-native-community/hooks", "fullName": "react-native-community/hooks", @@ -48494,12 +49117,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 347179, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -48523,10 +49153,10 @@ "updatedAt": "2020-12-23T20:43:27Z", "createdAt": "2018-04-14T17:15:29Z", "pushedAt": "2020-12-23T20:43:27Z", - "forks": 134, + "forks": 133, "issues": 21, "subscribers": 16, - "stars": 1582 + "stars": 1591 }, "name": "react-native-responsive-screen", "fullName": "marudy/react-native-responsive-screen", @@ -48564,9 +49194,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-screen", "npm": { - "downloads": 208973, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 127903, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -48593,6 +49223,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/Monte9/react-native-ratings", @@ -48607,10 +49238,10 @@ "updatedAt": "2024-04-02T02:12:34Z", "createdAt": "2017-05-03T00:51:51Z", "pushedAt": "2024-04-02T02:12:34Z", - "forks": 194, + "forks": 193, "issues": 59, - "subscribers": 7, - "stars": 917 + "subscribers": 8, + "stars": 926 }, "name": "react-native-ratings", "fullName": "Monte9/react-native-ratings", @@ -48647,9 +49278,9 @@ }, "npmPkg": "react-native-ratings", "npm": { - "downloads": 751051, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 639077, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -48684,10 +49315,10 @@ "updatedAt": "2019-11-12T02:37:25Z", "createdAt": "2018-08-25T07:20:57Z", "pushedAt": "2019-11-12T02:37:25Z", - "forks": 135, + "forks": 137, "issues": 38, "subscribers": 4, - "stars": 411 + "stars": 413 }, "name": "react-native-smooth-pincode-input", "fullName": "xamous/react-native-smooth-pincode-input", @@ -48718,9 +49349,9 @@ "unmaintained": true, "npmPkg": "react-native-smooth-pincode-input", "npm": { - "downloads": 26045, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22821, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -48752,10 +49383,10 @@ "updatedAt": "2022-10-08T15:42:23Z", "createdAt": "2018-01-11T06:42:18Z", "pushedAt": "2022-10-08T15:42:23Z", - "forks": 283, - "issues": 112, + "forks": 284, + "issues": 113, "subscribers": 18, - "stars": 1631 + "stars": 1640 }, "name": "react-native-geolocation-service", "fullName": "Agontuk/react-native-geolocation-service", @@ -48786,9 +49417,9 @@ "unmaintained": true, "npmPkg": "react-native-geolocation-service", "npm": { - "downloads": 475235, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 385711, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -48824,10 +49455,10 @@ "updatedAt": "2023-02-13T23:11:34Z", "createdAt": "2016-12-29T08:59:15Z", "pushedAt": "2023-02-13T23:11:34Z", - "forks": 218, + "forks": 216, "issues": 33, - "subscribers": 17, - "stars": 918 + "subscribers": 16, + "stars": 923 }, "name": "react-native-sensors", "fullName": "react-native-sensors/react-native-sensors", @@ -48863,9 +49494,9 @@ "unmaintained": true, "npmPkg": "react-native-sensors", "npm": { - "downloads": 92749, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 78213, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -48885,6 +49516,7 @@ "ios": true, "android": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/computerjazz/react-native-draggable-flatlist", @@ -48896,13 +49528,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T22:43:25Z", + "updatedAt": "2025-05-06T05:05:27Z", "createdAt": "2018-06-23T22:07:51Z", - "pushedAt": "2025-04-08T22:43:25Z", - "forks": 399, - "issues": 183, + "pushedAt": "2025-05-06T05:05:27Z", + "forks": 406, + "issues": 192, "subscribers": 9, - "stars": 2038 + "stars": 2070 }, "name": "react-native-draggable-flatlist", "fullName": "computerjazz/react-native-draggable-flatlist", @@ -48927,9 +49559,9 @@ }, "lastRelease": { "name": "", - "tagName": "v4.0.2", - "createdAt": "2025-04-03T20:38:50Z", - "publishedAt": "2025-04-08T17:30:10Z", + "tagName": "v4.0.3", + "createdAt": "2025-05-06T05:05:28Z", + "publishedAt": "2025-05-07T14:21:57Z", "isPrerelease": false }, "hasTypes": true, @@ -48938,16 +49570,15 @@ }, "npmPkg": "react-native-draggable-flatlist", "npm": { - "downloads": 1034807, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 614721, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 62, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -48985,7 +49616,7 @@ "forks": 268, "issues": 53, "subscribers": 20, - "stars": 887 + "stars": 888 }, "name": "react-native-fingerprint-scanner", "fullName": "hieuvp/react-native-fingerprint-scanner", @@ -49029,9 +49660,9 @@ }, "npmPkg": "react-native-fingerprint-scanner", "npm": { - "downloads": 29708, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21209, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -49064,10 +49695,10 @@ "updatedAt": "2024-09-11T16:00:06Z", "createdAt": "2016-05-23T04:06:07Z", "pushedAt": "2024-09-11T16:00:06Z", - "forks": 225, - "issues": 65, - "subscribers": 17, - "stars": 672 + "forks": 235, + "issues": 68, + "subscribers": 19, + "stars": 682 }, "name": "react-native-google-cast", "fullName": "react-native-google-cast/react-native-google-cast", @@ -49104,9 +49735,9 @@ }, "npmPkg": "react-native-google-cast", "npm": { - "downloads": 66358, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 79133, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -49146,8 +49777,8 @@ "pushedAt": "2023-05-05T09:54:34Z", "forks": 160, "issues": 42, - "subscribers": 11, - "stars": 736 + "subscribers": 10, + "stars": 735 }, "name": "react-native-table-component", "fullName": "dohooo/react-native-table-component", @@ -49172,9 +49803,9 @@ }, "npmPkg": "react-native-table-component", "npm": { - "downloads": 107688, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 104274, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -49236,9 +49867,9 @@ }, "unmaintained": true, "npm": { - "downloads": 18313, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5654, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -49276,7 +49907,7 @@ "updatedAt": "2022-08-14T05:56:58Z", "createdAt": "2016-12-25T14:34:14Z", "pushedAt": "2022-08-14T05:56:58Z", - "forks": 153, + "forks": 152, "issues": 60, "subscribers": 9, "stars": 933 @@ -49309,9 +49940,9 @@ "unmaintained": true, "npmPkg": "rn-sliding-up-panel", "npm": { - "downloads": 12269, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12758, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -49330,6 +49961,8 @@ ], "ios": true, "android": true, + "fireos": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/FormidableLabs/react-native-app-auth", @@ -49341,13 +49974,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-12T17:59:57Z", + "updatedAt": "2025-05-27T21:21:22Z", "createdAt": "2017-11-13T17:59:31Z", - "pushedAt": "2025-03-12T17:59:57Z", - "forks": 418, - "issues": 118, - "subscribers": 60, - "stars": 2119 + "pushedAt": "2025-05-27T21:21:22Z", + "forks": 422, + "issues": 119, + "subscribers": 59, + "stars": 2154 }, "name": "react-native-app-auth", "fullName": "FormidableLabs/react-native-app-auth", @@ -49375,15 +50008,16 @@ }, "npmPkg": "react-native-app-auth", "npm": { - "downloads": 458212, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 595389, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 62, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -49410,7 +50044,7 @@ "forks": 16, "issues": 2, "subscribers": 4, - "stars": 374 + "stars": 373 }, "name": "react-navigation-heavy-screen", "fullName": "nandorojo/react-navigation-heavy-screen", @@ -49432,11 +50066,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-navigation-heavy-screen", "npm": { - "downloads": 1020, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1182, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -49444,7 +50079,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react-native ios android" }, { @@ -49469,10 +50104,10 @@ "updatedAt": "2024-05-11T17:28:26Z", "createdAt": "2020-03-08T13:14:48Z", "pushedAt": "2024-05-11T17:28:26Z", - "forks": 165, + "forks": 168, "issues": 34, "subscribers": 21, - "stars": 4267 + "stars": 4273 }, "name": "tailwind-rn", "fullName": "vadimdemedes/tailwind-rn", @@ -49503,9 +50138,9 @@ }, "npmPkg": "tailwind-rn", "npm": { - "downloads": 20808, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24391, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -49521,6 +50156,7 @@ "githubUrl": "https://github.com/charpeni/react-native-url-polyfill", "ios": true, "android": true, + "fireos": true, "expoGo": true, "github": { "urls": { @@ -49536,10 +50172,10 @@ "updatedAt": "2025-04-01T22:41:57Z", "createdAt": "2019-11-22T04:28:41Z", "pushedAt": "2025-04-01T22:41:57Z", - "forks": 23, - "issues": 6, + "forks": 24, + "issues": 7, "subscribers": 2, - "stars": 362 + "stars": 370 }, "name": "react-native-url-polyfill", "fullName": "charpeni/react-native-url-polyfill", @@ -49573,15 +50209,14 @@ }, "npmPkg": "react-native-url-polyfill", "npm": { - "downloads": 3683866, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3537600, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -49594,6 +50229,7 @@ ], "ios": true, "android": true, + "fireos": true, "web": true, "expoGo": true, "github": { @@ -49610,10 +50246,10 @@ "updatedAt": "2024-10-22T20:17:50Z", "createdAt": "2017-01-20T00:30:11Z", "pushedAt": "2024-10-22T20:17:50Z", - "forks": 413, + "forks": 414, "issues": 17, "subscribers": 85, - "stars": 13891 + "stars": 13910 }, "name": "react-content-loader", "fullName": "danilowoz/react-content-loader", @@ -49652,15 +50288,16 @@ }, "npmPkg": "react-content-loader", "npm": { - "downloads": 2898155, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2374942, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 92, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -49688,10 +50325,10 @@ "updatedAt": "2019-10-10T10:57:37Z", "createdAt": "2017-02-24T14:57:01Z", "pushedAt": "2019-10-10T10:57:37Z", - "forks": 81, + "forks": 82, "issues": 16, "subscribers": 5, - "stars": 416 + "stars": 417 }, "name": "react-native-material-ripple", "fullName": "n4kz/react-native-material-ripple", @@ -49721,9 +50358,9 @@ "unmaintained": true, "npmPkg": "react-native-material-ripple", "npm": { - "downloads": 263566, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 71279, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -49758,13 +50395,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-05T17:05:10Z", + "updatedAt": "2025-06-20T10:57:15Z", "createdAt": "2018-10-01T14:32:13Z", - "pushedAt": "2025-03-05T17:05:10Z", - "forks": 271, - "issues": 3, + "pushedAt": "2025-06-20T10:57:15Z", + "forks": 273, + "issues": 7, "subscribers": 29, - "stars": 3182 + "stars": 3218 }, "name": "@testing-library/react-native", "fullName": "callstack/react-native-testing-library", @@ -49798,12 +50435,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 3858828, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react test integration testing jest hacktoberfest" }, { @@ -49831,15 +50477,15 @@ "stats": { "hasIssues": true, "hasWiki": true, - "hasSponsorships": false, + "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-02-19T10:24:20Z", + "updatedAt": "2025-06-22T11:16:33Z", "createdAt": "2018-08-17T14:40:34Z", - "pushedAt": "2025-02-19T10:24:20Z", - "forks": 126, - "issues": 2, + "pushedAt": "2025-06-22T11:16:33Z", + "forks": 128, + "issues": 0, "subscribers": 4, - "stars": 1112 + "stars": 1133 }, "name": "react-native-confirmation-code-field", "fullName": "retyui/react-native-confirmation-code-field", @@ -49871,10 +50517,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "7.4.0", - "tagName": "7.4.0", - "createdAt": "2024-03-21T09:11:53Z", - "publishedAt": "2024-03-21T09:16:30Z", + "name": "Release 8.0.0", + "tagName": "8.0.0", + "createdAt": "2025-06-06T23:02:58Z", + "publishedAt": "2025-06-06T23:06:17Z", "isPrerelease": false }, "hasTypes": true, @@ -49883,14 +50529,15 @@ }, "npmPkg": "react-native-confirmation-code-field", "npm": { - "downloads": 415512, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 435012, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -49914,10 +50561,10 @@ "updatedAt": "2023-01-23T06:43:20Z", "createdAt": "2017-09-15T21:36:17Z", "pushedAt": "2023-01-23T06:43:20Z", - "forks": 87, + "forks": 89, "issues": 18, "subscribers": 8, - "stars": 663 + "stars": 672 }, "name": "react-native-rate", "fullName": "KjellConnelly/react-native-rate", @@ -49945,9 +50592,9 @@ "unmaintained": true, "npmPkg": "react-native-rate", "npm": { - "downloads": 187204, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 140514, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -49963,6 +50610,7 @@ "githubUrl": "https://github.com/rh389/react-native-securerandom", "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/robhogan/react-native-securerandom", @@ -49977,7 +50625,7 @@ "updatedAt": "2022-09-22T11:54:44Z", "createdAt": "2017-10-11T16:00:02Z", "pushedAt": "2022-09-22T11:54:44Z", - "forks": 25, + "forks": 26, "issues": 3, "subscribers": 2, "stars": 63 @@ -50017,9 +50665,9 @@ "unmaintained": true, "npmPkg": "react-native-securerandom", "npm": { - "downloads": 518523, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 583612, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -50057,7 +50705,7 @@ "pushedAt": "2021-04-12T18:10:51Z", "forks": 76, "issues": 14, - "subscribers": 9, + "subscribers": 8, "stars": 508 }, "name": "react-native-cardview", @@ -50095,9 +50743,9 @@ "unmaintained": true, "npmPkg": "react-native-cardview", "npm": { - "downloads": 3226, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3137, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -50166,9 +50814,9 @@ "unmaintained": true, "npmPkg": "react-native-barcode-builder", "npm": { - "downloads": 27186, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24478, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -50206,10 +50854,10 @@ "updatedAt": "2020-09-22T06:14:17Z", "createdAt": "2017-11-14T16:20:09Z", "pushedAt": "2020-09-22T06:14:17Z", - "forks": 314, + "forks": 312, "issues": 45, "subscribers": 18, - "stars": 1675 + "stars": 1688 }, "name": "react-native-app-intro-slider", "fullName": "Jacse/react-native-app-intro-slider", @@ -50246,9 +50894,9 @@ "unmaintained": true, "npmPkg": "react-native-app-intro-slider", "npm": { - "downloads": 57374, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 83984, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -50284,7 +50932,7 @@ "forks": 59, "issues": 28, "subscribers": 4, - "stars": 237 + "stars": 238 }, "name": "react-native-secure-key-store", "fullName": "pradeep1991singh/react-native-secure-key-store", @@ -50322,9 +50970,9 @@ "unmaintained": true, "npmPkg": "react-native-secure-key-store", "npm": { - "downloads": 36450, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33370, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -50361,13 +51009,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-05T15:42:43Z", + "updatedAt": "2025-05-28T19:55:50Z", "createdAt": "2019-04-07T21:53:54Z", - "pushedAt": "2025-04-05T15:42:43Z", - "forks": 849, - "issues": 128, - "subscribers": 33, - "stars": 2464 + "pushedAt": "2025-05-28T19:55:50Z", + "forks": 874, + "issues": 142, + "subscribers": 34, + "stars": 2529 }, "name": "@rnmapbox/maps", "fullName": "rnmapbox/maps", @@ -50392,24 +51040,32 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v10.1.38", - "tagName": "v10.1.38", - "createdAt": "2025-04-05T15:42:43Z", - "publishedAt": "2025-04-05T15:45:26Z", + "name": "v10.1.39", + "tagName": "v10.1.39", + "createdAt": "2025-05-28T19:55:50Z", + "publishedAt": "2025-05-29T09:31:58Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 363605, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "gl ios android mapbox react-native mapbox-gl-native map expo maplibre" }, { @@ -50434,10 +51090,10 @@ "updatedAt": "2021-01-10T14:35:17Z", "createdAt": "2017-09-01T15:25:34Z", "pushedAt": "2021-01-10T14:35:17Z", - "forks": 211, - "issues": 68, - "subscribers": 6, - "stars": 711 + "forks": 216, + "issues": 69, + "subscribers": 8, + "stars": 717 }, "name": "react-native-map-clustering", "fullName": "tomekvenits/react-native-map-clustering", @@ -50476,9 +51132,9 @@ "unmaintained": true, "npmPkg": "react-native-map-clustering", "npm": { - "downloads": 72490, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 77009, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -50508,13 +51164,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-09T20:37:31Z", + "updatedAt": "2025-05-27T17:31:45Z", "createdAt": "2017-06-17T00:05:59Z", - "pushedAt": "2025-04-09T20:37:31Z", - "forks": 316, - "issues": 9, + "pushedAt": "2025-05-27T17:31:45Z", + "forks": 323, + "issues": 6, "subscribers": 31, - "stars": 1464 + "stars": 1492 }, "name": "react-native-nfc-manager", "fullName": "revtel/react-native-nfc-manager", @@ -50546,9 +51202,9 @@ }, "npmPkg": "react-native-nfc-manager", "npm": { - "downloads": 156467, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 155052, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -50580,10 +51236,10 @@ "updatedAt": "2024-02-12T08:54:59Z", "createdAt": "2016-05-01T10:49:19Z", "pushedAt": "2024-02-12T08:54:59Z", - "forks": 88, + "forks": 89, "issues": 18, "subscribers": 14, - "stars": 737 + "stars": 745 }, "name": "react-native-watch-connectivity", "fullName": "watch-connectivity/react-native-watch-connectivity", @@ -50610,9 +51266,9 @@ }, "npmPkg": "react-native-watch-connectivity", "npm": { - "downloads": 49691, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37117, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -50643,7 +51299,7 @@ "updatedAt": "2022-02-27T12:02:55Z", "createdAt": "2018-07-10T08:42:00Z", "pushedAt": "2022-02-27T12:02:55Z", - "forks": 107, + "forks": 106, "issues": 34, "subscribers": 7, "stars": 279 @@ -50671,9 +51327,9 @@ }, "npmPkg": "react-native-background-downloader", "npm": { - "downloads": 1237, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 640, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -50758,9 +51414,9 @@ "unmaintained": true, "npmPkg": "react-native-google-nearby-messages", "npm": { - "downloads": 105, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -50768,7 +51424,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.719, "topicSearchString": "react-native google nearby messages android ios native-module nearby-messages google-nearby swift java kotlin bluetooth ble wifi broadcast audio microphone api library typescript" }, { @@ -50790,10 +51446,10 @@ "updatedAt": "2024-12-31T04:31:41Z", "createdAt": "2017-06-19T05:41:41Z", "pushedAt": "2024-12-31T04:31:41Z", - "forks": 176, + "forks": 177, "issues": 17, "subscribers": 63, - "stars": 2978 + "stars": 3007 }, "name": "react-native-game-engine", "fullName": "bberak/react-native-game-engine", @@ -50822,9 +51478,9 @@ }, "npmPkg": "react-native-game-engine", "npm": { - "downloads": 6778, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6692, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -50861,7 +51517,7 @@ "forks": 5, "issues": 2, "subscribers": 2, - "stars": 16 + "stars": 17 }, "name": "react-native-font-faces", "fullName": "kylerjensen/react-native-font-faces", @@ -50898,9 +51554,9 @@ "unmaintained": true, "npmPkg": "react-native-font-faces", "npm": { - "downloads": 1797, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1848, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -50936,10 +51592,10 @@ "updatedAt": "2024-08-01T10:10:05Z", "createdAt": "2020-01-09T10:31:03Z", "pushedAt": "2024-08-01T10:10:05Z", - "forks": 130, - "issues": 94, + "forks": 138, + "issues": 99, "subscribers": 15, - "stars": 1737 + "stars": 1796 }, "name": "react-native-actions-sheet", "fullName": "ammarahm-ed/react-native-actions-sheet", @@ -50987,9 +51643,9 @@ }, "npmPkg": "react-native-actions-sheet", "npm": { - "downloads": 176343, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 173595, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -51026,10 +51682,10 @@ "updatedAt": "2022-04-05T12:24:03Z", "createdAt": "2018-08-25T16:09:26Z", "pushedAt": "2022-04-05T12:24:03Z", - "forks": 223, - "issues": 106, + "forks": 224, + "issues": 107, "subscribers": 12, - "stars": 1125 + "stars": 1128 }, "name": "react-native-photo-editor", "fullName": "prscX/react-native-photo-editor", @@ -51061,9 +51717,9 @@ "unmaintained": true, "npmPkg": "react-native-photo-editor", "npm": { - "downloads": 6651, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6204, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -51104,9 +51760,9 @@ "createdAt": "2020-06-08T09:08:36Z", "pushedAt": "2025-02-24T12:17:06Z", "forks": 71, - "issues": 14, + "issues": 15, "subscribers": 9, - "stars": 2061 + "stars": 2092 }, "name": "react-native-blurhash", "fullName": "mrousavy/react-native-blurhash", @@ -51150,9 +51806,9 @@ }, "npmPkg": "react-native-blurhash", "npm": { - "downloads": 39281, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37586, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -51185,10 +51841,10 @@ "updatedAt": "2024-06-17T14:24:06Z", "createdAt": "2019-12-14T12:05:10Z", "pushedAt": "2024-06-17T14:24:06Z", - "forks": 156, - "issues": 55, - "subscribers": 9, - "stars": 634 + "forks": 159, + "issues": 60, + "subscribers": 8, + "stars": 643 }, "name": "react-native-youtube-iframe", "fullName": "LonelyCpp/react-native-youtube-iframe", @@ -51231,9 +51887,9 @@ }, "npmPkg": "react-native-youtube-iframe", "npm": { - "downloads": 391829, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 359766, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -51268,7 +51924,7 @@ "forks": 8, "issues": 2, "subscribers": 4, - "stars": 55 + "stars": 54 }, "name": "react-native-notification-badge", "fullName": "mrousavy/react-native-notification-badge", @@ -51299,9 +51955,9 @@ "unmaintained": true, "npmPkg": "react-native-notification-badge", "npm": { - "downloads": 9089, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4809, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -51335,13 +51991,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-08-22T15:27:32Z", + "updatedAt": "2025-05-13T18:26:44Z", "createdAt": "2020-07-25T14:16:01Z", - "pushedAt": "2024-08-22T15:27:32Z", + "pushedAt": "2025-05-13T18:26:44Z", "forks": 0, - "issues": 4, + "issues": 0, "subscribers": 4, - "stars": 26 + "stars": 29 }, "name": "react-native-rooster", "fullName": "mCodex/react-native-rooster", @@ -51353,7 +52009,6 @@ "ios", "android", "toast", - "styled-components", "typescript", "macos", "windows" @@ -51366,10 +52021,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.0", - "tagName": "v1.3.0", - "createdAt": "2020-09-26T12:59:03Z", - "publishedAt": "2020-09-26T13:23:08Z", + "name": "v2.0.1", + "tagName": "v2.0.1", + "createdAt": "2025-05-13T18:26:44Z", + "publishedAt": "2025-05-13T18:29:35Z", "isPrerelease": false }, "hasTypes": true, @@ -51378,17 +52033,16 @@ }, "npmPkg": "react-native-rooster", "npm": { - "downloads": 66, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 64, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.22, - "topicSearchString": "react-native rooster ios android toast styled-components typescript macos windows" + "popularity": -0.219, + "topicSearchString": "react-native rooster ios android toast typescript macos windows" }, { "githubUrl": "https://github.com/vydimitrov/use-count-up", @@ -51422,7 +52076,7 @@ "forks": 15, "issues": 1, "subscribers": 2, - "stars": 430 + "stars": 433 }, "name": "use-count-up", "fullName": "vydimitrov/use-count-up", @@ -51470,14 +52124,13 @@ }, "npmPkg": "use-count-up", "npm": { - "downloads": 147765, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 153055, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -51511,10 +52164,10 @@ "updatedAt": "2025-04-14T14:55:53Z", "createdAt": "2019-09-14T12:47:25Z", "pushedAt": "2025-04-14T14:55:53Z", - "forks": 88, + "forks": 87, "issues": 1, "subscribers": 6, - "stars": 702 + "stars": 707 }, "name": "react-native-countdown-circle-timer", "fullName": "vydimitrov/react-countdown-circle-timer", @@ -51540,15 +52193,14 @@ "isArchived": false }, "npm": { - "downloads": 59206, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 52354, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -51612,9 +52264,9 @@ "unmaintained": true, "npmPkg": "react-native-event-source", "npm": { - "downloads": 24382, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17875, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -51647,7 +52299,7 @@ "updatedAt": "2021-01-20T09:54:48Z", "createdAt": "2020-03-16T12:03:33Z", "pushedAt": "2021-01-20T09:54:48Z", - "forks": 13, + "forks": 12, "issues": 18, "subscribers": 2, "stars": 23 @@ -51687,16 +52339,16 @@ "unmaintained": true, "npmPkg": "react-native-zoom-bridge", "npm": { - "downloads": 228, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 47, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.819, + "popularity": -0.829, "topicSearchString": "react-native zoom-sdk mobilertc zoom.us video-calls conference-calls chat-online zoom-us sdk bridge ios android confrence calls meetings" }, { @@ -51772,9 +52424,9 @@ }, "npmPkg": "react-native-jw-media-player", "npm": { - "downloads": 4055, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1862, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 30, "matchingScoreModifiers": [ @@ -51807,10 +52459,10 @@ "updatedAt": "2021-06-22T06:41:53Z", "createdAt": "2017-07-27T11:27:16Z", "pushedAt": "2021-06-22T06:41:53Z", - "forks": 53, + "forks": 54, "issues": 18, "subscribers": 4, - "stars": 535 + "stars": 538 }, "name": "react-native-ios-kit", "fullName": "callstack/react-native-ios-kit", @@ -51842,9 +52494,9 @@ "unmaintained": true, "npmPkg": "react-native-ios-kit", "npm": { - "downloads": 1326, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1713, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -51876,10 +52528,10 @@ "updatedAt": "2025-01-02T21:01:14Z", "createdAt": "2017-12-25T01:44:50Z", "pushedAt": "2025-01-02T21:01:14Z", - "forks": 99, - "issues": 19, + "forks": 100, + "issues": 20, "subscribers": 8, - "stars": 305 + "stars": 307 }, "name": "react-native-emoji-selector", "fullName": "arronhunt/react-native-emoji-selector", @@ -51911,9 +52563,9 @@ }, "npmPkg": "react-native-emoji-selector", "npm": { - "downloads": 18132, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28329, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -51945,10 +52597,10 @@ "updatedAt": "2023-01-24T23:03:29Z", "createdAt": "2020-05-03T17:31:33Z", "pushedAt": "2023-01-24T23:03:29Z", - "forks": 63, + "forks": 62, "issues": 17, "subscribers": 14, - "stars": 1550 + "stars": 1552 }, "name": "react-native-scroll-bottom-sheet", "fullName": "rgommezz/react-native-scroll-bottom-sheet", @@ -51987,9 +52639,9 @@ "unmaintained": true, "npmPkg": "react-native-scroll-bottom-sheet", "npm": { - "downloads": 1566, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1194, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -51998,7 +52650,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native react ios android bottom-sheet bottomsheet cross-platform 60fps reanimated gesture-handler" }, { @@ -52066,9 +52718,9 @@ }, "unmaintained": true, "npm": { - "downloads": 15497, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14389, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -52105,7 +52757,7 @@ "forks": 36, "issues": 1, "subscribers": 10, - "stars": 658 + "stars": 656 }, "name": "@freakycoder/react-native-header-view", "fullName": "WrathChaos/react-native-header-view", @@ -52156,13 +52808,19 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 146, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.723, "topicSearchString": "elegant elegant-header gorgeous gorgeous-header apple apple-header header classic modern modern-header classic-header react-native icons javascript ui-lib rn header-view view react reactjs ios mobile mobile-app-development android" }, { @@ -52186,7 +52844,7 @@ "updatedAt": "2019-12-25T19:38:46Z", "createdAt": "2017-02-01T08:01:01Z", "pushedAt": "2019-12-25T19:38:46Z", - "forks": 354, + "forks": 353, "issues": 70, "subscribers": 7, "stars": 395 @@ -52223,9 +52881,9 @@ "unmaintained": true, "npmPkg": "react-native-phone-input", "npm": { - "downloads": 64037, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 62029, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -52298,9 +52956,9 @@ }, "npmPkg": "react-native-siri-shortcut", "npm": { - "downloads": 23133, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19942, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -52335,7 +52993,7 @@ "forks": 15, "issues": 2, "subscribers": 3, - "stars": 150 + "stars": 151 }, "name": "react-native-image-keyboard", "fullName": "Gustash/react-native-image-keyboard", @@ -52372,9 +53030,9 @@ }, "npmPkg": "react-native-image-keyboard", "npm": { - "downloads": 1488, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1083, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -52410,7 +53068,7 @@ "forks": 4, "issues": 2, "subscribers": 1, - "stars": 54 + "stars": 55 }, "name": "easyqrcode-react-native", "fullName": "ushelp/EasyQRCode-React-Native", @@ -52452,16 +53110,16 @@ "isArchived": false }, "npm": { - "downloads": 154, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 281, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.222, "topicSearchString": "qrcode easyqrcode qrcodejs react-native reactnative rn-qrcode reactnative-qrcode qrcode-react-native javascript-qrcode qrcode-logo qrcode-generator easyqrcodejs javascript javascript-qrcode-generator qrcode-javascript" }, { @@ -52527,16 +53185,16 @@ "unmaintained": true, "npmPkg": "react-native-app-review", "npm": { - "downloads": 68, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.712, "topicSearchString": "react-native ios android macos app-review in-app-review play-store app-store playstore appstore" }, { @@ -52567,7 +53225,7 @@ "forks": 48, "issues": 34, "subscribers": 3, - "stars": 206 + "stars": 207 }, "name": "react-native-responsive-linechart", "fullName": "xanderdeseyn/react-native-responsive-linechart", @@ -52604,9 +53262,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-linechart", "npm": { - "downloads": 12399, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17492, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -52622,6 +53280,7 @@ "dev": true, "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/pmadruga/react-native-clean-project", @@ -52639,7 +53298,7 @@ "forks": 53, "issues": 15, "subscribers": 8, - "stars": 1236 + "stars": 1245 }, "name": "react-native-clean-project", "fullName": "pmadruga/react-native-clean-project", @@ -52672,9 +53331,9 @@ }, "npmPkg": "react-native-clean-project", "npm": { - "downloads": 817548, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 392920, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -52705,10 +53364,10 @@ "updatedAt": "2024-11-30T18:36:36Z", "createdAt": "2018-01-07T21:29:23Z", "pushedAt": "2024-11-30T18:36:36Z", - "forks": 17, + "forks": 18, "issues": 18, "subscribers": 2, - "stars": 225 + "stars": 222 }, "name": "react-native-sass-transformer", "fullName": "kristerkari/react-native-sass-transformer", @@ -52741,13 +53400,14 @@ }, "npmPkg": "react-native-sass-transformer", "npm": { - "downloads": 42583, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40496, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -52804,16 +53464,16 @@ "unmaintained": true, "npmPkg": "react-native-bigimageviewer", "npm": { - "downloads": 21, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.802, + "popularity": -0.725, "topicSearchString": "react-native ios android image bigimageviewer imageview" }, { @@ -52842,10 +53502,10 @@ "updatedAt": "2022-09-05T12:06:44Z", "createdAt": "2018-05-05T17:45:45Z", "pushedAt": "2022-09-05T12:06:44Z", - "forks": 62, - "issues": 7, + "forks": 63, + "issues": 8, "subscribers": 4, - "stars": 330 + "stars": 329 }, "name": "rn-tooltip", "fullName": "AndreiCalazans/rn-tooltip", @@ -52873,9 +53533,9 @@ "unmaintained": true, "npmPkg": "rn-tooltip", "npm": { - "downloads": 69317, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 60848, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -52898,6 +53558,7 @@ ], "ios": true, "android": true, + "fireos": true, "web": true, "expoGo": true, "github": { @@ -52911,13 +53572,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T17:25:02Z", + "updatedAt": "2025-06-16T07:19:20Z", "createdAt": "2016-07-28T22:43:55Z", - "pushedAt": "2025-04-15T17:25:02Z", - "forks": 77, + "pushedAt": "2025-06-16T07:19:20Z", + "forks": 76, "issues": 15, "subscribers": 8, - "stars": 772 + "stars": 795 }, "name": "react-qr-code", "fullName": "rosskhanas/react-qr-code", @@ -52940,10 +53601,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.0.15", - "tagName": "2.0.15", - "createdAt": "2024-06-20T19:39:58Z", - "publishedAt": "2024-06-20T19:40:15Z", + "name": "Release 2.0.16", + "tagName": "2.0.16", + "createdAt": "2025-06-16T07:19:24Z", + "publishedAt": "2025-06-16T07:20:44Z", "isPrerelease": false }, "hasTypes": true, @@ -52952,9 +53613,9 @@ }, "npmPkg": "react-qr-code", "npm": { - "downloads": 2795892, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2872099, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -53027,13 +53688,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 5487, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native ios android react mercadopago sdk library mercadopago-api bridge" }, { @@ -53097,9 +53763,9 @@ "unmaintained": true, "npmPkg": "react-native-material-tabs", "npm": { - "downloads": 1750, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1619, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -53132,13 +53798,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-24T22:29:47Z", + "updatedAt": "2025-06-20T21:48:27Z", "createdAt": "2020-01-22T15:17:28Z", - "pushedAt": "2025-03-24T22:29:47Z", - "forks": 167, - "issues": 36, - "subscribers": 24, - "stars": 1139 + "pushedAt": "2025-06-20T21:48:27Z", + "forks": 171, + "issues": 30, + "subscribers": 23, + "stars": 1173 }, "name": "@storybook/react-native", "fullName": "storybookjs/react-native", @@ -53160,13 +53826,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1256249, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native storybook" }, { @@ -53189,13 +53862,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-08-28T13:38:38Z", + "updatedAt": "2025-05-13T08:45:27Z", "createdAt": "2019-08-17T23:43:01Z", - "pushedAt": "2024-08-28T13:38:38Z", + "pushedAt": "2025-05-13T08:45:27Z", "forks": 23, "issues": 0, "subscribers": 5, - "stars": 405 + "stars": 407 }, "name": "react-native-apple-card-views", "fullName": "WrathChaos/react-native-apple-card-views", @@ -53236,14 +53909,13 @@ }, "npmPkg": "react-native-apple-card-views", "npm": { - "downloads": 130, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 260, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.219, @@ -53277,9 +53949,9 @@ "createdAt": "2019-12-01T21:56:36Z", "pushedAt": "2025-04-03T17:31:14Z", "forks": 221, - "issues": 10, + "issues": 14, "subscribers": 14, - "stars": 1479 + "stars": 1513 }, "name": "@invertase/react-native-apple-authentication", "fullName": "invertase/react-native-apple-authentication", @@ -53315,13 +53987,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 543427, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ - "Recently updated", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native apple ios button firebase aws authentication apple-auth apple-authentication" }, { @@ -53351,7 +54029,7 @@ "forks": 3, "issues": 6, "subscribers": 3, - "stars": 87 + "stars": 86 }, "name": "tape-cli", "fullName": "tapehq/tape-cli", @@ -53395,16 +54073,16 @@ "unmaintained": true, "npmPkg": "tape-cli", "npm": { - "downloads": 54, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.731, + "popularity": -0.75, "topicSearchString": "oclif simulator ios android screen-record record share-screen gif screenshot emulator recording recorder screen-capture screenrecord screen-recorder" }, { @@ -53463,16 +54141,16 @@ "unmaintained": true, "npmPkg": "react-native-simple-logger", "npm": { - "downloads": 46, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.828, + "popularity": -0.817, "topicSearchString": "simple-logger react-native logger simple" }, { @@ -53536,16 +54214,16 @@ "unmaintained": true, "npmPkg": "react-native-easy-calendar", "npm": { - "downloads": 150, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 251, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.722, "topicSearchString": "react-native ios android calendar" }, { @@ -53607,13 +54285,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 21, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.802, "topicSearchString": "react-native react native nestedlist nestedview nested android ios simple" }, { @@ -53677,9 +54360,9 @@ "unmaintained": true, "npmPkg": "react-native-paypal", "npm": { - "downloads": 1005, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 626, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -53687,7 +54370,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native paypal checkout paypal-checkout braintree android ios payment" }, { @@ -53717,9 +54400,9 @@ "createdAt": "2020-09-14T19:18:48Z", "pushedAt": "2021-10-25T17:08:17Z", "forks": 102, - "issues": 57, + "issues": 56, "subscribers": 14, - "stars": 940 + "stars": 944 }, "name": "@rainbow-me/animated-charts", "fullName": "rainbow-me/react-native-animated-charts", @@ -53753,13 +54436,20 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 694, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.473, "topicSearchString": "charts react native react-native animations reanimated2 reanimated" }, { @@ -53786,7 +54476,7 @@ "forks": 21, "issues": 5, "subscribers": 5, - "stars": 148 + "stars": 152 }, "name": "rn-qr-generator", "fullName": "gevgasparyan/rn-qr-generator", @@ -53832,13 +54522,14 @@ }, "npmPkg": "rn-qr-generator", "npm": { - "downloads": 45751, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 69796, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -53863,13 +54554,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-09-23T15:37:34Z", + "updatedAt": "2025-05-23T15:52:22Z", "createdAt": "2020-09-17T22:44:48Z", - "pushedAt": "2024-09-23T15:37:34Z", + "pushedAt": "2025-05-23T15:52:22Z", "forks": 11, - "issues": 3, + "issues": 4, "subscribers": 1, - "stars": 79 + "stars": 80 }, "name": "react-native-pdf-light", "fullName": "alpha0010/react-native-pdf-viewer", @@ -53891,10 +54582,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.4.1", - "tagName": "v2.4.1", - "createdAt": "2024-09-23T14:37:44Z", - "publishedAt": "2024-09-23T14:37:48Z", + "name": "Release 2.4.2", + "tagName": "v2.4.2", + "createdAt": "2025-05-23T15:52:27Z", + "publishedAt": "2025-05-23T15:52:32Z", "isPrerelease": false }, "hasTypes": true, @@ -53902,13 +54593,13 @@ "isArchived": false }, "npm": { - "downloads": 7118, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11174, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -53939,10 +54630,10 @@ "updatedAt": "2024-08-26T03:48:01Z", "createdAt": "2017-12-10T08:25:06Z", "pushedAt": "2024-08-26T03:48:01Z", - "forks": 90, + "forks": 91, "issues": 26, "subscribers": 3, - "stars": 326 + "stars": 328 }, "name": "react-native-week-view", "fullName": "hoangnm/react-native-week-view", @@ -53972,9 +54663,9 @@ }, "npmPkg": "react-native-week-view", "npm": { - "downloads": 4231, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2603, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -54003,10 +54694,10 @@ "updatedAt": "2024-11-03T18:00:09Z", "createdAt": "2020-03-10T15:23:29Z", "pushedAt": "2024-11-03T18:00:09Z", - "forks": 111, + "forks": 114, "issues": 42, "subscribers": 15, - "stars": 1676 + "stars": 1697 }, "name": "react-native-mmkv-storage", "fullName": "ammarahm-ed/react-native-mmkv-storage", @@ -54056,14 +54747,15 @@ }, "npmPkg": "react-native-mmkv-storage", "npm": { - "downloads": 85245, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 100161, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -54088,13 +54780,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-11T08:08:38Z", + "updatedAt": "2025-05-12T06:42:50Z", "createdAt": "2019-10-12T18:40:48Z", - "pushedAt": "2025-04-11T08:08:38Z", + "pushedAt": "2025-05-12T06:42:50Z", "forks": 57, - "issues": 3, + "issues": 5, "subscribers": 6, - "stars": 823 + "stars": 847 }, "name": "react-native-bouncy-checkbox", "fullName": "WrathChaos/react-native-bouncy-checkbox", @@ -54143,15 +54835,14 @@ }, "npmPkg": "react-native-bouncy-checkbox", "npm": { - "downloads": 95743, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 100013, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -54181,13 +54872,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-09T21:12:09Z", + "updatedAt": "2025-06-03T20:05:33Z", "createdAt": "2020-07-31T12:28:32Z", - "pushedAt": "2025-03-09T21:12:09Z", - "forks": 786, - "issues": 58, - "subscribers": 33, - "stars": 7670 + "pushedAt": "2025-06-03T20:05:33Z", + "forks": 811, + "issues": 59, + "subscribers": 31, + "stars": 7931 }, "name": "@gorhom/bottom-sheet", "fullName": "gorhom/react-native-bottom-sheet", @@ -54212,22 +54903,31 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.1.2", - "tagName": "v5.1.2", - "createdAt": "2025-03-09T21:12:41Z", - "publishedAt": "2025-03-09T21:12:44Z", + "name": "Release 5.1.6", + "tagName": "v5.1.6", + "createdAt": "2025-06-03T20:05:35Z", + "publishedAt": "2025-06-03T20:05:40Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 2474273, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android web bottom-sheet bottomsheet reanimated sheet modal" }, { @@ -54252,10 +54952,10 @@ "updatedAt": "2022-09-30T17:31:46Z", "createdAt": "2020-07-16T17:44:46Z", "pushedAt": "2022-09-30T17:31:46Z", - "forks": 44, + "forks": 45, "issues": 24, "subscribers": 4, - "stars": 173 + "stars": 174 }, "name": "@react-keycloak/native", "fullName": "react-keycloak/react-native-keycloak", @@ -54289,13 +54989,19 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 4420, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react react-native ios android keycloak keycloak-js hacktoberfest" }, { @@ -54305,6 +55011,7 @@ ], "ios": true, "android": true, + "fireos": true, "dev": true, "unmaintained": true, "github": { @@ -54321,10 +55028,10 @@ "updatedAt": "2024-11-21T15:08:55Z", "createdAt": "2018-04-12T16:47:36Z", "pushedAt": "2024-11-21T15:08:55Z", - "forks": 950, + "forks": 956, "issues": 419, "subscribers": 163, - "stars": 13397 + "stars": 13412 }, "name": "react-native-flipper", "fullName": "facebook/flipper", @@ -54347,16 +55054,17 @@ }, "npmPkg": "react-native-flipper", "npm": { - "downloads": 516989, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 419780, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 70, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.472, @@ -54420,9 +55128,9 @@ }, "npmPkg": "react-native-testfairy", "npm": { - "downloads": 9896, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9008, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -54498,9 +55206,9 @@ "unmaintained": true, "npmPkg": "react-native-gallery-toolkit", "npm": { - "downloads": 82, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -54508,7 +55216,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.75, "topicSearchString": "gallery android ios react-native reanimated reanimated2 imageviewer react animations pinch-to-zoom" }, { @@ -54536,7 +55244,7 @@ "forks": 255, "issues": 13, "subscribers": 15, - "stars": 2691 + "stars": 2713 }, "name": "react-native-rename", "fullName": "junedomingo/react-native-rename", @@ -54572,9 +55280,9 @@ }, "npmPkg": "react-native-rename", "npm": { - "downloads": 36197, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37309, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -54613,7 +55321,7 @@ "forks": 8, "issues": 1, "subscribers": 2, - "stars": 31 + "stars": 32 }, "name": "react-native-pkce-challenge", "fullName": "dcangulo/react-native-pkce-challenge", @@ -54652,12 +55360,13 @@ }, "npmPkg": "react-native-pkce-challenge", "npm": { - "downloads": 30960, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39745, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -54680,13 +55389,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T22:06:07Z", + "updatedAt": "2025-06-13T00:06:30Z", "createdAt": "2018-09-23T15:28:22Z", - "pushedAt": "2025-04-15T22:06:07Z", + "pushedAt": "2025-06-13T00:06:30Z", "forks": 1, "issues": 0, "subscribers": 0, - "stars": 25 + "stars": 27 }, "name": "@forward-software/react-native-toolbox", "fullName": "forwardsoftware/react-native-toolbox", @@ -54709,23 +55418,28 @@ "id": "MDc6TGljZW5zZTE0" }, "lastRelease": { - "name": "v4.0.5", - "tagName": "v4.0.5", - "createdAt": "2025-04-15T22:06:07Z", - "publishedAt": "2025-04-15T22:06:20Z", + "name": "v4.1.4", + "tagName": "v4.1.4", + "createdAt": "2025-06-13T00:06:30Z", + "publishedAt": "2025-06-13T00:06:43Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 270, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.224, "topicSearchString": "react-native scripts utils development utilities cli development-tools" }, { @@ -54790,16 +55504,15 @@ }, "npmPkg": "react-native-color-picker-ios", "npm": { - "downloads": 162, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 126, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.225, + "popularity": -0.226, "topicSearchString": "react-native ios android hacktoberfest color-picker typescript" }, { @@ -54858,9 +55571,9 @@ "unmaintained": true, "npmPkg": "react-native-in-app-utils", "npm": { - "downloads": 2602, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2169, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -54894,10 +55607,10 @@ "updatedAt": "2024-09-01T01:23:45Z", "createdAt": "2020-02-26T08:49:06Z", "pushedAt": "2024-09-01T01:23:45Z", - "forks": 24, + "forks": 27, "issues": 11, - "subscribers": 6, - "stars": 227 + "subscribers": 7, + "stars": 229 }, "name": "react-native-external-display", "fullName": "mybigday/react-native-external-display", @@ -54925,9 +55638,9 @@ }, "npmPkg": "react-native-external-display", "npm": { - "downloads": 7718, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6639, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -54967,10 +55680,10 @@ "updatedAt": "2024-08-07T22:46:52Z", "createdAt": "2019-03-26T03:45:34Z", "pushedAt": "2024-08-07T22:46:52Z", - "forks": 115, - "issues": 40, + "forks": 119, + "issues": 43, "subscribers": 21, - "stars": 721 + "stars": 745 }, "name": "react-native-carplay", "fullName": "birkir/react-native-carplay", @@ -54997,9 +55710,9 @@ }, "npmPkg": "react-native-carplay", "npm": { - "downloads": 4448, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3854, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -55040,7 +55753,7 @@ "forks": 88, "issues": 24, "subscribers": 5, - "stars": 577 + "stars": 579 }, "name": "react-native-toast-notifications", "fullName": "arnnis/react-native-toast-notifications", @@ -55081,9 +55794,9 @@ }, "npmPkg": "react-native-toast-notifications", "npm": { - "downloads": 125718, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 131344, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -55156,9 +55869,9 @@ "unmaintained": true, "npmPkg": "react-native-use-styles", "npm": { - "downloads": 125, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 31, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -55188,10 +55901,10 @@ "updatedAt": "2023-07-31T05:03:45Z", "createdAt": "2016-05-29T22:40:01Z", "pushedAt": "2023-07-31T05:03:45Z", - "forks": 807, - "issues": 170, + "forks": 812, + "issues": 174, "subscribers": 80, - "stars": 10426 + "stars": 10444 }, "name": "react-native-debugger", "fullName": "jhen0409/react-native-debugger", @@ -55224,9 +55937,9 @@ }, "npmPkg": "react-native-debugger", "npm": { - "downloads": 3548, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3183, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -55261,7 +55974,7 @@ "forks": 97, "issues": 52, "subscribers": 7, - "stars": 267 + "stars": 271 }, "name": "react-native-spotify-remote", "fullName": "cjam/react-native-spotify-remote", @@ -55302,9 +56015,9 @@ }, "npmPkg": "react-native-spotify-remote", "npm": { - "downloads": 606, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 509, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -55318,6 +56031,7 @@ "githubUrl": "https://github.com/rt2zz/redux-persist", "ios": true, "android": true, + "fireos": true, "expoGo": true, "github": { "urls": { @@ -55334,9 +56048,9 @@ "createdAt": "2015-07-23T04:43:58Z", "pushedAt": "2021-10-24T01:11:37Z", "forks": 834, - "issues": 518, - "subscribers": 84, - "stars": 13000 + "issues": 519, + "subscribers": 85, + "stars": 13011 }, "name": "redux-persist", "fullName": "rt2zz/redux-persist", @@ -55369,9 +56083,9 @@ "unmaintained": true, "npmPkg": "redux-persist", "npm": { - "downloads": 4685450, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4792068, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -55414,7 +56128,7 @@ "forks": 3, "issues": 8, "subscribers": 3, - "stars": 136 + "stars": 137 }, "name": "react-native-ios-modal", "fullName": "dominicstop/react-native-ios-modal", @@ -55451,12 +56165,13 @@ }, "npmPkg": "react-native-ios-modal", "npm": { - "downloads": 6041, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4516, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -55486,10 +56201,10 @@ "updatedAt": "2024-10-09T14:22:39Z", "createdAt": "2020-05-07T20:06:41Z", "pushedAt": "2024-10-09T14:22:39Z", - "forks": 80, - "issues": 0, - "subscribers": 13, - "stars": 2098 + "forks": 81, + "issues": 1, + "subscribers": 14, + "stars": 2126 }, "name": "dripsy", "fullName": "nandorojo/dripsy", @@ -55513,9 +56228,9 @@ }, "npmPkg": "dripsy", "npm": { - "downloads": 21616, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19959, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -55592,16 +56307,16 @@ "unmaintained": true, "npmPkg": "react-native-sdkx", "npm": { - "downloads": 43, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.827, + "popularity": -0.767, "topicSearchString": "react-native ios android greedygame admob monetization facebook mopub-ads" }, { @@ -55661,15 +56376,16 @@ "unmaintained": true, "npmPkg": "typed-async-storage", "npm": { - "downloads": 315, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 364, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.825, + "popularity": -0.82, "topicSearchString": "react react-native asyncstorage storage asyncstorage-wrapper proptype-validators" }, { @@ -55690,13 +56406,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-10-17T12:10:18Z", + "updatedAt": "2025-06-13T16:11:10Z", "createdAt": "2018-04-11T08:37:46Z", - "pushedAt": "2024-10-17T12:10:18Z", - "forks": 217, - "issues": 153, + "pushedAt": "2025-06-13T16:11:10Z", + "forks": 220, + "issues": 154, "subscribers": 8, - "stars": 764 + "stars": 776 }, "name": "react-native-audio-recorder-player", "fullName": "hyochan/react-native-audio-recorder-player", @@ -55725,10 +56441,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "3.6.12", - "tagName": "3.6.12", - "createdAt": "2024-10-17T12:10:18Z", - "publishedAt": "2024-10-17T12:10:46Z", + "name": "3.6.13", + "tagName": "3.6.13", + "createdAt": "2025-06-13T16:11:10Z", + "publishedAt": "2025-06-13T16:11:38Z", "isPrerelease": false }, "hasTypes": true, @@ -55737,16 +56453,16 @@ }, "npmPkg": "react-native-audio-recorder-player", "npm": { - "downloads": 149606, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 159283, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, + "score": 62, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -55776,10 +56492,10 @@ "updatedAt": "2021-12-31T07:17:52Z", "createdAt": "2019-06-03T07:41:01Z", "pushedAt": "2021-12-31T07:17:52Z", - "forks": 132, + "forks": 131, "issues": 37, "subscribers": 10, - "stars": 972 + "stars": 973 }, "name": "rn-swipeable-panel", "fullName": "enesozturk/rn-swipeable-panel", @@ -55825,9 +56541,9 @@ "unmaintained": true, "npmPkg": "rn-swipeable-panel", "npm": { - "downloads": 2481, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2338, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -55860,7 +56576,7 @@ "forks": 12, "issues": 9, "subscribers": 1, - "stars": 44 + "stars": 43 }, "name": "react-native-ionicons", "fullName": "arniu/react-native-ionicons", @@ -55896,9 +56612,9 @@ "unmaintained": true, "npmPkg": "react-native-ionicons", "npm": { - "downloads": 3491, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3059, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -55926,10 +56642,10 @@ "updatedAt": "2024-04-15T12:44:03Z", "createdAt": "2016-11-13T14:10:21Z", "pushedAt": "2024-04-15T12:44:03Z", - "forks": 275, - "issues": 131, + "forks": 277, + "issues": 133, "subscribers": 27, - "stars": 1271 + "stars": 1274 }, "name": "react-native-video-processing", "fullName": "shahen94/react-native-video-processing", @@ -55969,9 +56685,9 @@ }, "npmPkg": "react-native-video-processing", "npm": { - "downloads": 2823, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3297, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -56010,13 +56726,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-30T00:03:02Z", + "updatedAt": "2025-04-28T04:53:49Z", "createdAt": "2020-11-03T14:20:50Z", - "pushedAt": "2025-03-30T00:03:02Z", - "forks": 65, - "issues": 42, + "pushedAt": "2025-04-28T04:53:49Z", + "forks": 67, + "issues": 44, "subscribers": 7, - "stars": 1070 + "stars": 1107 }, "name": "@react-native-menu/menu", "fullName": "react-native-menu/menu", @@ -56048,12 +56764,18 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 205280, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ - "Recently updated" + "Popular", + "Known" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android uimenu uiaction hacktoberfest" }, { @@ -56111,13 +56833,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-01T16:57:37Z", + "updatedAt": "2025-04-23T15:37:46Z", "createdAt": "2020-10-24T07:20:41Z", - "pushedAt": "2025-04-01T16:57:37Z", - "forks": 35, - "issues": 34, + "pushedAt": "2025-04-23T15:37:46Z", + "forks": 34, + "issues": 35, "subscribers": 4, - "stars": 624 + "stars": 629 }, "name": "react-native-ios-context-menu", "fullName": "dominicstop/react-native-ios-context-menu", @@ -56141,10 +56863,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.1.1", - "tagName": "v3.1.1", - "createdAt": "2025-04-01T16:57:37Z", - "publishedAt": "2025-04-01T16:57:39Z", + "name": "Release 3.1.2", + "tagName": "v3.1.2", + "createdAt": "2025-04-23T15:37:46Z", + "publishedAt": "2025-04-23T15:37:50Z", "isPrerelease": false }, "hasTypes": true, @@ -56153,14 +56875,13 @@ }, "npmPkg": "react-native-ios-context-menu", "npm": { - "downloads": 124929, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 139372, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 59, + "score": 54, "matchingScoreModifiers": [ - "Known", - "Recently updated" + "Known" ], "popularity": 0.028, "topicSearchString": "react-native ios ios-context-menu reactnativeioscontextmenu component native-ui-component contextmenu" @@ -56189,7 +56910,7 @@ "forks": 28, "issues": 21, "subscribers": 2, - "stars": 89 + "stars": 90 }, "name": "sharingan-rn-modal-dropdown", "fullName": "selvamk-js/sharingan-rn-modal-dropdown", @@ -56224,16 +56945,16 @@ "unmaintained": true, "npmPkg": "sharingan-rn-modal-dropdown", "npm": { - "downloads": 421, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 327, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.722, "topicSearchString": "react-native ios android dropdown material-dropdown group-dropdown" }, { @@ -56291,16 +57012,16 @@ "unmaintained": true, "npmPkg": "react-native-latlon", "npm": { - "downloads": 16, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.787, + "popularity": -0.6, "topicSearchString": "react-native ios android" }, { @@ -56365,9 +57086,9 @@ }, "npmPkg": "react-native-simple-bottom-sheet", "npm": { - "downloads": 5014, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6639, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -56397,10 +57118,10 @@ "updatedAt": "2020-11-02T17:25:41Z", "createdAt": "2020-10-22T22:02:20Z", "pushedAt": "2020-11-02T17:25:41Z", - "forks": 8, + "forks": 9, "issues": 2, "subscribers": 6, - "stars": 172 + "stars": 174 }, "name": "react-native-widgetkit", "fullName": "fasky-software/react-native-widgetkit", @@ -56427,12 +57148,13 @@ "unmaintained": true, "npmPkg": "react-native-widgetkit", "npm": { - "downloads": 11062, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26612, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -56463,13 +57185,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-04T09:24:45Z", + "updatedAt": "2025-06-09T21:15:23Z", "createdAt": "2020-08-07T14:49:02Z", - "pushedAt": "2025-04-04T09:24:45Z", - "forks": 176, - "issues": 12, + "pushedAt": "2025-06-09T21:15:23Z", + "forks": 178, + "issues": 2, "subscribers": 4, - "stars": 711 + "stars": 726 }, "name": "react-native-paper-dates", "fullName": "web-ridge/react-native-paper-dates", @@ -56497,10 +57219,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.22.40", - "tagName": "v0.22.40", - "createdAt": "2025-04-04T09:25:03Z", - "publishedAt": "2025-04-04T09:25:04Z", + "name": "Release 0.22.46", + "tagName": "v0.22.46", + "createdAt": "2025-06-09T21:15:42Z", + "publishedAt": "2025-06-09T21:15:43Z", "isPrerelease": false }, "hasTypes": true, @@ -56509,9 +57231,9 @@ }, "npmPkg": "react-native-paper-dates", "npm": { - "downloads": 103774, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 128685, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -56581,9 +57303,9 @@ }, "npmPkg": "react-native-stylex", "npm": { - "downloads": 1127, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 719, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -56617,10 +57339,10 @@ "updatedAt": "2022-04-26T18:52:15Z", "createdAt": "2018-08-01T17:39:49Z", "pushedAt": "2022-04-26T18:52:15Z", - "forks": 178, + "forks": 179, "issues": 33, - "subscribers": 44, - "stars": 3902 + "subscribers": 45, + "stars": 3905 }, "name": "react-native-fbt", "fullName": "facebook/fbt", @@ -56646,9 +57368,9 @@ "unmaintained": true, "npmPkg": "react-native-fbt", "npm": { - "downloads": 26, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 13, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -56657,7 +57379,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.712, + "popularity": -0.673, "topicSearchString": "react-native android ios fbt" }, { @@ -56682,7 +57404,7 @@ "updatedAt": "2022-12-28T23:05:54Z", "createdAt": "2018-05-23T00:47:02Z", "pushedAt": "2022-12-28T23:05:54Z", - "forks": 51, + "forks": 52, "issues": 24, "subscribers": 3, "stars": 282 @@ -56717,9 +57439,9 @@ "unmaintained": true, "npmPkg": "react-native-navigation-bar-color", "npm": { - "downloads": 65124, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 55973, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -56778,16 +57500,16 @@ "unmaintained": true, "npmPkg": "react-native-google-play-install-referrer", "npm": { - "downloads": 119, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 86, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.825, + "popularity": -0.827, "topicSearchString": "react-native ios android" }, { @@ -56810,10 +57532,10 @@ "updatedAt": "2024-08-20T18:28:15Z", "createdAt": "2019-06-12T15:24:16Z", "pushedAt": "2024-08-20T18:28:15Z", - "forks": 69, - "issues": 37, + "forks": 71, + "issues": 40, "subscribers": 16, - "stars": 941 + "stars": 949 }, "name": "react-native-v8", "fullName": "Kudo/react-native-v8", @@ -56844,9 +57566,9 @@ }, "npmPkg": "react-native-v8", "npm": { - "downloads": 31252, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18937, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -56909,16 +57631,16 @@ "unmaintained": true, "npmPkg": "react-native-bootstrap-icons", "npm": { - "downloads": 263, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 289, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.822, "topicSearchString": "bootstrap icons react-native" }, { @@ -56993,16 +57715,16 @@ "unmaintained": true, "npmPkg": "react-native-ios-popover", "npm": { - "downloads": 117, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.717, "topicSearchString": "react-native ios uipopover popover popover-view component native-component" }, { @@ -57026,10 +57748,10 @@ "updatedAt": "2022-10-09T15:12:36Z", "createdAt": "2016-12-13T00:19:14Z", "pushedAt": "2022-10-09T15:12:36Z", - "forks": 284, + "forks": 285, "issues": 125, "subscribers": 25, - "stars": 746 + "stars": 750 }, "name": "react-native-background-upload", "fullName": "Vydia/react-native-background-upload", @@ -57068,9 +57790,9 @@ "unmaintained": true, "npmPkg": "react-native-background-upload", "npm": { - "downloads": 18340, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15542, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -57104,10 +57826,10 @@ "updatedAt": "2022-02-09T21:16:06Z", "createdAt": "2020-11-17T14:43:01Z", "pushedAt": "2022-02-09T21:16:06Z", - "forks": 16, + "forks": 17, "issues": 18, "subscribers": 11, - "stars": 102 + "stars": 103 }, "name": "react-native-tor", "fullName": "Sifir-io/react-native-tor", @@ -57145,9 +57867,9 @@ "unmaintained": true, "npmPkg": "react-native-tor", "npm": { - "downloads": 934, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2714, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -57180,10 +57902,10 @@ "updatedAt": "2022-09-22T11:53:18Z", "createdAt": "2019-11-22T05:52:01Z", "pushedAt": "2022-09-22T11:53:18Z", - "forks": 80, + "forks": 81, "issues": 27, "subscribers": 9, - "stars": 1206 + "stars": 1209 }, "name": "react-native-magnus", "fullName": "jsartisan/react-native-magnus", @@ -57219,9 +57941,9 @@ "unmaintained": true, "npmPkg": "react-native-magnus", "npm": { - "downloads": 2832, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2237, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -57255,7 +57977,7 @@ "forks": 31, "issues": 15, "subscribers": 18, - "stars": 137 + "stars": 139 }, "name": "@stream-io/flat-list-mvcp", "fullName": "GetStream/flat-list-mvcp", @@ -57287,13 +58009,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "unmaintained": true, + "npm": { + "downloads": 81776, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native ios android flatlist wrapper scrollview" }, { @@ -57317,10 +58046,10 @@ "updatedAt": "2024-09-24T13:51:50Z", "createdAt": "2020-12-17T04:14:40Z", "pushedAt": "2024-09-24T13:51:50Z", - "forks": 24, + "forks": 25, "issues": 18, "subscribers": 6, - "stars": 324 + "stars": 327 }, "name": "react-native-file-access", "fullName": "alpha0010/react-native-file-access", @@ -57357,9 +58086,9 @@ }, "npmPkg": "react-native-file-access", "npm": { - "downloads": 62352, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 75918, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -57393,9 +58122,9 @@ "createdAt": "2015-09-04T19:29:07Z", "pushedAt": "2023-08-04T20:42:19Z", "forks": 136, - "issues": 3, + "issues": 4, "subscribers": 14, - "stars": 337 + "stars": 338 }, "name": "react-native-print", "fullName": "christopherdro/react-native-print", @@ -57428,9 +58157,9 @@ }, "npmPkg": "react-native-print", "npm": { - "downloads": 98834, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 54083, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -57450,6 +58179,7 @@ "web": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-hook-form/react-hook-form", @@ -57461,13 +58191,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-13T10:32:26Z", + "updatedAt": "2025-06-21T10:11:09Z", "createdAt": "2019-03-05T23:47:10Z", - "pushedAt": "2025-04-13T10:32:26Z", - "forks": 2142, - "issues": 61, + "pushedAt": "2025-06-21T10:11:09Z", + "forks": 2191, + "issues": 79, "subscribers": 174, - "stars": 42885 + "stars": 43356 }, "name": "react-hook-form", "fullName": "react-hook-form/react-hook-form", @@ -57496,11 +58226,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Version 7.56.0-next.0", - "tagName": "v7.56.0-next.0", - "createdAt": "2025-04-13T10:32:33Z", - "publishedAt": "2025-04-13T10:34:53Z", - "isPrerelease": true + "name": "Version 7.58.1", + "tagName": "v7.58.1", + "createdAt": "2025-06-17T13:01:13Z", + "publishedAt": "2025-06-17T13:01:46Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -57508,15 +58238,16 @@ }, "npmPkg": "react-hook-form", "npm": { - "downloads": 42571301, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 50420223, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], @@ -57589,9 +58320,9 @@ "unmaintained": true, "npmPkg": "react-native-navigation-drawer-extension", "npm": { - "downloads": 2277, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2132, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -57622,17 +58353,18 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2021-01-26T15:18:58Z", + "updatedAt": "2025-06-12T13:27:36Z", "createdAt": "2020-12-12T21:08:59Z", - "pushedAt": "2021-01-26T15:18:58Z", + "pushedAt": "2025-06-12T13:27:36Z", "forks": 21, "issues": 3, - "subscribers": 5, - "stars": 157 + "subscribers": 4, + "stars": 160 }, "name": "reanimated-collapsible-helpers", "fullName": "Trancever/reanimated-collapsible-helpers", "isPrivate": false, + "registry": "https://registry.npmjs.org/", "description": "A cross-platform smooth expand/collapse animation helpers for React Native", "topics": [ "react-native", @@ -57650,29 +58382,28 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.1.0", - "tagName": "v2.1.0", - "createdAt": "2021-01-26T15:09:22Z", - "publishedAt": "2021-01-26T15:09:31Z", + "name": "Release 2.0.1", + "tagName": "v2.0.1", + "createdAt": "2025-06-12T13:27:44Z", + "publishedAt": "2025-06-12T13:27:49Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "reanimated-collapsible-helpers", "npm": { - "downloads": 1158, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 370, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.223, "topicSearchString": "react-native ios android animation collapsible reanimated" }, { @@ -57698,13 +58429,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-07T21:55:44Z", + "updatedAt": "2025-06-18T20:32:22Z", "createdAt": "2019-02-08T19:13:18Z", - "pushedAt": "2025-04-07T21:55:44Z", - "forks": 33, - "issues": 0, + "pushedAt": "2025-06-18T20:32:22Z", + "forks": 32, + "issues": 1, "subscribers": 4, - "stars": 559 + "stars": 572 }, "name": "react-native-error-boundary", "fullName": "carloscuesta/react-native-error-boundary", @@ -57737,9 +58468,9 @@ }, "npmPkg": "react-native-error-boundary", "npm": { - "downloads": 208386, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 207972, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -57775,7 +58506,7 @@ "forks": 27, "issues": 2, "subscribers": 6, - "stars": 271 + "stars": 269 }, "name": "osmicsx", "fullName": "OsmiCSX/osmicsx", @@ -57810,9 +58541,9 @@ }, "npmPkg": "osmicsx", "npm": { - "downloads": 213, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 137, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -57820,7 +58551,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.221, "topicSearchString": "style react-native framework javascript utility frontend hacktoberfest" }, { @@ -57883,16 +58614,16 @@ }, "unmaintained": true, "npm": { - "downloads": 73, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.717, "topicSearchString": "cli react react-native boilerplate generator hacktoberfest" }, { @@ -57955,13 +58686,18 @@ "newArchitecture": false, "isArchived": true }, - "npm": {}, + "npm": { + "downloads": 4090, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.572, "topicSearchString": "react-native adobe adobe-experience-platform media ios android adobe-analytics" }, { @@ -57989,10 +58725,10 @@ "updatedAt": "2024-03-22T11:02:43Z", "createdAt": "2015-06-04T15:58:22Z", "pushedAt": "2024-03-22T11:02:43Z", - "forks": 326, + "forks": 329, "issues": 145, "subscribers": 27, - "stars": 1602 + "stars": 1608 }, "name": "react-native-payments", "fullName": "naoufal/react-native-payments", @@ -58035,9 +58771,9 @@ }, "npmPkg": "react-native-payments", "npm": { - "downloads": 7944, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9694, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -58116,13 +58852,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 469, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.222, "topicSearchString": "react-native health-kit google-fit fitness step track tracker health android ios healthkit apple-health fit googlefit fitnessapi steps activity body" }, { @@ -58147,10 +58888,10 @@ "updatedAt": "2025-03-30T10:38:37Z", "createdAt": "2018-08-13T07:44:46Z", "pushedAt": "2025-03-30T10:38:37Z", - "forks": 144, - "issues": 97, + "forks": 146, + "issues": 99, "subscribers": 4, - "stars": 436 + "stars": 451 }, "name": "react-native-signature-canvas", "fullName": "YanYuanFE/react-native-signature-canvas", @@ -58186,15 +58927,14 @@ }, "npmPkg": "react-native-signature-canvas", "npm": { - "downloads": 148022, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 154132, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, + "score": 41, "matchingScoreModifiers": [ "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -58219,9 +58959,9 @@ "createdAt": "2016-12-08T04:14:32Z", "pushedAt": "2025-04-11T06:29:07Z", "forks": 70, - "issues": 3, + "issues": 4, "subscribers": 5, - "stars": 249 + "stars": 256 }, "name": "react-native-default-preference", "fullName": "kevinresol/react-native-default-preference", @@ -58250,14 +58990,13 @@ }, "npmPkg": "react-native-default-preference", "npm": { - "downloads": 92953, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 109021, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -58282,10 +59021,10 @@ "updatedAt": "2024-12-11T05:45:26Z", "createdAt": "2020-12-06T10:35:53Z", "pushedAt": "2024-12-11T05:45:26Z", - "forks": 22, + "forks": 23, "issues": 11, - "subscribers": 5, - "stars": 234 + "subscribers": 6, + "stars": 236 }, "name": "@flyskywhy/react-native-gcanvas", "fullName": "flyskywhy/react-native-gcanvas", @@ -58334,12 +59073,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 327, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.222, "topicSearchString": "2d 3d android babylon babylon.js babylonjs canvas dogz emoji font gcanvas glsl gpu ios multiple-touches native offscreen-canvas particles-bg pixel-animation-editor pixel-art-animation-editor pixel-art-editor pixel-gif-editor pixel-editor pixi proton react-native shader opengl webgl zdog" }, { @@ -58363,13 +59109,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-19T20:44:26Z", + "updatedAt": "2025-06-18T23:13:24Z", "createdAt": "2021-01-31T06:37:47Z", - "pushedAt": "2025-02-19T20:44:26Z", + "pushedAt": "2025-06-18T23:13:24Z", "forks": 28, "issues": 20, - "subscribers": 15, - "stars": 104 + "subscribers": 16, + "stars": 106 }, "name": "react-native-xaml", "fullName": "microsoft/react-native-xaml", @@ -58397,13 +59143,14 @@ "isArchived": false }, "npm": { - "downloads": 37604, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 35753, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -58433,7 +59180,7 @@ "forks": 10, "issues": 14, "subscribers": 3, - "stars": 135 + "stars": 136 }, "name": "react-native-blob-courier", "fullName": "edeckers/react-native-blob-courier", @@ -58472,16 +59219,16 @@ }, "npmPkg": "react-native-blob-courier", "npm": { - "downloads": 444, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 155, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.224, "topicSearchString": "react-native ios android blob transfer files download upload courier upload-blobs" }, { @@ -58545,9 +59292,9 @@ "unmaintained": true, "npmPkg": "react-native-pinchable", "npm": { - "downloads": 7840, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6317, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -58580,13 +59327,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-03-08T21:36:30Z", + "updatedAt": "2025-06-15T22:34:18Z", "createdAt": "2019-11-30T17:19:06Z", - "pushedAt": "2024-03-08T21:36:30Z", - "forks": 41, + "pushedAt": "2025-06-15T22:34:18Z", + "forks": 43, "issues": 9, "subscribers": 9, - "stars": 967 + "stars": 986 }, "name": "react-native-performance", "fullName": "oblador/react-native-performance", @@ -58611,15 +59358,15 @@ }, "npmPkg": "react-native-performance", "npm": { - "downloads": 904426, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 509335, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -58646,10 +59393,10 @@ "updatedAt": "2021-04-06T21:15:35Z", "createdAt": "2021-02-21T20:18:15Z", "pushedAt": "2021-04-06T21:15:35Z", - "forks": 25, + "forks": 24, "issues": 29, - "subscribers": 32, - "stars": 253 + "subscribers": 31, + "stars": 255 }, "name": "react-native-bidirectional-infinite-scroll", "fullName": "GetStream/react-native-bidirectional-infinite-scroll", @@ -58684,9 +59431,9 @@ "unmaintained": true, "npmPkg": "react-native-bidirectional-infinite-scroll", "npm": { - "downloads": 10667, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9607, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -58719,13 +59466,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-02-16T19:58:30Z", + "updatedAt": "2025-06-16T10:23:52Z", "createdAt": "2021-02-24T07:33:00Z", - "pushedAt": "2025-02-16T19:58:30Z", - "forks": 271, - "issues": 23, - "subscribers": 32, - "stars": 6935 + "pushedAt": "2025-06-16T10:23:52Z", + "forks": 277, + "issues": 25, + "subscribers": 31, + "stars": 7233 }, "name": "react-native-mmkv", "fullName": "mrousavy/react-native-mmkv", @@ -58749,15 +59496,16 @@ "isArchived": false }, "npm": { - "downloads": 1124027, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1247961, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 95, + "score": 100, "matchingScoreModifiers": [ "Very popular", "Popular", - "Known" + "Known", + "Recently updated" ], "popularity": 0.028, "topicSearchString": "react-native ios android mmkv storage key value fast turbo async" @@ -58766,7 +59514,7 @@ "githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/package", "npmPkg": "react-native-vision-camera", "examples": [ - "https://github.com/mrousavy/react-native-vision-camera/tree/main/package/example" + "https://github.com/mrousavy/react-native-vision-camera/tree/main/example" ], "images": [ "https://raw.githubusercontent.com/mrousavy/react-native-vision-camera/main/docs/static/img/example.png", @@ -58774,6 +59522,7 @@ ], "ios": true, "android": true, + "fireos": true, "newArchitecture": true, "newArchitectureNote": "Currently supported through the compatibility layer for legacy view components.", "github": { @@ -58787,13 +59536,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-07T12:52:53Z", + "updatedAt": "2025-06-16T17:07:14Z", "createdAt": "2021-02-19T14:59:44Z", - "pushedAt": "2025-04-07T12:52:53Z", - "forks": 1141, - "issues": 170, - "subscribers": 60, - "stars": 8275 + "pushedAt": "2025-06-16T17:07:14Z", + "forks": 1167, + "issues": 201, + "subscribers": 58, + "stars": 8507 }, "name": "react-native-vision-camera", "fullName": "mrousavy/react-native-vision-camera", @@ -58838,9 +59587,9 @@ "isArchived": false }, "npm": { - "downloads": 1304741, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 893607, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -58876,13 +59625,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2021-03-11T10:24:03Z", + "updatedAt": "2025-06-02T12:02:19Z", "createdAt": "2020-11-10T07:54:30Z", - "pushedAt": "2021-03-11T10:24:03Z", - "forks": 84, - "issues": 44, + "pushedAt": "2025-06-02T12:02:19Z", + "forks": 89, + "issues": 7, "subscribers": 7, - "stars": 235 + "stars": 246 }, "name": "react-native-controlled-mentions", "fullName": "dabakovich/react-native-controlled-mentions", @@ -58904,30 +59653,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Big Update Comming! v3.0.0-alpha.2 Pre-release Notes", - "tagName": "v3.0.0-alpha.2", - "createdAt": "2022-05-12T14:31:00Z", - "publishedAt": "2022-05-16T15:31:48Z", - "isPrerelease": true + "name": "v3.1.0", + "tagName": "v3.1.0", + "createdAt": "2025-06-02T12:02:19Z", + "publishedAt": "2025-06-02T12:12:29Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-controlled-mentions", "npm": { - "downloads": 59872, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57542, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react react-native mentions text text-input textinput" }, { @@ -58949,13 +59697,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-07-08T12:41:42Z", + "updatedAt": "2025-04-23T21:47:53Z", "createdAt": "2019-10-05T10:22:34Z", - "pushedAt": "2024-07-08T12:41:42Z", - "forks": 86, - "issues": 29, + "pushedAt": "2025-04-23T21:47:53Z", + "forks": 90, + "issues": 24, "subscribers": 4, - "stars": 342 + "stars": 346 }, "name": "react-native-tcp-socket", "fullName": "Rapsssito/react-native-tcp-socket", @@ -58983,10 +59731,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.2.0", - "tagName": "v6.2.0", - "createdAt": "2024-07-08T12:41:42Z", - "publishedAt": "2024-07-08T12:41:45Z", + "name": "v6.3.0", + "tagName": "v6.3.0", + "createdAt": "2025-04-23T21:47:53Z", + "publishedAt": "2025-04-23T21:47:55Z", "isPrerelease": false }, "hasTypes": true, @@ -58995,14 +59743,13 @@ }, "npmPkg": "react-native-tcp-socket", "npm": { - "downloads": 61072, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 84092, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -59037,7 +59784,7 @@ "forks": 76, "issues": 14, "subscribers": 5, - "stars": 452 + "stars": 455 }, "name": "react-native-text-ticker", "fullName": "deanhet/react-native-text-ticker", @@ -59068,9 +59815,9 @@ "unmaintained": true, "npmPkg": "react-native-text-ticker", "npm": { - "downloads": 54716, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 47541, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -59189,10 +59936,10 @@ "updatedAt": "2024-12-30T14:09:23Z", "createdAt": "2021-02-08T14:57:00Z", "pushedAt": "2024-12-30T14:09:23Z", - "forks": 18, + "forks": 19, "issues": 4, "subscribers": 9, - "stars": 210 + "stars": 213 }, "name": "react-native-simple-biometrics", "fullName": "smallcase/react-native-simple-biometrics", @@ -59228,9 +59975,9 @@ }, "npmPkg": "react-native-simple-biometrics", "npm": { - "downloads": 6274, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5641, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -59267,7 +60014,7 @@ "forks": 49, "issues": 18, "subscribers": 2, - "stars": 233 + "stars": 234 }, "name": "react-native-animated-linear-gradient", "fullName": "heineiuo/react-native-animated-linear-gradient", @@ -59304,9 +60051,9 @@ "unmaintained": true, "npmPkg": "react-native-animated-linear-gradient", "npm": { - "downloads": 9467, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7714, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -59341,10 +60088,10 @@ "updatedAt": "2023-04-05T08:56:58Z", "createdAt": "2020-11-01T11:42:37Z", "pushedAt": "2023-04-05T08:56:58Z", - "forks": 97, - "issues": 22, + "forks": 98, + "issues": 23, "subscribers": 13, - "stars": 1465 + "stars": 1481 }, "name": "react-native-hold-menu", "fullName": "enesozturk/react-native-hold-menu", @@ -59381,9 +60128,9 @@ "unmaintained": true, "npmPkg": "react-native-hold-menu", "npm": { - "downloads": 693, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 921, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -59392,7 +60139,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native ios android hold-menu context-menu hold-to-open reanimated menu" }, { @@ -59456,9 +60203,9 @@ "unmaintained": true, "npmPkg": "consistencss", "npm": { - "downloads": 721, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1209, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -59497,7 +60244,7 @@ "forks": 14, "issues": 3, "subscribers": 1, - "stars": 60 + "stars": 61 }, "name": "@dietime/react-native-date-picker", "fullName": "DieTime/react-native-date-picker", @@ -59524,13 +60271,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 687, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react native datepicker date picker expo select react-native" }, { @@ -59560,10 +60312,10 @@ "updatedAt": "2024-09-28T11:54:36Z", "createdAt": "2021-03-04T12:14:53Z", "pushedAt": "2024-09-28T11:54:36Z", - "forks": 56, - "issues": 18, + "forks": 59, + "issues": 19, "subscribers": 5, - "stars": 545 + "stars": 564 }, "name": "react-native-awesome-gallery", "fullName": "pavelbabenko/react-native-awesome-gallery", @@ -59602,9 +60354,9 @@ }, "npmPkg": "react-native-awesome-gallery", "npm": { - "downloads": 88720, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 127774, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -59641,7 +60393,7 @@ "forks": 79, "issues": 26, "subscribers": 5, - "stars": 441 + "stars": 443 }, "name": "react-native-head-tab-view", "fullName": "zyslife/react-native-head-tab-view", @@ -59660,9 +60412,9 @@ "unmaintained": true, "npmPkg": "react-native-head-tab-view", "npm": { - "downloads": 6144, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7862, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -59691,13 +60443,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-07-09T09:44:34Z", + "updatedAt": "2025-04-24T07:50:07Z", "createdAt": "2020-01-14T18:59:19Z", - "pushedAt": "2024-07-09T09:44:34Z", - "forks": 123, - "issues": 39, + "pushedAt": "2025-04-24T07:50:07Z", + "forks": 128, + "issues": 41, "subscribers": 8, - "stars": 861 + "stars": 883 }, "name": "react-native-background-actions", "fullName": "Rapsssito/react-native-background-actions", @@ -59733,15 +60485,14 @@ }, "npmPkg": "react-native-background-actions", "npm": { - "downloads": 36259, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42221, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -59774,10 +60525,10 @@ "updatedAt": "2025-01-25T08:12:43Z", "createdAt": "2020-01-17T08:33:07Z", "pushedAt": "2025-01-25T08:12:43Z", - "forks": 44, - "issues": 0, + "forks": 45, + "issues": 1, "subscribers": 5, - "stars": 620 + "stars": 641 }, "name": "react-native-image-modal", "fullName": "dev-yakuza/react-native-image-modal", @@ -59816,9 +60567,9 @@ }, "npmPkg": "react-native-image-modal", "npm": { - "downloads": 12080, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11183, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -59879,13 +60630,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 4, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.6, "topicSearchString": "stora react redux state hooks" }, { @@ -59913,7 +60669,7 @@ "forks": 53, "issues": 44, "subscribers": 4, - "stars": 248 + "stars": 247 }, "name": "react-native-customized-image-picker", "fullName": "shijingsh/react-native-customized-image-picker", @@ -59944,9 +60700,9 @@ "unmaintained": true, "npmPkg": "react-native-customized-image-picker", "npm": { - "downloads": 1683, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 970, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -59954,7 +60710,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react native react-native image picker crop cropping multiple camera" }, { @@ -59979,10 +60735,10 @@ "updatedAt": "2022-11-15T20:25:38Z", "createdAt": "2020-12-12T22:54:23Z", "pushedAt": "2022-11-15T20:25:38Z", - "forks": 13, - "issues": 7, + "forks": 15, + "issues": 8, "subscribers": 6, - "stars": 168 + "stars": 169 }, "name": "react-native-accessibility-engine", "fullName": "aryella-lacerda/react-native-accessibility-engine", @@ -60019,9 +60775,9 @@ "unmaintained": true, "npmPkg": "react-native-accessibility-engine", "npm": { - "downloads": 46988, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42815, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -60051,10 +60807,10 @@ "updatedAt": "2025-01-26T12:09:44Z", "createdAt": "2021-03-09T14:38:42Z", "pushedAt": "2025-01-26T12:09:44Z", - "forks": 157, - "issues": 8, + "forks": 158, + "issues": 6, "subscribers": 14, - "stars": 727 + "stars": 736 }, "name": "react-native-fbsdk-next", "fullName": "thebergamo/react-native-fbsdk-next", @@ -60089,9 +60845,9 @@ }, "npmPkg": "react-native-fbsdk-next", "npm": { - "downloads": 422191, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 426157, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -60122,7 +60878,7 @@ "forks": 32, "issues": 1, "subscribers": 9, - "stars": 412 + "stars": 413 }, "name": "expo-next-react-navigation", "fullName": "nandorojo/expo-next-react-navigation", @@ -60149,13 +60905,14 @@ }, "npmPkg": "expo-next-react-navigation", "npm": { - "downloads": 3273, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4148, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -60220,9 +60977,9 @@ "unmaintained": true, "npmPkg": "react-native-search-box", "npm": { - "downloads": 1324, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1134, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -60230,7 +60987,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native ios android anhtuank7c ctlabvn" }, { @@ -60257,7 +61014,7 @@ "forks": 8, "issues": 2, "subscribers": 10, - "stars": 108 + "stars": 109 }, "name": "@klarna/platform-colors", "fullName": "klarna-incubator/platform-colors", @@ -60295,13 +61052,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 6213, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native react mobile ios android ui dark-mode accessibility css web klarna-featured" }, { @@ -60330,7 +61092,7 @@ "forks": 53, "issues": 11, "subscribers": 5, - "stars": 216 + "stars": 218 }, "name": "react-native-web-swiper", "fullName": "reactrondev/react-native-web-swiper", @@ -60364,9 +61126,9 @@ "unmaintained": true, "npmPkg": "react-native-web-swiper", "npm": { - "downloads": 47007, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38309, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -60403,10 +61165,10 @@ "updatedAt": "2021-08-27T15:50:45Z", "createdAt": "2021-03-18T13:55:48Z", "pushedAt": "2021-08-27T15:50:45Z", - "forks": 28, + "forks": 29, "issues": 11, "subscribers": 6, - "stars": 345 + "stars": 346 }, "name": "react-native-popable", "fullName": "eveningkid/react-native-popable", @@ -60444,9 +61206,9 @@ "unmaintained": true, "npmPkg": "react-native-popable", "npm": { - "downloads": 15228, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17738, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -60484,7 +61246,7 @@ "forks": 15, "issues": 11, "subscribers": 1, - "stars": 126 + "stars": 125 }, "name": "react-native-input-outline", "fullName": "swushi/react-native-input-outline", @@ -60510,16 +61272,16 @@ "unmaintained": true, "npmPkg": "react-native-input-outline", "npm": { - "downloads": 1395, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 687, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native ios android" }, { @@ -60543,7 +61305,7 @@ "forks": 60, "issues": 14, "subscribers": 9, - "stars": 315 + "stars": 316 }, "name": "react-native-scalable-image", "fullName": "ihor/react-native-scalable-image", @@ -60581,9 +61343,9 @@ "unmaintained": true, "npmPkg": "react-native-scalable-image", "npm": { - "downloads": 51053, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57023, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -60616,10 +61378,10 @@ "updatedAt": "2023-02-17T19:04:36Z", "createdAt": "2020-11-02T19:07:55Z", "pushedAt": "2023-02-17T19:04:36Z", - "forks": 110, + "forks": 111, "issues": 67, "subscribers": 13, - "stars": 168 + "stars": 174 }, "name": "@homee/react-native-mapbox-navigation", "fullName": "homeeondemand/react-native-mapbox-navigation", @@ -60650,13 +61412,19 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.722, "topicSearchString": "react-native mapbox navigation mapbox-navigation" }, { @@ -60680,13 +61448,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-13T10:48:49Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-13T10:48:49Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-screen-capture", "fullName": "expo/expo", @@ -60710,9 +61478,9 @@ }, "npmPkg": "expo-screen-capture", "npm": { - "downloads": 103118, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 140448, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -60784,13 +61552,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 42, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.826, "topicSearchString": "react-native ios android stripe stripe-payments stripe-payment" }, { @@ -60814,7 +61587,7 @@ "forks": 31, "issues": 7, "subscribers": 4, - "stars": 251 + "stars": 253 }, "name": "react-native-aes-gcm-crypto", "fullName": "craftzdog/react-native-aes-gcm-crypto", @@ -60847,9 +61620,9 @@ }, "npmPkg": "react-native-aes-gcm-crypto", "npm": { - "downloads": 9225, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7505, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -60878,7 +61651,7 @@ "updatedAt": "2022-11-01T03:49:12Z", "createdAt": "2017-03-20T03:26:12Z", "pushedAt": "2022-11-01T03:49:12Z", - "forks": 77, + "forks": 78, "issues": 25, "subscribers": 15, "stars": 383 @@ -60917,9 +61690,9 @@ "unmaintained": true, "npmPkg": "react-native-sqlite-2", "npm": { - "downloads": 5042, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6694, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -60956,7 +61729,7 @@ "updatedAt": "2021-12-11T19:16:20Z", "createdAt": "2021-01-11T12:15:47Z", "pushedAt": "2021-12-11T19:16:20Z", - "forks": 8, + "forks": 7, "issues": 20, "subscribers": 3, "stars": 183 @@ -60986,13 +61759,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.722, "topicSearchString": "breeffy react-native android calendar component reanimated ui" }, { @@ -61020,10 +61798,10 @@ "updatedAt": "2022-11-09T02:56:03Z", "createdAt": "2021-03-06T19:29:21Z", "pushedAt": "2022-11-09T02:56:03Z", - "forks": 15, + "forks": 17, "issues": 3, - "subscribers": 1, - "stars": 160 + "subscribers": 2, + "stars": 162 }, "name": "react-native-rapi-ui", "fullName": "codingki/react-native-rapi-ui", @@ -61056,16 +61834,16 @@ "unmaintained": true, "npmPkg": "react-native-rapi-ui", "npm": { - "downloads": 651, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 843, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native components ui design" }, { @@ -61097,7 +61875,7 @@ "forks": 18, "issues": 7, "subscribers": 1, - "stars": 162 + "stars": 164 }, "name": "react-native-location-enabler", "fullName": "YsnKsy/react-native-location-enabler", @@ -61141,9 +61919,9 @@ "unmaintained": true, "npmPkg": "react-native-location-enabler", "npm": { - "downloads": 2771, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2689, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -61163,6 +61941,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/nandorojo/moti", @@ -61177,10 +61956,10 @@ "updatedAt": "2025-03-11T20:25:50Z", "createdAt": "2020-10-17T15:31:32Z", "pushedAt": "2025-03-11T20:25:50Z", - "forks": 137, - "issues": 21, - "subscribers": 36, - "stars": 4280 + "forks": 142, + "issues": 22, + "subscribers": 37, + "stars": 4354 }, "name": "moti", "fullName": "nandorojo/moti", @@ -61205,9 +61984,9 @@ }, "npmPkg": "moti", "npm": { - "downloads": 481917, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 586937, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -61244,13 +62023,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T07:24:39Z", + "updatedAt": "2025-06-19T08:31:39Z", "createdAt": "2017-02-08T09:55:18Z", - "pushedAt": "2025-04-15T07:24:39Z", + "pushedAt": "2025-06-19T08:31:39Z", "forks": 714, - "issues": 41, - "subscribers": 320, - "stars": 6780 + "issues": 40, + "subscribers": 319, + "stars": 6857 }, "name": "react-native-ui-lib", "fullName": "wix/react-native-ui-lib", @@ -61274,10 +62053,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "7.40.0", - "tagName": "7.40.0", - "createdAt": "2025-04-15T13:03:31Z", - "publishedAt": "2025-04-15T13:06:25Z", + "name": "7.43.0", + "tagName": "7.43.0", + "createdAt": "2025-05-28T08:35:01Z", + "publishedAt": "2025-05-28T13:21:42Z", "isPrerelease": false }, "hasTypes": true, @@ -61286,9 +62065,9 @@ }, "npmPkg": "react-native-ui-lib", "npm": { - "downloads": 143007, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 82656, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -61373,13 +62152,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 208, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.821, "topicSearchString": "re-state restate react-re-state react-native react ios android web context react-context global-state global state react-global-state global-state-for-react expo" }, { @@ -61450,9 +62234,9 @@ "unmaintained": true, "npmPkg": "react-native-see-more-inline", "npm": { - "downloads": 299, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 409, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -61460,7 +62244,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.721, "topicSearchString": "react-native see-more read-more see-less javascript binary-search read-more-less text inline" }, { @@ -61519,16 +62303,16 @@ }, "npmPkg": "react-native-lifecycle", "npm": { - "downloads": 158, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 142, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.225, + "popularity": -0.222, "topicSearchString": "react-native hooks lifecycle" }, { @@ -61540,6 +62324,7 @@ "android": true, "expoGo": true, "windows": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/RonRadtke/react-native-blob-util", @@ -61551,13 +62336,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-20T10:27:12Z", + "updatedAt": "2025-05-28T19:40:05Z", "createdAt": "2021-01-16T10:04:35Z", - "pushedAt": "2025-03-20T10:27:12Z", - "forks": 146, - "issues": 96, + "pushedAt": "2025-05-28T19:40:05Z", + "forks": 152, + "issues": 86, "subscribers": 6, - "stars": 838 + "stars": 853 }, "name": "react-native-blob-util", "fullName": "RonRadtke/react-native-blob-util", @@ -61583,9 +62368,9 @@ }, "lastRelease": { "name": "", - "tagName": "0.21.2", - "createdAt": "2024-12-18T10:12:41Z", - "publishedAt": "2024-12-18T10:13:58Z", + "tagName": "0.22.2", + "createdAt": "2025-05-28T19:40:05Z", + "publishedAt": "2025-05-28T21:18:03Z", "isPrerelease": false }, "hasTypes": false, @@ -61594,9 +62379,9 @@ }, "npmPkg": "react-native-blob-util", "npm": { - "downloads": 1805909, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1434205, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 62, "matchingScoreModifiers": [ @@ -61642,7 +62427,7 @@ "forks": 36, "issues": 3, "subscribers": 4, - "stars": 361 + "stars": 370 }, "name": "react-native-photo-manipulator", "fullName": "guhungry/react-native-photo-manipulator", @@ -61681,9 +62466,9 @@ }, "npmPkg": "react-native-photo-manipulator", "npm": { - "downloads": 18116, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25762, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -61713,13 +62498,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T18:51:14Z", + "updatedAt": "2025-05-26T14:40:36Z", "createdAt": "2017-09-12T18:04:39Z", - "pushedAt": "2025-04-16T18:51:14Z", - "forks": 73, - "issues": 2, + "pushedAt": "2025-05-26T14:40:36Z", + "forks": 74, + "issues": 1, "subscribers": 10, - "stars": 139 + "stars": 141 }, "name": "@xmartlabs/react-native-line", "fullName": "xmartlabs/react-native-line", @@ -61746,22 +62531,28 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v5.1.0", - "tagName": "v5.1.0", - "createdAt": "2025-04-02T15:03:33Z", - "publishedAt": "2025-04-02T15:08:18Z", + "name": "v5.2.0", + "tagName": "v5.2.0", + "createdAt": "2025-05-13T20:02:03Z", + "publishedAt": "2025-05-13T20:37:06Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 13460, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 59, "matchingScoreModifiers": [ + "Known", "Recently updated" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "auth line login react react-native social wrapper wrapper-library hybrid-apps ios android" }, { @@ -61829,16 +62620,16 @@ "unmaintained": true, "npmPkg": "react-native-weather-chart", "npm": { - "downloads": 39, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 110, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.824, + "popularity": -0.823, "topicSearchString": "react-native react-component component react ui weather chart weather-chart weather-forecast svg" }, { @@ -61862,10 +62653,10 @@ "updatedAt": "2025-04-03T01:55:04Z", "createdAt": "2019-08-08T01:16:33Z", "pushedAt": "2025-04-03T01:55:04Z", - "forks": 41, + "forks": 42, "issues": 2, "subscribers": 4, - "stars": 141 + "stars": 145 }, "name": "react-native-compass-heading", "fullName": "firofame/react-native-compass-heading", @@ -61890,14 +62681,13 @@ }, "npmPkg": "react-native-compass-heading", "npm": { - "downloads": 92476, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7332, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -61912,7 +62702,7 @@ "ios": true, "android": true, "expoGo": true, - "newArchitecture": false, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/stripe/stripe-react-native", @@ -61924,13 +62714,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T20:00:47Z", + "updatedAt": "2025-06-11T16:57:46Z", "createdAt": "2020-12-16T23:51:01Z", - "pushedAt": "2025-04-15T20:00:47Z", - "forks": 272, - "issues": 154, + "pushedAt": "2025-06-11T16:57:46Z", + "forks": 279, + "issues": 137, "subscribers": 45, - "stars": 1321 + "stars": 1336 }, "name": "@stripe/stripe-react-native", "fullName": "stripe/stripe-react-native", @@ -61951,24 +62741,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "0.44.0 - 2025-04-15", - "tagName": "v0.44.0", - "createdAt": "2025-04-15T19:10:02Z", - "publishedAt": "2025-04-15T19:16:00Z", + "name": "0.48.0 - 2025-06-11", + "tagName": "v0.48.0", + "createdAt": "2025-06-11T16:16:07Z", + "publishedAt": "2025-06-11T16:16:30Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 438140, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 65, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" + "Recently updated" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android stripe payments" }, { @@ -62033,16 +62829,16 @@ "unmaintained": true, "npmPkg": "react-native-swipe-cards-deck", "npm": { - "downloads": 450, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 272, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.721, "topicSearchString": "react-native tinder cards swipe deck" }, { @@ -62098,16 +62894,16 @@ "unmaintained": true, "npmPkg": "react-native-redux-alert", "npm": { - "downloads": 24, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.808, + "popularity": -0.85, "topicSearchString": "react-native redux alert toast react-redux toast-notifications" }, { @@ -62132,10 +62928,10 @@ "updatedAt": "2024-03-12T01:59:26Z", "createdAt": "2018-04-05T17:57:52Z", "pushedAt": "2024-03-12T01:59:26Z", - "forks": 67, + "forks": 68, "issues": 1, "subscribers": 2, - "stars": 291 + "stars": 296 }, "name": "react-native-radio-buttons-group", "fullName": "ThakurBallary/react-native-radio-buttons-group", @@ -62174,9 +62970,9 @@ }, "npmPkg": "react-native-radio-buttons-group", "npm": { - "downloads": 59760, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57947, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -62212,10 +63008,10 @@ "updatedAt": "2024-06-18T06:17:36Z", "createdAt": "2020-04-05T23:36:35Z", "pushedAt": "2024-06-18T06:17:36Z", - "forks": 58, + "forks": 59, "issues": 13, "subscribers": 2, - "stars": 326 + "stars": 331 }, "name": "react-native-floating-label-input", "fullName": "Cnilton/react-native-floating-label-input", @@ -62261,9 +63057,9 @@ }, "npmPkg": "react-native-floating-label-input", "npm": { - "downloads": 18525, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17317, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -62321,9 +63117,9 @@ "unmaintained": true, "npmPkg": "react-native-safe-modules", "npm": { - "downloads": 338656, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 310697, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -62341,6 +63137,7 @@ ], "ios": true, "android": true, + "fireos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -62354,13 +63151,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-18T03:18:49Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-18T03:18:49Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-status-bar", "fullName": "expo/expo", @@ -62384,9 +63181,9 @@ }, "npmPkg": "expo-status-bar", "npm": { - "downloads": 2971113, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3765968, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -62429,7 +63226,7 @@ "forks": 12, "issues": 1, "subscribers": 4, - "stars": 69 + "stars": 68 }, "name": "react-native-styled-text-ex", "fullName": "fram-x/react-native-styled-text", @@ -62467,9 +63264,9 @@ }, "npmPkg": "react-native-styled-text", "npm": { - "downloads": 24636, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21059, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -62500,7 +63297,7 @@ "forks": 14, "issues": 3, "subscribers": 7, - "stars": 328 + "stars": 338 }, "name": "react-native-vector-image", "fullName": "oblador/react-native-vector-image", @@ -62534,13 +63331,14 @@ }, "npmPkg": "react-native-vector-image", "npm": { - "downloads": 5114, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8988, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -62571,7 +63369,7 @@ "forks": 68, "issues": 13, "subscribers": 8, - "stars": 343 + "stars": 344 }, "name": "react-native-auto-height-image", "fullName": "vivaxy/react-native-auto-height-image", @@ -62604,9 +63402,9 @@ }, "npmPkg": "react-native-auto-height-image", "npm": { - "downloads": 23386, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26049, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -62645,7 +63443,7 @@ "updatedAt": "2024-12-18T14:04:24Z", "createdAt": "2021-06-05T20:03:07Z", "pushedAt": "2024-12-18T14:04:24Z", - "forks": 43, + "forks": 44, "issues": 42, "subscribers": 2, "stars": 537 @@ -62700,13 +63498,14 @@ }, "npmPkg": "react-native-big-list", "npm": { - "downloads": 12950, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11062, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -62743,10 +63542,10 @@ "updatedAt": "2024-02-01T18:11:51Z", "createdAt": "2021-05-31T23:26:21Z", "pushedAt": "2024-02-01T18:11:51Z", - "forks": 19, + "forks": 20, "issues": 8, "subscribers": 4, - "stars": 274 + "stars": 277 }, "name": "react-native-system-navigation-bar", "fullName": "kadiraydinli/react-native-system-navigation-bar", @@ -62812,9 +63611,9 @@ }, "npmPkg": "react-native-system-navigation-bar", "npm": { - "downloads": 41311, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42917, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -62826,12 +63625,12 @@ "topicSearchString": "react-native system-navigation-bar android navigation navigation-bar bar color bar-color navigation-bar-color hide show lean-back immersive stickyimmersive lowprofile barmode setbarmode light dark light-style dark-style status-bar-mode divider-color navigation-bar-divider-color contrast-enforced navigation-bar-contrast-enforced full-screen setfitssystemwindows fitssystemwindows decorfitssystemwindows setdecorfitssystemwindows navigation-hide navigation-show stiky-immersive light-navigation-bar low-profile navigation-color" }, { - "githubUrl": "https://github.com/tienphaw/react-native-figma-squircle", + "githubUrl": "https://github.com/phamfoo/react-native-figma-squircle", "examples": [ - "https://github.com/tienphaw/react-native-figma-squircle/tree/main/example" + "https://github.com/phamfoo/react-native-figma-squircle/tree/main/example" ], "images": [ - "https://raw.githubusercontent.com/tienphaw/react-native-figma-squircle/main/demo.png" + "https://raw.githubusercontent.com/phamfoo/react-native-figma-squircle/main/squircle.jpg" ], "ios": true, "android": true, @@ -62853,7 +63652,7 @@ "forks": 15, "issues": 1, "subscribers": 3, - "stars": 339 + "stars": 345 }, "name": "react-native-figma-squircle", "fullName": "phamfoo/react-native-figma-squircle", @@ -62886,9 +63685,9 @@ }, "npmPkg": "react-native-figma-squircle", "npm": { - "downloads": 5684, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5775, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -62954,16 +63753,16 @@ }, "npmPkg": "react-native-shader", "npm": { - "downloads": 29, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.216, + "popularity": -0.125, "topicSearchString": "react-native ios android" }, { @@ -62989,13 +63788,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-07-29T16:13:55Z", + "updatedAt": "2025-05-08T16:18:03Z", "createdAt": "2020-05-20T09:57:18Z", - "pushedAt": "2024-07-29T16:13:55Z", + "pushedAt": "2025-05-08T16:18:03Z", "forks": 23, "issues": 11, "subscribers": 10, - "stars": 413 + "stars": 423 }, "name": "react-native-hole-view", "fullName": "ibitcy/react-native-hole-view", @@ -63025,9 +63824,9 @@ "license": null, "lastRelease": { "name": "", - "tagName": "3.0.0-alpha4", - "createdAt": "2024-01-25T00:41:41Z", - "publishedAt": "2024-01-25T00:42:03Z", + "tagName": "3.0.1", + "createdAt": "2025-05-08T16:20:53Z", + "publishedAt": "2025-05-08T16:21:21Z", "isPrerelease": false }, "hasTypes": true, @@ -63036,14 +63835,13 @@ }, "npmPkg": "react-native-hole-view", "npm": { - "downloads": 34520, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27548, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -63102,13 +63900,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 1665, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "svg icons react react-native expo" }, { @@ -63132,13 +63935,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-01-22T22:30:07Z", + "updatedAt": "2025-06-20T12:04:51Z", "createdAt": "2021-05-11T22:58:24Z", - "pushedAt": "2024-01-22T22:30:07Z", - "forks": 39, + "pushedAt": "2025-06-20T12:04:51Z", + "forks": 40, "issues": 16, "subscribers": 3, - "stars": 430 + "stars": 436 }, "name": "react-native-mask-text", "fullName": "akinncar/react-native-mask-text", @@ -63161,10 +63964,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.14.2", - "tagName": "v0.14.2", - "createdAt": "2023-07-13T13:51:45Z", - "publishedAt": "2023-07-13T13:53:08Z", + "name": "v0.15.0", + "tagName": "v0.15.0", + "createdAt": "2025-06-20T12:04:51Z", + "publishedAt": "2025-06-20T12:06:03Z", "isPrerelease": false }, "hasTypes": true, @@ -63173,14 +63976,14 @@ }, "npmPkg": "react-native-mask-text", "npm": { - "downloads": 72378, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 69982, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -63233,9 +64036,9 @@ }, "npmPkg": "react-native-progress-wheel", "npm": { - "downloads": 7000, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4621, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -63272,9 +64075,9 @@ "createdAt": "2021-07-02T21:27:18Z", "pushedAt": "2025-02-09T16:12:56Z", "forks": 21, - "issues": 2, + "issues": 3, "subscribers": 5, - "stars": 736 + "stars": 747 }, "name": "react-native-avoid-softinput", "fullName": "mateusz1913/react-native-avoid-softinput", @@ -63303,9 +64106,9 @@ }, "npmPkg": "react-native-avoid-softinput", "npm": { - "downloads": 113586, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 118175, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -63366,9 +64169,9 @@ "unmaintained": true, "npmPkg": "react-native-web-hooks", "npm": { - "downloads": 74235, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 75162, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -63406,9 +64209,9 @@ "createdAt": "2020-07-08T01:47:48Z", "pushedAt": "2022-08-06T08:28:18Z", "forks": 46, - "issues": 31, + "issues": 33, "subscribers": 5, - "stars": 224 + "stars": 227 }, "name": "@uiw/react-native-alipay", "fullName": "uiwjs/react-native-alipay", @@ -63443,13 +64246,19 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 545, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native alipay uiwjs uiw 支付宝 ios android reactjs" }, { @@ -63476,7 +64285,7 @@ "forks": 41, "issues": 1, "subscribers": 2, - "stars": 232 + "stars": 238 }, "name": "react-native-get-location", "fullName": "douglasjunior/react-native-get-location", @@ -63511,9 +64320,9 @@ }, "npmPkg": "react-native-get-location", "npm": { - "downloads": 54121, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38128, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -63550,10 +64359,10 @@ "updatedAt": "2025-04-10T09:40:51Z", "createdAt": "2015-08-13T15:51:36Z", "pushedAt": "2025-04-10T09:40:51Z", - "forks": 574, - "issues": 578, - "subscribers": 104, - "stars": 5886 + "forks": 583, + "issues": 585, + "subscribers": 105, + "stars": 5908 }, "name": "realm", "fullName": "realm/realm-js", @@ -63593,17 +64402,16 @@ }, "npmPkg": "realm", "npm": { - "downloads": 139794, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 140391, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -63636,10 +64444,10 @@ "updatedAt": "2023-09-06T21:31:42Z", "createdAt": "2021-05-07T07:57:30Z", "pushedAt": "2023-09-06T21:31:42Z", - "forks": 30, + "forks": 31, "issues": 12, "subscribers": 7, - "stars": 401 + "stars": 408 }, "name": "@georstat/react-native-image-cache", "fullName": "georstat/react-native-image-cache", @@ -63671,13 +64479,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 14187, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android image-cache cache file-system-image-cache" }, { @@ -63737,9 +64551,9 @@ "unmaintained": true, "npmPkg": "react-native-smooth-picker", "npm": { - "downloads": 3063, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2111, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -63747,7 +64561,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react react-native picker select react-component ui form" }, { @@ -63770,10 +64584,10 @@ "updatedAt": "2021-08-03T20:09:33Z", "createdAt": "2016-09-04T14:26:53Z", "pushedAt": "2021-08-03T20:09:33Z", - "forks": 64, - "issues": 33, + "forks": 65, + "issues": 32, "subscribers": 5, - "stars": 582 + "stars": 583 }, "name": "react-native-version", "fullName": "stovmascript/react-native-version", @@ -63826,9 +64640,9 @@ "unmaintained": true, "npmPkg": "react-native-version", "npm": { - "downloads": 161340, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 157020, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -63886,16 +64700,16 @@ "unmaintained": true, "npmPkg": "react-native-events", "npm": { - "downloads": 440, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 480, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.721, "topicSearchString": "react-native event events eventemitter" }, { @@ -63968,13 +64782,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 2448, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "loading loading-image progressive lazy lazy-load fast-image image progressive-image progressive-fast-image freakycoder kuray react react-native javascript ui-lib rn mobile-app mobile" }, { @@ -63998,7 +64817,7 @@ "forks": 28, "issues": 11, "subscribers": 6, - "stars": 193 + "stars": 195 }, "name": "react-native-cache", "fullName": "timfpark/react-native-cache", @@ -64019,9 +64838,9 @@ "unmaintained": true, "npmPkg": "react-native-cache", "npm": { - "downloads": 12549, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9041, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -64041,6 +64860,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/gorhom/react-native-portal", @@ -64055,10 +64875,10 @@ "updatedAt": "2022-06-23T20:49:28Z", "createdAt": "2020-12-08T21:23:01Z", "pushedAt": "2022-06-23T20:49:28Z", - "forks": 41, - "issues": 26, + "forks": 44, + "issues": 27, "subscribers": 6, - "stars": 703 + "stars": 733 }, "name": "@gorhom/portal", "fullName": "gorhom/react-native-portal", @@ -64092,13 +64912,20 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 2501143, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "expo web react-native ios android portal react" }, { @@ -64125,10 +64952,10 @@ "updatedAt": "2021-03-23T16:53:20Z", "createdAt": "2017-04-21T01:27:10Z", "pushedAt": "2021-03-23T16:53:20Z", - "forks": 131, + "forks": 132, "issues": 62, "subscribers": 20, - "stars": 1601 + "stars": 1609 }, "name": "react-native-exception-handler", "fullName": "a7ul/react-native-exception-handler", @@ -64173,9 +65000,9 @@ "unmaintained": true, "npmPkg": "react-native-exception-handler", "npm": { - "downloads": 200761, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 207343, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -64205,7 +65032,7 @@ "urls": { "repo": "https://github.com/ReactVision/viro", "clone": "https://github.com/ReactVision/viro.git", - "homepage": "https://themorrow.digital/augmented-reality" + "homepage": "https://viro-community.readme.io/docs/overview" }, "stats": { "hasIssues": true, @@ -64215,16 +65042,16 @@ "updatedAt": "2025-04-15T16:10:19Z", "createdAt": "2020-11-27T00:40:37Z", "pushedAt": "2025-04-15T16:10:19Z", - "forks": 174, - "issues": 100, - "subscribers": 20, - "stars": 1528 + "forks": 187, + "issues": 115, + "subscribers": 19, + "stars": 1572 }, "name": "@reactvision/react-viro", "fullName": "ReactVision/viro", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "ViroReact: The library for building AR and VR applications and experiences with React Native. Made with ❤️ by Morrow.", + "description": "ViroReact: The library for building AR and VR applications and experiences with React Native.", "topics": [ "viroreact", "viro-community", @@ -64234,7 +65061,8 @@ "nowar", "augmented-reality", "expo", - "react-native" + "react-native", + "ar" ], "license": { "key": "mit", @@ -64254,15 +65082,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 12149, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, - "topicSearchString": "viroreact viro-community android ios blacklivesmatter nowar augmented-reality expo react-native" + "popularity": 0.028, + "topicSearchString": "viroreact viro-community android ios blacklivesmatter nowar augmented-reality expo react-native ar" }, { "githubUrl": "https://github.com/IjzerenHein/react-native-bundle-visualizer", @@ -64290,7 +65124,7 @@ "forks": 45, "issues": 15, "subscribers": 9, - "stars": 1536 + "stars": 1554 }, "name": "react-native-bundle-visualizer", "fullName": "callstack/react-native-bundle-visualizer", @@ -64325,9 +65159,9 @@ }, "npmPkg": "react-native-bundle-visualizer", "npm": { - "downloads": 130885, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 143726, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -64400,16 +65234,16 @@ "unmaintained": true, "npmPkg": "react-native-feedback-reporter", "npm": { - "downloads": 86, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.727, + "popularity": -0.75, "topicSearchString": "react-native ios android feedback reporter" }, { @@ -64437,17 +65271,17 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-11T14:27:55Z", + "updatedAt": "2025-06-18T14:54:48Z", "createdAt": "2016-10-27T08:31:38Z", - "pushedAt": "2025-04-11T14:27:55Z", - "forks": 981, - "issues": 40, - "subscribers": 63, - "stars": 6335 + "pushedAt": "2025-06-18T14:54:48Z", + "forks": 987, + "issues": 48, + "subscribers": 62, + "stars": 6416 }, - "name": "react-native-gesture-handler", + "name": "react-native-gesture-handler-monorepo", "fullName": "software-mansion/react-native-gesture-handler", - "isPrivate": false, + "isPrivate": true, "description": "Declarative API exposing platform native touch and gesture system to React Native.", "topics": [ "react-native", @@ -64462,21 +65296,21 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "2.25.0", - "tagName": "2.25.0", - "createdAt": "2025-03-31T10:45:53Z", - "publishedAt": "2025-03-31T11:39:30Z", + "name": "2.26.0", + "tagName": "2.26.0", + "createdAt": "2025-06-13T08:30:30Z", + "publishedAt": "2025-06-13T09:26:44Z", "isPrerelease": false }, - "hasTypes": true, - "newArchitecture": true, + "hasTypes": false, + "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-gesture-handler", "npm": { - "downloads": 6010000, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6339404, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -64516,7 +65350,7 @@ "forks": 39, "issues": 2, "subscribers": 8, - "stars": 477 + "stars": 478 }, "name": "react-native-responsive-dimensions", "fullName": "react-native-toolkit/react-native-responsive-dimensions", @@ -64557,9 +65391,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-dimensions", "npm": { - "downloads": 109541, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29234, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -64591,10 +65425,10 @@ "updatedAt": "2024-11-14T22:16:51Z", "createdAt": "2019-08-06T22:14:47Z", "pushedAt": "2024-11-14T22:16:51Z", - "forks": 33, + "forks": 35, "issues": 4, "subscribers": 2, - "stars": 140 + "stars": 150 }, "name": "react-native-job-queue", "fullName": "SimonErm/react-native-job-queue", @@ -64611,10 +65445,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "0.5.2", - "tagName": "v0.5.2", - "createdAt": "2024-08-21T20:51:25Z", - "publishedAt": "2024-08-21T21:01:24Z", + "name": "0.5.3", + "tagName": "v0.5.3", + "createdAt": "2025-06-04T20:28:30Z", + "publishedAt": "2025-06-04T20:35:02Z", "isPrerelease": false }, "hasTypes": true, @@ -64623,12 +65457,14 @@ }, "npmPkg": "react-native-job-queue", "npm": { - "downloads": 3660, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9483, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -64671,12 +65507,13 @@ }, "npmPkg": "react-native-quick-sqlite", "npm": { - "downloads": 30580, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37958, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.572, @@ -64740,16 +65577,16 @@ "unmaintained": true, "npmPkg": "react-native-relative-popup", "npm": { - "downloads": 92, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 49, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.817, + "popularity": -0.809, "topicSearchString": "react-native ios android popup react javascript" }, { @@ -64770,13 +65607,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-03-10T18:14:12Z", + "updatedAt": "2025-06-19T15:28:15Z", "createdAt": "2019-07-10T20:27:19Z", - "pushedAt": "2025-03-10T18:14:12Z", - "forks": 161, - "issues": 78, - "subscribers": 42, - "stars": 1333 + "pushedAt": "2025-06-19T15:28:15Z", + "forks": 160, + "issues": 79, + "subscribers": 43, + "stars": 1361 }, "name": "@fluentui/react-native", "fullName": "microsoft/fluentui-react-native", @@ -64794,13 +65631,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 807, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 62, "matchingScoreModifiers": [ + "Popular", + "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.027, "topicSearchString": "" }, { @@ -64829,9 +65674,9 @@ "createdAt": "2021-07-09T19:24:24Z", "pushedAt": "2024-05-09T15:51:43Z", "forks": 65, - "issues": 26, + "issues": 29, "subscribers": 5, - "stars": 359 + "stars": 372 }, "name": "rn-emoji-keyboard", "fullName": "TheWidlarzGroup/rn-emoji-keyboard", @@ -64870,9 +65715,9 @@ }, "npmPkg": "rn-emoji-keyboard", "npm": { - "downloads": 47441, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 64059, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -64904,10 +65749,10 @@ "updatedAt": "2022-11-03T22:34:33Z", "createdAt": "2020-02-10T17:10:56Z", "pushedAt": "2022-11-03T22:34:33Z", - "forks": 71, + "forks": 72, "issues": 28, "subscribers": 9, - "stars": 575 + "stars": 574 }, "name": "react-native-encrypted-storage", "fullName": "emeraldsanto/react-native-encrypted-storage", @@ -64947,9 +65792,9 @@ "unmaintained": true, "npmPkg": "react-native-encrypted-storage", "npm": { - "downloads": 159475, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 180022, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -64982,13 +65827,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-15T05:29:44Z", + "updatedAt": "2025-04-24T05:40:39Z", "createdAt": "2021-06-22T09:37:35Z", - "pushedAt": "2025-03-15T05:29:44Z", - "forks": 103, - "issues": 23, - "subscribers": 6, - "stars": 546 + "pushedAt": "2025-04-24T05:40:39Z", + "forks": 104, + "issues": 24, + "subscribers": 5, + "stars": 560 }, "name": "react-native-curved-bottom-bar", "fullName": "hoaphantn7604/react-native-curved-bottom-bar", @@ -65012,10 +65857,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.5.0", - "tagName": "v3.5.0", - "createdAt": "2025-03-15T05:29:47Z", - "publishedAt": "2025-03-15T05:30:05Z", + "name": "Release 3.5.1", + "tagName": "v3.5.1", + "createdAt": "2025-04-24T05:40:41Z", + "publishedAt": "2025-04-24T05:40:55Z", "isPrerelease": false }, "hasTypes": true, @@ -65024,9 +65869,9 @@ }, "npmPkg": "react-native-curved-bottom-bar", "npm": { - "downloads": 7742, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8173, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -65061,10 +65906,10 @@ "updatedAt": "2022-04-18T19:44:46Z", "createdAt": "2019-11-07T20:44:32Z", "pushedAt": "2022-04-18T19:44:46Z", - "forks": 268, - "issues": 82, + "forks": 274, + "issues": 83, "subscribers": 19, - "stars": 915 + "stars": 927 }, "name": "react-native-image-viewing", "fullName": "jobtoday/react-native-image-viewing", @@ -65100,9 +65945,9 @@ "unmaintained": true, "npmPkg": "react-native-image-viewing", "npm": { - "downloads": 123300, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 135832, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -65176,16 +66021,16 @@ }, "npmPkg": "animation-wrapper-view", "npm": { - "downloads": 50, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.23, + "popularity": -0.167, "topicSearchString": "react-components animation declarative animated react-native react reactjs library react-component" }, { @@ -65218,7 +66063,7 @@ "forks": 26, "issues": 11, "subscribers": 6, - "stars": 335 + "stars": 336 }, "name": "@crowdlinker/react-native-pager", "fullName": "ajsmth/react-native-pager", @@ -65252,13 +66097,19 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 247, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.722, "topicSearchString": "react react-native pager react-pager tabs react-tabs reactjs" }, { @@ -65282,10 +66133,10 @@ "updatedAt": "2025-01-27T09:19:27Z", "createdAt": "2016-07-20T13:59:01Z", "pushedAt": "2025-01-27T09:19:27Z", - "forks": 141, - "issues": 40, + "forks": 143, + "issues": 42, "subscribers": 9, - "stars": 639 + "stars": 652 }, "name": "jail-monkey", "fullName": "GantMan/jail-monkey", @@ -65325,9 +66176,9 @@ }, "npmPkg": "jail-monkey", "npm": { - "downloads": 235981, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 248840, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -65364,10 +66215,10 @@ "updatedAt": "2022-07-20T13:17:38Z", "createdAt": "2018-08-04T22:23:15Z", "pushedAt": "2022-07-20T13:17:38Z", - "forks": 71, + "forks": 73, "issues": 35, "subscribers": 4, - "stars": 486 + "stars": 489 }, "name": "react-native-timeline-flatlist", "fullName": "Eugnis/react-native-timeline-flatlist", @@ -65398,9 +66249,9 @@ "unmaintained": true, "npmPkg": "react-native-timeline-flatlist", "npm": { - "downloads": 23113, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22334, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -65436,10 +66287,10 @@ "updatedAt": "2024-08-09T15:32:34Z", "createdAt": "2018-08-14T12:45:05Z", "pushedAt": "2024-08-09T15:32:34Z", - "forks": 8, + "forks": 7, "issues": 2, "subscribers": 3, - "stars": 39 + "stars": 40 }, "name": "react-native-js-tableview", "fullName": "heysem-useinsider/react-native-js-tableview", @@ -65472,16 +66323,16 @@ }, "npmPkg": "react-native-js-tableview", "npm": { - "downloads": 148, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 95, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.216, + "popularity": -0.229, "topicSearchString": "react-native tableview uitableview ios android" }, { @@ -65550,13 +66401,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 269, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.32, "topicSearchString": "suggestions react-native component email chip tags input mobile ios android ui javascript native" }, { @@ -65581,11 +66437,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-24T15:45:23Z", + "updatedAt": "2025-05-21T15:17:19Z", "createdAt": "2021-05-06T15:11:24Z", - "pushedAt": "2025-02-24T15:45:23Z", + "pushedAt": "2025-05-21T15:17:19Z", "forks": 23, - "issues": 2, + "issues": 4, "subscribers": 30, "stars": 74 }, @@ -65611,22 +66467,28 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "v4.0.1", - "tagName": "v4.0.1", - "createdAt": "2025-02-21T12:11:48Z", - "publishedAt": "2025-02-21T12:13:42Z", + "name": "v4.0.2", + "tagName": "v4.0.2", + "createdAt": "2025-05-21T15:17:26Z", + "publishedAt": "2025-05-21T15:17:50Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 36887, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android giphy sdk gifs giphy-sdks" }, { @@ -65654,13 +66516,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-23T00:23:59Z", + "updatedAt": "2025-05-07T14:14:43Z", "createdAt": "2021-02-14T20:43:38Z", - "pushedAt": "2025-01-23T00:23:59Z", + "pushedAt": "2025-05-07T14:14:43Z", "forks": 60, - "issues": 3, + "issues": 4, "subscribers": 4, - "stars": 693 + "stars": 711 }, "name": "react-native-shadow-2", "fullName": "ftzi/react-native-shadow-2", @@ -65708,9 +66570,9 @@ }, "npmPkg": "react-native-shadow-2", "npm": { - "downloads": 157490, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 162295, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -65745,7 +66607,7 @@ "updatedAt": "2020-12-29T02:59:31Z", "createdAt": "2017-12-29T13:50:33Z", "pushedAt": "2020-12-29T02:59:31Z", - "forks": 18, + "forks": 17, "issues": 9, "subscribers": 11, "stars": 192 @@ -65787,9 +66649,9 @@ "unmaintained": true, "npmPkg": "react-native-turbolinks", "npm": { - "downloads": 397, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -65797,7 +66659,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.712, "topicSearchString": "react-native react native turbolinks pwa rails android ios webview hybrid" }, { @@ -65822,10 +66684,10 @@ "updatedAt": "2024-01-29T10:28:55Z", "createdAt": "2021-05-06T12:18:50Z", "pushedAt": "2024-01-29T10:28:55Z", - "forks": 27, + "forks": 28, "issues": 8, "subscribers": 5, - "stars": 129 + "stars": 130 }, "name": "vision-camera-image-labeler", "fullName": "mrousavy/vision-camera-image-labeler", @@ -65866,16 +66728,16 @@ }, "npmPkg": "vision-camera-image-labeler", "npm": { - "downloads": 135, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 106, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.228, + "popularity": -0.222, "topicSearchString": "react-native ios android image-labeling vision-camera library vision camera ml ai frame-processor-plugin mlkit-vision" }, { @@ -65902,7 +66764,7 @@ "forks": 9, "issues": 1, "subscribers": 1, - "stars": 23 + "stars": 24 }, "name": "react-native-barcode-creator", "fullName": "VittoriDavide/react-native-barcode-creator", @@ -65938,9 +66800,9 @@ }, "npmPkg": "react-native-barcode-creator", "npm": { - "downloads": 29202, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32010, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -65998,13 +66860,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 17, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.791, "topicSearchString": "boilerplate typescript react-native font-face font typography react" }, { @@ -66027,13 +66894,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-20T10:26:17Z", + "updatedAt": "2025-04-17T13:34:43Z", "createdAt": "2020-09-13T19:44:23Z", - "pushedAt": "2025-02-20T10:26:17Z", - "forks": 29, - "issues": 0, + "pushedAt": "2025-04-17T13:34:43Z", + "forks": 31, + "issues": 4, "subscribers": 3, - "stars": 408 + "stars": 433 }, "name": "react-native-animateable-text", "fullName": "axelra-ag/react-native-animateable-text", @@ -66057,11 +66924,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.15.0", - "tagName": "v0.15.0", - "createdAt": "2025-02-20T10:25:18Z", - "publishedAt": "2025-02-20T10:27:54Z", - "isPrerelease": false + "name": "v0.16.0-beta", + "tagName": "v0.16.0-beta.0", + "createdAt": "2025-04-17T13:30:48Z", + "publishedAt": "2025-04-17T13:33:19Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": true, @@ -66069,9 +66936,9 @@ }, "npmPkg": "react-native-animateable-text", "npm": { - "downloads": 28540, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33593, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 54, "matchingScoreModifiers": [ @@ -66137,9 +67004,9 @@ "unmaintained": true, "npmPkg": "react-native-window-view", "npm": { - "downloads": 1184, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 985, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -66174,10 +67041,10 @@ "updatedAt": "2021-05-17T17:43:19Z", "createdAt": "2020-05-28T18:29:01Z", "pushedAt": "2021-05-17T17:43:19Z", - "forks": 95, - "issues": 67, + "forks": 96, + "issues": 68, "subscribers": 9, - "stars": 335 + "stars": 344 }, "name": "react-native-receive-sharing-intent", "fullName": "ajith-ab/react-native-receive-sharing-intent", @@ -66210,9 +67077,9 @@ "unmaintained": true, "npmPkg": "react-native-receive-sharing-intent", "npm": { - "downloads": 5909, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6071, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -66239,13 +67106,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-11T07:54:02Z", + "updatedAt": "2025-06-19T14:15:26Z", "createdAt": "2019-12-18T13:25:42Z", - "pushedAt": "2025-04-11T07:54:02Z", - "forks": 47, - "issues": 47, - "subscribers": 20, - "stars": 130 + "pushedAt": "2025-06-19T14:15:26Z", + "forks": 49, + "issues": 36, + "subscribers": 18, + "stars": 129 }, "name": "@datadog/mobile-react-native", "fullName": "DataDog/dd-sdk-reactnative", @@ -66268,13 +67135,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 546208, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "datadog react-native ios android" }, { @@ -66339,16 +67212,15 @@ }, "npmPkg": "pagescrollview", "npm": { - "downloads": 74, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -0.3, "topicSearchString": "pagescrollview page scrollview react-native scroll view list expo flatlist flex-grow flex fix typescript" }, { @@ -66409,9 +67281,9 @@ "unmaintained": true, "npmPkg": "react-native-system-bars", "npm": { - "downloads": 4601, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6135, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -66442,10 +67314,10 @@ "updatedAt": "2022-08-20T20:03:09Z", "createdAt": "2020-06-13T13:16:20Z", "pushedAt": "2022-08-20T20:03:09Z", - "forks": 32, - "issues": 11, + "forks": 33, + "issues": 10, "subscribers": 3, - "stars": 246 + "stars": 258 }, "name": "react-native-detector", "fullName": "AzizAK/react-native-detector", @@ -66479,9 +67351,9 @@ "unmaintained": true, "npmPkg": "react-native-detector", "npm": { - "downloads": 25611, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19796, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -66520,10 +67392,10 @@ "updatedAt": "2023-10-12T06:01:24Z", "createdAt": "2021-08-14T13:52:58Z", "pushedAt": "2023-10-12T06:01:24Z", - "forks": 37, - "issues": 18, + "forks": 36, + "issues": 19, "subscribers": 6, - "stars": 237 + "stars": 239 }, "name": "@react-native-material/core", "fullName": "yamankatby/react-native-material", @@ -66554,13 +67426,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 12923, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native ios android material-design" }, { @@ -66609,13 +67487,18 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 48204, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native generator barcode generating-barcodes" }, { @@ -66686,16 +67569,16 @@ "unmaintained": true, "npmPkg": "react-native-whirlwind", "npm": { - "downloads": 200, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 119, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.725, "topicSearchString": "react-native css styles stylesheet tailwind tailwindcss tachyon ios android react reactnative tachyons styled-components" }, { @@ -66729,7 +67612,7 @@ "forks": 198, "issues": 0, "subscribers": 4, - "stars": 849 + "stars": 856 }, "name": "react-native-sectioned-multi-select", "fullName": "renrizzolo/react-native-sectioned-multi-select", @@ -66762,11 +67645,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-sectioned-multi-select", "npm": { - "downloads": 23312, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19934, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -66775,7 +67659,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "select multiselect picker category react native reactnative" }, { @@ -66800,10 +67684,10 @@ "updatedAt": "2025-03-21T14:56:03Z", "createdAt": "2021-05-28T10:34:48Z", "pushedAt": "2025-03-21T14:56:03Z", - "forks": 106, - "issues": 40, - "subscribers": 10, - "stars": 1071 + "forks": 108, + "issues": 37, + "subscribers": 9, + "stars": 1115 }, "name": "react-native-compressor", "fullName": "numandev1/react-native-compressor", @@ -66859,15 +67743,14 @@ }, "npmPkg": "react-native-compressor", "npm": { - "downloads": 204190, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 222397, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -66898,10 +67781,10 @@ "updatedAt": "2021-05-05T16:29:08Z", "createdAt": "2020-07-25T16:46:36Z", "pushedAt": "2021-05-05T16:29:08Z", - "forks": 218, - "issues": 73, - "subscribers": 3, - "stars": 382 + "forks": 217, + "issues": 76, + "subscribers": 2, + "stars": 383 }, "name": "react-native-phone-number-input", "fullName": "garganurag893/react-native-phone-number-input", @@ -66944,14 +67827,15 @@ "unmaintained": true, "npmPkg": "react-native-phone-number-input", "npm": { - "downloads": 157166, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 164846, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", + "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], @@ -66961,7 +67845,7 @@ { "githubUrl": "https://github.com/JungHsuan/react-native-gesture-flip-card", "examples": [ - "https://github.com/JungHsuan/react-native-gesture-flip-card/tree/master/example" + "https://github.com/JungHsuan/react-native-gesture-flip-card/tree/master/app" ], "images": [ "https://raw.githubusercontent.com/JungHsuan/react-native-gesture-flip-card/master/screenshots/example_1.gif", @@ -67023,15 +67907,16 @@ }, "npmPkg": "react-native-gesture-flip-card", "npm": { - "downloads": 733, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 634, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": 0.028, "topicSearchString": "react-native flip-card card-flip card flip gesture gesture-flip flip-animation panresponder" }, { @@ -67061,10 +67946,10 @@ "updatedAt": "2022-11-28T21:48:42Z", "createdAt": "2020-04-30T21:36:09Z", "pushedAt": "2022-11-28T21:48:42Z", - "forks": 74, + "forks": 75, "issues": 16, "subscribers": 2, - "stars": 110 + "stars": 109 }, "name": "react-native-month-year-picker", "fullName": "gusparis/react-native-month-year-picker", @@ -67101,9 +67986,9 @@ "unmaintained": true, "npmPkg": "react-native-month-year-picker", "npm": { - "downloads": 31198, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30500, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -67140,10 +68025,10 @@ "updatedAt": "2023-09-09T16:54:40Z", "createdAt": "2020-06-06T00:34:29Z", "pushedAt": "2023-09-09T16:54:40Z", - "forks": 90, + "forks": 92, "issues": 16, "subscribers": 7, - "stars": 383 + "stars": 386 }, "name": "@flyerhq/react-native-chat-ui", "fullName": "flyerhq/react-native-chat-ui", @@ -67176,13 +68061,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 2460, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "chat ui react-native component ios android typescript" }, { @@ -67213,7 +68104,7 @@ "forks": 20, "issues": 8, "subscribers": 4, - "stars": 83 + "stars": 82 }, "name": "@flyerhq/react-native-firebase-chat-core", "fullName": "flyerhq/react-native-firebase-chat-core", @@ -67245,13 +68136,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 141, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.222, "topicSearchString": "chat firebase react-native ios android typescript" }, { @@ -67280,7 +68176,7 @@ "updatedAt": "2023-09-09T16:56:38Z", "createdAt": "2020-07-19T16:43:16Z", "pushedAt": "2023-09-09T16:56:38Z", - "forks": 30, + "forks": 32, "issues": 6, "subscribers": 6, "stars": 129 @@ -67317,13 +68213,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 17169, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "link url preview react-component react-native ios android typescript" }, { @@ -67391,13 +68293,19 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 2948, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "keyboard-accessory keyboard sticky react-component interactive react-native ios android typescript" }, { @@ -67458,24 +68366,25 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 4089, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "android react-native kotlin absolute-path intent resolver" }, { - "githubUrl": "https://github.com/baronha/react-native-multiple-image-picker", + "githubUrl": "https://github.com/NitrogenZLab/react-native-multiple-image-picker", "npmPkg": "@baronha/react-native-multiple-image-picker", "examples": [ - "https://github.com/baronha/react-native-multiple-image-picker/tree/main/example" - ], - "images": [ - "https://raw.githubusercontent.com/baronha/react-native-multiple-image-picker/main/files/demo-main-android.gif", - "https://raw.githubusercontent.com/baronha/react-native-multiple-image-picker/main/files/demo-main-ios.gif" + "https://github.com/NitrogenZLab/react-native-multiple-image-picker/tree/main/example" ], "ios": true, "android": true, @@ -67491,13 +68400,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-12T05:37:57Z", + "updatedAt": "2025-05-11T10:33:57Z", "createdAt": "2021-02-21T08:34:18Z", - "pushedAt": "2025-04-12T05:37:57Z", - "forks": 116, - "issues": 15, + "pushedAt": "2025-05-11T10:33:57Z", + "forks": 120, + "issues": 17, "subscribers": 9, - "stars": 636 + "stars": 661 }, "name": "@baronha/react-native-multiple-image-picker", "fullName": "NitrogenZLab/react-native-multiple-image-picker", @@ -67524,23 +68433,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "2.2.2", - "tagName": "2.2.2", - "createdAt": "2025-04-12T05:37:57Z", - "publishedAt": "2025-04-12T05:41:11Z", + "name": "2.2.3", + "tagName": "2.2.3", + "createdAt": "2025-05-11T10:29:48Z", + "publishedAt": "2025-05-11T10:30:51Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 3786, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ - "Recently updated", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android image-picker native-module picker swift video multi-selector photo" }, { @@ -67588,13 +68503,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 3716, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native web web image" }, { @@ -67622,9 +68542,9 @@ "createdAt": "2020-02-06T10:44:39Z", "pushedAt": "2022-07-15T12:09:08Z", "forks": 91, - "issues": 24, + "issues": 25, "subscribers": 15, - "stars": 813 + "stars": 819 }, "name": "react-native-neomorph-shadows", "fullName": "tokkozhin/react-native-neomorph-shadows", @@ -67666,9 +68586,9 @@ "unmaintained": true, "npmPkg": "react-native-neomorph-shadows", "npm": { - "downloads": 5131, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2851, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -67728,16 +68648,16 @@ "unmaintained": true, "npmPkg": "react-native-idata-scanner", "npm": { - "downloads": 31, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.818, + "popularity": -0.819, "topicSearchString": "react-native" }, { @@ -67787,9 +68707,9 @@ "unmaintained": true, "npmPkg": "react-native-headphone-detection", "npm": { - "downloads": 7192, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5143, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -67821,10 +68741,10 @@ "updatedAt": "2024-02-05T04:47:54Z", "createdAt": "2017-03-03T07:58:57Z", "pushedAt": "2024-02-05T04:47:54Z", - "forks": 613, - "issues": 208, - "subscribers": 51, - "stars": 2476 + "forks": 615, + "issues": 210, + "subscribers": 50, + "stars": 2483 }, "name": "react-native-charts-wrapper", "fullName": "wuxudong/react-native-charts-wrapper", @@ -67858,9 +68778,9 @@ }, "npmPkg": "react-native-charts-wrapper", "npm": { - "downloads": 35192, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25387, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -67896,10 +68816,10 @@ "updatedAt": "2022-06-02T00:01:04Z", "createdAt": "2017-09-09T09:29:32Z", "pushedAt": "2022-06-02T00:01:04Z", - "forks": 70, + "forks": 71, "issues": 5, "subscribers": 7, - "stars": 529 + "stars": 530 }, "name": "react-native-awesome-alerts", "fullName": "rishabhbhatia/react-native-awesome-alerts", @@ -67928,9 +68848,9 @@ "unmaintained": true, "npmPkg": "react-native-awesome-alerts", "npm": { - "downloads": 10522, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9504, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -67969,10 +68889,10 @@ "updatedAt": "2024-08-27T03:08:58Z", "createdAt": "2019-11-10T21:18:45Z", "pushedAt": "2024-08-27T03:08:58Z", - "forks": 30, + "forks": 31, "issues": 1, "subscribers": 5, - "stars": 658 + "stars": 692 }, "name": "react-native-swipeable-list", "fullName": "esthor/react-native-swipeable-list", @@ -68013,9 +68933,9 @@ }, "npmPkg": "react-native-swipeable-list", "npm": { - "downloads": 19934, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21190, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -68085,16 +69005,16 @@ "unmaintained": true, "npmPkg": "react-native-jsi-contacts", "npm": { - "downloads": 70, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.7, "topicSearchString": "react-native ios android jsi contacts library" }, { @@ -68122,10 +69042,10 @@ "updatedAt": "2022-08-09T04:08:28Z", "createdAt": "2017-02-07T17:33:26Z", "pushedAt": "2022-08-09T04:08:28Z", - "forks": 166, + "forks": 167, "issues": 7, "subscribers": 21, - "stars": 502 + "stars": 503 }, "name": "react-native-openalpr", "fullName": "RobertSasak/react-native-openalpr", @@ -68159,9 +69079,9 @@ "unmaintained": true, "npmPkg": "react-native-openalpr", "npm": { - "downloads": 472, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 486, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -68170,7 +69090,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.723, "topicSearchString": "react-native openalpr camera camera-component opencv" }, { @@ -68201,7 +69121,7 @@ "forks": 55, "issues": 1, "subscribers": 8, - "stars": 315 + "stars": 316 }, "name": "react-native-multibar", "fullName": "alex-melnyk/react-native-multibar", @@ -68238,9 +69158,9 @@ "unmaintained": true, "npmPkg": "react-native-multibar", "npm": { - "downloads": 190, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -68323,16 +69243,16 @@ "unmaintained": true, "npmPkg": "react-native-ui-buttons", "npm": { - "downloads": 24, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.808, + "popularity": -0.85, "topicSearchString": "react-native react-component component react mobile ios android ui button dual-tone-button buttons loading-support dual-tone-buttons loading-indicator" }, { @@ -68361,10 +69281,10 @@ "updatedAt": "2022-08-15T18:03:18Z", "createdAt": "2018-03-07T21:42:22Z", "pushedAt": "2022-08-15T18:03:18Z", - "forks": 88, + "forks": 89, "issues": 10, "subscribers": 6, - "stars": 301 + "stars": 303 }, "name": "react-native-view-pdf", "fullName": "rumax/react-native-PDFView", @@ -68395,9 +69315,9 @@ }, "unmaintained": true, "npm": { - "downloads": 45006, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 35535, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -68460,13 +69380,12 @@ "isArchived": false }, "npm": { - "downloads": 89965, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 922, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -68478,6 +69397,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/software-mansion/react-freeze", @@ -68495,7 +69415,7 @@ "forks": 32, "issues": 15, "subscribers": 15, - "stars": 1603 + "stars": 1612 }, "name": "react-freeze", "fullName": "software-mansion/react-freeze", @@ -68525,9 +69445,9 @@ }, "npmPkg": "react-freeze", "npm": { - "downloads": 5441072, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5457983, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -68563,7 +69483,7 @@ "forks": 3, "issues": 1, "subscribers": 7, - "stars": 241 + "stars": 242 }, "name": "react-native-native-runtime", "fullName": "shirakaba/react-native-native-runtime", @@ -68596,9 +69516,9 @@ "unmaintained": true, "npmPkg": "react-native-native-runtime", "npm": { - "downloads": 15, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -68633,10 +69553,10 @@ "updatedAt": "2023-09-30T22:39:10Z", "createdAt": "2020-12-05T10:04:27Z", "pushedAt": "2023-09-30T22:39:10Z", - "forks": 37, + "forks": 39, "issues": 14, "subscribers": 6, - "stars": 192 + "stars": 197 }, "name": "react-native-mlkit-ocr", "fullName": "agoldis/react-native-mlkit-ocr", @@ -68670,9 +69590,9 @@ }, "npmPkg": "react-native-mlkit-ocr", "npm": { - "downloads": 9849, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11014, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -68710,7 +69630,7 @@ "forks": 74, "issues": 45, "subscribers": 3, - "stars": 431 + "stars": 443 }, "name": "@miblanchard/react-native-slider", "fullName": "miblanchard/react-native-slider", @@ -68736,13 +69656,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 260700, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-component react-native ios android slider javascript web" }, { @@ -68800,16 +69726,16 @@ "unmaintained": true, "npmPkg": "react-native-shareplay", "npm": { - "downloads": 158, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 83, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.726, "topicSearchString": "react-native ios" }, { @@ -68827,13 +69753,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-22T15:40:46Z", + "updatedAt": "2025-06-10T04:46:54Z", "createdAt": "2017-06-27T08:54:42Z", - "pushedAt": "2024-11-22T15:40:46Z", - "forks": 65, - "issues": 9, + "pushedAt": "2025-06-10T04:46:54Z", + "forks": 66, + "issues": 10, "subscribers": 2, - "stars": 282 + "stars": 286 }, "name": "react-native-shake", "fullName": "Doko-Demo-Doa/react-native-shake", @@ -68853,10 +69779,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Library revamp - 6.0.0-beta.2", - "tagName": "6.0.0-beta.2", - "createdAt": "2024-08-22T09:11:38Z", - "publishedAt": "2024-08-22T09:23:24Z", + "name": "6.7.0 - React Native 0.79 support and resolve Android build issues", + "tagName": "6.7.0", + "createdAt": "2025-06-08T17:31:50Z", + "publishedAt": "2025-06-08T17:39:58Z", "isPrerelease": false }, "hasTypes": true, @@ -68865,13 +69791,14 @@ }, "npmPkg": "react-native-shake", "npm": { - "downloads": 123928, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 103920, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -68925,9 +69852,9 @@ "unmaintained": true, "npmPkg": "react-native-home-indicator", "npm": { - "downloads": 3149, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2351, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -68956,10 +69883,10 @@ "updatedAt": "2025-03-11T09:38:09Z", "createdAt": "2018-02-27T16:11:15Z", "pushedAt": "2025-03-11T09:38:09Z", - "forks": 72, - "issues": 2, + "forks": 73, + "issues": 1, "subscribers": 3, - "stars": 423 + "stars": 429 }, "name": "react-native-email-link", "fullName": "tschoffelen/react-native-email-link", @@ -68995,9 +69922,9 @@ }, "npmPkg": "react-native-email-link", "npm": { - "downloads": 280246, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 262884, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -69032,10 +69959,10 @@ "updatedAt": "2025-01-11T03:16:41Z", "createdAt": "2021-06-22T18:50:00Z", "pushedAt": "2025-01-11T03:16:41Z", - "forks": 180, - "issues": 129, + "forks": 188, + "issues": 135, "subscribers": 3, - "stars": 1163 + "stars": 1210 }, "name": "react-native-element-dropdown", "fullName": "hoaphantn7604/react-native-element-dropdown", @@ -69076,9 +70003,9 @@ }, "npmPkg": "react-native-element-dropdown", "npm": { - "downloads": 408087, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 382443, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -69115,10 +70042,10 @@ "updatedAt": "2021-11-03T14:49:11Z", "createdAt": "2020-02-29T17:51:41Z", "pushedAt": "2021-11-03T14:49:11Z", - "forks": 49, + "forks": 50, "issues": 7, "subscribers": 15, - "stars": 879 + "stars": 886 }, "name": "@gorhom/paper-onboarding", "fullName": "gorhom/react-native-paper-onboarding", @@ -69156,13 +70083,20 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 84, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.714, "topicSearchString": "onboarding paper paper-onboarding react-native ios android reanimated slider material ui redash" }, { @@ -69191,7 +70125,7 @@ "forks": 18, "issues": 3, "subscribers": 9, - "stars": 319 + "stars": 321 }, "name": "@mobile-reality/react-native-select-pro", "fullName": "MobileReality/react-native-select-pro", @@ -69220,13 +70154,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 9054, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react ios android select picker dropdown menu component" }, { @@ -69248,13 +70188,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-04-25T13:24:15Z", + "updatedAt": "2025-05-28T06:40:17Z", "createdAt": "2021-02-05T05:28:56Z", - "pushedAt": "2024-04-25T13:24:15Z", - "forks": 23, - "issues": 10, + "pushedAt": "2025-05-28T06:40:17Z", + "forks": 26, + "issues": 11, "subscribers": 3, - "stars": 379 + "stars": 405 }, "name": "react-native-quick-base64", "fullName": "craftzdog/react-native-quick-base64", @@ -69274,10 +70214,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.1.1", - "tagName": "v2.1.1", - "createdAt": "2024-04-11T04:59:56Z", - "publishedAt": "2024-04-11T05:03:09Z", + "name": "v2.2.0", + "tagName": "v2.2.0", + "createdAt": "2025-05-28T06:40:17Z", + "publishedAt": "2025-05-28T06:43:46Z", "isPrerelease": false }, "hasTypes": true, @@ -69286,14 +70226,14 @@ }, "npmPkg": "react-native-quick-base64", "npm": { - "downloads": 439899, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 450934, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -69363,16 +70303,16 @@ "unmaintained": true, "npmPkg": "react-native-cardscan", "npm": { - "downloads": 566, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 371, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.723, "topicSearchString": "react-native card scan cardscan payment mobile android ios" }, { @@ -69397,10 +70337,10 @@ "updatedAt": "2023-10-23T19:37:53Z", "createdAt": "2021-08-16T15:05:05Z", "pushedAt": "2023-10-23T19:37:53Z", - "forks": 146, + "forks": 144, "issues": 86, "subscribers": 11, - "stars": 337 + "stars": 338 }, "name": "vision-camera-code-scanner", "fullName": "rodgomesc/vision-camera-code-scanner", @@ -69433,9 +70373,9 @@ "unmaintained": true, "npmPkg": "vision-camera-code-scanner", "npm": { - "downloads": 21205, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20606, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 30, "matchingScoreModifiers": [ @@ -69470,7 +70410,7 @@ "createdAt": "2021-10-09T04:28:39Z", "pushedAt": "2023-11-30T11:48:45Z", "forks": 16, - "issues": 5, + "issues": 6, "subscribers": 1, "stars": 25 }, @@ -69499,13 +70439,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 83, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.226, "topicSearchString": "react react-native native twitter signin social-signin authentication hacktoberfest" }, { @@ -69530,7 +70475,7 @@ "forks": 15, "issues": 12, "subscribers": 5, - "stars": 173 + "stars": 172 }, "name": "react-native-svg-app-icon", "fullName": "aeirola/react-native-svg-app-icon", @@ -69562,9 +70507,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-app-icon", "npm": { - "downloads": 2924, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2631, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -69636,9 +70581,9 @@ "unmaintained": true, "npmPkg": "rn-bounceable", "npm": { - "downloads": 1739, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 977, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -69672,10 +70617,10 @@ "updatedAt": "2025-04-04T00:29:12Z", "createdAt": "2021-11-14T07:27:55Z", "pushedAt": "2025-04-04T00:29:12Z", - "forks": 27, + "forks": 28, "issues": 5, "subscribers": 7, - "stars": 178 + "stars": 180 }, "name": "react-native-checkbox-reanimated", "fullName": "craftzdog/react-native-checkbox-reanimated", @@ -69708,17 +70653,16 @@ }, "npmPkg": "react-native-checkbox-reanimated", "npm": { - "downloads": 315, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2673, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.225, + "popularity": 0.028, "topicSearchString": "react-native ios android ui" }, { @@ -69726,9 +70670,6 @@ "examples": [ "https://github.com/zoontek/react-native-edge-to-edge/tree/main/example" ], - "images": [ - "https://raw.githubusercontent.com/zoontek/react-native-edge-to-edge/HEAD/docs/android_demo.gif" - ], "ios": true, "android": true, "github": { @@ -69742,13 +70683,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-13T15:42:19Z", + "updatedAt": "2025-06-10T19:55:53Z", "createdAt": "2021-11-13T00:36:28Z", - "pushedAt": "2025-04-13T15:42:19Z", - "forks": 22, - "issues": 1, - "subscribers": 6, - "stars": 801 + "pushedAt": "2025-06-10T19:55:53Z", + "forks": 25, + "issues": 2, + "subscribers": 7, + "stars": 877 }, "name": "react-native-edge-to-edge", "fullName": "zoontek/react-native-edge-to-edge", @@ -69771,10 +70712,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.6.0", - "tagName": "1.6.0", - "createdAt": "2025-04-13T15:23:45Z", - "publishedAt": "2025-04-13T15:30:25Z", + "name": "1.6.1", + "tagName": "1.6.1", + "createdAt": "2025-06-01T06:28:58Z", + "publishedAt": "2025-06-01T06:32:23Z", "isPrerelease": false }, "hasTypes": true, @@ -69783,9 +70724,9 @@ }, "npmPkg": "react-native-edge-to-edge", "npm": { - "downloads": 138821, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2116222, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -69853,16 +70794,16 @@ "unmaintained": true, "npmPkg": "react-native-sha", "npm": { - "downloads": 45, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.728, + "popularity": -0.75, "topicSearchString": "react-native ios android" }, { @@ -69925,15 +70866,16 @@ }, "npmPkg": "react-native-customizable-toast", "npm": { - "downloads": 573, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 497, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.222, "topicSearchString": "react-native ios android" }, { @@ -70001,9 +70943,9 @@ "unmaintained": true, "npmPkg": "react-native-lazy-index", "npm": { - "downloads": 42, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -70011,7 +70953,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.75, "topicSearchString": "babel bundle codegen index.js inline lazy macro on-demand performance ram react react-native require ram-bundle lazy-loading" }, { @@ -70039,7 +70981,7 @@ "updatedAt": "2023-09-13T13:28:46Z", "createdAt": "2018-09-27T20:57:44Z", "pushedAt": "2023-09-13T13:28:46Z", - "forks": 25, + "forks": 26, "issues": 9, "subscribers": 3, "stars": 221 @@ -70063,19 +71005,26 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 5979, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react reactjs react-native scrolling auto-scroll auto-scrolling performance marquee" }, { "githubUrl": "https://github.com/douglasjunior/react-native-recaptcha-that-works", "examples": [ - "https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample" + "https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample", + "https://snack.expo.dev/@douglasjunior/react-native-recaptcha-that-works" ], "images": [ "https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/normal.gif", @@ -70083,6 +71032,8 @@ ], "ios": true, "android": true, + "expoGo": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/douglasjunior/react-native-recaptcha-that-works", @@ -70097,10 +71048,10 @@ "updatedAt": "2025-01-21T11:40:19Z", "createdAt": "2020-07-03T01:17:44Z", "pushedAt": "2025-01-21T11:40:19Z", - "forks": 31, + "forks": 32, "issues": 3, "subscribers": 3, - "stars": 173 + "stars": 177 }, "name": "react-native-recaptcha-that-works", "fullName": "douglasjunior/react-native-recaptcha-that-works", @@ -70136,9 +71087,9 @@ }, "npmPkg": "react-native-recaptcha-that-works", "npm": { - "downloads": 77800, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 66984, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -70173,7 +71124,7 @@ "forks": 5, "issues": 0, "subscribers": 1, - "stars": 18 + "stars": 19 }, "name": "react-native-payment-icons", "fullName": "ftzi/react-native-payment-icons", @@ -70209,13 +71160,12 @@ }, "npmPkg": "react-native-payment-icons", "npm": { - "downloads": 4699, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8250, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -70244,7 +71194,7 @@ "forks": 12, "issues": 10, "subscribers": 4, - "stars": 139 + "stars": 140 }, "name": "react-native-sfsymbols", "fullName": "birkir/react-native-sfsymbols", @@ -70280,9 +71230,9 @@ }, "npmPkg": "react-native-sfsymbols", "npm": { - "downloads": 9202, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6135, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -70350,16 +71300,16 @@ "unmaintained": true, "npmPkg": "react-native-platforms", "npm": { - "downloads": 88, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 67, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.816, + "popularity": -0.82, "topicSearchString": "react-native ios android" }, { @@ -70377,6 +71327,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/dohooo/react-native-reanimated-carousel", @@ -70391,10 +71342,10 @@ "updatedAt": "2025-02-11T06:26:29Z", "createdAt": "2021-09-07T05:58:39Z", "pushedAt": "2025-02-11T06:26:29Z", - "forks": 333, - "issues": 58, - "subscribers": 27, - "stars": 3038 + "forks": 338, + "issues": 31, + "subscribers": 28, + "stars": 3121 }, "name": "react-native-reanimated-carousel", "fullName": "dohooo/react-native-reanimated-carousel", @@ -70432,12 +71383,13 @@ }, "npmPkg": "react-native-reanimated-carousel", "npm": { - "downloads": 921763, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 944899, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 92, "matchingScoreModifiers": [ + "Very popular", "Popular", "Known", "Not supporting New Architecture" @@ -70471,10 +71423,10 @@ "updatedAt": "2025-03-10T16:34:39Z", "createdAt": "2020-08-09T20:08:55Z", "pushedAt": "2025-03-10T16:34:39Z", - "forks": 64, + "forks": 66, "issues": 33, - "subscribers": 8, - "stars": 691 + "subscribers": 7, + "stars": 694 }, "name": "react-native-in-app-review", "fullName": "MinaSamir11/react-native-in-app-review", @@ -70524,9 +71476,9 @@ }, "npmPkg": "react-native-in-app-review", "npm": { - "downloads": 390820, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 382424, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -70563,7 +71515,7 @@ "pushedAt": "2025-03-19T17:59:44Z", "forks": 4, "issues": 0, - "subscribers": 84, + "subscribers": 83, "stars": 28 }, "name": "@shipt/osmosis", @@ -70589,13 +71541,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 198, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.225, "topicSearchString": "react react-native state-management hooks state-persistence shipt" }, { @@ -70622,8 +71579,8 @@ "pushedAt": "2025-01-15T16:33:40Z", "forks": 28, "issues": 22, - "subscribers": 43, - "stars": 671 + "subscribers": 41, + "stars": 676 }, "name": "react-native-owl", "fullName": "FormidableLabs/react-native-owl", @@ -70661,9 +71618,9 @@ }, "npmPkg": "react-native-owl", "npm": { - "downloads": 985, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1205, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -70723,9 +71680,9 @@ }, "npmPkg": "react-native-ticker", "npm": { - "downloads": 1339, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1407, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -70753,10 +71710,10 @@ "updatedAt": "2024-10-15T16:20:48Z", "createdAt": "2020-09-21T19:09:21Z", "pushedAt": "2024-10-15T16:20:48Z", - "forks": 241, - "issues": 113, + "forks": 249, + "issues": 114, "subscribers": 27, - "stars": 986 + "stars": 1027 }, "name": "react-native-health", "fullName": "agencyenterprise/react-native-health", @@ -70794,9 +71751,9 @@ }, "npmPkg": "react-native-health", "npm": { - "downloads": 42125, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42644, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -70868,9 +71825,9 @@ "unmaintained": true, "npmPkg": "react-native-interactable-reanimated", "npm": { - "downloads": 2129, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2116, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -70902,10 +71859,10 @@ "updatedAt": "2022-09-29T19:32:17Z", "createdAt": "2018-12-20T23:36:22Z", "pushedAt": "2022-09-29T19:32:17Z", - "forks": 109, - "issues": 22, + "forks": 112, + "issues": 24, "subscribers": 5, - "stars": 209 + "stars": 210 }, "name": "expo-video-player", "fullName": "ihmpavel/expo-video-player", @@ -70944,9 +71901,9 @@ "unmaintained": true, "npmPkg": "expo-video-player", "npm": { - "downloads": 9840, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10696, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -71006,16 +71963,16 @@ "unmaintained": true, "npmPkg": "react-native-accelerometer-parallax", "npm": { - "downloads": 174, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.821, + "popularity": -0.85, "topicSearchString": "react-native" }, { @@ -71046,7 +72003,7 @@ "forks": 13, "issues": 6, "subscribers": 2, - "stars": 116 + "stars": 117 }, "name": "react-native-swipe-calendar", "fullName": "computerjazz/react-native-swipe-calendar", @@ -71074,9 +72031,9 @@ "unmaintained": true, "npmPkg": "react-native-swipe-calendar", "npm": { - "downloads": 6717, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1522, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -71114,7 +72071,7 @@ "forks": 13, "issues": 4, "subscribers": 4, - "stars": 77 + "stars": 78 }, "name": "react-native-pan-pinch-view", "fullName": "fakeheal/react-native-pan-pinch-view", @@ -71148,9 +72105,9 @@ }, "npmPkg": "react-native-pan-pinch-view", "npm": { - "downloads": 916, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 928, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -71220,13 +72177,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native ios android oauth passkey passkeys passwordless authentication" }, { @@ -71250,10 +72212,10 @@ "updatedAt": "2024-09-05T02:03:14Z", "createdAt": "2022-01-25T07:17:41Z", "pushedAt": "2024-09-05T02:03:14Z", - "forks": 16, + "forks": 15, "issues": 0, "subscribers": 4, - "stars": 78 + "stars": 79 }, "name": "vision-camera-dynamsoft-barcode-reader", "fullName": "tony-xlh/vision-camera-dynamsoft-barcode-reader", @@ -71290,16 +72252,16 @@ }, "npmPkg": "vision-camera-dynamsoft-barcode-reader", "npm": { - "downloads": 197, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 185, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.223, "topicSearchString": "react-native ios android pdf417 barcode qr-code ean13 data-matrix" }, { @@ -71326,7 +72288,7 @@ "forks": 8, "issues": 2, "subscribers": 2, - "stars": 29 + "stars": 30 }, "name": "react-native-lan-port-scanner", "fullName": "gajjartejas/react-native-lan-port-scanner", @@ -71365,16 +72327,16 @@ }, "npmPkg": "react-native-lan-port-scanner", "npm": { - "downloads": 341, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 179, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.222, "topicSearchString": "react-native ios android lan scanner port lan-scan lan-scanner port-scanner wifi-scanner" }, { @@ -71404,7 +72366,7 @@ "forks": 34, "issues": 2, "subscribers": 4, - "stars": 203 + "stars": 204 }, "name": "react-native-animated-pagination-dot", "fullName": "Soomgo-Mobile/react-native-animated-pagination-dot", @@ -71442,9 +72404,9 @@ "unmaintained": true, "npmPkg": "react-native-animated-pagination-dot", "npm": { - "downloads": 11889, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11059, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -71479,7 +72441,7 @@ "forks": 21, "issues": 1, "subscribers": 6, - "stars": 73 + "stars": 74 }, "name": "react-native-ad", "fullName": "haxibiao/react-native-ad", @@ -71505,16 +72467,16 @@ }, "npmPkg": "react-native-ad", "npm": { - "downloads": 30, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.217, + "popularity": -0.205, "topicSearchString": "react-native ads gromore ad" }, { @@ -71565,13 +72527,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 205, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.721, "topicSearchString": "material-you material-design react-native personalization" }, { @@ -71594,13 +72561,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T19:54:48Z", + "updatedAt": "2025-06-13T22:08:00Z", "createdAt": "2021-12-14T16:53:48Z", - "pushedAt": "2025-04-16T19:54:48Z", - "forks": 331, - "issues": 24, + "pushedAt": "2025-06-13T22:08:00Z", + "forks": 356, + "issues": 13, "subscribers": 10, - "stars": 1408 + "stars": 1487 }, "name": "@clerk/clerk-expo", "fullName": "clerk/javascript", @@ -71627,13 +72594,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 124942, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native expo auth authentication passwordless session jwt" }, { @@ -71696,16 +72670,16 @@ "unmaintained": true, "npmPkg": "react-native-hashing", "npm": { - "downloads": 46, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.828, + "popularity": -0.8, "topicSearchString": "react-native ios android hashing jsi cpp javascript react typescript" }, { @@ -71735,7 +72709,7 @@ "forks": 21, "issues": 3, "subscribers": 5, - "stars": 237 + "stars": 239 }, "name": "react-icomoon", "fullName": "aykutkardas/react-icomoon", @@ -71772,9 +72746,9 @@ }, "npmPkg": "react-icomoon", "npm": { - "downloads": 86484, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 105508, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -71811,7 +72785,7 @@ "forks": 11, "issues": 4, "subscribers": 2, - "stars": 140 + "stars": 141 }, "name": "react-native-chatty", "fullName": "MuhammedKpln/react-native-chatty", @@ -71849,16 +72823,16 @@ }, "npmPkg": "react-native-chatty", "npm": { - "downloads": 248, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 148, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.216, "topicSearchString": "react-native ios android javascript react web chat chat-ui expo" }, { @@ -71910,9 +72884,9 @@ }, "unmaintained": true, "npm": { - "downloads": 257, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 110, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -71976,11 +72950,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-insta-story", "npm": { - "downloads": 4515, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1729, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -71988,7 +72963,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react-native insta-story story instagram ios android" }, { @@ -72020,7 +72995,7 @@ "forks": 47, "issues": 17, "subscribers": 1, - "stars": 199 + "stars": 202 }, "name": "react-native-section-alphabet-list", "fullName": "Kieran-McIntyre/react-native-section-alphabet-list", @@ -72056,9 +73031,9 @@ "unmaintained": true, "npmPkg": "react-native-section-alphabet-list", "npm": { - "downloads": 12757, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10424, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -72095,10 +73070,10 @@ "updatedAt": "2023-08-17T08:26:13Z", "createdAt": "2019-06-18T15:01:59Z", "pushedAt": "2023-08-17T08:26:13Z", - "forks": 122, + "forks": 123, "issues": 6, "subscribers": 4, - "stars": 626 + "stars": 627 }, "name": "react-native-skeleton-content", "fullName": "alexZajac/react-native-skeleton-content", @@ -72126,9 +73101,9 @@ }, "npmPkg": "react-native-skeleton-content", "npm": { - "downloads": 6764, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5628, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -72163,10 +73138,10 @@ "updatedAt": "2023-03-04T04:56:34Z", "createdAt": "2019-08-03T16:54:24Z", "pushedAt": "2023-03-04T04:56:34Z", - "forks": 51, + "forks": 49, "issues": 4, "subscribers": 2, - "stars": 309 + "stars": 315 }, "name": "react-native-skeleton-content-nonexpo", "fullName": "alexZajac/react-native-skeleton-content-nonexpo", @@ -72195,9 +73170,9 @@ "unmaintained": true, "npmPkg": "react-native-skeleton-content-nonexpo", "npm": { - "downloads": 24566, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5819, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -72236,7 +73211,7 @@ "forks": 220, "issues": 130, "subscribers": 58, - "stars": 684 + "stars": 688 }, "name": "react-native-share-menu", "fullName": "Expensify/react-native-share-menu", @@ -72272,9 +73247,9 @@ }, "npmPkg": "react-native-share-menu", "npm": { - "downloads": 7683, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7620, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -72309,7 +73284,7 @@ "forks": 12, "issues": 6, "subscribers": 6, - "stars": 292 + "stars": 293 }, "name": "react-native-colo-loco", "fullName": "jamonholmgren/react-native-colo-loco", @@ -72340,9 +73315,9 @@ }, "npmPkg": "react-native-colo-loco", "npm": { - "downloads": 115, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 134, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -72350,7 +73325,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.22, "topicSearchString": "react-native ios android" }, { @@ -72400,16 +73375,16 @@ "unmaintained": true, "npmPkg": "react-native-url-router", "npm": { - "downloads": 34, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.7, "topicSearchString": "" }, { @@ -72437,7 +73412,7 @@ "forks": 3, "issues": 4, "subscribers": 1, - "stars": 23 + "stars": 24 }, "name": "react-native-scrollable-tabstring", "fullName": "gbumps/react-native-scrollable-tabstring", @@ -72481,16 +73456,16 @@ "unmaintained": true, "npmPkg": "react-native-scrollable-tabstring", "npm": { - "downloads": 74, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 31, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.818, "topicSearchString": "react native tab scroll string navigator tabstring stringtab scrollable horizontal animated component scrollview ios android" }, { @@ -72516,7 +73491,7 @@ "forks": 19, "issues": 2, "subscribers": 5, - "stars": 270 + "stars": 272 }, "name": "create-luna-app", "fullName": "LunatiqueCoder/luna", @@ -72580,10 +73555,10 @@ "updatedAt": "2024-10-29T19:29:59Z", "createdAt": "2022-02-24T13:52:16Z", "pushedAt": "2024-10-29T19:29:59Z", - "forks": 32, - "issues": 19, + "forks": 33, + "issues": 21, "subscribers": 4, - "stars": 215 + "stars": 222 }, "name": "react-native-media-console", "fullName": "LunatiqueCoder/react-native-media-console", @@ -72621,13 +73596,14 @@ }, "npmPkg": "react-native-media-console", "npm": { - "downloads": 23355, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25288, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -72655,7 +73631,7 @@ "updatedAt": "2022-03-23T06:23:50Z", "createdAt": "2022-03-20T14:07:43Z", "pushedAt": "2022-03-23T06:23:50Z", - "forks": 0, + "forks": 1, "issues": 1, "subscribers": 1, "stars": 1 @@ -72692,16 +73668,16 @@ "unmaintained": true, "npmPkg": "rn-status-bar", "npm": { - "downloads": 25, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.81, + "popularity": -0.767, "topicSearchString": "react-native ios android statusbar" }, { @@ -72729,7 +73705,7 @@ "updatedAt": "2023-07-26T15:27:06Z", "createdAt": "2017-03-06T18:24:11Z", "pushedAt": "2023-07-26T15:27:06Z", - "forks": 41, + "forks": 40, "issues": 1, "subscribers": 3, "stars": 79 @@ -72750,9 +73726,9 @@ }, "npmPkg": "react-native-virtual-keyboard", "npm": { - "downloads": 1554, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1263, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -72783,10 +73759,10 @@ "updatedAt": "2024-04-18T10:39:18Z", "createdAt": "2020-07-29T14:55:43Z", "pushedAt": "2024-04-18T10:39:18Z", - "forks": 41, - "issues": 43, + "forks": 42, + "issues": 44, "subscribers": 4, - "stars": 157 + "stars": 161 }, "name": "react-native-record-screen", "fullName": "yutasuzuki/react-native-record-screen", @@ -72811,9 +73787,9 @@ }, "npmPkg": "react-native-record-screen", "npm": { - "downloads": 1931, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2029, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -72821,7 +73797,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -72880,9 +73856,9 @@ "unmaintained": true, "npmPkg": "react-native-tags", "npm": { - "downloads": 2021, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2014, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -72902,6 +73878,10 @@ ], "ios": true, "android": true, + "unmaintained": true, + "alternatives": [ + "@futurejj/react-native-visibility-sensor" + ], "github": { "urls": { "repo": "https://github.com/SvanBoxel/visibility-sensor-react-native", @@ -72945,14 +73925,18 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 5203, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react-native react visibility visbility-sensor viewport" }, { @@ -72983,7 +73967,7 @@ "forks": 4, "issues": 2, "subscribers": 2, - "stars": 41 + "stars": 40 }, "name": "@dimaportenko/react-native-shadow-view", "fullName": "dimaportenko/react-native-shadow-view", @@ -73013,13 +73997,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 100, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.22, "topicSearchString": "react-native ios android" }, { @@ -73048,7 +74037,7 @@ "forks": 5, "issues": 2, "subscribers": 1, - "stars": 24 + "stars": 25 }, "name": "react-native-flex-layout", "fullName": "yamankatby/react-native-flex-layout", @@ -73083,16 +74072,16 @@ "unmaintained": true, "npmPkg": "react-native-flex-layout", "npm": { - "downloads": 16376, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15963, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.572, + "popularity": -0.472, "topicSearchString": "react-native ios android flexbox layout" }, { @@ -73123,7 +74112,7 @@ "forks": 0, "issues": 3, "subscribers": 3, - "stars": 76 + "stars": 77 }, "name": "react-native-tableview-list", "fullName": "jacobp100/react-native-tableview-list", @@ -73155,16 +74144,16 @@ }, "npmPkg": "react-native-tableview-list", "npm": { - "downloads": 76, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.211, + "popularity": -0.224, "topicSearchString": "react-native ios android" }, { @@ -73187,10 +74176,10 @@ "updatedAt": "2025-01-24T18:09:33Z", "createdAt": "2017-06-02T09:44:41Z", "pushedAt": "2025-01-24T18:09:33Z", - "forks": 245, - "issues": 32, + "forks": 247, + "issues": 31, "subscribers": 17, - "stars": 2004 + "stars": 2037 }, "name": "@notifee/react-native", "fullName": "invertase/notifee", @@ -73220,12 +74209,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 638854, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native scheduling channels android ios firebase fcm notifee notifications onesignal" }, { @@ -73246,10 +74242,10 @@ "updatedAt": "2023-09-14T07:17:56Z", "createdAt": "2016-04-06T13:17:44Z", "pushedAt": "2023-09-14T07:17:56Z", - "forks": 666, - "issues": 10, - "subscribers": 331, - "stars": 3281 + "forks": 669, + "issues": 8, + "subscribers": 330, + "stars": 3295 }, "name": "react-native-notifications", "fullName": "wix/react-native-notifications", @@ -73288,9 +74284,9 @@ }, "npmPkg": "react-native-notifications", "npm": { - "downloads": 105752, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 92135, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -73361,16 +74357,16 @@ "unmaintained": true, "npmPkg": "react-native-focus", "npm": { - "downloads": 25, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.81, + "popularity": -0.85, "topicSearchString": "react-native ios ios-15 focus do-not-disturb" }, { @@ -73388,30 +74384,31 @@ "urls": { "repo": "https://github.com/forwardsoftware/react-auth", "clone": "https://github.com/forwardsoftware/react-auth.git", - "homepage": null + "homepage": "https://www.npmjs.com/package/@forward-software/react-auth" }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2022-11-16T01:25:53Z", + "updatedAt": "2025-06-10T22:30:39Z", "createdAt": "2022-02-09T11:40:16Z", - "pushedAt": "2022-11-16T01:25:53Z", + "pushedAt": "2025-06-10T22:30:39Z", "forks": 3, "issues": 0, "subscribers": 0, - "stars": 15 + "stars": 18 }, - "name": "@forward-software/react-auth", + "name": "react-auth", "fullName": "forwardsoftware/react-auth", "isPrivate": false, "description": "Simplify your Auth flow when working with React apps", "topics": [ + "react-auth", "react", - "react-native", "auth", - "authentication" + "authentication", + "react-native" ], "license": { "key": "mit", @@ -73421,25 +74418,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.1.0", - "tagName": "v1.1.0", - "createdAt": "2022-11-16T01:25:53Z", - "publishedAt": "2022-11-16T01:31:34Z", + "name": "v2.0.0", + "tagName": "v2.0.0", + "createdAt": "2025-05-16T16:45:39Z", + "publishedAt": "2025-05-16T16:45:50Z", "isPrerelease": false }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 52, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, - "topicSearchString": "react react-native auth authentication" + "popularity": -0.312, + "topicSearchString": "react-auth react auth authentication react-native" }, { "githubUrl": "https://github.com/erksch/react-native-wheely", @@ -73465,10 +74466,10 @@ "updatedAt": "2023-07-18T23:29:20Z", "createdAt": "2020-02-13T12:35:31Z", "pushedAt": "2023-07-18T23:29:20Z", - "forks": 59, + "forks": 58, "issues": 19, "subscribers": 3, - "stars": 454 + "stars": 459 }, "name": "react-native-wheely", "fullName": "erksch/react-native-wheely", @@ -73495,9 +74496,9 @@ }, "npmPkg": "react-native-wheely", "npm": { - "downloads": 70274, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57391, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -73527,10 +74528,10 @@ "updatedAt": "2025-02-22T11:47:35Z", "createdAt": "2020-05-04T19:18:35Z", "pushedAt": "2025-02-22T11:47:35Z", - "forks": 25, + "forks": 26, "issues": 1, "subscribers": 3, - "stars": 61 + "stars": 64 }, "name": "react-native-launch-arguments", "fullName": "iamolegga/react-native-launch-arguments", @@ -73560,13 +74561,12 @@ }, "npmPkg": "react-native-launch-arguments", "npm": { - "downloads": 875565, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 444189, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 51, "matchingScoreModifiers": [ - "Popular", "Known", "Not supporting New Architecture" ], @@ -73599,7 +74599,7 @@ "forks": 43, "issues": 8, "subscribers": 3, - "stars": 433 + "stars": 448 }, "name": "react-native-animated-numbers", "fullName": "heyman333/react-native-animated-numbers", @@ -73638,13 +74638,14 @@ }, "npmPkg": "react-native-animated-numbers", "npm": { - "downloads": 20519, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17556, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -73707,9 +74708,9 @@ "unmaintained": true, "npmPkg": "react-native-switch-selector", "npm": { - "downloads": 35028, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30137, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -73741,9 +74742,9 @@ "createdAt": "2020-03-17T05:29:33Z", "pushedAt": "2024-08-29T10:31:32Z", "forks": 129, - "issues": 25, + "issues": 28, "subscribers": 3, - "stars": 427 + "stars": 432 }, "name": "react-native-admob-native-ads", "fullName": "ammarahm-ed/react-native-admob-native-ads", @@ -73787,9 +74788,9 @@ }, "npmPkg": "react-native-admob-native-ads", "npm": { - "downloads": 4580, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3338, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -73826,10 +74827,10 @@ "updatedAt": "2024-03-21T14:15:34Z", "createdAt": "2022-04-29T12:40:18Z", "pushedAt": "2024-03-21T14:15:34Z", - "forks": 118, + "forks": 119, "issues": 30, "subscribers": 17, - "stars": 2216 + "stars": 2254 }, "name": "react-native-graph", "fullName": "margelo/react-native-graph", @@ -73877,9 +74878,9 @@ }, "npmPkg": "react-native-graph", "npm": { - "downloads": 16166, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19050, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -73910,13 +74911,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-04T03:56:12Z", + "updatedAt": "2025-05-13T23:08:15Z", "createdAt": "2022-03-03T08:52:46Z", - "pushedAt": "2025-02-04T03:56:12Z", - "forks": 16, - "issues": 8, + "pushedAt": "2025-05-13T23:08:15Z", + "forks": 15, + "issues": 9, "subscribers": 9, - "stars": 357 + "stars": 362 }, "name": "react-native-bignumber", "fullName": "margelo/react-native-bignumber", @@ -73950,10 +74951,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.2.4", - "tagName": "v0.2.4", - "createdAt": "2025-02-04T03:56:13Z", - "publishedAt": "2025-02-04T03:56:19Z", + "name": "Release 0.2.5", + "tagName": "v0.2.5", + "createdAt": "2025-05-13T22:08:12Z", + "publishedAt": "2025-05-13T22:08:30Z", "isPrerelease": false }, "hasTypes": true, @@ -73962,16 +74963,16 @@ }, "npmPkg": "react-native-bignumber", "npm": { - "downloads": 698, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 820, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ "Known", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android jsi crypto c++ fast web3 number bignumber bn big math library react native wallet" }, { @@ -74022,9 +75023,9 @@ }, "npmPkg": "react-native-select-contact", "npm": { - "downloads": 38496, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 35765, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -74056,7 +75057,7 @@ "forks": 48, "issues": 9, "subscribers": 4, - "stars": 127 + "stars": 130 }, "name": "react-native-shared-group-preferences", "fullName": "KjellConnelly/react-native-shared-group-preferences", @@ -74078,9 +75079,9 @@ }, "npmPkg": "react-native-shared-group-preferences", "npm": { - "downloads": 24932, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21775, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -74119,8 +75120,8 @@ "pushedAt": "2025-03-20T19:05:11Z", "forks": 12, "issues": 1, - "subscribers": 62, - "stars": 100 + "subscribers": 61, + "stars": 101 }, "name": "@shipt/segmented-arc-for-react-native", "fullName": "shipt/segmented-arc-for-react-native", @@ -74153,13 +75154,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1049, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native ios android segmented-arc arc segmented-gauge" }, { @@ -74237,16 +75243,16 @@ "unmaintained": true, "npmPkg": "react-native-actions-sheet-picker", "npm": { - "downloads": 607, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 232, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.72, "topicSearchString": "react-native ios android select searchable-select picker dropdown modal selector selectbox searchable option actions-sheet actionsheet filterable react javascript" }, { @@ -74272,13 +75278,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-25T02:26:50Z", + "updatedAt": "2025-06-02T15:40:00Z", "createdAt": "2021-09-03T17:18:21Z", - "pushedAt": "2025-02-25T02:26:50Z", - "forks": 38, - "issues": 36, + "pushedAt": "2025-06-02T15:40:00Z", + "forks": 39, + "issues": 20, "subscribers": 3, - "stars": 130 + "stars": 141 }, "name": "react-native-leaflet-view", "fullName": "pavel-corsaghin/react-native-leaflet", @@ -74300,10 +75306,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.1.2", - "tagName": "v0.1.2", - "createdAt": "2021-09-10T23:28:34Z", - "publishedAt": "2021-09-10T23:33:45Z", + "name": "Release 1.1.2", + "tagName": "v1.1.2", + "createdAt": "2025-06-02T15:40:12Z", + "publishedAt": "2025-06-02T15:43:27Z", "isPrerelease": false }, "hasTypes": true, @@ -74311,12 +75317,14 @@ "isArchived": false }, "npm": { - "downloads": 2815, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4747, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 57, "matchingScoreModifiers": [ + "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -74332,6 +75340,7 @@ ], "ios": true, "android": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/kirillzyusko/react-native-keyboard-controller", @@ -74343,13 +75352,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-15T12:01:00Z", + "updatedAt": "2025-06-20T08:35:09Z", "createdAt": "2022-04-17T18:00:04Z", - "pushedAt": "2025-04-15T12:01:00Z", - "forks": 97, - "issues": 33, - "subscribers": 12, - "stars": 2218 + "pushedAt": "2025-06-20T08:35:09Z", + "forks": 101, + "issues": 32, + "subscribers": 13, + "stars": 2498 }, "name": "react-native-keyboard-controller", "fullName": "kirillzyusko/react-native-keyboard-controller", @@ -74369,6 +75378,7 @@ "avoid-keyboard", "sticky-view", "over-keyboard-view", + "keyboard-background-view", "keyboard-aware-scroll-view", "keyboard-toolbar", "keyboard-done-button", @@ -74385,10 +75395,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.17.0", - "tagName": "1.17.0", - "createdAt": "2025-04-09T13:36:24Z", - "publishedAt": "2025-04-09T13:54:05Z", + "name": "Release 1.17.5", + "tagName": "1.17.5", + "createdAt": "2025-06-17T09:04:32Z", + "publishedAt": "2025-06-17T09:15:47Z", "isPrerelease": false }, "hasTypes": true, @@ -74397,9 +75407,9 @@ }, "npmPkg": "react-native-keyboard-controller", "npm": { - "downloads": 1135345, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 844037, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -74409,7 +75419,7 @@ "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native keyboard interactive dismiss animation focused-input text-changed selection-changed avoiding-view avoid-keyboard sticky-view over-keyboard-view keyboard-aware-scroll-view keyboard-toolbar keyboard-done-button keyboard-next-button keyboard-previous-button ios android" + "topicSearchString": "react-native keyboard interactive dismiss animation focused-input text-changed selection-changed avoiding-view avoid-keyboard sticky-view over-keyboard-view keyboard-background-view keyboard-aware-scroll-view keyboard-toolbar keyboard-done-button keyboard-next-button keyboard-previous-button ios android" }, { "githubUrl": "https://github.com/craftzdog/react-native-quick-websql", @@ -74464,16 +75474,16 @@ "unmaintained": true, "npmPkg": "react-native-quick-websql", "npm": { - "downloads": 207, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 188, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.718, "topicSearchString": "react-native ios android sqlite jsi typescript" }, { @@ -74497,10 +75507,10 @@ "updatedAt": "2024-10-14T14:47:04Z", "createdAt": "2021-12-02T18:02:34Z", "pushedAt": "2024-10-14T14:47:04Z", - "forks": 21, + "forks": 23, "issues": 4, "subscribers": 6, - "stars": 392 + "stars": 394 }, "name": "react-native-notificated", "fullName": "TheWidlarzGroup/react-native-notificated", @@ -74537,9 +75547,9 @@ }, "npmPkg": "react-native-notificated", "npm": { - "downloads": 5921, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5031, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -74572,7 +75582,7 @@ "updatedAt": "2023-07-11T07:12:37Z", "createdAt": "2022-05-26T09:11:06Z", "pushedAt": "2023-07-11T07:12:37Z", - "forks": 12, + "forks": 13, "issues": 2, "subscribers": 7, "stars": 600 @@ -74608,9 +75618,9 @@ }, "npmPkg": "react-native-esbuild", "npm": { - "downloads": 80, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 45, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -74618,7 +75628,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.212, + "popularity": -0.228, "topicSearchString": "react-native esbuild dev-server development bundler" }, { @@ -74672,16 +75682,16 @@ "unmaintained": true, "npmPkg": "cross-local-storage", "npm": { - "downloads": 24, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.808, + "popularity": -0.85, "topicSearchString": "react library storybook components" }, { @@ -74709,9 +75719,9 @@ "createdAt": "2022-05-31T21:26:17Z", "pushedAt": "2024-03-13T04:08:58Z", "forks": 11, - "issues": 9, + "issues": 11, "subscribers": 2, - "stars": 93 + "stars": 94 }, "name": "rn-card-scanner", "fullName": "howljs/rn-card-scanner", @@ -74744,9 +75754,9 @@ }, "npmPkg": "rn-card-scanner", "npm": { - "downloads": 2998, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6188, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -74816,8 +75826,8 @@ "npmPkg": "react-native-cupertino-list", "npm": { "downloads": 41, - "start": "2025-03-16", - "end": "2025-04-14" + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -74848,10 +75858,10 @@ "updatedAt": "2024-08-17T00:25:00Z", "createdAt": "2021-10-18T02:21:01Z", "pushedAt": "2024-08-17T00:25:00Z", - "forks": 18, - "issues": 18, + "forks": 19, + "issues": 19, "subscribers": 6, - "stars": 196 + "stars": 207 }, "name": "react-native-infinite-pager", "fullName": "computerjazz/react-native-infinite-pager", @@ -74885,9 +75895,9 @@ }, "npmPkg": "react-native-infinite-pager", "npm": { - "downloads": 11145, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6828, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -74920,10 +75930,10 @@ "updatedAt": "2024-06-01T03:32:10Z", "createdAt": "2022-06-11T18:11:47Z", "pushedAt": "2024-06-01T03:32:10Z", - "forks": 22, + "forks": 23, "issues": 20, "subscribers": 3, - "stars": 443 + "stars": 449 }, "name": "@th3rdwave/react-navigation-bottom-sheet", "fullName": "th3rdwave/react-navigation-bottom-sheet", @@ -74953,13 +75963,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 14849, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react-navigation bottom-sheet" }, { @@ -75029,16 +76045,16 @@ "unmaintained": true, "npmPkg": "react-native-picky", "npm": { - "downloads": 1157, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 875, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native ios android picker wheel react typescript wheelpicker" }, { @@ -75046,9 +76062,6 @@ "examples": [ "https://github.com/b0iq/react-native-place-picker/tree/main/example" ], - "images": [ - "https://raw.githubusercontent.com/b0iq/react-native-place-picker/main/HEADER.png" - ], "ios": true, "android": true, "github": { @@ -75068,7 +76081,7 @@ "forks": 8, "issues": 2, "subscribers": 1, - "stars": 119 + "stars": 126 }, "name": "react-native-place-picker", "fullName": "b0iq/react-native-place-picker", @@ -75107,16 +76120,16 @@ }, "npmPkg": "react-native-place-picker", "npm": { - "downloads": 533, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 447, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.223, "topicSearchString": "react-native expo place-picker reactnativeplacepicker android ios kotlin react reactjs swift typescript" }, { @@ -75142,10 +76155,10 @@ "updatedAt": "2024-04-10T19:41:42Z", "createdAt": "2022-04-26T14:24:03Z", "pushedAt": "2024-04-10T19:41:42Z", - "forks": 48, + "forks": 49, "issues": 15, - "subscribers": 239, - "stars": 943 + "subscribers": 234, + "stars": 955 }, "name": "@shopify/react-native-performance", "fullName": "Shopify/react-native-performance", @@ -75165,13 +76178,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 44973, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native" }, { @@ -75188,13 +76208,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-01-13T23:00:37Z", + "updatedAt": "2025-05-12T16:31:15Z", "createdAt": "2022-06-14T01:25:17Z", - "pushedAt": "2025-01-13T23:00:37Z", - "forks": 26, - "issues": 9, + "pushedAt": "2025-05-12T16:31:15Z", + "forks": 28, + "issues": 7, "subscribers": 8, - "stars": 548 + "stars": 590 }, "name": "react-native-app-clip", "fullName": "bndkt/react-native-app-clip", @@ -75215,10 +76235,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "0.5.1", - "tagName": "v0.5.1", - "createdAt": "2024-12-12T00:51:22Z", - "publishedAt": "2024-12-12T02:21:15Z", + "name": "v0.6.1", + "tagName": "v0.6.1", + "createdAt": "2025-05-12T16:31:15Z", + "publishedAt": "2025-05-12T16:31:46Z", "isPrerelease": false }, "hasTypes": true, @@ -75227,9 +76247,9 @@ }, "npmPkg": "react-native-app-clip", "npm": { - "downloads": 22240, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 31894, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -75262,7 +76282,7 @@ "forks": 2, "issues": 3, "subscribers": 2, - "stars": 45 + "stars": 46 }, "name": "react-native-compressed-jsbundle", "fullName": "ivanmoskalev/react-native-compressed-jsbundle", @@ -75297,22 +76317,23 @@ "unmaintained": true, "npmPkg": "react-native-compressed-jsbundle", "npm": { - "downloads": 435, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 423, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.724, "topicSearchString": "react-native ios android brotli compression" }, { "githubUrl": "https://github.com/LinusU/react-native-get-random-values", "android": true, "ios": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -75328,10 +76349,10 @@ "updatedAt": "2024-03-06T17:24:07Z", "createdAt": "2018-08-20T11:08:29Z", "pushedAt": "2024-03-06T17:24:07Z", - "forks": 47, - "issues": 10, + "forks": 49, + "issues": 11, "subscribers": 7, - "stars": 368 + "stars": 383 }, "name": "react-native-get-random-values", "fullName": "LinusU/react-native-get-random-values", @@ -75370,12 +76391,13 @@ }, "npmPkg": "react-native-get-random-values", "npm": { - "downloads": 4259936, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4573631, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 81, "matchingScoreModifiers": [ + "Very popular", "Popular", "Known", "Not updated recently", @@ -75388,7 +76410,10 @@ "githubUrl": "https://github.com/Shopify/react-native-skia/tree/main/packages/skia", "npmPkg": "@shopify/react-native-skia", "examples": [ - "https://github.com/Shopify/react-native-skia/tree/main/example" + "https://github.com/Shopify/react-native-skia/tree/main/apps/fabric", + "https://github.com/Shopify/react-native-skia/tree/main/apps/paper", + "https://github.com/Shopify/react-native-skia/tree/main/apps/remotion", + "https://github.com/Shopify/react-native-skia/tree/main/external-apps/expo-router-app" ], "android": true, "ios": true, @@ -75406,13 +76431,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T06:08:50Z", + "updatedAt": "2025-06-17T09:51:06Z", "createdAt": "2021-11-08T13:19:09Z", - "pushedAt": "2025-04-16T06:08:50Z", - "forks": 485, - "issues": 81, - "subscribers": 278, - "stars": 7347 + "pushedAt": "2025-06-17T09:51:06Z", + "forks": 499, + "issues": 66, + "subscribers": 272, + "stars": 7587 }, "name": "@shopify/react-native-skia", "fullName": "Shopify/react-native-skia", @@ -75432,13 +76457,20 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 41, + "npm": { + "downloads": 840403, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 100, "matchingScoreModifiers": [ - "Lots of open issues", + "Very popular", + "Popular", + "Known", "Recently updated" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native" }, { @@ -75449,6 +76481,7 @@ "npmPkg": "@shopify/flash-list", "android": true, "ios": true, + "tvos": true, "fireos": true, "expoGo": true, "newArchitectureNote": "Compiles and runs, but behavior may not be as expected.", @@ -75463,13 +76496,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:50:27Z", + "updatedAt": "2025-06-17T09:09:05Z", "createdAt": "2021-12-20T15:48:14Z", - "pushedAt": "2025-04-14T18:50:27Z", - "forks": 268, - "issues": 199, - "subscribers": 256, - "stars": 6092 + "pushedAt": "2025-06-17T09:09:05Z", + "forks": 286, + "issues": 174, + "subscribers": 251, + "stars": 6317 }, "name": "@shopify/flash-list", "fullName": "Shopify/flash-list", @@ -75495,24 +76528,32 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.0.0-alpha.3", - "tagName": "v2.0.0-alpha.3", - "createdAt": "2025-04-11T16:29:16Z", - "publishedAt": "2025-04-11T16:30:28Z", + "name": "v2.0.0-alpha.20", + "tagName": "v2.0.0-alpha.20", + "createdAt": "2025-06-19T10:55:37Z", + "publishedAt": "2025-06-19T11:01:38Z", "isPrerelease": true }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 2000590, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native recyclerview listview flatlist-alternative flatlist recyclerlistview 60fps cross-platform web performance" }, { @@ -75537,10 +76578,10 @@ "updatedAt": "2025-03-12T09:58:56Z", "createdAt": "2022-02-24T08:34:03Z", "pushedAt": "2025-03-12T09:58:56Z", - "forks": 33, + "forks": 35, "issues": 10, - "subscribers": 21, - "stars": 1345 + "subscribers": 22, + "stars": 1361 }, "name": "reassure", "fullName": "callstack/reassure", @@ -75564,9 +76605,9 @@ }, "npmPkg": "reassure", "npm": { - "downloads": 806282, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 392247, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -75656,7 +76697,7 @@ "forks": 27, "issues": 25, "subscribers": 2, - "stars": 241 + "stars": 244 }, "name": "myapp", "fullName": "leotm/react-native-template-new-architecture", @@ -75714,7 +76755,7 @@ "forks": 156, "issues": 16, "subscribers": 31, - "stars": 1717 + "stars": 1721 }, "name": "react-native-universal-project", "fullName": "mmazzarolo/react-native-universal-monorepo", @@ -75775,13 +76816,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T13:58:04Z", + "updatedAt": "2025-05-25T19:19:50Z", "createdAt": "2021-07-30T13:10:45Z", - "pushedAt": "2025-04-15T13:58:04Z", - "forks": 164, - "issues": 76, + "pushedAt": "2025-05-25T19:19:50Z", + "forks": 174, + "issues": 90, "subscribers": 5, - "stars": 952 + "stars": 1017 }, "name": "react-native-gifted-charts", "fullName": "Abhinandan-Kushwaha/react-native-gifted-charts", @@ -75819,10 +76860,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.4.60", - "tagName": "v1.4.60", - "createdAt": "2025-04-15T14:02:09Z", - "publishedAt": "2025-04-15T16:26:56Z", + "name": "v1.4.61", + "tagName": "v1.4.61", + "createdAt": "2025-05-04T22:53:02Z", + "publishedAt": "2025-05-04T22:55:25Z", "isPrerelease": false }, "hasTypes": false, @@ -75831,9 +76872,9 @@ }, "npmPkg": "react-native-gifted-charts", "npm": { - "downloads": 202370, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 204417, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 62, "matchingScoreModifiers": [ @@ -75850,6 +76891,7 @@ "githubUrl": "https://github.com/Luffos/rxn-input", "android": true, "web": true, + "unmaintained": true, "github": { "urls": { "repo": "https://github.com/gomes042/rxn-input", @@ -75900,15 +76942,15 @@ "newArchitecture": false, "isArchived": true }, - "unmaintained": true, "npmPkg": "rxn-input", "npm": { - "downloads": 3, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.85, @@ -75941,7 +76983,7 @@ "forks": 18, "issues": 13, "subscribers": 5, - "stars": 145 + "stars": 148 }, "name": "rn-perfect-sketch-canvas", "fullName": "wobsoriano/rn-perfect-sketch-canvas", @@ -75977,16 +77019,16 @@ }, "npmPkg": "rn-perfect-sketch-canvas", "npm": { - "downloads": 587, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 442, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": -0.223, "topicSearchString": "react-native ios android sketch canvas skia react" }, { @@ -76047,16 +77089,16 @@ "unmaintained": true, "npmPkg": "rn-skia-sketch-canvas", "npm": { - "downloads": 29, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.688, "topicSearchString": "react-native ios android" }, { @@ -76084,7 +77126,7 @@ "pushedAt": "2023-06-06T17:48:04Z", "forks": 5, "issues": 10, - "subscribers": 34, + "subscribers": 32, "stars": 345 }, "name": "react-native-zephyr", @@ -76110,9 +77152,9 @@ }, "unmaintained": true, "npm": { - "downloads": 235, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 206, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -76120,7 +77162,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.721, "topicSearchString": "react react-native styling tailwind-css" }, { @@ -76152,7 +77194,7 @@ "forks": 24, "issues": 8, "subscribers": 3, - "stars": 278 + "stars": 280 }, "name": "react-native-react-bridge", "fullName": "inokawa/react-native-react-bridge", @@ -76191,9 +77233,9 @@ }, "npmPkg": "react-native-react-bridge", "npm": { - "downloads": 2986, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3845, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -76240,13 +77282,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-09T08:56:29Z", + "updatedAt": "2025-06-13T11:45:54Z", "createdAt": "2022-06-29T18:45:29Z", - "pushedAt": "2025-04-09T08:56:29Z", - "forks": 18, + "pushedAt": "2025-06-13T11:45:54Z", + "forks": 22, "issues": 3, "subscribers": 3, - "stars": 332 + "stars": 355 }, "name": "reanimated-color-picker", "fullName": "alabsi91/reanimated-color-picker", @@ -76282,10 +77324,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v4.0.1", - "tagName": "v4.0.1", - "createdAt": "2025-04-06T14:59:16Z", - "publishedAt": "2025-04-06T15:02:18Z", + "name": "v4.1.0", + "tagName": "v4.1.0", + "createdAt": "2025-06-06T15:46:37Z", + "publishedAt": "2025-06-06T15:51:48Z", "isPrerelease": false }, "hasTypes": true, @@ -76294,9 +77336,9 @@ }, "npmPkg": "reanimated-color-picker", "npm": { - "downloads": 88420, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 105316, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -76328,13 +77370,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-03T17:19:03Z", + "updatedAt": "2025-05-24T12:36:48Z", "createdAt": "2023-09-02T17:42:18Z", - "pushedAt": "2024-12-03T17:19:03Z", + "pushedAt": "2025-05-24T12:36:48Z", "forks": 0, "issues": 1, "subscribers": 3, - "stars": 28 + "stars": 32 }, "name": "react-native-material-you-colors", "fullName": "alabsi91/react-native-material-you-colors", @@ -76374,15 +77416,16 @@ }, "npmPkg": "react-native-material-you-colors", "npm": { - "downloads": 49, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 92, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.209, + "popularity": -0.217, "topicSearchString": "web react-native palette material-you material-design ios dynamic-color colors android expo palette-generation" }, { @@ -76413,7 +77456,7 @@ "updatedAt": "2024-04-25T15:20:39Z", "createdAt": "2022-07-01T13:21:13Z", "pushedAt": "2024-04-25T15:20:39Z", - "forks": 17, + "forks": 16, "issues": 13, "subscribers": 3, "stars": 69 @@ -76442,13 +77485,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 33948, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native web maps maps ios android" }, { @@ -76476,10 +77524,10 @@ "updatedAt": "2024-12-20T13:20:41Z", "createdAt": "2021-12-09T05:46:30Z", "pushedAt": "2024-12-20T13:20:41Z", - "forks": 46, - "issues": 4, - "subscribers": 7, - "stars": 438 + "forks": 48, + "issues": 0, + "subscribers": 8, + "stars": 455 }, "name": "@likashefqet/react-native-image-zoom", "fullName": "likashefqet/react-native-image-zoom", @@ -76526,12 +77574,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 159855, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "photo image picture zoom pinch pan reanimated gesture instagram react react-native image-zoom zoom-image zoomable-image zoomable javascript ui-lib rn likashefqet likashefi" }, { @@ -76554,10 +77609,10 @@ "updatedAt": "2022-07-14T12:21:43Z", "createdAt": "2022-07-04T10:50:56Z", "pushedAt": "2022-07-14T12:21:43Z", - "forks": 3, + "forks": 4, "issues": 1, "subscribers": 1, - "stars": 71 + "stars": 72 }, "name": "expo-music-picker", "fullName": "barthap/expo-music-picker", @@ -76596,16 +77651,16 @@ "unmaintained": true, "npmPkg": "expo-music-picker", "npm": { - "downloads": 17, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.691, + "popularity": -0.625, "topicSearchString": "react-native expo expo-music-picker music picker music-picker expomusicpicker android ios music-metadata" }, { @@ -76630,7 +77685,7 @@ "forks": 62, "issues": 23, "subscribers": 11, - "stars": 355 + "stars": 357 }, "name": "@ovalmoney/react-native-fitness", "fullName": "OvalMoney/react-native-fitness", @@ -76666,13 +77721,19 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 876, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.471, "topicSearchString": "react native react-native health-kit google-fit fitness android ios apple-health" }, { @@ -76701,7 +77762,7 @@ "forks": 6, "issues": 6, "subscribers": 2, - "stars": 135 + "stars": 134 }, "name": "react-native-outside-press", "fullName": "dcangulo/react-native-outside-press", @@ -76738,9 +77799,9 @@ }, "npmPkg": "react-native-outside-press", "npm": { - "downloads": 39290, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 53346, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -76772,10 +77833,10 @@ "updatedAt": "2024-10-24T00:32:39Z", "createdAt": "2022-07-23T22:45:42Z", "pushedAt": "2024-10-24T00:32:39Z", - "forks": 67, - "issues": 33, - "subscribers": 10, - "stars": 334 + "forks": 73, + "issues": 35, + "subscribers": 11, + "stars": 349 }, "name": "react-native-document-scanner-plugin", "fullName": "WebsiteBeaver/react-native-document-scanner-plugin", @@ -76801,13 +77862,14 @@ }, "npmPkg": "react-native-document-scanner-plugin", "npm": { - "downloads": 61714, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 81663, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -76835,10 +77897,10 @@ "updatedAt": "2024-03-12T05:49:17Z", "createdAt": "2018-06-03T10:26:31Z", "pushedAt": "2024-03-12T05:49:17Z", - "forks": 19, + "forks": 20, "issues": 1, "subscribers": 3, - "stars": 123 + "stars": 134 }, "name": "react-native-btr", "fullName": "ThakurBallary/react-native-btr", @@ -76871,9 +77933,9 @@ }, "npmPkg": "react-native-btr", "npm": { - "downloads": 8809, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6011, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -76909,9 +77971,9 @@ "createdAt": "2022-05-09T15:50:37Z", "pushedAt": "2025-01-23T21:27:14Z", "forks": 16, - "issues": 20, - "subscribers": 30, - "stars": 261 + "issues": 21, + "subscribers": 29, + "stars": 274 }, "name": "@react-native-ama/core", "fullName": "FormidableLabs/react-native-ama", @@ -76933,12 +77995,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1518, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native a11y accessibility" }, { @@ -76965,7 +78033,7 @@ "forks": 5, "issues": 0, "subscribers": 3, - "stars": 36 + "stars": 37 }, "name": "vision-camera-dynamsoft-label-recognizer", "fullName": "tony-xlh/vision-camera-dynamsoft-label-recognizer", @@ -77001,15 +78069,15 @@ }, "npmPkg": "vision-camera-dynamsoft-label-recognizer", "npm": { - "downloads": 141, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 588, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": 0.029, "topicSearchString": "react-native mrz machine-readable-zone ocr optical-character-recognition ios android" }, { @@ -77038,10 +78106,10 @@ "updatedAt": "2024-11-06T12:45:05Z", "createdAt": "2022-08-08T20:48:20Z", "pushedAt": "2024-11-06T12:45:05Z", - "forks": 13, + "forks": 12, "issues": 0, "subscribers": 7, - "stars": 553 + "stars": 563 }, "name": "react-native-fiesta", "fullName": "mateoguzmana/react-native-fiesta", @@ -77082,13 +78150,14 @@ }, "npmPkg": "react-native-fiesta", "npm": { - "downloads": 613, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 502, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -77122,7 +78191,7 @@ "forks": 58, "issues": 28, "subscribers": 4, - "stars": 257 + "stars": 264 }, "name": "vision-camera-ocr", "fullName": "aarongrider/vision-camera-ocr", @@ -77150,9 +78219,9 @@ "unmaintained": true, "npmPkg": "vision-camera-ocr", "npm": { - "downloads": 1322, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 541, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -77216,12 +78285,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 14353, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 35, "matchingScoreModifiers": [ "Not updated recently" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react mobile android ui vector image component" }, { @@ -77235,6 +78309,7 @@ "ios": true, "android": true, "dev": true, + "fireos": true, "newArchitecture": false, "newArchitectureNote": "Consider using Maestro instead to migrate to the New Architecture today.", "github": { @@ -77248,13 +78323,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-16T17:14:24Z", + "updatedAt": "2025-06-11T11:03:02Z", "createdAt": "2016-06-15T11:58:01Z", - "pushedAt": "2025-04-16T17:14:24Z", - "forks": 1897, - "issues": 223, + "pushedAt": "2025-06-11T11:03:02Z", + "forks": 1896, + "issues": 190, "subscribers": 372, - "stars": 11420 + "stars": 11506 }, "name": "detox", "fullName": "wix/Detox", @@ -77274,9 +78349,9 @@ }, "npmPkg": "detox", "npm": { - "downloads": 1238245, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1219489, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -77313,10 +78388,10 @@ "updatedAt": "2024-10-17T11:27:50Z", "createdAt": "2021-08-10T07:31:15Z", "pushedAt": "2024-10-17T11:27:50Z", - "forks": 18, + "forks": 17, "issues": 2, "subscribers": 4, - "stars": 166 + "stars": 175 }, "name": "react-native-wallet-manager", "fullName": "dev-family/react-native-wallet-manager", @@ -77354,9 +78429,9 @@ }, "npmPkg": "react-native-wallet-manager", "npm": { - "downloads": 28398, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40527, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -77415,9 +78490,9 @@ "unmaintained": true, "npmPkg": "react-native-wallet-pass", "npm": { - "downloads": 427, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 398, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -77447,13 +78522,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T02:08:38Z", + "updatedAt": "2025-05-22T01:12:20Z", "createdAt": "2022-01-13T02:38:10Z", - "pushedAt": "2025-04-15T02:08:38Z", + "pushedAt": "2025-05-22T01:12:20Z", "forks": 42, "issues": 0, "subscribers": 11, - "stars": 80 + "stars": 84 }, "name": "@sendbird/uikit-react-native", "fullName": "sendbird/sendbird-uikit-react-native", @@ -77482,13 +78557,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 22664, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "sendbird uikit react-native chat messaging real-time ui-components user-authentication channel-management sdk-integration customizable feature-rich social-app customer-support gaming api" }, { @@ -77512,10 +78592,10 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-02T04:23:52Z", + "updatedAt": "2025-04-29T07:49:02Z", "createdAt": "2022-01-12T06:21:54Z", - "pushedAt": "2025-04-02T04:23:52Z", - "forks": 1, + "pushedAt": "2025-04-29T07:49:02Z", + "forks": 3, "issues": 0, "subscribers": 7, "stars": 2 @@ -77558,23 +78638,27 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.1.6", - "tagName": "v1.1.6", - "createdAt": "2025-04-02T04:23:55Z", - "publishedAt": "2025-04-02T04:24:37Z", + "name": "Release 1.1.8", + "tagName": "v1.1.8", + "createdAt": "2025-04-29T07:41:11Z", + "publishedAt": "2025-04-29T07:41:45Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1584, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native calls audio-calls video-calls group-calls voice-calls conference-calls communication video-chat real-time webrtc voip call-kit callkeep voip-push-notification audio callkit conference javascript reactnative reactnativecalls sendbird typescript" }, { @@ -77597,13 +78681,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-24T00:24:54Z", + "updatedAt": "2025-05-30T21:21:12Z", "createdAt": "2022-04-04T18:57:55Z", - "pushedAt": "2024-11-24T00:24:54Z", + "pushedAt": "2025-05-30T21:21:12Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 41 + "stars": 42 }, "name": "rxn-units", "fullName": "gomes042/rxn-units", @@ -77642,15 +78726,16 @@ }, "npmPkg": "rxn-units", "npm": { - "downloads": 218, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 136, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.221, "topicSearchString": "react typescript react-native units web expo rxn viewport viewport-units reactjs vh" }, { @@ -77678,10 +78763,10 @@ "updatedAt": "2024-12-03T20:00:57Z", "createdAt": "2020-04-01T00:20:13Z", "pushedAt": "2024-12-03T20:00:57Z", - "forks": 63, + "forks": 62, "issues": 18, - "subscribers": 14, - "stars": 396 + "subscribers": 16, + "stars": 401 }, "name": "@babylonjs/react-native", "fullName": "BabylonJS/BabylonReactNative", @@ -77701,12 +78786,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1252, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native" }, { @@ -77730,10 +78822,10 @@ "updatedAt": "2023-09-28T01:09:55Z", "createdAt": "2019-05-02T10:18:13Z", "pushedAt": "2023-09-28T01:09:55Z", - "forks": 57, + "forks": 58, "issues": 23, "subscribers": 4, - "stars": 195 + "stars": 196 }, "name": "react-native-video-cache", "fullName": "zhigang1992/react-native-video-cache", @@ -77755,9 +78847,9 @@ }, "npmPkg": "react-native-video-cache", "npm": { - "downloads": 15149, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12283, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -77787,9 +78879,9 @@ "createdAt": "2019-06-22T03:15:16Z", "pushedAt": "2025-02-04T13:20:04Z", "forks": 95, - "issues": 18, + "issues": 19, "subscribers": 10, - "stars": 255 + "stars": 259 }, "name": "react-native-bluetooth-classic", "fullName": "kenjdavidson/react-native-bluetooth-classic", @@ -77817,9 +78909,9 @@ }, "npmPkg": "react-native-bluetooth-classic", "npm": { - "downloads": 9934, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9704, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -77849,7 +78941,7 @@ "forks": 10, "issues": 7, "subscribers": 3, - "stars": 71 + "stars": 72 }, "name": "react-native-cloud-store", "fullName": "XHMM/react-native-cloud-store", @@ -77884,9 +78976,9 @@ }, "npmPkg": "react-native-cloud-store", "npm": { - "downloads": 11825, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12194, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -77961,9 +79053,9 @@ }, "npmPkg": "react-native-clocks", "npm": { - "downloads": 19, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -78023,13 +79115,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "unmaintained": true, + "npm": { + "downloads": 4077, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.572, "topicSearchString": "react-native react expo picker select" }, { @@ -78084,13 +79182,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 82, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.826, "topicSearchString": "react-native react expo snackbar popup notification" }, { @@ -78120,9 +79223,9 @@ "createdAt": "2022-06-02T14:00:53Z", "pushedAt": "2025-01-15T22:51:41Z", "forks": 20, - "issues": 1, + "issues": 3, "subscribers": 3, - "stars": 307 + "stars": 323 }, "name": "react-native-volume-manager", "fullName": "hirbod/react-native-volume-manager", @@ -78159,9 +79262,9 @@ }, "npmPkg": "react-native-volume-manager", "npm": { - "downloads": 79692, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 82352, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -78189,11 +79292,11 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-20T15:26:45Z", + "updatedAt": "2025-06-12T17:01:20Z", "createdAt": "2021-08-17T19:48:45Z", - "pushedAt": "2025-02-20T15:26:45Z", - "forks": 30, - "issues": 24, + "pushedAt": "2025-06-12T17:01:20Z", + "forks": 31, + "issues": 25, "subscribers": 30, "stars": 303 }, @@ -78228,13 +79331,14 @@ }, "npmPkg": "amazon-ivs-react-native-player", "npm": { - "downloads": 7130, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6410, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -78255,7 +79359,9 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -78268,13 +79374,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-20T07:50:53Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-20T07:50:53Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-router", "fullName": "expo/expo", @@ -78297,9 +79403,9 @@ }, "npmPkg": "expo-router", "npm": { - "downloads": 1979611, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2551929, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -78329,9 +79435,9 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-12T04:34:40Z", + "updatedAt": "2025-04-29T02:10:40Z", "createdAt": "2021-02-12T19:42:06Z", - "pushedAt": "2025-03-12T04:34:40Z", + "pushedAt": "2025-04-29T02:10:40Z", "forks": 0, "issues": 0, "subscribers": 2, @@ -78373,15 +79479,15 @@ }, "npmPkg": "react-native-help-create", "npm": { - "downloads": 103, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.25, "topicSearchString": "react-native help-create rnhc mobile-development best-practice best-practices cross-platform redux typescript javascript" }, { @@ -78443,13 +79549,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.85, "topicSearchString": "react-native ios android awesome-clock customcomponent npm-package npmjs reactnative clock-view" }, { @@ -78474,13 +79585,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-10T07:32:30Z", + "updatedAt": "2025-05-09T08:28:47Z", "createdAt": "2018-08-07T13:21:43Z", - "pushedAt": "2024-12-10T07:32:30Z", + "pushedAt": "2025-05-09T08:28:47Z", "forks": 170, - "issues": 0, - "subscribers": 17, - "stars": 834 + "issues": 1, + "subscribers": 18, + "stars": 842 }, "name": "@mindinventory/react-native-tab-bar-interaction", "fullName": "Mindinventory/react-native-tabbar-interaction", @@ -78511,12 +79622,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 199, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.225, "topicSearchString": "react-native basic-components tabbar react-tab reactnative reactnative-animation-challenges react-animation navigation component library easy-to-use" }, { @@ -78575,13 +79693,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 59, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.233, "topicSearchString": "react-native ios android header navbar rn-header actionbar navigation-header top-navigation-bar reactnative mobile-app" }, { @@ -78646,13 +79769,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 16, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.787, "topicSearchString": "react-native react-component component react flatlist-animaiton animation onscroll-faltlist-animation mobile ios android ui flatlist card-animaiton flatlist-card animation-library card-animations design mobile-app reactnative reactnative-ui" }, { @@ -78687,7 +79815,7 @@ "forks": 10, "issues": 1, "subscribers": 5, - "stars": 88 + "stars": 89 }, "name": "@mindinventory/react-native-stagger-view", "fullName": "Mindinventory/react-native-stagger-view", @@ -78714,13 +79842,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 222, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.723, "topicSearchString": "stagger-view rn-stagger-view stagger-list rn-stagger-list react-native reactnative-list-view" }, { @@ -78743,10 +79876,10 @@ "updatedAt": "2024-12-09T12:24:41Z", "createdAt": "2022-04-26T09:26:18Z", "pushedAt": "2024-12-09T12:24:41Z", - "forks": 21, - "issues": 0, + "forks": 22, + "issues": 1, "subscribers": 6, - "stars": 137 + "stars": 140 }, "name": "@mindinventory/react-native-boilerplate", "fullName": "Mindinventory/react-native-boilerplate", @@ -78785,8 +79918,9 @@ "isArchived": false }, "npm": {}, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -100, @@ -78853,13 +79987,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 17, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.791, "topicSearchString": "react-native ios android animation progress-view svg speedview speed-meter speed-progress speed-view runningspeed react" }, { @@ -78884,10 +80023,10 @@ "updatedAt": "2024-12-04T10:18:58Z", "createdAt": "2022-03-28T09:54:58Z", "pushedAt": "2024-12-04T10:18:58Z", - "forks": 50, - "issues": 28, - "subscribers": 8, - "stars": 66 + "forks": 52, + "issues": 30, + "subscribers": 9, + "stars": 68 }, "name": "@pusher/pusher-websocket-react-native", "fullName": "pusher/pusher-websocket-react-native", @@ -78917,12 +80056,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 44063, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -78980,16 +80126,16 @@ "unmaintained": true, "npmPkg": "expo-split-pane", "npm": { - "downloads": 61, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.817, + "popularity": -0.85, "topicSearchString": "react expo react-native web split divider movable" }, { @@ -79016,13 +80162,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T16:58:56Z", + "updatedAt": "2025-06-20T05:51:25Z", "createdAt": "2022-08-20T06:45:23Z", - "pushedAt": "2025-04-08T16:58:56Z", - "forks": 21, - "issues": 10, + "pushedAt": "2025-06-20T05:51:25Z", + "forks": 23, + "issues": 12, "subscribers": 2, - "stars": 233 + "stars": 252 }, "name": "react-native-marked", "fullName": "gmsgowtham/react-native-marked", @@ -79045,11 +80191,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 7.0.1-rc.0", - "tagName": "v7.0.1-rc.0", - "createdAt": "2025-03-29T06:23:53Z", - "publishedAt": "2025-03-29T06:25:11Z", - "isPrerelease": true + "name": "Release 7.0.1", + "tagName": "v7.0.1", + "createdAt": "2025-06-12T13:12:18Z", + "publishedAt": "2025-06-12T13:13:16Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -79057,9 +80203,9 @@ }, "npmPkg": "react-native-marked", "npm": { - "downloads": 22393, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27534, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -79091,13 +80237,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-01T11:10:07Z", + "updatedAt": "2025-06-01T11:16:26Z", "createdAt": "2022-08-29T13:31:01Z", - "pushedAt": "2025-04-01T11:10:07Z", + "pushedAt": "2025-06-01T11:16:26Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 8 + "stars": 9 }, "name": "react-native-style-queries", "fullName": "CodingItWrong/react-native-style-queries", @@ -79117,16 +80263,16 @@ }, "npmPkg": "react-native-style-queries", "npm": { - "downloads": 113, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1697, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -0.072, "topicSearchString": "" }, { @@ -79154,13 +80300,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-06T12:39:08Z", + "updatedAt": "2025-05-12T06:26:09Z", "createdAt": "2021-04-06T14:27:04Z", - "pushedAt": "2025-02-06T12:39:08Z", - "forks": 82, + "pushedAt": "2025-05-12T06:26:09Z", + "forks": 85, "issues": 46, "subscribers": 4, - "stars": 218 + "stars": 225 }, "name": "react-native-autocomplete-dropdown", "fullName": "onmotion/react-native-autocomplete-dropdown", @@ -79188,10 +80334,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "4.3.1", - "tagName": "4.3.1", - "createdAt": "2024-12-04T16:29:32Z", - "publishedAt": "2024-12-04T16:30:56Z", + "name": "5.0.0", + "tagName": "5.0.0", + "createdAt": "2025-05-07T14:19:21Z", + "publishedAt": "2025-05-07T14:20:34Z", "isPrerelease": false }, "hasTypes": true, @@ -79200,9 +80346,9 @@ }, "npmPkg": "react-native-autocomplete-dropdown", "npm": { - "downloads": 55536, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 50245, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -79234,13 +80380,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T12:24:30Z", + "updatedAt": "2025-06-10T12:05:35Z", "createdAt": "2022-10-19T08:39:41Z", - "pushedAt": "2025-04-03T12:24:30Z", + "pushedAt": "2025-06-10T12:05:35Z", "forks": 11, - "issues": 7, - "subscribers": 25, - "stars": 504 + "issues": 9, + "subscribers": 26, + "stars": 540 }, "name": "react-native-fast-shadow", "fullName": "alan-eu/react-native-fast-shadow", @@ -79272,9 +80418,9 @@ }, "npmPkg": "react-native-fast-shadow", "npm": { - "downloads": 22883, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17592, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -79309,10 +80455,10 @@ "updatedAt": "2025-03-19T14:49:07Z", "createdAt": "2022-11-04T05:06:01Z", "pushedAt": "2025-03-19T14:49:07Z", - "forks": 85, - "issues": 42, + "forks": 90, + "issues": 43, "subscribers": 4, - "stars": 494 + "stars": 508 }, "name": "@howljs/calendar-kit", "fullName": "howljs/react-native-calendar-kit", @@ -79337,13 +80483,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 8074, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android calendar-kit calendar-week-view" }, { @@ -79417,16 +80568,16 @@ "unmaintained": true, "npmPkg": "react-native-tooltiplize", "npm": { - "downloads": 99, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 58, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.73, + "popularity": -0.716, "topicSearchString": "react-native ios android web tooltip tooltiplize tooltip-lib popover popover-view" }, { @@ -79452,8 +80603,8 @@ "pushedAt": "2025-02-26T08:49:21Z", "forks": 4, "issues": 1, - "subscribers": 6, - "stars": 58 + "subscribers": 7, + "stars": 61 }, "name": "vision-camera-dynamsoft-document-normalizer", "fullName": "tony-xlh/vision-camera-dynamsoft-document-normalizer", @@ -79492,15 +80643,15 @@ }, "npmPkg": "vision-camera-dynamsoft-document-normalizer", "npm": { - "downloads": 304, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 527, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": 0.027, "topicSearchString": "react-native ios android document-scanning document-scanner document-scan document-detection perspective-transformation crop automatic" }, { @@ -79558,9 +80709,9 @@ "unmaintained": true, "npmPkg": "react-native-match-media-polyfill", "npm": { - "downloads": 20652, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15199, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -79620,9 +80771,9 @@ "unmaintained": true, "npmPkg": "react-ridge-state", "npm": { - "downloads": 7933, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10449, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -79687,16 +80838,16 @@ }, "npmPkg": "react-native-paper-autocomplete", "npm": { - "downloads": 441, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 199, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -0.325, "topicSearchString": "react-native ios android" }, { @@ -79753,13 +80904,19 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 85922, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "css css-in-js match-media expo expo-web react react-native web responsive breakpoint polyfill" }, { @@ -79834,16 +80991,16 @@ }, "npmPkg": "react-native-form-component", "npm": { - "downloads": 608, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 379, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.224, "topicSearchString": "react-native ios android form validated-form form-component component web picker pin-input otp validation declarative modal" }, { @@ -79872,10 +81029,10 @@ "updatedAt": "2022-09-30T16:14:30Z", "createdAt": "2019-02-01T15:52:36Z", "pushedAt": "2022-09-30T16:14:30Z", - "forks": 60, + "forks": 59, "issues": 10, "subscribers": 6, - "stars": 494 + "stars": 498 }, "name": "react-native-confetti-cannon", "fullName": "VincentCATILLON/react-native-confetti-cannon", @@ -79916,9 +81073,9 @@ "unmaintained": true, "npmPkg": "react-native-confetti-cannon", "npm": { - "downloads": 124326, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 157186, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -79932,7 +81089,7 @@ { "githubUrl": "https://github.com/acro5piano/react-native-big-calendar", "examples": [ - "https://github.com/acro5piano/react-native-big-calendar/tree/main/rndemo", + "https://github.com/acro5piano/react-native-big-calendar/tree/main/expo-demo", "https://react-native-big-calendar.vercel.app/" ], "images": [ @@ -79953,13 +81110,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-08T16:12:20Z", + "updatedAt": "2025-06-05T01:42:30Z", "createdAt": "2019-12-04T05:49:58Z", - "pushedAt": "2025-03-08T16:12:20Z", - "forks": 158, - "issues": 78, + "pushedAt": "2025-06-05T01:42:30Z", + "forks": 171, + "issues": 77, "subscribers": 7, - "stars": 485 + "stars": 497 }, "name": "react-native-big-calendar", "fullName": "acro5piano/react-native-big-calendar", @@ -79982,11 +81139,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v5.0.0-beta.2", - "tagName": "v5.0.0-beta.2", - "createdAt": "2025-03-08T16:03:44Z", - "publishedAt": "2025-03-08T16:04:34Z", - "isPrerelease": true + "name": "v4.18.4", + "tagName": "v4.18.4", + "createdAt": "2025-06-05T01:45:22Z", + "publishedAt": "2025-06-05T01:46:00Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -79994,14 +81151,15 @@ }, "npmPkg": "react-native-big-calendar", "npm": { - "downloads": 33027, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15008, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 46, "matchingScoreModifiers": [ "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -80077,9 +81235,9 @@ "unmaintained": true, "npmPkg": "expo-image-editor", "npm": { - "downloads": 1157, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 943, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -80102,6 +81260,7 @@ "android": true, "expoGo": true, "web": true, + "tvos": true, "dev": true, "github": { "urls": { @@ -80117,10 +81276,10 @@ "updatedAt": "2025-02-25T09:46:14Z", "createdAt": "2022-04-02T12:30:41Z", "pushedAt": "2025-02-25T09:46:14Z", - "forks": 326, - "issues": 42, - "subscribers": 28, - "stars": 6048 + "forks": 344, + "issues": 58, + "subscribers": 29, + "stars": 6457 }, "name": "nativewind", "fullName": "nativewind/nativewind", @@ -80148,9 +81307,9 @@ }, "npmPkg": "nativewind", "npm": { - "downloads": 733965, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 881127, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -80221,13 +81380,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 24, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.808, "topicSearchString": "react-native react native modal android ios backdrop simple animated" }, { @@ -80287,13 +81451,14 @@ }, "npmPkg": "react-native-snackbar-component", "npm": { - "downloads": 4067, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3229, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -80324,10 +81489,10 @@ "updatedAt": "2023-06-29T19:47:50Z", "createdAt": "2018-12-31T17:25:53Z", "pushedAt": "2023-06-29T19:47:50Z", - "forks": 44, + "forks": 45, "issues": 8, "subscribers": 4, - "stars": 110 + "stars": 113 }, "name": "expo-image-crop", "fullName": "brunon80/expo-image-crop", @@ -80353,16 +81518,16 @@ }, "npmPkg": "expo-image-crop", "npm": { - "downloads": 1276, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 779, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "expo react-native crop image rotate" }, { @@ -80392,7 +81557,7 @@ "updatedAt": "2024-05-07T09:45:26Z", "createdAt": "2021-10-29T12:22:42Z", "pushedAt": "2024-05-07T09:45:26Z", - "forks": 6, + "forks": 5, "issues": 4, "subscribers": 1, "stars": 19 @@ -80420,13 +81585,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 47, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.329, "topicSearchString": "expo-maps-polygon-editor maps polygon editor expo polygon-editor" }, { @@ -80493,13 +81663,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "unmaintained": true, + "npm": { + "downloads": 204, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.721, "topicSearchString": "react-native ios android maps draw maps-draw canvas polygon-overlay expo" }, { @@ -80524,13 +81700,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-08-06T14:14:50Z", + "updatedAt": "2025-05-27T09:35:29Z", "createdAt": "2022-12-05T22:50:37Z", - "pushedAt": "2024-08-06T14:14:50Z", - "forks": 6, - "issues": 0, - "subscribers": 4, - "stars": 145 + "pushedAt": "2025-05-27T09:35:29Z", + "forks": 7, + "issues": 1, + "subscribers": 3, + "stars": 150 }, "name": "react-native-skia-gesture", "fullName": "enzomanuelmangano/react-native-skia-gesture", @@ -80564,16 +81740,16 @@ }, "npmPkg": "react-native-skia-gesture", "npm": { - "downloads": 585, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 992, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android gestures skia" }, { @@ -80581,7 +81757,9 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -80594,13 +81772,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T17:26:56Z", + "updatedAt": "2025-06-12T17:44:57Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-15T17:26:56Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-12T17:44:57Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-system-ui", "fullName": "expo/expo", @@ -80626,9 +81804,9 @@ }, "npmPkg": "expo-system-ui", "npm": { - "downloads": 1837551, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2510620, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -80695,16 +81873,16 @@ "unmaintained": true, "npmPkg": "react-native-flatboard", "npm": { - "downloads": 274, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 150, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.821, + "popularity": -0.823, "topicSearchString": "flatlist onboarding react-native swipable indicator" }, { @@ -80773,13 +81951,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 132, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.82, "topicSearchString": "react-native react native android ios tabbed-sections tabbed-section-list scrollview flatlist sectionlist scroll tabs" }, { @@ -80800,13 +81983,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2023-07-03T09:33:25Z", + "updatedAt": "2025-04-15T08:55:41Z", "createdAt": "2022-12-09T14:45:28Z", - "pushedAt": "2023-07-03T09:33:25Z", + "pushedAt": "2025-04-15T08:55:41Z", "forks": 1, "issues": 0, "subscribers": 7, - "stars": 18 + "stars": 19 }, "name": "react-native-performance-limiter", "fullName": "DataDog/react-native-performance-limiter", @@ -80827,10 +82010,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "0.2.0", - "tagName": "0.2.0", - "createdAt": "2023-07-03T11:06:32Z", - "publishedAt": "2023-07-03T11:27:33Z", + "name": "0.3.0", + "tagName": "0.3.0", + "createdAt": "2025-04-29T14:37:28Z", + "publishedAt": "2025-04-29T15:48:03Z", "isPrerelease": false }, "hasTypes": true, @@ -80839,13 +82022,12 @@ }, "npmPkg": "react-native-performance-limiter", "npm": { - "downloads": 11094, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14341, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.072, @@ -80879,7 +82061,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 22 + "stars": 21 }, "name": "react-native-basic-carousel", "fullName": "macvish/react-native-basic-carousel", @@ -80914,16 +82096,16 @@ }, "npmPkg": "react-native-basic-carousel", "npm": { - "downloads": 604, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 561, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.071, "topicSearchString": "react-native carousel react slide slider swiper images scroll items snap android ios snapping autoplay" }, { @@ -80952,7 +82134,7 @@ "updatedAt": "2023-03-31T07:00:39Z", "createdAt": "2020-04-08T19:34:50Z", "pushedAt": "2023-03-31T07:00:39Z", - "forks": 60, + "forks": 58, "issues": 12, "subscribers": 7, "stars": 419 @@ -80998,9 +82180,9 @@ "unmaintained": true, "npmPkg": "react-native-stories-view", "npm": { - "downloads": 2987, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3381, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -81029,13 +82211,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2022-12-04T07:25:54Z", + "updatedAt": "2025-06-10T14:12:55Z", "createdAt": "2017-04-22T11:57:17Z", - "pushedAt": "2022-12-04T07:25:54Z", - "forks": 33, - "issues": 11, + "pushedAt": "2025-06-10T14:12:55Z", + "forks": 35, + "issues": 8, "subscribers": 3, - "stars": 226 + "stars": 228 }, "name": "react-native-settings", "fullName": "rmrs/react-native-settings", @@ -81055,30 +82237,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.0.0", - "tagName": "v1.0.0", - "createdAt": "2022-11-05T16:20:56Z", - "publishedAt": "2022-11-05T16:26:38Z", + "name": "v1.0.2", + "tagName": "v1.0.2", + "createdAt": "2025-06-10T14:12:55Z", + "publishedAt": "2025-06-10T14:13:09Z", "isPrerelease": false }, "hasTypes": false, "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-settings", "npm": { - "downloads": 5806, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5665, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react-native settings android xcode" }, { @@ -81107,9 +82288,9 @@ "createdAt": "2017-05-30T02:50:48Z", "pushedAt": "2021-11-03T08:58:33Z", "forks": 150, - "issues": 56, + "issues": 55, "subscribers": 10, - "stars": 446 + "stars": 447 }, "name": "react-native-system-setting", "fullName": "c19354837/react-native-system-setting", @@ -81147,13 +82328,12 @@ "unmaintained": true, "npmPkg": "react-native-system-setting", "npm": { - "downloads": 145168, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59401, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ - "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -81185,7 +82365,7 @@ "forks": 20, "issues": 10, "subscribers": 3, - "stars": 138 + "stars": 139 }, "name": "react-native-actions-shortcuts", "fullName": "mouselangelo/react-native-actions-shortcuts", @@ -81223,9 +82403,9 @@ }, "npmPkg": "react-native-actions-shortcuts", "npm": { - "downloads": 6489, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4794, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -81255,26 +82435,26 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-01-23T11:04:04Z", + "updatedAt": "2025-06-17T22:11:36Z", "createdAt": "2020-06-26T22:40:28Z", - "pushedAt": "2025-01-23T11:04:04Z", - "forks": 50, - "issues": 23, - "subscribers": 12, - "stars": 309 + "pushedAt": "2025-06-17T22:11:36Z", + "forks": 57, + "issues": 9, + "subscribers": 10, + "stars": 350 }, - "name": "@kingstinct/react-native-healthkit", + "name": "react-native-healthkit-mono", "fullName": "kingstinct/react-native-healthkit", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", + "isPrivate": true, "description": "HealthKit bindings for React Native with TypeScript", "topics": [ "react-native", - "ios", + "nitro", "healthkit", + "reactnative", "typescript", - "react-hooks", - "reactnative" + "ios", + "react-hooks" ], "license": { "key": "mit", @@ -81284,23 +82464,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 8.5.0", - "tagName": "v8.5.0", - "createdAt": "2025-01-23T11:04:09Z", - "publishedAt": "2025-01-23T11:05:52Z", + "name": "@kingstinct/react-native-healthkit@9.0.6", + "tagName": "@kingstinct/react-native-healthkit@9.0.6", + "createdAt": "2025-06-17T22:16:24Z", + "publishedAt": "2025-06-17T22:16:25Z", "isPrerelease": false }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 22078, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, - "topicSearchString": "react-native ios healthkit typescript react-hooks reactnative" + "popularity": 0.028, + "topicSearchString": "react-native nitro healthkit reactnative typescript ios react-hooks" }, { "githubUrl": "https://github.com/Kingstinct/react-native-hotkeys", @@ -81360,16 +82547,16 @@ }, "npmPkg": "react-native-hotkeys", "npm": { - "downloads": 854, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 175, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.321, "topicSearchString": "react-native expo hotkeys reactnativekeys ios web" }, { @@ -81431,16 +82618,16 @@ "unmaintained": true, "npmPkg": "react-native-chunk-upload", "npm": { - "downloads": 306, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 544, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.471, "topicSearchString": "upload chunk chunk-upload chunked-upload resume resumable resumable-upload component reactnative react-native android ios javascript upload-file chunked-uploads blob" }, { @@ -81470,10 +82657,10 @@ "updatedAt": "2023-10-07T01:13:49Z", "createdAt": "2020-04-03T00:18:57Z", "pushedAt": "2023-10-07T01:13:49Z", - "forks": 298, + "forks": 299, "issues": 156, "subscribers": 9, - "stars": 1021 + "stars": 1028 }, "name": "react-native-dropdown-picker", "fullName": "hossein-zare/react-native-dropdown-picker", @@ -81528,9 +82715,9 @@ }, "npmPkg": "react-native-dropdown-picker", "npm": { - "downloads": 331799, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 329713, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -81565,10 +82752,10 @@ "updatedAt": "2024-10-24T22:06:18Z", "createdAt": "2022-12-01T07:56:48Z", "pushedAt": "2024-10-24T22:06:18Z", - "forks": 10, + "forks": 11, "issues": 1, - "subscribers": 1, - "stars": 35 + "subscribers": 2, + "stars": 37 }, "name": "react-native-libsodium", "fullName": "serenity-kit/react-native-libsodium", @@ -81603,12 +82790,13 @@ }, "npmPkg": "react-native-libsodium", "npm": { - "downloads": 4518, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5016, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -81643,7 +82831,7 @@ "forks": 30, "issues": 5, "subscribers": 4, - "stars": 289 + "stars": 288 }, "name": "rn-segmented-control", "fullName": "Karthik-B-06/react-native-segmented-control", @@ -81682,9 +82870,9 @@ }, "unmaintained": true, "npm": { - "downloads": 1112, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3899, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -81713,10 +82901,10 @@ "updatedAt": "2024-10-10T16:34:13Z", "createdAt": "2021-05-18T13:36:14Z", "pushedAt": "2024-10-10T16:34:13Z", - "forks": 41, - "issues": 22, + "forks": 43, + "issues": 26, "subscribers": 4, - "stars": 124 + "stars": 129 }, "name": "react-native-screenshot-prevent", "fullName": "killserver/react-native-screenshot-prevent", @@ -81747,9 +82935,9 @@ }, "npmPkg": "react-native-screenshot-prevent", "npm": { - "downloads": 36512, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32535, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -81783,7 +82971,7 @@ "forks": 1, "issues": 2, "subscribers": 2, - "stars": 28 + "stars": 29 }, "name": "react-native-hyperlinks", "fullName": "andresribeiro/react-native-hyperlinks", @@ -81825,16 +83013,16 @@ }, "npmPkg": "react-native-hyperlinks", "npm": { - "downloads": 188, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 219, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.218, + "popularity": -0.223, "topicSearchString": "react-native react link links hyperlink hyperlinks hyper-link hypertext rn typescript fuzzy-links hashtag mention url" }, { @@ -81860,7 +83048,7 @@ "forks": 8, "issues": 3, "subscribers": 1, - "stars": 146 + "stars": 147 }, "name": "react-native-reanimated-image-viewer", "fullName": "andresribeiro/react-native-reanimated-image-viewer", @@ -81895,12 +83083,13 @@ }, "npmPkg": "react-native-reanimated-image-viewer", "npm": { - "downloads": 1339, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1742, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -81980,16 +83169,16 @@ "unmaintained": true, "npmPkg": "react-native-unicorn-modals", "npm": { - "downloads": 48, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.708, + "popularity": -0.688, "topicSearchString": "react-native expo modal popup react native ios android reanimated alert typescript dialog menu reanimated2" }, { @@ -82022,7 +83211,7 @@ "forks": 20, "issues": 6, "subscribers": 1, - "stars": 258 + "stars": 261 }, "name": "@kanelloc/react-native-animated-header-scroll-view", "fullName": "kanelloc/react-native-animated-header-scroll-view", @@ -82057,13 +83246,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 1999, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android animated scrollview expo flatlist react" }, { @@ -82127,9 +83322,9 @@ "unmaintained": true, "npmPkg": "react-native-appearance-control", "npm": { - "downloads": 435, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 249, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -82188,16 +83383,16 @@ "unmaintained": true, "npmPkg": "react-native-code-push-dev-menu", "npm": { - "downloads": 42, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.826, + "popularity": -0.817, "topicSearchString": "cicd codepush reactnative" }, { @@ -82219,13 +83414,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-13T22:00:18Z", + "updatedAt": "2025-05-16T21:19:40Z", "createdAt": "2022-08-27T13:38:37Z", - "pushedAt": "2025-04-13T22:00:18Z", - "forks": 26, - "issues": 3, - "subscribers": 6, - "stars": 673 + "pushedAt": "2025-05-16T21:19:40Z", + "forks": 25, + "issues": 2, + "subscribers": 5, + "stars": 700 }, "name": "react-native-android-widget", "fullName": "sAleksovski/react-native-android-widget", @@ -82247,10 +83442,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.16.1", - "tagName": "v0.16.1", - "createdAt": "2025-04-13T21:55:22Z", - "publishedAt": "2025-04-13T21:55:41Z", + "name": "Release 0.17.0", + "tagName": "v0.17.0", + "createdAt": "2025-05-16T21:19:42Z", + "publishedAt": "2025-05-16T21:19:59Z", "isPrerelease": false }, "hasTypes": true, @@ -82259,14 +83454,13 @@ }, "npmPkg": "react-native-android-widget", "npm": { - "downloads": 3686, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3546, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -82295,7 +83489,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 10 + "stars": 11 }, "name": "react-native-apple-mapkit-directions", "fullName": "Splicer97/react-native-apple-mapkit-directions", @@ -82331,16 +83525,16 @@ "unmaintained": true, "npmPkg": "react-native-apple-mapkit-directions", "npm": { - "downloads": 79, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 83, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.825, + "popularity": -0.826, "topicSearchString": "react-native ios apple mapkit directions maps" }, { @@ -82394,16 +83588,16 @@ "unmaintained": true, "npmPkg": "react-native-circular-chart", "npm": { - "downloads": 534, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 639, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "donut-chart circle-chart circular-chart chart react-native animation animation-library" }, { @@ -82430,13 +83624,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T17:48:20Z", + "updatedAt": "2025-06-21T11:37:07Z", "createdAt": "2019-02-15T03:37:05Z", - "pushedAt": "2025-04-16T17:48:20Z", - "forks": 92, + "pushedAt": "2025-06-21T11:37:07Z", + "forks": 94, "issues": 2, "subscribers": 18, - "stars": 1987 + "stars": 1997 }, "name": "@data-client/react", "fullName": "reactive/data-client", @@ -82494,13 +83688,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 2041, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react data cache flux suspense fetch hook networking async concurrent-mode typescript async data-fetching data-cache reactive state-management api-client api normalized-cache swr query front-end mobile react-native ios android web expo expogo nextjs middleware websocket rest graphql rpc sse declarative dynamic-data mutations" }, { @@ -82560,12 +83761,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 471, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.322, "topicSearchString": "react-native mytracker react native my.com" }, { @@ -82626,13 +83832,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 104, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.221, "topicSearchString": "react-native react maps osmdroid open-street-maps osm android" }, { @@ -82657,7 +83868,7 @@ "forks": 22, "issues": 4, "subscribers": 8, - "stars": 90 + "stars": 92 }, "name": "@sparkfabrik/react-native-idfa-aaid", "fullName": "sparkfabrik/sparkfabrik-react-native-idfa-aaid", @@ -82689,13 +83900,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 95812, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android idfa aaid advertising" }, { @@ -82715,13 +83932,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T07:42:29Z", + "updatedAt": "2025-06-12T07:53:26Z", "createdAt": "2023-01-07T02:59:05Z", - "pushedAt": "2025-04-16T07:42:29Z", - "forks": 63, - "issues": 52, + "pushedAt": "2025-06-12T07:53:26Z", + "forks": 70, + "issues": 53, "subscribers": 10, - "stars": 277 + "stars": 304 }, "name": "react-native-health-connect", "fullName": "matinzd/react-native-health-connect", @@ -82743,10 +83960,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.3.2", - "tagName": "v3.3.2", - "createdAt": "2024-12-28T15:56:46Z", - "publishedAt": "2024-12-28T15:56:54Z", + "name": "Release 3.3.3", + "tagName": "v3.3.3", + "createdAt": "2025-05-19T11:24:20Z", + "publishedAt": "2025-05-19T11:24:27Z", "isPrerelease": false }, "hasTypes": true, @@ -82755,9 +83972,9 @@ }, "npmPkg": "react-native-health-connect", "npm": { - "downloads": 34611, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33252, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -82790,9 +84007,9 @@ "createdAt": "2023-01-14T13:12:08Z", "pushedAt": "2025-01-21T09:53:06Z", "forks": 2, - "issues": 2, + "issues": 3, "subscribers": 3, - "stars": 81 + "stars": 83 }, "name": "react-native-simple-line-chart", "fullName": "Malaa-tech/react-native-simple-line-chart", @@ -82833,9 +84050,9 @@ }, "npmPkg": "react-native-simple-line-chart", "npm": { - "downloads": 1388, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2064, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -82871,9 +84088,9 @@ "createdAt": "2023-02-06T16:36:24Z", "pushedAt": "2024-12-01T00:02:05Z", "forks": 10, - "issues": 7, + "issues": 9, "subscribers": 2, - "stars": 185 + "stars": 189 }, "name": "react-native-qrcode-styled", "fullName": "tokkozhin/react-native-qrcode-styled", @@ -82909,13 +84126,14 @@ }, "npmPkg": "react-native-qrcode-styled", "npm": { - "downloads": 76347, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 86723, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -82927,6 +84145,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/dotnet/aspnetcore", @@ -82941,10 +84160,10 @@ "updatedAt": "2024-11-01T17:42:18Z", "createdAt": "2014-03-11T06:09:42Z", "pushedAt": "2024-11-01T17:42:18Z", - "forks": 10159, - "issues": 3548, - "subscribers": 1442, - "stars": 36468 + "forks": 10228, + "issues": 3749, + "subscribers": 1438, + "stars": 36784 }, "name": "@microsoft/signalr", "fullName": "dotnet/aspnetcore", @@ -82965,13 +84184,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 2898982, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "signalr aspnetcore" }, { @@ -83000,10 +84228,10 @@ "updatedAt": "2024-06-15T09:56:48Z", "createdAt": "2019-03-16T19:38:11Z", "pushedAt": "2024-06-15T09:56:48Z", - "forks": 47, - "issues": 4, + "forks": 48, + "issues": 6, "subscribers": 2, - "stars": 232 + "stars": 239 }, "name": "rn-vertical-slider", "fullName": "sacmii/rn-vertical-slider", @@ -83041,9 +84269,9 @@ }, "npmPkg": "rn-vertical-slider", "npm": { - "downloads": 5055, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3838, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -83078,9 +84306,9 @@ "createdAt": "2023-01-13T18:03:26Z", "pushedAt": "2025-02-18T10:06:03Z", "forks": 25, - "issues": 7, + "issues": 8, "subscribers": 5, - "stars": 268 + "stars": 276 }, "name": "@showtime-xyz/tab-view", "fullName": "showtime-xyz/showtime-tab-view", @@ -83110,12 +84338,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 2303, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -83140,10 +84374,10 @@ "updatedAt": "2023-01-31T11:51:32Z", "createdAt": "2023-01-23T20:51:57Z", "pushedAt": "2023-01-31T11:51:32Z", - "forks": 78, + "forks": 79, "issues": 5, "subscribers": 13, - "stars": 572 + "stars": 575 }, "name": "react-native-chatgpt", "fullName": "rgommezz/react-native-chatgpt", @@ -83172,9 +84406,9 @@ "unmaintained": true, "npmPkg": "react-native-chatgpt", "npm": { - "downloads": 109, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 82, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -83182,7 +84416,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.726, "topicSearchString": "react-native ios android chatbot chatgpt react" }, { @@ -83214,7 +84448,7 @@ "forks": 60, "issues": 6, "subscribers": 3, - "stars": 153 + "stars": 157 }, "name": "react-native-amazing-cropper", "fullName": "ggunti/react-native-amazing-cropper", @@ -83244,17 +84478,16 @@ }, "npmPkg": "react-native-amazing-cropper", "npm": { - "downloads": 771, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 248, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": -0.222, "topicSearchString": "react-native react crop rotate image cropper rotation ios android" }, { @@ -83275,13 +84508,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-09T07:16:43Z", + "updatedAt": "2025-05-29T16:13:40Z", "createdAt": "2020-04-01T21:32:42Z", - "pushedAt": "2025-04-09T07:16:43Z", + "pushedAt": "2025-05-29T16:13:40Z", "forks": 28, "issues": 2, "subscribers": 4, - "stars": 113 + "stars": 117 }, "name": "@draftbit/ui", "fullName": "draftbit/react-native-jigsaw", @@ -83303,13 +84536,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 5269, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -83318,6 +84556,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "expoGo": true, "github": { "urls": { @@ -83330,13 +84569,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-08-25T07:03:43Z", + "updatedAt": "2025-05-16T14:06:03Z", "createdAt": "2016-11-09T16:34:37Z", - "pushedAt": "2024-08-25T07:03:43Z", - "forks": 78, + "pushedAt": "2025-05-16T14:06:03Z", + "forks": 81, "issues": 7, "subscribers": 38, - "stars": 1151 + "stars": 1157 }, "name": "css-to-react-native", "fullName": "styled-components/css-to-react-native", @@ -83369,16 +84608,15 @@ }, "npmPkg": "css-to-react-native", "npm": { - "downloads": 27399240, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29240678, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -83404,9 +84642,9 @@ "createdAt": "2015-06-09T19:25:38Z", "pushedAt": "2025-04-03T18:53:22Z", "forks": 1753, - "issues": 102, - "subscribers": 332, - "stars": 21854 + "issues": 108, + "subscribers": 330, + "stars": 21924 }, "name": "babel-plugin-react-native-web", "fullName": "necolas/react-native-web", @@ -83427,17 +84665,16 @@ }, "npmPkg": "babel-plugin-react-native-web", "npm": { - "downloads": 6057279, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5838386, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -83503,9 +84740,9 @@ }, "npmPkg": "react-native-month", "npm": { - "downloads": 11243, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11320, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -83528,20 +84765,20 @@ "urls": { "repo": "https://github.com/a-tokyo/react-native-flex-grid", "clone": "https://github.com/a-tokyo/react-native-flex-grid.git", - "homepage": "https://react-native-flex-grid.ahmedtokyo.com" + "homepage": "https://react-native-flex-grid.ahmedtokyo.com/?path=/docs/components-layout--layout" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-11T00:40:50Z", + "updatedAt": "2025-05-31T14:00:32Z", "createdAt": "2022-12-27T02:20:18Z", - "pushedAt": "2025-04-11T00:40:50Z", + "pushedAt": "2025-05-31T14:00:32Z", "forks": 5, "issues": 1, "subscribers": 3, - "stars": 42 + "stars": 48 }, "name": "react-native-flex-grid", "fullName": "a-tokyo/react-native-flex-grid", @@ -83578,10 +84815,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.0.4", - "tagName": "1.0.4", - "createdAt": "2024-02-24T04:04:23Z", - "publishedAt": "2024-02-24T04:07:11Z", + "name": "1.0.6", + "tagName": "1.0.6", + "createdAt": "2025-05-31T14:00:32Z", + "publishedAt": "2025-05-31T14:03:12Z", "isPrerelease": false }, "hasTypes": true, @@ -83590,9 +84827,9 @@ }, "npmPkg": "react-native-flex-grid", "npm": { - "downloads": 755, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1223, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ @@ -83629,10 +84866,10 @@ "updatedAt": "2023-07-10T03:45:37Z", "createdAt": "2017-05-26T06:48:38Z", "pushedAt": "2023-07-10T03:45:37Z", - "forks": 316, - "issues": 284, + "forks": 321, + "issues": 287, "subscribers": 24, - "stars": 1302 + "stars": 1313 }, "name": "react-native-amap3d", "fullName": "qiuxiang/react-native-amap3d", @@ -83664,9 +84901,9 @@ }, "npmPkg": "react-native-amap3d", "npm": { - "downloads": 629, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 413, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -83676,7 +84913,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": -0.221, "topicSearchString": "react-native amap maps mapview" }, { @@ -83700,13 +84937,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-11T23:30:48Z", + "updatedAt": "2025-06-05T17:11:22Z", "createdAt": "2020-02-06T08:11:13Z", - "pushedAt": "2025-04-11T23:30:48Z", - "forks": 47, - "issues": 16, - "subscribers": 39, - "stars": 115 + "pushedAt": "2025-06-05T17:11:22Z", + "forks": 49, + "issues": 17, + "subscribers": 40, + "stars": 116 }, "name": "mixpanel-react-native", "fullName": "mixpanel/mixpanel-react-native", @@ -83733,10 +84970,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "Release v3.0.9", - "tagName": "v3.0.9", - "createdAt": "2025-04-11T23:30:01Z", - "publishedAt": "2025-04-11T23:31:16Z", + "name": "Release v3.1.2", + "tagName": "v3.1.2", + "createdAt": "2025-06-05T17:10:29Z", + "publishedAt": "2025-06-05T17:11:55Z", "isPrerelease": false }, "hasTypes": false, @@ -83745,9 +84982,9 @@ }, "npmPkg": "mixpanel-react-native", "npm": { - "downloads": 281490, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 342483, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -83815,8 +85052,8 @@ "npmPkg": "react-native-block-store", "npm": { "downloads": 8, - "start": "2025-03-16", - "end": "2025-04-14" + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -83845,13 +85082,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-02T14:01:33Z", + "updatedAt": "2025-05-29T12:28:06Z", "createdAt": "2023-03-04T13:46:43Z", - "pushedAt": "2025-02-02T14:01:33Z", - "forks": 12, + "pushedAt": "2025-05-29T12:28:06Z", + "forks": 13, "issues": 0, "subscribers": 5, - "stars": 78 + "stars": 86 }, "name": "@pushpendersingh/react-native-scanner", "fullName": "pushpender-singh-ap/react-native-scanner", @@ -83885,12 +85122,18 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 373, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.221, "topicSearchString": "react-native ios android barcode barcode-scanner qrcode qrcode-scanner" }, { @@ -83911,13 +85154,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T08:28:12Z", + "updatedAt": "2025-06-10T08:25:48Z", "createdAt": "2023-03-09T05:59:16Z", - "pushedAt": "2025-04-08T08:28:12Z", - "forks": 14, - "issues": 5, + "pushedAt": "2025-06-10T08:25:48Z", + "forks": 15, + "issues": 4, "subscribers": 1, - "stars": 209 + "stars": 224 }, "name": "react-native-ssl-public-key-pinning", "fullName": "frw/react-native-ssl-public-key-pinning", @@ -83953,9 +85196,9 @@ }, "npmPkg": "react-native-ssl-public-key-pinning", "npm": { - "downloads": 46960, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 55292, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -84028,9 +85271,9 @@ }, "npmPkg": "react-native-a11y-slider", "npm": { - "downloads": 4791, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5335, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -84072,7 +85315,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 19 + "stars": 21 }, "name": "react-fancy-qrcode", "fullName": "jgillick/react-fancy-qrcode", @@ -84103,9 +85346,9 @@ }, "npmPkg": "react-fancy-qrcode", "npm": { - "downloads": 830, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1344, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -84185,13 +85428,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native react mobile ios android http interceptor mock-api mock network pretender prototype server testing mockapi typescipt" }, { @@ -84220,13 +85468,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-02-16T18:55:36Z", + "updatedAt": "2025-06-13T11:44:29Z", "createdAt": "2022-01-04T07:33:01Z", - "pushedAt": "2025-02-16T18:55:36Z", - "forks": 21, - "issues": 1, + "pushedAt": "2025-06-13T11:44:29Z", + "forks": 23, + "issues": 3, "subscribers": 2, - "stars": 132 + "stars": 142 }, "name": "react-native-input-select", "fullName": "azeezat/react-native-select", @@ -84259,10 +85507,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.1.3", - "tagName": "v2.1.3", - "createdAt": "2025-02-16T18:55:36Z", - "publishedAt": "2025-02-16T18:55:37Z", + "name": "Release 2.1.4", + "tagName": "v2.1.4", + "createdAt": "2025-06-13T11:44:29Z", + "publishedAt": "2025-06-13T11:44:30Z", "isPrerelease": false }, "hasTypes": true, @@ -84270,12 +85518,13 @@ "isArchived": false }, "npm": { - "downloads": 7884, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9349, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -84302,7 +85551,7 @@ "forks": 10, "issues": 6, "subscribers": 1, - "stars": 29 + "stars": 30 }, "name": "react-native-animated-bottom-drawer", "fullName": "AtharvaDeolalikar/react-native-animated-bottom-drawer", @@ -84324,9 +85573,9 @@ }, "npmPkg": "react-native-animated-bottom-drawer", "npm": { - "downloads": 1047, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1966, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -84361,7 +85610,7 @@ "forks": 5, "issues": 1, "subscribers": 1, - "stars": 37 + "stars": 38 }, "name": "react-native-is-maestro", "fullName": "jpudysz/react-native-is-maestro", @@ -84395,9 +85644,9 @@ }, "npmPkg": "react-native-is-maestro", "npm": { - "downloads": 5590, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5071, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -84429,13 +85678,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-12-20T14:56:33Z", + "updatedAt": "2025-06-11T14:04:15Z", "createdAt": "2023-03-09T11:19:24Z", - "pushedAt": "2024-12-20T14:56:33Z", - "forks": 4, - "issues": 4, + "pushedAt": "2025-06-11T14:04:15Z", + "forks": 7, + "issues": 3, "subscribers": 3, - "stars": 177 + "stars": 198 }, "name": "react-native-pdf-renderer", "fullName": "douglasjunior/react-native-pdf-renderer", @@ -84469,12 +85718,13 @@ }, "npmPkg": "react-native-pdf-renderer", "npm": { - "downloads": 15587, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17566, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -84532,18 +85782,19 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-use-list", "npm": { - "downloads": 116, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 176, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.216, + "popularity": -0.722, "topicSearchString": "react-native ios android flatlist sectionlist virtualizedlist" }, { @@ -84571,7 +85822,7 @@ "forks": 1, "issues": 0, "subscribers": 3, - "stars": 18 + "stars": 19 }, "name": "@ahmedrowaihi/react-native-i18n-storage", "fullName": "ahmedrowaihi/react-native-i18n-storage", @@ -84601,13 +85852,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native ios android" }, { @@ -84634,8 +85890,8 @@ "updatedAt": "2025-04-03T16:56:15Z", "createdAt": "2023-05-28T13:49:50Z", "pushedAt": "2025-04-03T16:56:15Z", - "forks": 6, - "issues": 4, + "forks": 8, + "issues": 5, "subscribers": 3, "stars": 60 }, @@ -84676,13 +85932,12 @@ }, "npmPkg": "react-native-code-highlighter", "npm": { - "downloads": 4184, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5836, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -84703,27 +85958,42 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-26T12:58:56Z", + "updatedAt": "2025-05-24T15:33:48Z", "createdAt": "2023-06-02T12:05:48Z", - "pushedAt": "2025-02-26T12:58:56Z", - "forks": 30, - "issues": 2, + "pushedAt": "2025-05-24T15:33:48Z", + "forks": 31, + "issues": 1, "subscribers": 3, - "stars": 261 + "stars": 280 }, "name": "react-native-screenguard", "fullName": "gbumps/react-native-screenguard", "isPrivate": false, "description": "A Native screenshot blocking library for React-Native developer, with background customizable after captured. Screenshot detector are also supported.", "topics": [ - "react", - "native", + "screenguard", + "detector", + "screen-capture", "capture", "protection", - "screen-capture", "prevent", "screenshot", "capture-protection", + "screenshot-prevent", + "screenshot-blocker", + "screenshot-detector", + "screenshot-protection", + "screenshot-prevention", + "screenshot-blocking", + "screenshot-block", + "screenshot-blocking-ios", + "screenshot-blocking-android", + "screenshot-block-ios", + "screenshot-block-android", + "screenshot-blocker-ios", + "screenshot-blocker-android", + "react", + "native", "ios", "android" ], @@ -84735,29 +86005,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.0.6 - stable", - "tagName": "v1.0.6", - "createdAt": "2025-02-27T08:26:11Z", - "publishedAt": "2025-02-27T08:33:44Z", + "name": "v1.0.9", + "tagName": "v.1.0.8", + "createdAt": "2025-05-22T17:38:56Z", + "publishedAt": "2025-05-22T18:06:36Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-screenguard", "npm": { - "downloads": 17830, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26255, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react native capture protection screen-capture prevent screenshot capture-protection ios android" + "topicSearchString": "screenguard detector screen-capture capture protection prevent screenshot capture-protection screenshot-prevent screenshot-blocker screenshot-detector screenshot-protection screenshot-prevention screenshot-blocking screenshot-block screenshot-blocking-ios screenshot-blocking-android screenshot-block-ios screenshot-block-android screenshot-blocker-ios screenshot-blocker-android react native ios android" }, { "githubUrl": "https://github.com/4cc3ssX/react-native-totp-utils", @@ -84788,7 +86059,7 @@ "forks": 2, "issues": 3, "subscribers": 2, - "stars": 23 + "stars": 24 }, "name": "react-native-totp-utils", "fullName": "4cc3ssX/react-native-totp-utils", @@ -84822,13 +86093,15 @@ }, "npmPkg": "react-native-totp-utils", "npm": { - "downloads": 69, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.821, + "score": 35, + "matchingScoreModifiers": [ + "Not updated recently" + ], + "popularity": -0.85, "topicSearchString": "react-native ios android totp totp-utils" }, { @@ -84875,16 +86148,16 @@ }, "npmPkg": "react-native-hardwired", "npm": { - "downloads": 12, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.267, + "popularity": -0.1, "topicSearchString": "" }, { @@ -84903,13 +86176,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T10:48:35Z", + "updatedAt": "2025-06-21T10:54:26Z", "createdAt": "2023-06-09T10:46:18Z", - "pushedAt": "2025-04-16T10:48:35Z", - "forks": 6, + "pushedAt": "2025-06-21T10:54:26Z", + "forks": 8, "issues": 3, "subscribers": 1, - "stars": 128 + "stars": 146 }, "name": "react-native-maps-routes", "fullName": "huextrat/react-native-maps-routes", @@ -84929,10 +86202,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.0.4", - "tagName": "v1.0.4", - "createdAt": "2025-03-01T17:10:45Z", - "publishedAt": "2025-03-01T17:10:50Z", + "name": "v1.2.1", + "tagName": "v1.2.1", + "createdAt": "2025-06-12T17:18:56Z", + "publishedAt": "2025-06-12T17:19:01Z", "isPrerelease": false }, "hasTypes": true, @@ -84941,16 +86214,16 @@ }, "npmPkg": "react-native-maps-routes", "npm": { - "downloads": 733, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1185, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": 0.028, "topicSearchString": "react-native maps ios android" }, { @@ -85009,16 +86282,16 @@ "unmaintained": true, "npmPkg": "react-native-esper-sdk", "npm": { - "downloads": 76, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.811, + "popularity": -0.85, "topicSearchString": "react-native ios android" }, { @@ -85044,9 +86317,9 @@ "createdAt": "2022-06-21T18:48:40Z", "pushedAt": "2024-10-29T18:46:30Z", "forks": 2, - "issues": 3, + "issues": 4, "subscribers": 3, - "stars": 162 + "stars": 166 }, "name": "@vonovak/react-native-theme-control", "fullName": "vonovak/react-native-theme-control", @@ -85081,12 +86354,18 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 2419, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android theme dark dark-mode apearance hacktoberfest" }, { @@ -85144,16 +86423,16 @@ }, "npmPkg": "react-native-rsa-signer", "npm": { - "downloads": 22, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.305, + "popularity": -0.35, "topicSearchString": "react-native rsa jwt encryption security numero" }, { @@ -85161,8 +86440,12 @@ "examples": [ "https://github.com/aidin36/react-native-pie-chart/tree/main/example" ], + "images": [ + "https://raw.githubusercontent.com/aidin36/react-native-pie-chart/main/preview.png" + ], "ios": true, "android": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/aidin36/react-native-pie-chart", @@ -85180,7 +86463,7 @@ "forks": 5, "issues": 1, "subscribers": 2, - "stars": 39 + "stars": 41 }, "name": "react-native-pie-chart", "fullName": "aidin36/react-native-pie-chart", @@ -85213,9 +86496,9 @@ }, "npmPkg": "react-native-pie-chart", "npm": { - "downloads": 27355, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32600, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -85253,7 +86536,7 @@ "forks": 0, "issues": 0, "subscribers": 2, - "stars": 8 + "stars": 9 }, "name": "@alcs/react-native-input-autofocus", "fullName": "fracht/react-native-input-autofocus", @@ -85279,13 +86562,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "unmaintained": true, + "npm": { + "downloads": 425, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.822, "topicSearchString": "react-native autofocus next-field enter onenter input textfield" }, { @@ -85304,13 +86593,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-04T01:37:19Z", + "updatedAt": "2025-06-21T04:58:43Z", "createdAt": "2019-04-03T21:57:31Z", - "pushedAt": "2025-04-04T01:37:19Z", + "pushedAt": "2025-06-21T04:58:43Z", "forks": 3, "issues": 7, "subscribers": 4, - "stars": 40 + "stars": 39 }, "name": "react-native-web-jsonschema-form", "fullName": "CareLuLu/react-native-web-jsonschema-form", @@ -85338,9 +86627,9 @@ }, "npmPkg": "react-native-web-jsonschema-form", "npm": { - "downloads": 1442, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1224, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ @@ -85404,13 +86693,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 106, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.822, "topicSearchString": "react-native ios apple-music apple-music-api music apple" }, { @@ -85434,10 +86728,10 @@ "updatedAt": "2025-01-27T06:34:55Z", "createdAt": "2021-03-09T09:27:12Z", "pushedAt": "2025-01-27T06:34:55Z", - "forks": 26, - "issues": 12, - "subscribers": 8, - "stars": 339 + "forks": 27, + "issues": 18, + "subscribers": 7, + "stars": 358 }, "name": "react-native-keys", "fullName": "numandev1/react-native-keys", @@ -85485,9 +86779,9 @@ }, "npmPkg": "react-native-keys", "npm": { - "downloads": 13044, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14706, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -85501,11 +86795,17 @@ "githubUrl": "https://github.com/Sharcoux/slider", "npmPkg": "@react-native-assets/slider", "examples": [ - "https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8?file=/src/App.js" + "https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8" + ], + "images": [ + "https://github.com/Sharcoux/slider/blob/master/slider.gif" ], - "ios": true, "android": true, + "ios": true, "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/Sharcoux/slider", @@ -85517,13 +86817,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-07T18:55:52Z", + "updatedAt": "2025-05-26T09:38:43Z", "createdAt": "2020-05-06T14:14:41Z", - "pushedAt": "2025-04-07T18:55:52Z", + "pushedAt": "2025-05-26T09:38:43Z", "forks": 32, "issues": 2, "subscribers": 1, - "stars": 172 + "stars": 177 }, "name": "@react-native-assets/slider", "fullName": "Sharcoux/slider", @@ -85548,13 +86848,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 50798, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react native web slider range" }, { @@ -85578,13 +86884,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T09:01:35Z", + "updatedAt": "2025-06-09T09:22:40Z", "createdAt": "2017-01-17T17:26:46Z", - "pushedAt": "2025-04-14T09:01:35Z", - "forks": 399, - "issues": 36, + "pushedAt": "2025-06-09T09:22:40Z", + "forks": 405, + "issues": 39, "subscribers": 31, - "stars": 4997 + "stars": 5168 }, "name": "@lingui/react", "fullName": "lingui/js-lingui", @@ -85616,13 +86922,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 951948, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react component react-component react-native i18n internationalization i9n translation icu messageformat multilingual localization l10n" }, { @@ -85684,16 +86998,16 @@ }, "npmPkg": "react-native-ultimate-icons", "npm": { - "downloads": 10, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.225, "topicSearchString": "react-native ios android svg-icons typescript" }, { @@ -85757,9 +87071,9 @@ }, "npmPkg": "react-native-click-outside", "npm": { - "downloads": 32874, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 31956, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -85790,10 +87104,10 @@ "updatedAt": "2025-03-03T18:58:16Z", "createdAt": "2023-04-08T15:54:14Z", "pushedAt": "2025-03-03T18:58:16Z", - "forks": 11, - "issues": 3, + "forks": 10, + "issues": 5, "subscribers": 1, - "stars": 95 + "stars": 103 }, "name": "react-native-localization-settings", "fullName": "jakex7/react-native-localization-settings", @@ -85832,9 +87146,9 @@ }, "npmPkg": "react-native-localization-settings", "npm": { - "downloads": 16810, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 47846, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -85867,10 +87181,10 @@ "updatedAt": "2025-03-02T07:55:40Z", "createdAt": "2020-04-20T07:38:09Z", "pushedAt": "2025-03-02T07:55:40Z", - "forks": 15, - "issues": 1, + "forks": 18, + "issues": 2, "subscribers": 3, - "stars": 62 + "stars": 65 }, "name": "@rnw-community/react-native-payments", "fullName": "rnw-community/rnw-community", @@ -85904,12 +87218,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 27189, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native apple-pay google-pay payment-request payments android ios android-pay apple-pay payment-intents cross-platform payments expo expo-plugin" }, { @@ -85971,9 +87290,9 @@ }, "npmPkg": "react-native-detect-maestro", "npm": { - "downloads": 2533, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1608, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -86039,15 +87358,15 @@ }, "npmPkg": "react-native-widget-picker", "npm": { - "downloads": 1139, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1101, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.073, + "popularity": -0.072, "topicSearchString": "react react-native component android android-widget widget home-screen home-screen-widget" }, { @@ -86058,6 +87377,7 @@ "ios": true, "android": true, "web": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/kesha-antonov/react-native-zoom-reanimated", @@ -86075,7 +87395,7 @@ "forks": 19, "issues": 8, "subscribers": 3, - "stars": 217 + "stars": 224 }, "name": "react-native-zoom-reanimated", "fullName": "kesha-antonov/react-native-zoom-reanimated", @@ -86107,9 +87427,9 @@ }, "npmPkg": "react-native-zoom-reanimated", "npm": { - "downloads": 25439, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16623, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -86189,17 +87509,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 115, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.324, "topicSearchString": "android ios web react-native reactjs native react ui-library responsive-ui bootstrap dark-mode mergerefs ui kit component" }, { - "githubUrl": "https://github.com/situmtech/react-native", + "githubUrl": "https://github.com/situmtech/react-native/tree/master/plugin", "npmPkg": "@situm/react-native", "examples": [ "https://github.com/situmtech/react-native/tree/master/example" @@ -86213,53 +87538,59 @@ "urls": { "repo": "https://github.com/situmtech/react-native", "clone": "https://github.com/situmtech/react-native.git", - "homepage": "https://situm.com/docs/a-basic-react-native-app/" + "homepage": "https://github.com/situmtech/react-native#readme" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T12:45:47Z", + "updatedAt": "2025-06-18T09:52:19Z", "createdAt": "2020-05-19T12:55:18Z", - "pushedAt": "2025-04-08T12:45:47Z", + "pushedAt": "2025-06-18T09:52:19Z", "forks": 6, "issues": 0, "subscribers": 5, - "stars": 36 + "stars": 37 }, "name": "@situm/react-native", "fullName": "situmtech/react-native", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "React Native for bringing Situm Indoor Positioning and wayfinding technology to hybrid apps", + "description": "Situm Wayfinding for React Native. Integrate plug&play navigation experience with indoor maps, routes and turn-by-turn directions in no time. With the power of Situm.", "topics": [ "react-native", "situm", "indoor-positioning", + "indoor-maps", "wayfinding", "ios", "android" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 860, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, - "topicSearchString": "react-native situm indoor-positioning wayfinding ios android" + "popularity": 0.028, + "topicSearchString": "react-native situm indoor-positioning indoor-maps wayfinding ios android" }, { "githubUrl": "https://github.com/ory/kratos-selfservice-ui-react-native", @@ -86286,13 +87617,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-12T16:20:36Z", + "updatedAt": "2025-06-18T10:43:21Z", "createdAt": "2020-08-03T09:32:56Z", - "pushedAt": "2025-03-12T16:20:36Z", - "forks": 30, - "issues": 1, - "subscribers": 9, - "stars": 95 + "pushedAt": "2025-06-18T10:43:21Z", + "forks": 31, + "issues": 2, + "subscribers": 11, + "stars": 99 }, "name": "@ory/expo-login-registration-template", "fullName": "ory/kratos-selfservice-ui-react-native", @@ -86320,8 +87651,9 @@ }, "npmPkg": "kratos-selfservice-ui-react-native", "npm": {}, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": -100, @@ -86385,16 +87717,16 @@ }, "npmPkg": "react-native-cone-slider", "npm": { - "downloads": 16, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 55, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.287, + "popularity": -0.332, "topicSearchString": "react-native ios android" }, { @@ -86462,16 +87794,16 @@ }, "npmPkg": "react-native-palette-picker", "npm": { - "downloads": 56, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 46, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.314, + "popularity": -0.328, "topicSearchString": "react-native android react palette image-colors dominant image color palette-api" }, { @@ -86499,7 +87831,7 @@ "forks": 35, "issues": 15, "subscribers": 1, - "stars": 46 + "stars": 48 }, "name": "react-native-vimeo-iframe", "fullName": "MetaLabs-inc/react-native-vimeo-iframe", @@ -86537,9 +87869,9 @@ }, "npmPkg": "react-native-vimeo-iframe", "npm": { - "downloads": 26045, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25383, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -86606,16 +87938,16 @@ "unmaintained": true, "npmPkg": "react-native-components-tracking", "npm": { - "downloads": 85, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 105, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.815, + "popularity": -0.821, "topicSearchString": "react-native ios android" }, { @@ -86676,22 +88008,23 @@ }, "npmPkg": "react-native-squish-button", "npm": { - "downloads": 49, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.309, + "popularity": -0.305, "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/troberts-28/react-native-timer-picker", "examples": [ - "https://github.com/troberts-28/react-native-timer-picker/tree/main/example" + "https://github.com/troberts-28/react-native-timer-picker/tree/main/examples/example-bare", + "https://github.com/troberts-28/react-native-timer-picker/tree/main/examples/example-expo" ], "images": [ "https://raw.githubusercontent.com/troberts-28/react-native-timer-picker/main/demos/example1.gif", @@ -86714,13 +88047,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-26T12:23:04Z", + "updatedAt": "2025-05-19T13:44:03Z", "createdAt": "2023-08-10T10:55:24Z", - "pushedAt": "2025-03-26T12:23:04Z", - "forks": 19, + "pushedAt": "2025-05-19T13:44:03Z", + "forks": 21, "issues": 2, "subscribers": 1, - "stars": 173 + "stars": 185 }, "name": "react-native-timer-picker", "fullName": "troberts-28/react-native-timer-picker", @@ -86763,10 +88096,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release v2.1.1", - "tagName": "v2.1.1", - "createdAt": "2025-03-31T15:14:30Z", - "publishedAt": "2025-03-31T15:15:47Z", + "name": "Release v2.2.0", + "tagName": "v2.2.0", + "createdAt": "2025-05-19T13:44:13Z", + "publishedAt": "2025-05-19T14:01:18Z", "isPrerelease": false }, "hasTypes": true, @@ -86775,13 +88108,13 @@ }, "npmPkg": "react-native-timer-picker", "npm": { - "downloads": 13101, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16136, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], "popularity": 0.028, @@ -86808,7 +88141,7 @@ "updatedAt": "2024-03-03T08:52:29Z", "createdAt": "2023-08-21T14:21:27Z", "pushedAt": "2024-03-03T08:52:29Z", - "forks": 1, + "forks": 2, "issues": 0, "subscribers": 1, "stars": 23 @@ -86843,16 +88176,16 @@ }, "npmPkg": "react-native-simple-keypad", "npm": { - "downloads": 245, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 321, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.322, "topicSearchString": "react-native ios android" }, { @@ -86918,16 +88251,16 @@ }, "npmPkg": "react-native-responsive-scalability", "npm": { - "downloads": 25, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.31, + "popularity": -0.312, "topicSearchString": "react-native ios android package responsive expo" }, { @@ -86951,7 +88284,7 @@ "forks": 23, "issues": 6, "subscribers": 3, - "stars": 65 + "stars": 68 }, "name": "react-native-http-bridge-refurbished", "fullName": "Alwinator/react-native-http-bridge-refurbished", @@ -86990,16 +88323,16 @@ }, "npmPkg": "react-native-http-bridge-refurbished", "npm": { - "downloads": 1519, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1459, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-component react-native nanohttpd gcdhttpserver http server bridge webserver http-server rest-api typescript" }, { @@ -87062,16 +88395,16 @@ "unmaintained": true, "npmPkg": "react-native-simple-bcrypt", "npm": { - "downloads": 70, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 47, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.821, + "popularity": -0.829, "topicSearchString": "react-native bcrypt native hash ios android" }, { @@ -87104,7 +88437,7 @@ "forks": 8, "issues": 0, "subscribers": 3, - "stars": 175 + "stars": 179 }, "name": "@animatereactnative/stagger", "fullName": "animate-react-native/stagger", @@ -87143,13 +88476,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 6439, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android stagger exit-animation enter-animation animation stagger-view reanimated2 reanimated3 layout-animation stagger-animation" }, { @@ -87176,10 +88514,10 @@ "updatedAt": "2025-02-11T13:45:02Z", "createdAt": "2023-08-25T20:40:34Z", "pushedAt": "2025-02-11T13:45:02Z", - "forks": 20, - "issues": 8, + "forks": 23, + "issues": 9, "subscribers": 5, - "stars": 299 + "stars": 309 }, "name": "@animatereactnative/marquee", "fullName": "animate-react-native/marquee", @@ -87220,12 +88558,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 43735, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android marquee carousel slider ticker horizontal-scrolling-carousels infinite-ticker expo news-ticker typescript reanimated reanimated3" }, { @@ -87257,10 +88601,10 @@ "updatedAt": "2025-01-13T11:44:28Z", "createdAt": "2023-08-23T16:18:21Z", "pushedAt": "2025-01-13T11:44:28Z", - "forks": 3, - "issues": 2, + "forks": 4, + "issues": 3, "subscribers": 5, - "stars": 350 + "stars": 374 }, "name": "expo-drag-drop-content-view", "fullName": "AlirezaHadjar/expo-drag-drop-content-view", @@ -87285,9 +88629,9 @@ }, "npmPkg": "expo-drag-drop-content-view", "npm": { - "downloads": 2669, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18983, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -87324,7 +88668,7 @@ "forks": 26, "issues": 5, "subscribers": 3, - "stars": 335 + "stars": 334 }, "name": "rn-wave-bottom-bar", "fullName": "Jm-Zion/rn-wave-bottom-bar", @@ -87359,11 +88703,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "rn-wave-bottom-bar", "npm": { - "downloads": 525, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 463, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -87371,15 +88716,15 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": -0.722, "topicSearchString": "react-native react-navigation bottom-bar tab-bar animation bottom-tabs curved wave" }, { "githubUrl": "https://github.com/maplibre/maplibre-react-native", "npmPkg": "@maplibre/maplibre-react-native", "examples": [ - "https://github.com/maplibre/maplibre-react-native/tree/main/packages/expo-app", - "https://github.com/maplibre/maplibre-react-native/tree/main/packages/react-native-app" + "https://github.com/maplibre/maplibre-react-native/tree/main/examples/expo-app", + "https://github.com/maplibre/maplibre-react-native/tree/main/examples/react-native-app" ], "images": [ "https://raw.githubusercontent.com/maplibre/maplibre-react-native/main/docs/static/screenshots/index/device-android.png", @@ -87400,13 +88745,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-15T17:16:56Z", + "updatedAt": "2025-06-14T05:35:46Z", "createdAt": "2022-11-03T10:37:07Z", - "pushedAt": "2025-04-15T17:16:56Z", - "forks": 68, - "issues": 37, - "subscribers": 8, - "stars": 347 + "pushedAt": "2025-06-14T05:35:46Z", + "forks": 76, + "issues": 44, + "subscribers": 9, + "stars": 380 }, "name": "@maplibre/maplibre-react-native", "fullName": "maplibre/maplibre-react-native", @@ -87429,23 +88774,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v10.1.4", - "tagName": "v10.1.4", - "createdAt": "2025-03-12T20:01:31Z", - "publishedAt": "2025-03-12T20:01:46Z", - "isPrerelease": false + "name": "v11.0.0-alpha.4", + "tagName": "v11.0.0-alpha.4", + "createdAt": "2025-06-07T07:45:03Z", + "publishedAt": "2025-06-07T07:45:18Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 22097, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "maps ios android maplibre react-native mapbox react" }, { @@ -87477,10 +88828,10 @@ "updatedAt": "2023-11-07T07:42:30Z", "createdAt": "2019-12-04T17:02:24Z", "pushedAt": "2023-11-07T07:42:30Z", - "forks": 112, - "issues": 27, + "forks": 113, + "issues": 29, "subscribers": 8, - "stars": 384 + "stars": 387 }, "name": "react-tinder-card", "fullName": "3DJakob/react-tinder-card", @@ -87524,9 +88875,9 @@ }, "npmPkg": "react-tinder-card", "npm": { - "downloads": 17135, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18077, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -87561,13 +88912,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-07T19:58:14Z", + "updatedAt": "2025-06-19T18:06:33Z", "createdAt": "2020-08-06T16:06:02Z", - "pushedAt": "2025-04-07T19:58:14Z", - "forks": 31, - "issues": 16, - "subscribers": 22, - "stars": 346 + "pushedAt": "2025-06-19T18:06:33Z", + "forks": 32, + "issues": 20, + "subscribers": 21, + "stars": 394 }, "name": "react-native-spotlight-tour", "fullName": "stackbuilders/react-native-spotlight-tour", @@ -87597,9 +88948,9 @@ "isArchived": false }, "npm": { - "downloads": 4089, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3444, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -87633,13 +88984,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-31T14:09:10Z", + "updatedAt": "2025-05-24T03:20:50Z", "createdAt": "2022-11-22T11:55:26Z", - "pushedAt": "2025-03-31T14:09:10Z", - "forks": 61, + "pushedAt": "2025-05-24T03:20:50Z", + "forks": 64, "issues": 9, "subscribers": 4, - "stars": 308 + "stars": 326 }, "name": "react-native-international-phone-number", "fullName": "AstrOOnauta/react-native-international-phone-number", @@ -87677,9 +89028,9 @@ }, "lastRelease": { "name": "", - "tagName": "v0.9.2", - "createdAt": "2025-03-24T13:56:57Z", - "publishedAt": "2025-03-24T14:00:05Z", + "tagName": "v0.9.3", + "createdAt": "2025-05-24T03:20:50Z", + "publishedAt": "2025-05-24T12:10:29Z", "isPrerelease": false }, "hasTypes": true, @@ -87688,9 +89039,9 @@ }, "npmPkg": "react-native-international-phone-number", "npm": { - "downloads": 43000, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 55543, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -87709,7 +89060,9 @@ "ios": true, "android": true, "web": true, + "tvos": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -87722,13 +89075,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-18T09:01:57Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-18T09:01:57Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-image", "fullName": "expo/expo", @@ -87750,9 +89103,9 @@ }, "npmPkg": "expo-image", "npm": { - "downloads": 1846246, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2501977, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -87823,13 +89176,18 @@ "isArchived": true }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 290, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.722, "topicSearchString": "react-native android braintree hacktoberfest ios" }, { @@ -87855,10 +89213,10 @@ "updatedAt": "2023-11-04T16:26:14Z", "createdAt": "2023-09-10T18:36:33Z", "pushedAt": "2023-11-04T16:26:14Z", - "forks": 0, + "forks": 1, "issues": 2, - "subscribers": 5, - "stars": 271 + "subscribers": 4, + "stars": 281 }, "name": "react-native-menubar-extra", "fullName": "okwasniewski/react-native-menubar-extra", @@ -87893,9 +89251,9 @@ }, "npmPkg": "react-native-menubar-extra", "npm": { - "downloads": 21, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -87903,7 +89261,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.202, + "popularity": -0.167, "topicSearchString": "react-native macos library menubar menubar-app hacktoberfest" }, { @@ -87922,13 +89280,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-07-14T20:31:22Z", + "updatedAt": "2025-05-20T16:25:21Z", "createdAt": "2021-10-16T15:20:52Z", - "pushedAt": "2024-07-14T20:31:22Z", - "forks": 61, - "issues": 22, - "subscribers": 10, - "stars": 480 + "pushedAt": "2025-05-20T16:25:21Z", + "forks": 71, + "issues": 18, + "subscribers": 11, + "stars": 493 }, "name": "@react-native-ml-kit/text-recognition", "fullName": "a7medev/react-native-ml-kit", @@ -87948,13 +89306,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 19148, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Not updated recently", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native" }, { @@ -87976,10 +89339,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 61, - "issues": 22, - "subscribers": 10, - "stars": 480 + "forks": 71, + "issues": 18, + "subscribers": 11, + "stars": 493 }, "name": "@react-native-ml-kit/face-detection", "fullName": "a7medev/react-native-ml-kit", @@ -87999,13 +89362,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 4257, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native" }, { @@ -88027,10 +89396,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 61, - "issues": 22, - "subscribers": 10, - "stars": 480 + "forks": 71, + "issues": 18, + "subscribers": 11, + "stars": 493 }, "name": "@react-native-ml-kit/image-labeling", "fullName": "a7medev/react-native-ml-kit", @@ -88050,13 +89419,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 452, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.221, "topicSearchString": "react-native" }, { @@ -88078,10 +89453,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 61, - "issues": 22, - "subscribers": 10, - "stars": 480 + "forks": 71, + "issues": 18, + "subscribers": 11, + "stars": 493 }, "name": "@react-native-ml-kit/barcode-scanning", "fullName": "a7medev/react-native-ml-kit", @@ -88101,13 +89476,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 11346, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native" }, { @@ -88129,10 +89510,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 61, - "issues": 22, - "subscribers": 10, - "stars": 480 + "forks": 71, + "issues": 18, + "subscribers": 11, + "stars": 493 }, "name": "@react-native-ml-kit/identify-languages", "fullName": "a7medev/react-native-ml-kit", @@ -88152,13 +89533,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 1143, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.027, "topicSearchString": "react-native" }, { @@ -88179,10 +89566,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 61, - "issues": 22, - "subscribers": 10, - "stars": 480 + "forks": 71, + "issues": 18, + "subscribers": 11, + "stars": 493 }, "name": "@react-native-ml-kit/translate-text", "fullName": "a7medev/react-native-ml-kit", @@ -88202,13 +89589,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 24, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.208, "topicSearchString": "react-native" }, { @@ -88271,16 +89664,16 @@ }, "npmPkg": "react-native-vis-network", "npm": { - "downloads": 66, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -0.314, "topicSearchString": "react-native ios android" }, { @@ -88307,13 +89700,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-22T09:41:32Z", + "updatedAt": "2025-06-20T19:54:40Z", "createdAt": "2023-06-12T07:40:06Z", - "pushedAt": "2025-03-22T09:41:32Z", - "forks": 35, - "issues": 4, + "pushedAt": "2025-06-20T19:54:40Z", + "forks": 40, + "issues": 3, "subscribers": 2, - "stars": 334 + "stars": 356 }, "name": "react-native-otp-entry", "fullName": "anday013/react-native-otp-entry", @@ -88346,10 +89739,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.8.4", - "tagName": "v1.8.4", - "createdAt": "2025-03-22T09:41:32Z", - "publishedAt": "2025-03-22T09:43:41Z", + "name": "Release 1.8.5", + "tagName": "v1.8.5", + "createdAt": "2025-06-20T19:54:40Z", + "publishedAt": "2025-06-20T19:55:50Z", "isPrerelease": false }, "hasTypes": true, @@ -88358,9 +89751,9 @@ }, "npmPkg": "react-native-otp-entry", "npm": { - "downloads": 133780, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 182775, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -88397,9 +89790,9 @@ "createdAt": "2023-06-24T09:03:11Z", "pushedAt": "2024-11-10T17:00:51Z", "forks": 26, - "issues": 16, + "issues": 17, "subscribers": 4, - "stars": 346 + "stars": 356 }, "name": "@baronha/ting", "fullName": "NitrogenZLab/ting", @@ -88434,12 +89827,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 867, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android native-module new-architecture toast alert toast-notifications" }, { @@ -88467,10 +89867,10 @@ "updatedAt": "2024-05-15T09:15:35Z", "createdAt": "2021-07-30T16:41:44Z", "pushedAt": "2024-05-15T09:15:35Z", - "forks": 143, + "forks": 149, "issues": 41, "subscribers": 7, - "stars": 495 + "stars": 510 }, "name": "@baronha/react-native-photo-editor", "fullName": "NitrogenZLab/react-native-photo-editor", @@ -88504,13 +89904,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 1684, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android photo photoeditor imageeditor photoedit" }, { @@ -88578,16 +89984,16 @@ }, "npmPkg": "react-native-skia-shadow", "npm": { - "downloads": 1411, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 665, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.029, "topicSearchString": "react-native ios android expo shadow skia package" }, { @@ -88649,16 +90055,16 @@ }, "npmPkg": "react-native-orientation-manager", "npm": { - "downloads": 1607, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 957, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.073, + "popularity": -0.072, "topicSearchString": "react-native ios android windows orientation" }, { @@ -88692,10 +90098,10 @@ "updatedAt": "2024-10-30T08:12:07Z", "createdAt": "2023-09-29T19:29:16Z", "pushedAt": "2024-10-30T08:12:07Z", - "forks": 13, + "forks": 14, "issues": 14, "subscribers": 6, - "stars": 346 + "stars": 354 }, "name": "@devvie/bottom-sheet", "fullName": "stanleyugwu/react-native-bottom-sheet", @@ -88737,12 +90143,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 12074, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, "matchingScoreModifiers": [ + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android bottom-sheet devvie-bottom-sheet @devvie/bottom-sheet tiny-bottom-sheet flexible-bottom-sheet modal-bottom-sheet sheet ui-sheet bottom-sheets bottomsheet bottomsheet-android bottomsheetios" }, { @@ -88774,10 +90187,10 @@ "updatedAt": "2025-03-21T18:14:32Z", "createdAt": "2023-03-22T16:24:04Z", "pushedAt": "2025-03-21T18:14:32Z", - "forks": 68, - "issues": 20, + "forks": 79, + "issues": 28, "subscribers": 5, - "stars": 614 + "stars": 679 }, "name": "react-native-ui-datepicker", "fullName": "farhoudshapouran/react-native-ui-datepicker", @@ -88822,14 +90235,13 @@ }, "npmPkg": "react-native-ui-datepicker", "npm": { - "downloads": 73272, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 86231, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -88864,7 +90276,7 @@ "forks": 3, "issues": 3, "subscribers": 3, - "stars": 59 + "stars": 61 }, "name": "react-native-highlighter", "fullName": "farhoudshapouran/react-native-highlighter", @@ -88899,9 +90311,9 @@ }, "npmPkg": "react-native-highlighter", "npm": { - "downloads": 2293, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2312, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -88934,10 +90346,10 @@ "updatedAt": "2024-04-16T21:03:58Z", "createdAt": "2023-10-17T19:32:37Z", "pushedAt": "2024-04-16T21:03:58Z", - "forks": 14, + "forks": 13, "issues": 2, "subscribers": 9, - "stars": 272 + "stars": 275 }, "name": "react-native-vercel-ai", "fullName": "bidah/react-native-vercel-ai", @@ -88962,9 +90374,9 @@ }, "npmPkg": "react-native-vercel-ai", "npm": { - "downloads": 330, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 250, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -88972,7 +90384,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.222, "topicSearchString": "react-native ios android" }, { @@ -89037,16 +90449,16 @@ }, "npmPkg": "react-native-animated-blur-view", "npm": { - "downloads": 160, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 105, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.321, "topicSearchString": "react-native ios android blur blur-view animate animated animate-blur-view gradient" }, { @@ -89070,10 +90482,10 @@ "updatedAt": "2025-04-08T08:33:16Z", "createdAt": "2023-07-04T08:37:10Z", "pushedAt": "2025-04-08T08:33:16Z", - "forks": 54, - "issues": 24, + "forks": 55, + "issues": 27, "subscribers": 15, - "stars": 878 + "stars": 935 }, "name": "react-native-fast-tflite", "fullName": "mrousavy/react-native-fast-tflite", @@ -89123,15 +90535,14 @@ }, "npmPkg": "react-native-fast-tflite", "npm": { - "downloads": 16815, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34864, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -89158,10 +90569,10 @@ "updatedAt": "2024-11-07T14:44:54Z", "createdAt": "2021-11-11T18:24:15Z", "pushedAt": "2024-11-07T14:44:54Z", - "forks": 41, - "issues": 43, - "subscribers": 9, - "stars": 648 + "forks": 43, + "issues": 44, + "subscribers": 10, + "stars": 681 }, "name": "react-native-worklets-core", "fullName": "margelo/react-native-worklets-core", @@ -89202,13 +90613,14 @@ }, "npmPkg": "react-native-worklets-core", "npm": { - "downloads": 129827, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 125910, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -89235,10 +90647,10 @@ "updatedAt": "2022-02-10T04:13:30Z", "createdAt": "2021-08-17T13:07:21Z", "pushedAt": "2022-02-10T04:13:30Z", - "forks": 54, - "issues": 35, + "forks": 53, + "issues": 34, "subscribers": 7, - "stars": 104 + "stars": 107 }, "name": "vision-camera-face-detector", "fullName": "rodgomesc/vision-camera-face-detector", @@ -89271,9 +90683,9 @@ "unmaintained": true, "npmPkg": "vision-camera-face-detector", "npm": { - "downloads": 815, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 616, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -89281,7 +90693,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.471, "topicSearchString": "react-native ios android" }, { @@ -89290,7 +90702,7 @@ "https://github.com/alantoa/react-native-awesome-slider/tree/main/example" ], "images": [ - "https://raw.githubusercontent.com/alantoa/react-native-awesome-slider/main/assets/slider.gif" + "https://raw.githubusercontent.com/alantoa/react-native-awesome-slider/refs/heads/main/assets/slider.png" ], "ios": true, "android": true, @@ -89310,9 +90722,9 @@ "createdAt": "2022-01-09T06:16:54Z", "pushedAt": "2025-03-10T09:34:19Z", "forks": 38, - "issues": 9, + "issues": 11, "subscribers": 3, - "stars": 370 + "stars": 383 }, "name": "react-native-awesome-slider", "fullName": "alantoa/react-native-awesome-slider", @@ -89349,9 +90761,9 @@ }, "npmPkg": "react-native-awesome-slider", "npm": { - "downloads": 50128, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 106010, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -89364,20 +90776,12 @@ { "githubUrl": "https://github.com/jpudysz/react-native-unistyles", "examples": [ - "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/bare", - "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/macos", - "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/win", - "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/expo", - "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/tv", - "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/vision" + "https://github.com/jpudysz/react-native-unistyles/tree/main/example", + "https://github.com/jpudysz/react-native-unistyles/tree/main/expo-example" ], "ios": true, "android": true, "web": true, - "macos": true, - "windows": true, - "tvos": true, - "visionos": true, "newArchitecture": true, "github": { "urls": { @@ -89390,13 +90794,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T11:26:25Z", + "updatedAt": "2025-06-19T08:30:19Z", "createdAt": "2023-10-03T10:27:27Z", - "pushedAt": "2025-04-16T11:26:25Z", - "forks": 66, - "issues": 9, + "pushedAt": "2025-06-19T08:30:19Z", + "forks": 71, + "issues": 1, "subscribers": 9, - "stars": 2056 + "stars": 2170 }, "name": "react-native-unistyles", "fullName": "jpudysz/react-native-unistyles", @@ -89423,10 +90827,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.0.0-rc.1", - "tagName": "v3.0.0-rc.1", - "createdAt": "2025-04-02T14:23:26Z", - "publishedAt": "2025-04-02T14:28:49Z", + "name": "Release 2.43.0", + "tagName": "v2.43.0", + "createdAt": "2025-06-19T09:03:40Z", + "publishedAt": "2025-06-19T09:05:02Z", "isPrerelease": false }, "hasTypes": true, @@ -89435,9 +90839,9 @@ }, "npmPkg": "react-native-unistyles", "npm": { - "downloads": 131765, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 138935, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 76, "matchingScoreModifiers": [ @@ -89469,10 +90873,10 @@ "updatedAt": "2024-08-16T22:04:34Z", "createdAt": "2023-11-01T20:06:58Z", "pushedAt": "2024-08-16T22:04:34Z", - "forks": 24, + "forks": 25, "issues": 1, "subscribers": 5, - "stars": 383 + "stars": 389 }, "name": "react-native-theme-switch-animation", "fullName": "WadhahEssam/react-native-theme-switch-animation", @@ -89509,9 +90913,9 @@ }, "npmPkg": "react-native-theme-switch-animation", "npm": { - "downloads": 3028, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2368, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -89547,9 +90951,9 @@ "createdAt": "2020-07-01T07:08:16Z", "pushedAt": "2025-02-12T04:06:34Z", "forks": 9, - "issues": 13, + "issues": 14, "subscribers": 2, - "stars": 243 + "stars": 253 }, "name": "react-native-drop-shadow", "fullName": "hoanglam10499/react-native-drop-shadow", @@ -89586,9 +90990,9 @@ }, "npmPkg": "react-native-drop-shadow", "npm": { - "downloads": 63194, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57391, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -89647,12 +91051,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 54, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.331, "topicSearchString": "react-native expo expo-camera-characteristics expocameracharacteristics camera" }, { @@ -89682,10 +91091,10 @@ "updatedAt": "2025-03-29T18:44:34Z", "createdAt": "2020-11-19T11:49:34Z", "pushedAt": "2025-03-29T18:44:34Z", - "forks": 187, - "issues": 170, - "subscribers": 10, - "stars": 945 + "forks": 195, + "issues": 175, + "subscribers": 7, + "stars": 988 }, "name": "react-native-collapsible-tab-view", "fullName": "PedroBern/react-native-collapsible-tab-view", @@ -89720,16 +91129,15 @@ }, "npmPkg": "react-native-collapsible-tab-view", "npm": { - "downloads": 107972, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 124795, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 62, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -89763,7 +91171,7 @@ "forks": 5, "issues": 0, "subscribers": 4, - "stars": 218 + "stars": 229 }, "name": "react-native-easing-gradient", "fullName": "phamfoo/react-native-easing-gradient", @@ -89797,9 +91205,9 @@ }, "npmPkg": "react-native-easing-gradient", "npm": { - "downloads": 14094, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18097, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -89833,10 +91241,10 @@ "updatedAt": "2024-05-30T16:20:44Z", "createdAt": "2023-08-02T08:11:06Z", "pushedAt": "2024-05-30T16:20:44Z", - "forks": 4, + "forks": 5, "issues": 0, "subscribers": 3, - "stars": 203 + "stars": 206 }, "name": "expo-stable-diffusion", "fullName": "andrei-zgirvaci/expo-stable-diffusion", @@ -89876,16 +91284,16 @@ }, "npmPkg": "expo-stable-diffusion", "npm": { - "downloads": 16, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.188, + "popularity": -0.223, "topicSearchString": "react-native expo expo-stable-diffusion expostablediffusion ai ane coreml ios ipad ipados iphone stable-diffusion" }, { @@ -89953,16 +91361,16 @@ }, "npmPkg": "react-native-bullet-graph", "npm": { - "downloads": 94, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.318, + "popularity": -0.3, "topicSearchString": "react-native chart charts graph graphs data-visualization bullet-graph bullet-chart stats analysis analytics visualization" }, { @@ -89990,10 +91398,10 @@ "updatedAt": "2024-10-18T08:22:04Z", "createdAt": "2023-10-18T07:34:23Z", "pushedAt": "2024-10-18T08:22:04Z", - "forks": 4, + "forks": 5, "issues": 1, "subscribers": 2, - "stars": 25 + "stars": 27 }, "name": "react-native-liquid-gauge", "fullName": "dimaportenko/react-native-liquid-gauge", @@ -90025,16 +91433,16 @@ }, "npmPkg": "react-native-liquid-gauge", "npm": { - "downloads": 242, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 263, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.223, "topicSearchString": "react-native ios android" }, { @@ -90056,10 +91464,10 @@ "updatedAt": "2024-12-12T16:33:45Z", "createdAt": "2022-03-29T14:44:25Z", "pushedAt": "2024-12-12T16:33:45Z", - "forks": 83, - "issues": 94, + "forks": 85, + "issues": 97, "subscribers": 13, - "stars": 324 + "stars": 332 }, "name": "@azesmway/react-native-unity", "fullName": "azesmway/react-native-unity", @@ -90090,13 +91498,20 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 3457, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 30, "matchingScoreModifiers": [ + "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android unity" }, { @@ -90123,13 +91538,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-21T16:42:27Z", + "updatedAt": "2025-04-25T21:52:45Z", "createdAt": "2021-11-08T19:41:13Z", - "pushedAt": "2025-03-21T16:42:27Z", - "forks": 54, - "issues": 23, + "pushedAt": "2025-04-25T21:52:45Z", + "forks": 59, + "issues": 29, "subscribers": 10, - "stars": 1935 + "stars": 1988 }, "name": "zeego", "fullName": "nandorojo/zeego", @@ -90154,15 +91569,14 @@ }, "npmPkg": "zeego", "npm": { - "downloads": 95791, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 114216, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -90224,16 +91638,16 @@ }, "npmPkg": "react-native-video-duration", "npm": { - "downloads": 1467, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1752, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.073, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -90258,13 +91672,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-04T08:44:00Z", + "updatedAt": "2025-05-27T08:53:58Z", "createdAt": "2023-09-19T06:55:15Z", - "pushedAt": "2025-02-04T08:44:00Z", - "forks": 9, + "pushedAt": "2025-05-27T08:53:58Z", + "forks": 11, "issues": 6, "subscribers": 7, - "stars": 39 + "stars": 42 }, "name": "@orbital-systems/react-native-esp-idf-provisioning", "fullName": "orbital-systems/react-native-esp-idf-provisioning", @@ -90290,22 +91704,28 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.4.5", - "tagName": "v0.4.5", - "createdAt": "2025-02-04T08:42:27Z", - "publishedAt": "2025-02-04T08:43:09Z", + "name": "Release 0.4.6", + "tagName": "v0.4.6", + "createdAt": "2025-05-27T08:52:54Z", + "publishedAt": "2025-05-27T08:53:01Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1257, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android ble esp32 esp32-idf provisioning softap wifi-configuration" }, { @@ -90328,13 +91748,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T21:10:15Z", + "updatedAt": "2025-06-22T08:30:32Z", "createdAt": "2023-11-06T12:03:30Z", - "pushedAt": "2025-04-14T21:10:15Z", - "forks": 48, - "issues": 9, + "pushedAt": "2025-06-22T08:30:32Z", + "forks": 59, + "issues": 7, "subscribers": 11, - "stars": 731 + "stars": 771 }, "name": "@op-engineering/op-sqlite", "fullName": "OP-Engineering/op-sqlite", @@ -90356,23 +91776,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 12.0.2", - "tagName": "12.0.2", - "createdAt": "2025-04-14T21:12:02Z", - "publishedAt": "2025-04-14T21:13:41Z", + "name": "Release 14.1.0", + "tagName": "14.1.0", + "createdAt": "2025-06-22T08:30:52Z", + "publishedAt": "2025-06-22T08:32:33Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 64460, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android jsi sqlite" }, { @@ -90393,13 +91820,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-05T15:44:19Z", + "updatedAt": "2025-04-30T00:09:49Z", "createdAt": "2022-10-27T16:08:08Z", - "pushedAt": "2025-01-05T15:44:19Z", - "forks": 17, - "issues": 18, + "pushedAt": "2025-04-30T00:09:49Z", + "forks": 19, + "issues": 20, "subscribers": 3, - "stars": 167 + "stars": 183 }, "name": "native-wechat", "fullName": "Hector-Chong/native-wechat", @@ -90424,15 +91851,15 @@ }, "npmPkg": "native-wechat", "npm": { - "downloads": 129, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 78, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.219, + "popularity": -0.224, "topicSearchString": "react-native ios android wechat" }, { @@ -90457,10 +91884,10 @@ "updatedAt": "2023-12-16T23:58:18Z", "createdAt": "2023-12-10T10:15:58Z", "pushedAt": "2023-12-16T23:58:18Z", - "forks": 0, + "forks": 1, "issues": 2, "subscribers": 1, - "stars": 5 + "stars": 6 }, "name": "react-native-zendesk-unified", "fullName": "mateoguzmana/react-native-zendesk-unified", @@ -90500,16 +91927,16 @@ }, "npmPkg": "react-native-zendesk-unified", "npm": { - "downloads": 29, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 41, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.316, + "popularity": -0.326, "topicSearchString": "react-native ios android expo library native-module react support unified zendesk hacktoberfest" }, { @@ -90532,7 +91959,7 @@ "updatedAt": "2025-01-02T14:38:28Z", "createdAt": "2018-11-14T15:25:12Z", "pushedAt": "2025-01-02T14:38:28Z", - "forks": 6, + "forks": 7, "issues": 0, "subscribers": 4, "stars": 30 @@ -90569,12 +91996,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 3291, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "bugfender logging debug android ios react-native web" }, { @@ -90634,16 +92066,16 @@ }, "npmPkg": "react-native-auto-route", "npm": { - "downloads": 54, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.231, + "popularity": -0.2, "topicSearchString": "react-native ios android auto-route" }, { @@ -90671,7 +92103,7 @@ "forks": 2, "issues": 0, "subscribers": 8, - "stars": 10 + "stars": 11 }, "name": "@generac/react-native-local-network-permission", "fullName": "neurio/react-native-local-network-permission", @@ -90705,13 +92137,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 5896, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native local-network-permission expo reactnativelocalnetworkpermission ios local-network permissions swift" }, { @@ -90771,9 +92208,9 @@ }, "npmPkg": "react-native-flix-snackbar", "npm": { - "downloads": 19, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -90837,13 +92274,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 418, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.321, "topicSearchString": "react-native ios android switch switcher toggle reanimated gesture-handler" }, { @@ -90874,7 +92316,7 @@ "forks": 22, "issues": 1, "subscribers": 1, - "stars": 207 + "stars": 210 }, "name": "react-native-star-rating-widget", "fullName": "bviebahn/react-native-star-rating-widget", @@ -90906,13 +92348,14 @@ }, "npmPkg": "react-native-star-rating-widget", "npm": { - "downloads": 38205, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38044, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -90943,7 +92386,7 @@ "forks": 5, "issues": 3, "subscribers": 8, - "stars": 243 + "stars": 253 }, "name": "react-native-release-profiler", "fullName": "margelo/react-native-release-profiler", @@ -90985,14 +92428,13 @@ }, "npmPkg": "react-native-release-profiler", "npm": { - "downloads": 633176, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 197977, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -91019,10 +92461,10 @@ "updatedAt": "2023-07-19T06:57:01Z", "createdAt": "2022-11-21T13:11:30Z", "pushedAt": "2023-07-19T06:57:01Z", - "forks": 19, - "issues": 15, - "subscribers": 2, - "stars": 170 + "forks": 20, + "issues": 16, + "subscribers": 3, + "stars": 181 }, "name": "expo-dynamic-app-icon", "fullName": "outsung/expo-dynamic-app-icon", @@ -91054,12 +92496,13 @@ }, "npmPkg": "expo-dynamic-app-icon", "npm": { - "downloads": 9500, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8480, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -91092,7 +92535,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 63 + "stars": 64 }, "name": "expo-video-metadata", "fullName": "hirbod/expo-video-metadata", @@ -91128,9 +92571,9 @@ }, "npmPkg": "expo-video-metadata", "npm": { - "downloads": 2639, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3613, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -91163,13 +92606,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-03-22T23:45:26Z", + "updatedAt": "2025-05-06T23:59:47Z", "createdAt": "2023-12-12T21:55:37Z", - "pushedAt": "2024-03-22T23:45:26Z", + "pushedAt": "2025-05-06T23:59:47Z", "forks": 2, "issues": 0, "subscribers": 2, - "stars": 33 + "stars": 34 }, "name": "react-native-image-preview-reanimated", "fullName": "sbaiahmed1/react-native-image-preview", @@ -91179,22 +92622,20 @@ "topics": [ "react-native", "ios", - "android", - "image-viewer", - "image-modal" + "android" ], "license": { - "key": "gpl-2.0", - "name": "GNU General Public License v2.0", - "spdxId": "GPL-2.0", - "url": "http://choosealicense.com/licenses/gpl-2.0/", - "id": "MDc6TGljZW5zZTg=" + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.5.2", - "tagName": "v0.5.2", - "createdAt": "2024-03-22T23:45:28Z", - "publishedAt": "2024-03-22T23:45:33Z", + "name": "Release 0.5.6", + "tagName": "v0.5.6", + "createdAt": "2025-04-25T00:32:19Z", + "publishedAt": "2025-04-25T00:32:29Z", "isPrerelease": false }, "hasTypes": true, @@ -91202,17 +92643,16 @@ "isArchived": false }, "npm": { - "downloads": 213, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 50, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, - "topicSearchString": "react-native ios android image-viewer image-modal" + "popularity": -0.23, + "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/kesha-antonov/react-native-background-downloader", @@ -91236,10 +92676,10 @@ "updatedAt": "2025-03-12T15:15:38Z", "createdAt": "2024-02-16T07:31:38Z", "pushedAt": "2025-03-12T15:15:38Z", - "forks": 18, - "issues": 29, + "forks": 20, + "issues": 32, "subscribers": 2, - "stars": 102 + "stars": 108 }, "name": "@kesha-antonov/react-native-background-downloader", "fullName": "kesha-antonov/react-native-background-downloader", @@ -91269,12 +92709,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 10291, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native background download large-files" }, { @@ -91298,9 +92743,9 @@ "createdAt": "2018-01-31T12:38:13Z", "pushedAt": "2023-08-01T12:10:12Z", "forks": 54, - "issues": 17, + "issues": 16, "subscribers": 11, - "stars": 470 + "stars": 469 }, "name": "@callstack/react-theme-provider", "fullName": "callstack/react-theme-provider", @@ -91330,13 +92775,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 1353329, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native theme provider" }, { @@ -91365,9 +92817,9 @@ "createdAt": "2020-05-20T13:50:00Z", "pushedAt": "2025-03-02T20:46:08Z", "forks": 19, - "issues": 2, + "issues": 3, "subscribers": 1, - "stars": 142 + "stars": 153 }, "name": "react-native-dynamically-selected-picker", "fullName": "sosog/react-native-dynamically-selected-picker", @@ -91411,15 +92863,15 @@ }, "npmPkg": "react-native-dynamically-selected-picker", "npm": { - "downloads": 496, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 506, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": 0.028, "topicSearchString": "react-native ios android swipe-picker dynamic-select selector select-picker ios-style-android-picker ios-android-picker on-scroll-select picker swiper scroll-change-picker ios-android-select typescript-support" }, { @@ -91448,10 +92900,10 @@ "updatedAt": "2025-01-15T10:13:41Z", "createdAt": "2017-05-30T18:02:19Z", "pushedAt": "2025-01-15T10:13:41Z", - "forks": 94, - "issues": 24, + "forks": 95, + "issues": 26, "subscribers": 4, - "stars": 660 + "stars": 674 }, "name": "react-native-popover-view", "fullName": "SteffeyDev/react-native-popover-view", @@ -91490,9 +92942,9 @@ }, "npmPkg": "react-native-popover-view", "npm": { - "downloads": 153451, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 192240, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -91521,10 +92973,10 @@ "updatedAt": "2024-01-01T20:45:00Z", "createdAt": "2020-05-12T11:27:46Z", "pushedAt": "2024-01-01T20:45:00Z", - "forks": 13, + "forks": 14, "issues": 0, "subscribers": 2, - "stars": 142 + "stars": 143 }, "name": "react-native-heroicons", "fullName": "ecklf/react-native-heroicons", @@ -91556,9 +93008,9 @@ }, "npmPkg": "react-native-heroicons", "npm": { - "downloads": 47426, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 49631, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -91589,7 +93041,7 @@ "forks": 51, "issues": 19, "subscribers": 5, - "stars": 310 + "stars": 314 }, "name": "react-native-asset", "fullName": "unimonkiez/react-native-asset", @@ -91609,11 +93061,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-asset", "npm": { - "downloads": 127632, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 135163, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -91621,7 +93074,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react-native react native js asset assets link" }, { @@ -91678,9 +93131,9 @@ }, "npmPkg": "react-native-json-tree", "npm": { - "downloads": 42472, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 46918, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -91708,13 +93161,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-26T15:50:14Z", + "updatedAt": "2025-05-02T10:01:47Z", "createdAt": "2016-10-15T08:35:35Z", - "pushedAt": "2025-03-26T15:50:14Z", - "forks": 178, + "pushedAt": "2025-05-02T10:01:47Z", + "forks": 179, "issues": 40, "subscribers": 17, - "stars": 749 + "stars": 759 }, "name": "react-native-version-check", "fullName": "kimxogus/react-native-version-check", @@ -91743,15 +93196,14 @@ }, "npmPkg": "react-native-version-check", "npm": { - "downloads": 155958, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 150514, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -91774,13 +93226,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-26T15:49:45Z", + "updatedAt": "2025-05-02T10:01:47Z", "createdAt": "2016-10-15T08:35:35Z", - "pushedAt": "2025-03-26T15:49:45Z", - "forks": 178, + "pushedAt": "2025-05-02T10:01:47Z", + "forks": 179, "issues": 40, "subscribers": 17, - "stars": 749 + "stars": 759 }, "name": "react-native-version-check-expo", "fullName": "kimxogus/react-native-version-check", @@ -91810,15 +93262,14 @@ }, "npmPkg": "react-native-version-check-expo", "npm": { - "downloads": 11740, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17488, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -91886,9 +93337,9 @@ "unmaintained": true, "npmPkg": "react-native-signature-pad", "npm": { - "downloads": 2134, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1247, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -91896,7 +93347,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native react-component ios android signature pad signaturepad canvas" }, { @@ -91925,7 +93376,7 @@ "forks": 47, "issues": 26, "subscribers": 8, - "stars": 212 + "stars": 213 }, "name": "react-native-android-location-enabler", "fullName": "Richou/react-native-android-location-enabler", @@ -91956,13 +93407,12 @@ }, "npmPkg": "react-native-android-location-enabler", "npm": { - "downloads": 706009, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 224347, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ - "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -92000,13 +93450,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-16T19:21:31Z", + "updatedAt": "2025-05-27T18:56:30Z", "createdAt": "2023-03-17T14:57:09Z", - "pushedAt": "2025-01-16T19:21:31Z", + "pushedAt": "2025-05-27T18:56:30Z", "forks": 6, "issues": 0, "subscribers": 2, - "stars": 89 + "stars": 93 }, "name": "react-native-full-responsive", "fullName": "Mhp23/react-native-full-responsive", @@ -92037,10 +93487,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.4.1", - "tagName": "v2.4.1", - "createdAt": "2025-01-16T19:21:36Z", - "publishedAt": "2025-01-16T19:21:58Z", + "name": "Release 2.4.4", + "tagName": "v2.4.4", + "createdAt": "2025-05-27T18:56:33Z", + "publishedAt": "2025-05-27T18:57:11Z", "isPrerelease": false }, "hasTypes": true, @@ -92049,12 +93499,13 @@ }, "npmPkg": "react-native-full-responsive", "npm": { - "downloads": 2173, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3643, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -92079,13 +93530,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T18:23:16Z", + "updatedAt": "2025-06-19T01:25:59Z", "createdAt": "2023-04-21T22:58:15Z", - "pushedAt": "2025-04-15T18:23:16Z", + "pushedAt": "2025-06-19T01:25:59Z", "forks": 23, - "issues": 40, + "issues": 43, "subscribers": 19, - "stars": 48 + "stars": 50 }, "name": "@xmtp/react-native-sdk", "fullName": "xmtp/xmtp-react-native", @@ -92105,23 +93556,28 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v4.0.3", - "tagName": "v4.0.3", - "createdAt": "2025-04-05T00:26:28Z", - "publishedAt": "2025-04-05T00:26:29Z", + "name": "v4.2.3", + "tagName": "v4.2.3", + "createdAt": "2025-06-19T01:35:30Z", + "publishedAt": "2025-06-19T01:35:31Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 926, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native expo xmtp-sdk xmtp" }, { @@ -92145,13 +93601,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T08:10:06Z", + "updatedAt": "2025-06-20T14:30:01Z", "createdAt": "2023-10-03T15:17:51Z", - "pushedAt": "2025-04-08T08:10:06Z", - "forks": 44, - "issues": 19, - "subscribers": 13, - "stars": 419 + "pushedAt": "2025-06-20T14:30:01Z", + "forks": 47, + "issues": 24, + "subscribers": 11, + "stars": 468 }, "name": "@powersync/react-native", "fullName": "powersync-ja/powersync-js", @@ -92176,13 +93632,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 12957, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "data-sync offline-first sqlite real-time-data-stream live-data" }, { @@ -92210,10 +93672,10 @@ "updatedAt": "2024-11-13T23:49:20Z", "createdAt": "2020-11-16T01:04:32Z", "pushedAt": "2024-11-13T23:49:20Z", - "forks": 28, + "forks": 29, "issues": 4, "subscribers": 9, - "stars": 841 + "stars": 854 }, "name": "swiftui-react-native", "fullName": "andrew-levy/swiftui-react-native", @@ -92243,22 +93705,23 @@ }, "npmPkg": "swiftui-react-native", "npm": { - "downloads": 1681, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1050, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, "topicSearchString": "react-native swiftui" }, { - "githubUrl": "https://github.com/Kuatsu/react-native-cloud-storage", + "githubUrl": "https://github.com/kuatsu/react-native-cloud-storage/tree/master/packages/react-native-cloud-storage", "examples": [ - "https://github.com/Kuatsu/react-native-cloud-storage/tree/master/example" + "https://github.com/kuatsu/react-native-cloud-storage/tree/master/apps/example" ], "ios": true, "android": true, @@ -92268,20 +93731,20 @@ "urls": { "repo": "https://github.com/kuatsu/react-native-cloud-storage", "clone": "https://github.com/kuatsu/react-native-cloud-storage.git", - "homepage": "https://react-native-cloud-storage.oss.kuatsu.de/docs/intro" + "homepage": "https://github.com/kuatsu/react-native-cloud-storage#readme" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-13T19:37:49Z", + "updatedAt": "2025-06-14T14:23:51Z", "createdAt": "2023-04-03T20:47:52Z", - "pushedAt": "2025-03-13T19:37:49Z", + "pushedAt": "2025-06-14T14:23:51Z", "forks": 13, "issues": 3, - "subscribers": 2, - "stars": 187 + "subscribers": 3, + "stars": 206 }, "name": "react-native-cloud-storage", "fullName": "kuatsu/react-native-cloud-storage", @@ -92291,21 +93754,17 @@ "topics": [ "react-native", "ios", - "android" + "android", + "icloud", + "google-drive", + "file-system" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 2.2.2", - "tagName": "v2.2.2", - "createdAt": "2025-01-23T12:34:23Z", - "publishedAt": "2025-01-23T12:34:24Z", - "isPrerelease": false + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "hasTypes": true, "newArchitecture": false, @@ -92313,16 +93772,18 @@ }, "npmPkg": "react-native-cloud-storage", "npm": { - "downloads": 2917, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3298, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 57, "matchingScoreModifiers": [ + "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native ios android" + "topicSearchString": "react-native ios android icloud google-drive file-system" }, { "githubUrl": "https://github.com/Malaa-tech/expo-squircle-view", @@ -92347,9 +93808,9 @@ "createdAt": "2024-01-17T22:24:33Z", "pushedAt": "2025-04-11T10:31:25Z", "forks": 4, - "issues": 2, + "issues": 3, "subscribers": 2, - "stars": 62 + "stars": 68 }, "name": "expo-squircle-view", "fullName": "Malaa-tech/expo-squircle-view", @@ -92381,13 +93842,12 @@ }, "npmPkg": "expo-squircle-view", "npm": { - "downloads": 2838, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2021, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -92420,7 +93880,7 @@ "forks": 1, "issues": 0, "subscribers": 3, - "stars": 8 + "stars": 9 }, "name": "@ankipro/react-native-canvas-view", "fullName": "AnkiPro/react-native-canvas-view", @@ -92450,13 +93910,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 929, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -92513,13 +93978,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 925, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -92580,13 +94050,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 948, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -92618,7 +94093,7 @@ "forks": 2, "issues": 0, "subscribers": 2, - "stars": 17 + "stars": 18 }, "name": "react-native-imagemin-asset-plugin", "fullName": "iChengbo/react-native-imagemin-asset-plugin", @@ -92653,16 +94128,16 @@ }, "npmPkg": "react-native-imagemin-asset-plugin", "npm": { - "downloads": 97, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 50, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.33, "topicSearchString": "react-native metro compress image assetplugin imagemin asset-plugin" }, { @@ -92690,7 +94165,7 @@ "forks": 8, "issues": 3, "subscribers": 4, - "stars": 57 + "stars": 63 }, "name": "expo-custom-assets", "fullName": "Malaa-tech/expo-custom-assets", @@ -92722,12 +94197,13 @@ }, "npmPkg": "expo-custom-assets", "npm": { - "downloads": 16407, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15817, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -92783,16 +94259,16 @@ "unmaintained": true, "npmPkg": "react-native-loader-collection", "npm": { - "downloads": 363, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 345, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.822, + "popularity": -0.821, "topicSearchString": "react-native ios android" }, { @@ -92840,13 +94316,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native ios android" }, { @@ -92893,16 +94374,16 @@ }, "npmPkg": "react-native-svg-editor", "npm": { - "downloads": 26, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.312, + "popularity": -0.1, "topicSearchString": "" }, { @@ -92929,13 +94410,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T11:30:44Z", + "updatedAt": "2025-06-16T16:42:32Z", "createdAt": "2023-11-20T08:24:03Z", - "pushedAt": "2025-04-16T11:30:44Z", - "forks": 77, - "issues": 55, + "pushedAt": "2025-06-16T16:42:32Z", + "forks": 86, + "issues": 45, "subscribers": 42, - "stars": 1036 + "stars": 1096 }, "name": "@expensify/react-native-live-markdown", "fullName": "Expensify/react-native-live-markdown", @@ -92960,13 +94441,20 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 195216, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android markdown textinput" }, { @@ -92995,7 +94483,7 @@ "forks": 12, "issues": 6, "subscribers": 2, - "stars": 486 + "stars": 497 }, "name": "@monicon/native", "fullName": "oktaysenkan/monicon", @@ -93005,12 +94493,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1976, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -93073,16 +94567,16 @@ }, "npmPkg": "react-native-fast-trie", "npm": { - "downloads": 26, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 921, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.212, + "popularity": 0.028, "topicSearchString": "react-native ios android fast jsi search trie" }, { @@ -93148,16 +94642,16 @@ }, "npmPkg": "react-native-heap-profiler", "npm": { - "downloads": 35, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.267, "topicSearchString": "react-native ios android debugging heap jsi memory observability profiling" }, { @@ -93190,7 +94684,7 @@ "forks": 1, "issues": 0, "subscribers": 2, - "stars": 17 + "stars": 18 }, "name": "react-native-reanimated-progress-steps", "fullName": "ayonshafiul/react-native-reanimated-progress-steps", @@ -93215,16 +94709,16 @@ }, "npmPkg": "react-native-reanimated-progress-steps", "npm": { - "downloads": 190, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 228, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.319, "topicSearchString": "react-native ios android" }, { @@ -93252,9 +94746,9 @@ "updatedAt": "2024-06-04T04:48:34Z", "createdAt": "2022-05-03T03:11:14Z", "pushedAt": "2024-06-04T04:48:34Z", - "forks": 35, - "issues": 12, - "subscribers": 8, + "forks": 36, + "issues": 13, + "subscribers": 9, "stars": 243 }, "name": "react-native-story-view", @@ -93304,9 +94798,9 @@ }, "npmPkg": "react-native-story-view", "npm": { - "downloads": 4786, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2907, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -93376,8 +94870,8 @@ "npmPkg": "react-native-pintyper", "npm": { "downloads": 36, - "start": "2025-03-16", - "end": "2025-04-14" + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -93448,9 +94942,9 @@ }, "npmPkg": "react-native-countdown-timer-hooks", "npm": { - "downloads": 2378, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1597, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -93485,13 +94979,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-02T08:06:42Z", + "updatedAt": "2025-05-05T08:20:23Z", "createdAt": "2020-05-17T20:06:18Z", - "pushedAt": "2025-01-02T08:06:42Z", - "forks": 88, - "issues": 29, + "pushedAt": "2025-05-05T08:20:23Z", + "forks": 92, + "issues": 26, "subscribers": 5, - "stars": 925 + "stars": 989 }, "name": "react-modal-sheet", "fullName": "Temzasse/react-modal-sheet", @@ -93515,9 +95009,9 @@ }, "lastRelease": { "name": "", - "tagName": "v4.0.1", - "createdAt": "2025-01-02T08:06:42Z", - "publishedAt": "2025-01-02T08:07:18Z", + "tagName": "v4.4.0", + "createdAt": "2025-05-05T08:20:23Z", + "publishedAt": "2025-05-05T08:20:50Z", "isPrerelease": false }, "hasTypes": true, @@ -93526,9 +95020,9 @@ }, "npmPkg": "react-modal-sheet", "npm": { - "downloads": 226042, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 229254, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -93560,13 +95054,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-27T19:42:32Z", + "updatedAt": "2025-06-18T09:00:40Z", "createdAt": "2023-03-28T14:54:13Z", - "pushedAt": "2025-03-27T19:42:32Z", - "forks": 21, - "issues": 4, - "subscribers": 7, - "stars": 92 + "pushedAt": "2025-06-18T09:00:40Z", + "forks": 22, + "issues": 5, + "subscribers": 6, + "stars": 96 }, "name": "@reown/appkit-wagmi-react-native", "fullName": "reown-com/appkit-react-native", @@ -93593,13 +95087,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 16910, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "web3 appkit crypto ethereum appkit walletconnect react-native wagmi" }, { @@ -93627,10 +95126,10 @@ "updatedAt": "2025-02-14T10:28:27Z", "createdAt": "2019-07-31T13:58:08Z", "pushedAt": "2025-02-14T10:28:27Z", - "forks": 93, + "forks": 92, "issues": 60, "subscribers": 4, - "stars": 303 + "stars": 310 }, "name": "react-native-image-slider-box", "fullName": "intellidev1991/react-native-image-slider-box", @@ -93667,9 +95166,9 @@ }, "npmPkg": "react-native-image-slider-box", "npm": { - "downloads": 14818, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8609, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -93701,7 +95200,7 @@ "updatedAt": "2023-09-19T15:33:39Z", "createdAt": "2018-05-08T20:33:31Z", "pushedAt": "2023-09-19T15:33:39Z", - "forks": 37, + "forks": 36, "issues": 6, "subscribers": 2, "stars": 145 @@ -93743,13 +95242,12 @@ }, "npmPkg": "react-native-push-notification-popup", "npm": { - "downloads": 10849, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4377, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -93774,13 +95272,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-03-28T02:49:53Z", + "updatedAt": "2025-06-15T14:13:39Z", "createdAt": "2018-09-12T12:12:48Z", - "pushedAt": "2024-03-28T02:49:53Z", - "forks": 87, + "pushedAt": "2025-06-15T14:13:39Z", + "forks": 88, "issues": 34, "subscribers": 6, - "stars": 333 + "stars": 338 }, "name": "react-native-draggable-grid", "fullName": "SHISME/react-native-draggable-grid", @@ -93801,14 +95299,14 @@ }, "npmPkg": "react-native-draggable-grid", "npm": { - "downloads": 35325, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30381, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -93865,9 +95363,9 @@ "unmaintained": true, "npmPkg": "react-native-user-inactivity", "npm": { - "downloads": 35322, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 37448, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -93902,7 +95400,7 @@ "forks": 9, "issues": 5, "subscribers": 5, - "stars": 40 + "stars": 45 }, "name": "vision-camera-cropper", "fullName": "tony-xlh/vision-camera-cropper", @@ -93937,16 +95435,16 @@ }, "npmPkg": "vision-camera-cropper", "npm": { - "downloads": 1355, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1218, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android cropper image-processing vision-camera" }, { @@ -93975,10 +95473,10 @@ "updatedAt": "2024-12-04T15:56:20Z", "createdAt": "2024-02-09T11:27:51Z", "pushedAt": "2024-12-04T15:56:20Z", - "forks": 42, + "forks": 44, "issues": 14, "subscribers": 7, - "stars": 1237 + "stars": 1296 }, "name": "@marceloterreiro/flash-calendar", "fullName": "MarceloPrado/flash-calendar", @@ -93996,12 +95494,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 53626, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Popular", + "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -94059,13 +95565,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1568, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -94126,13 +95636,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 12505, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "rails actioncable react-native reactnative websockets react action-cable rails5 rails6 realtime" }, { @@ -94163,10 +95678,10 @@ "updatedAt": "2025-02-09T23:56:40Z", "createdAt": "2023-03-20T06:18:17Z", "pushedAt": "2025-02-09T23:56:40Z", - "forks": 31, - "issues": 0, + "forks": 33, + "issues": 2, "subscribers": 2, - "stars": 356 + "stars": 382 }, "name": "@codeherence/react-native-header", "fullName": "codeherence/react-native-header", @@ -94196,12 +95711,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 6808, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -94221,13 +95742,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-09-18T20:18:09Z", + "updatedAt": "2025-06-20T03:11:54Z", "createdAt": "2024-03-03T22:14:04Z", - "pushedAt": "2024-09-18T20:18:09Z", - "forks": 24, + "pushedAt": "2025-06-20T03:11:54Z", + "forks": 33, "issues": 8, "subscribers": 10, - "stars": 304 + "stars": 340 }, "name": "react-native-uitextview", "fullName": "bluesky-social/react-native-uitextview", @@ -94237,7 +95758,10 @@ "topics": [ "react-native", "ios", - "android" + "android", + "expo", + "text", + "uitextvi" ], "license": { "key": "mit", @@ -94247,11 +95771,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.0.0-rc.0", - "tagName": "v2.0.0-rc.0", - "createdAt": "2024-09-18T20:13:35Z", - "publishedAt": "2024-09-18T20:13:59Z", - "isPrerelease": true + "name": "v2.0.4", + "tagName": "v2.0.4", + "createdAt": "2025-06-20T03:11:54Z", + "publishedAt": "2025-06-20T03:12:52Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, @@ -94259,18 +95783,18 @@ }, "npmPkg": "react-native-uitextview", "npm": { - "downloads": 19649, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23275, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ "Known", - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native ios android" + "topicSearchString": "react-native ios android expo text uitextvi" }, { "githubUrl": "https://github.com/binaryminds/react-native-sse", @@ -94291,10 +95815,10 @@ "updatedAt": "2024-03-05T10:27:26Z", "createdAt": "2021-04-23T13:06:35Z", "pushedAt": "2024-03-05T10:27:26Z", - "forks": 33, - "issues": 15, + "forks": 36, + "issues": 16, "subscribers": 9, - "stars": 265 + "stars": 284 }, "name": "react-native-sse", "fullName": "binaryminds/react-native-sse", @@ -94333,9 +95857,9 @@ }, "npmPkg": "react-native-sse", "npm": { - "downloads": 139169, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 157257, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -94367,10 +95891,10 @@ "updatedAt": "2024-03-06T19:53:50Z", "createdAt": "2023-10-19T07:08:45Z", "pushedAt": "2024-03-06T19:53:50Z", - "forks": 5, + "forks": 6, "issues": 3, - "subscribers": 3, - "stars": 50 + "subscribers": 4, + "stars": 58 }, "name": "expo-foreground-actions", "fullName": "Acetyld/expo-foreground-actions", @@ -94402,16 +95926,16 @@ }, "npmPkg": "expo-foreground-actions", "npm": { - "downloads": 225, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.25, "topicSearchString": "react-native expo expo-modules-api expo-modules expo-foreground-actions expoforegroundactions javascript kotlin react swift typescript" }, { @@ -94430,9 +95954,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-09T11:25:14Z", + "updatedAt": "2025-04-23T10:57:05Z", "createdAt": "2024-03-09T13:41:17Z", - "pushedAt": "2025-01-09T11:25:14Z", + "pushedAt": "2025-04-23T10:57:05Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -94468,15 +95992,15 @@ }, "npmPkg": "rn-custom-alert-prompt", "npm": { - "downloads": 120, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 243, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.317, + "popularity": -0.325, "topicSearchString": "react-native alert prompt async promise dialog modal ui-component user-interaction simple lightweight" }, { @@ -94495,9 +96019,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-09T12:04:33Z", + "updatedAt": "2025-04-22T17:10:43Z", "createdAt": "2024-01-26T13:39:32Z", - "pushedAt": "2025-01-09T12:04:33Z", + "pushedAt": "2025-04-22T17:10:43Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -94534,15 +96058,15 @@ }, "npmPkg": "rn-segmented-tab-controls", "npm": { - "downloads": 13, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.273, + "popularity": -0.321, "topicSearchString": "react-native segmented-control tab-control tabs segmented-tabs ui-component navigation user-interface tabs-navigation segmented-navigation simple lightweight" }, { @@ -94569,8 +96093,8 @@ "updatedAt": "2025-02-10T08:38:51Z", "createdAt": "2021-02-10T16:35:13Z", "pushedAt": "2025-02-10T08:38:51Z", - "forks": 76, - "issues": 66, + "forks": 77, + "issues": 68, "subscribers": 6, "stars": 208 }, @@ -94608,9 +96132,9 @@ }, "npmPkg": "react-native-cn-quill", "npm": { - "downloads": 21451, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 14990, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -94678,16 +96202,16 @@ }, "npmPkg": "react-native-purchase-kit", "npm": { - "downloads": 28, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.314, + "popularity": -0.1, "topicSearchString": "react-native ios android storekit2 swift" }, { @@ -94713,9 +96237,9 @@ "createdAt": "2023-03-25T21:09:34Z", "pushedAt": "2025-03-25T07:32:22Z", "forks": 30, - "issues": 13, + "issues": 16, "subscribers": 7, - "stars": 637 + "stars": 652 }, "name": "@candlefinance/faster-image", "fullName": "candlefinance/faster-image", @@ -94752,13 +96276,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 24732, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android image nuke activityindicator transition coil coil-kotlin cache" }, { @@ -94819,13 +96348,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 88, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.216, "topicSearchString": "react-native ios android app-icon new-architecture typescript" }, { @@ -94852,7 +96386,7 @@ "forks": 9, "issues": 6, "subscribers": 2, - "stars": 122 + "stars": 125 }, "name": "react-native-openai", "fullName": "candlefinance/react-native-openai", @@ -94890,15 +96424,16 @@ }, "npmPkg": "react-native-openai", "npm": { - "downloads": 1087, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 655, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android lightweight openai urlsession kotlin ktor swift" }, { @@ -94926,7 +96461,7 @@ "forks": 3, "issues": 1, "subscribers": 3, - "stars": 106 + "stars": 107 }, "name": "@candlefinance/haptics", "fullName": "candlefinance/haptics", @@ -94961,12 +96496,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 628, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.029, "topicSearchString": "react-native ios android haptics ahap corehaptics uifeedbackgenerator uikit" }, { @@ -94991,10 +96532,10 @@ "updatedAt": "2025-01-20T09:57:52Z", "createdAt": "2022-11-01T17:21:54Z", "pushedAt": "2025-01-20T09:57:52Z", - "forks": 26, + "forks": 29, "issues": 22, "subscribers": 10, - "stars": 954 + "stars": 968 }, "name": "react-native-skottie", "fullName": "margelo/react-native-skottie", @@ -95018,9 +96559,9 @@ "isArchived": false }, "npm": { - "downloads": 840, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 381, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -95028,7 +96569,7 @@ "Known", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": -0.221, "topicSearchString": "react-native ios android" }, { @@ -95057,9 +96598,9 @@ "createdAt": "2024-03-29T19:09:50Z", "pushedAt": "2024-04-02T19:51:59Z", "forks": 1, - "issues": 1, + "issues": 2, "subscribers": 2, - "stars": 18 + "stars": 19 }, "name": "react-native-gif-player", "fullName": "ysfzrn/react-native-gif-player", @@ -95101,9 +96642,9 @@ }, "npmPkg": "react-native-gif-player", "npm": { - "downloads": 925, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1021, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -95161,13 +96702,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native ios android" }, { @@ -95200,7 +96746,7 @@ "updatedAt": "2024-07-08T09:56:23Z", "createdAt": "2024-03-18T14:54:14Z", "pushedAt": "2024-07-08T09:56:23Z", - "forks": 4, + "forks": 3, "issues": 0, "subscribers": 1, "stars": 12 @@ -95252,13 +96798,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 193, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.319, "topicSearchString": "otp-input ios android react-native otp input authentication verification code-input mobile new-arch-compatible-otp-input otp-text-input two-factor-authentication 2fa-otp-input phone-number android-library ios-library newarchitecture otp-library otp-textfield otp-verification websupport" }, { @@ -95281,8 +96832,8 @@ "updatedAt": "2024-05-09T18:23:55Z", "createdAt": "2021-07-14T10:42:03Z", "pushedAt": "2024-05-09T18:23:55Z", - "forks": 3, - "issues": 4, + "forks": 4, + "issues": 5, "subscribers": 12, "stars": 11 }, @@ -95315,16 +96866,16 @@ }, "npmPkg": "react-native-windows-hello", "npm": { - "downloads": 86, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 77, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.327, + "popularity": -0.324, "topicSearchString": "windows hello windows-hello" }, { @@ -95344,9 +96895,9 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-04-29T13:33:46Z", + "updatedAt": "2025-04-30T10:20:37Z", "createdAt": "2024-03-26T10:06:31Z", - "pushedAt": "2024-04-29T13:33:46Z", + "pushedAt": "2025-04-30T10:20:37Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -95376,9 +96927,8 @@ "isArchived": false }, "npm": {}, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -100, @@ -95408,13 +96958,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-08T04:32:56Z", + "updatedAt": "2025-06-13T00:51:37Z", "createdAt": "2024-03-23T03:42:14Z", - "pushedAt": "2025-03-08T04:32:56Z", - "forks": 27, - "issues": 20, + "pushedAt": "2025-06-13T00:51:37Z", + "forks": 32, + "issues": 29, "subscribers": 5, - "stars": 975 + "stars": 1063 }, "name": "@lodev09/react-native-true-sheet", "fullName": "lodev09/react-native-true-sheet", @@ -95448,12 +96998,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 26235, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android bottom-sheet native-sheet sheet modal-sheet" }, { @@ -95478,7 +97036,7 @@ "forks": 8, "issues": 2, "subscribers": 1, - "stars": 18 + "stars": 19 }, "name": "@dylankenneally/react-native-ssh-sftp", "fullName": "dylankenneally/react-native-ssh-sftp", @@ -95509,13 +97067,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 180, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.322, "topicSearchString": "react-native ssh sftp sftp-client ssh-client" }, { @@ -95548,7 +97111,7 @@ "forks": 4, "issues": 2, "subscribers": 1, - "stars": 216 + "stars": 231 }, "name": "react-native-slider-intro", "fullName": "RichardRNStudio/react-native-slider-intro", @@ -95592,15 +97155,15 @@ }, "npmPkg": "react-native-slider-intro", "npm": { - "downloads": 1121, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 738, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android slider swiper intro carousel tutorial app animation mobile ui react-component customizable mobile-development" }, { @@ -95665,15 +97228,16 @@ }, "npmPkg": "react-native-find-local-devices", "npm": { - "downloads": 126, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 67, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.226, + "popularity": -0.22, "topicSearchString": "react-native ios android local-network network-discovery websocket-connection portscanning" }, { @@ -95726,13 +97290,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native react javascript" }, { @@ -95755,13 +97324,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T15:24:02Z", + "updatedAt": "2025-06-16T02:10:25Z", "createdAt": "2022-02-17T08:49:24Z", - "pushedAt": "2025-04-16T15:24:02Z", - "forks": 98, - "issues": 25, + "pushedAt": "2025-06-16T02:10:25Z", + "forks": 99, + "issues": 26, "subscribers": 15, - "stars": 788 + "stars": 831 }, "name": "react-native-quick-crypto", "fullName": "margelo/react-native-quick-crypto", @@ -95773,9 +97342,13 @@ "ios", "android", "jsi", + "nitro", "crypto", + "cryptography", + "cryptocurrency", "c++", "fast", + "quick", "web3" ], "license": { @@ -95791,9 +97364,9 @@ }, "npmPkg": "react-native-quick-crypto", "npm": { - "downloads": 164441, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 186122, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -95803,7 +97376,7 @@ "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native ios android jsi crypto c++ fast web3" + "topicSearchString": "react-native ios android jsi nitro crypto cryptography cryptocurrency c++ fast quick web3" }, { "githubUrl": "https://github.com/vokhuyetOz/react-native-messy", @@ -95834,7 +97407,7 @@ "forks": 6, "issues": 3, "subscribers": 3, - "stars": 60 + "stars": 61 }, "name": "@vokhuyet/react-native-messy", "fullName": "vokhuyetOz/react-native-messy", @@ -95864,12 +97437,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 23, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.25, "topicSearchString": "react-native ios android" }, { @@ -95927,12 +97506,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 52, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.212, "topicSearchString": "react-native ios android" }, { @@ -95951,13 +97535,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-09T12:25:10Z", + "updatedAt": "2025-04-23T11:08:33Z", "createdAt": "2024-03-24T20:41:07Z", - "pushedAt": "2025-01-09T12:25:10Z", + "pushedAt": "2025-04-23T11:08:33Z", "forks": 3, "issues": 0, "subscribers": 1, - "stars": 29 + "stars": 30 }, "name": "rn-inkpad", "fullName": "FerRiv3ra/rn-inkpad", @@ -96009,15 +97593,15 @@ }, "npmPkg": "rn-inkpad", "npm": { - "downloads": 215, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 294, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.223, "topicSearchString": "react-native ui-library alert prompt actionsheet avatar button floating checkbox interactive radiobuttons card floatingcard images icons inputs navigation bottom-navigation tap-navigation progress progressbar rating rbnb-rating slide switch tab-control toast drawer ui-component user-interaction lightweight" }, { @@ -96049,9 +97633,9 @@ "createdAt": "2024-05-13T11:10:16Z", "pushedAt": "2025-01-24T19:43:04Z", "forks": 4, - "issues": 1, + "issues": 2, "subscribers": 2, - "stars": 47 + "stars": 51 }, "name": "@lodev09/expo-recorder", "fullName": "lodev09/expo-recorder", @@ -96085,12 +97669,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 144, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.222, "topicSearchString": "react-native ios android recorder expo expo-av audio" }, { @@ -96116,19 +97705,19 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-05T23:43:54Z", + "updatedAt": "2025-06-11T06:59:28Z", "createdAt": "2023-07-22T10:57:24Z", - "pushedAt": "2025-04-05T23:43:54Z", - "forks": 93, - "issues": 2, - "subscribers": 41, - "stars": 643 + "pushedAt": "2025-06-11T06:59:28Z", + "forks": 126, + "issues": 5, + "subscribers": 65, + "stars": 878 }, "name": "react-native-turbo-image", "fullName": "duguyihou/react-native-turbo-image", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "Performant image component for React Native", + "description": "Fast image loading for React Native", "topics": [ "react-native", "ios", @@ -96156,9 +97745,9 @@ }, "npmPkg": "react-native-turbo-image", "npm": { - "downloads": 57747, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 82632, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -96194,13 +97783,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-26T19:55:54Z", + "updatedAt": "2025-05-27T02:32:55Z", "createdAt": "2024-02-19T16:22:39Z", - "pushedAt": "2025-02-26T19:55:54Z", - "forks": 8, - "issues": 2, + "pushedAt": "2025-05-27T02:32:55Z", + "forks": 9, + "issues": 3, "subscribers": 3, - "stars": 131 + "stars": 146 }, "name": "react-native-react-query-devtools", "fullName": "LovesWorking/react-native-react-query-devtools", @@ -96229,12 +97818,13 @@ }, "npmPkg": "react-native-react-query-devtools", "npm": { - "downloads": 36564, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42600, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -96249,6 +97839,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/calintamas/react-native-toast-message", @@ -96263,10 +97854,10 @@ "updatedAt": "2025-04-16T06:54:06Z", "createdAt": "2019-04-14T12:49:40Z", "pushedAt": "2025-04-16T06:54:06Z", - "forks": 267, - "issues": 73, + "forks": 268, + "issues": 77, "subscribers": 6, - "stars": 1862 + "stars": 1935 }, "name": "react-native-toast-message", "fullName": "calintamas/react-native-toast-message", @@ -96296,15 +97887,15 @@ }, "npmPkg": "react-native-toast-message", "npm": { - "downloads": 840434, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 885199, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", + "Lots of open issues", "Not supporting New Architecture" ], "popularity": 0.028, @@ -96328,13 +97919,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-10T18:25:27Z", + "updatedAt": "2025-05-25T12:14:40Z", "createdAt": "2024-05-20T22:20:03Z", - "pushedAt": "2025-04-10T18:25:27Z", + "pushedAt": "2025-05-25T12:14:40Z", "forks": 1, - "issues": 2, + "issues": 1, "subscribers": 1, - "stars": 56 + "stars": 71 }, "name": "react-native-orientation-director", "fullName": "gladiuscode/react-native-orientation-director", @@ -96359,10 +97950,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.4.0", - "tagName": "v2.4.0", - "createdAt": "2025-04-10T18:25:33Z", - "publishedAt": "2025-04-10T18:25:43Z", + "name": "Release 2.5.1", + "tagName": "v2.5.1", + "createdAt": "2025-05-25T12:14:44Z", + "publishedAt": "2025-05-25T12:15:04Z", "isPrerelease": false }, "hasTypes": true, @@ -96371,9 +97962,9 @@ }, "npmPkg": "react-native-orientation-director", "npm": { - "downloads": 1614, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4314, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ @@ -96409,7 +98000,7 @@ "updatedAt": "2021-12-11T19:16:20Z", "createdAt": "2021-01-11T12:15:47Z", "pushedAt": "2021-12-11T19:16:20Z", - "forks": 8, + "forks": 7, "issues": 20, "subscribers": 3, "stars": 183 @@ -96439,13 +98030,18 @@ "isArchived": false }, "unmaintained": true, - "npm": {}, + "npm": { + "downloads": 39, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.724, "topicSearchString": "breeffy react-native android picker component reanimated ui" }, { @@ -96470,10 +98066,10 @@ "updatedAt": "2023-12-03T09:30:35Z", "createdAt": "2023-04-30T03:56:27Z", "pushedAt": "2023-12-03T09:30:35Z", - "forks": 4, + "forks": 5, "issues": 7, "subscribers": 5, - "stars": 197 + "stars": 199 }, "name": "react-native-reanimated-table", "fullName": "dohooo/react-native-reanimated-table", @@ -96505,9 +98101,9 @@ }, "npmPkg": "react-native-reanimated-table", "npm": { - "downloads": 19103, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 23098, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -96533,13 +98129,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T07:18:40Z", + "updatedAt": "2025-06-09T13:03:16Z", "createdAt": "2020-11-03T23:55:52Z", - "pushedAt": "2025-04-16T07:18:40Z", - "forks": 73, - "issues": 21, + "pushedAt": "2025-06-09T13:03:16Z", + "forks": 74, + "issues": 22, "subscribers": 33, - "stars": 186 + "stars": 199 }, "name": "react-native-onyx", "fullName": "Expensify/react-native-onyx", @@ -96564,13 +98160,12 @@ }, "npmPkg": "react-native-onyx", "npm": { - "downloads": 634355, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 193070, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 57, "matchingScoreModifiers": [ - "Popular", "Known", "Recently updated", "Not supporting New Architecture" @@ -96597,10 +98192,10 @@ "updatedAt": "2024-11-20T09:08:36Z", "createdAt": "2019-02-19T02:48:43Z", "pushedAt": "2024-11-20T09:08:36Z", - "forks": 300, - "issues": 168, + "forks": 310, + "issues": 174, "subscribers": 10, - "stars": 867 + "stars": 883 }, "name": "react-native-pell-rich-editor", "fullName": "wxik/react-native-rich-editor", @@ -96633,15 +98228,16 @@ "isArchived": false }, "npm": { - "downloads": 82172, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 62577, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -96665,13 +98261,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-13T10:57:17Z", + "updatedAt": "2025-05-13T11:23:52Z", "createdAt": "2024-03-12T15:37:39Z", - "pushedAt": "2024-11-13T10:57:17Z", - "forks": 3, - "issues": 2, + "pushedAt": "2025-05-13T11:23:52Z", + "forks": 4, + "issues": 3, "subscribers": 4, - "stars": 146 + "stars": 159 }, "name": "expo-atlas", "fullName": "expo/atlas", @@ -96699,9 +98295,9 @@ }, "npmPkg": "expo-atlas", "npm": { - "downloads": 143426, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 173018, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -96733,7 +98329,7 @@ "forks": 7, "issues": 4, "subscribers": 2, - "stars": 105 + "stars": 107 }, "name": "react-native-gallery-preview", "fullName": "chrizuuu/react-native-gallery-preview", @@ -96774,12 +98370,13 @@ }, "npmPkg": "react-native-gallery-preview", "npm": { - "downloads": 1324, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 926, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -96808,9 +98405,9 @@ "createdAt": "2022-09-20T04:40:12Z", "pushedAt": "2024-07-02T06:43:48Z", "forks": 2, - "issues": 0, - "subscribers": 1, - "stars": 7 + "issues": 1, + "subscribers": 2, + "stars": 8 }, "name": "react-native-nacl-jsi", "fullName": "withpaceio/react-native-nacl-jsi", @@ -96846,16 +98443,16 @@ }, "npmPkg": "react-native-nacl-jsi", "npm": { - "downloads": 360, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 333, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.323, "topicSearchString": "react-native ios android crypto libsodium sodium nacl" }, { @@ -96875,13 +98472,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-09T15:49:13Z", + "updatedAt": "2025-05-23T04:15:26Z", "createdAt": "2018-08-11T21:58:35Z", - "pushedAt": "2025-04-09T15:49:13Z", + "pushedAt": "2025-05-23T04:15:26Z", "forks": 191, - "issues": 11, + "issues": 7, "subscribers": 7, - "stars": 373 + "stars": 376 }, "name": "@segment/analytics-react-native", "fullName": "segmentio/analytics-react-native", @@ -96904,13 +98501,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 467461, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ - "Recently updated", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "segment react-native ios android" }, { @@ -96930,13 +98533,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-13T15:40:27Z", + "updatedAt": "2025-05-19T15:48:25Z", "createdAt": "2018-08-11T21:58:35Z", - "pushedAt": "2024-11-13T15:40:27Z", + "pushedAt": "2025-05-19T15:48:25Z", "forks": 191, - "issues": 11, + "issues": 7, "subscribers": 7, - "stars": 373 + "stars": 376 }, "name": "@segment/sovran-react-native", "fullName": "segmentio/analytics-react-native", @@ -96960,12 +98563,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 472101, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android segment" }, { @@ -96988,11 +98598,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T16:49:45Z", + "updatedAt": "2025-06-16T16:07:13Z", "createdAt": "2016-02-15T22:56:16Z", - "pushedAt": "2025-04-08T16:49:45Z", + "pushedAt": "2025-06-16T16:07:13Z", "forks": 86, - "issues": 11, + "issues": 10, "subscribers": 26, "stars": 68 }, @@ -97028,22 +98638,28 @@ "id": "MDc6TGljZW5zZTA=" }, "lastRelease": { - "name": "14.1.0", - "tagName": "14.1.0", - "createdAt": "2025-04-08T16:49:45Z", - "publishedAt": "2025-04-08T16:52:02Z", + "name": "15.0.1", + "tagName": "15.0.1", + "createdAt": "2025-06-16T16:07:13Z", + "publishedAt": "2025-06-16T16:08:46Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 255210, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 59, "matchingScoreModifiers": [ + "Known", "Recently updated" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "braze appboy react native react-native ios android push in-app analytics segmentation feature-flags javascript sdk typescript marketing-automation customer-engagement in-app-messaging" }, { @@ -97069,10 +98685,10 @@ "updatedAt": "2025-03-10T15:43:52Z", "createdAt": "2022-11-16T19:03:13Z", "pushedAt": "2025-03-10T15:43:52Z", - "forks": 42, - "issues": 15, + "forks": 44, + "issues": 17, "subscribers": 4, - "stars": 1342 + "stars": 1401 }, "name": "burnt", "fullName": "nandorojo/burnt", @@ -97103,9 +98719,9 @@ }, "npmPkg": "burnt", "npm": { - "downloads": 142774, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 156398, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -97123,6 +98739,7 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -97136,13 +98753,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-tracking-transparency", "fullName": "expo/expo", @@ -97166,17 +98783,16 @@ }, "npmPkg": "expo-tracking-transparency", "npm": { - "downloads": 271066, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 326342, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -97198,13 +98814,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-insights", "fullName": "expo/expo", @@ -97231,17 +98847,16 @@ }, "npmPkg": "expo-insights", "npm": { - "downloads": 200026, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 215685, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -97257,6 +98872,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -97268,13 +98884,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-05-14T15:24:39Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-14T15:24:39Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-clipboard", "fullName": "expo/expo", @@ -97298,17 +98914,16 @@ }, "npmPkg": "expo-clipboard", "npm": { - "downloads": 966877, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1471157, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -97330,13 +98945,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T16:25:44Z", + "updatedAt": "2025-06-12T17:44:57Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-16T16:25:44Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-12T17:44:57Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-navigation-bar", "fullName": "expo/expo", @@ -97361,9 +98976,9 @@ }, "npmPkg": "expo-navigation-bar", "npm": { - "downloads": 309649, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 348827, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -97384,6 +98999,7 @@ ], "ios": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -97396,13 +99012,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-08T05:26:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-08T05:26:30Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-symbols", "fullName": "expo/expo", @@ -97429,9 +99045,9 @@ }, "npmPkg": "expo-symbols", "npm": { - "downloads": 730345, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1013367, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -97494,16 +99110,15 @@ }, "npmPkg": "react-native-native-language", "npm": { - "downloads": 105, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 46, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.328, "topicSearchString": "react-native ios android" }, { @@ -97554,15 +99169,15 @@ }, "npmPkg": "react-native-nano", "npm": { - "downloads": 284, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 236, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.22, "topicSearchString": "react-native json react framework web" }, { @@ -97578,20 +99193,20 @@ "urls": { "repo": "https://github.com/rive-app/rive-react-native", "clone": "https://github.com/rive-app/rive-react-native.git", - "homepage": null + "homepage": "https://rive.app/" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T19:29:49Z", + "updatedAt": "2025-06-05T20:54:23Z", "createdAt": "2021-05-05T16:18:35Z", - "pushedAt": "2025-04-03T19:29:49Z", - "forks": 49, - "issues": 73, + "pushedAt": "2025-06-05T20:54:23Z", + "forks": 56, + "issues": 75, "subscribers": 11, - "stars": 611 + "stars": 641 }, "name": "rive-react-native", "fullName": "rive-app/rive-react-native", @@ -97611,10 +99226,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 9.2.1", - "tagName": "v9.2.1", - "createdAt": "2025-04-03T19:29:49Z", - "publishedAt": "2025-04-03T19:29:50Z", + "name": "Release 9.3.4", + "tagName": "v9.3.4", + "createdAt": "2025-06-05T20:54:23Z", + "publishedAt": "2025-06-05T20:54:24Z", "isPrerelease": false }, "hasTypes": true, @@ -97623,13 +99238,14 @@ }, "npmPkg": "rive-react-native", "npm": { - "downloads": 101780, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 110220, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 46, "matchingScoreModifiers": [ "Known", + "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], @@ -97684,16 +99300,16 @@ }, "npmPkg": "react-native-wear", "npm": { - "downloads": 54, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.331, + "popularity": -0.308, "topicSearchString": "react-native ios android" }, { @@ -97744,9 +99360,9 @@ "isArchived": false }, "npm": { - "downloads": 1940, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1873, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -97780,7 +99396,7 @@ "forks": 2, "issues": 4, "subscribers": 2, - "stars": 16 + "stars": 19 }, "name": "react-native-mapa", "fullName": "cnmapos/react-native-mapa", @@ -97806,15 +99422,16 @@ }, "npmPkg": "react-native-mapa", "npm": { - "downloads": 62, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.318, + "popularity": -0.35, "topicSearchString": "react react-native map mapview mapbox-maps" }, { @@ -97825,6 +99442,7 @@ ], "android": true, "ios": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/adaptyteam/AdaptySDK-React-Native", @@ -97836,13 +99454,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-02T19:28:32Z", + "updatedAt": "2025-05-16T15:50:08Z", "createdAt": "2020-09-28T17:25:29Z", - "pushedAt": "2025-04-02T19:28:32Z", - "forks": 14, + "pushedAt": "2025-05-16T15:50:08Z", + "forks": 15, "issues": 18, "subscribers": 5, - "stars": 133 + "stars": 141 }, "name": "react-native-adapty", "fullName": "adaptyteam/AdaptySDK-React-Native", @@ -97871,10 +99489,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v3.4.0", - "tagName": "v3.4.0", - "createdAt": "2025-04-02T19:30:26Z", - "publishedAt": "2025-04-02T19:56:10Z", + "name": "v3.6.1", + "tagName": "v3.6.1", + "createdAt": "2025-05-16T22:58:43Z", + "publishedAt": "2025-05-16T23:00:29Z", "isPrerelease": false }, "hasTypes": false, @@ -97882,13 +99500,12 @@ "isArchived": false }, "npm": { - "downloads": 20009, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20095, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -97912,13 +99529,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-07T12:19:12Z", + "updatedAt": "2025-04-17T18:18:55Z", "createdAt": "2023-01-20T22:01:38Z", - "pushedAt": "2025-04-07T12:19:12Z", + "pushedAt": "2025-04-17T18:18:55Z", "forks": 3, - "issues": 1, + "issues": 0, "subscribers": 1, - "stars": 12 + "stars": 14 }, "name": "healthicons-react-native", "fullName": "stnrd/healthicons", @@ -97945,13 +99562,12 @@ }, "npmPkg": "healthicons-react-native", "npm": { - "downloads": 670, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2695, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -97972,12 +99588,12 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-24T22:33:04Z", + "updatedAt": "2025-05-27T23:23:26Z", "createdAt": "2020-03-02T01:05:57Z", - "pushedAt": "2025-03-24T22:33:04Z", + "pushedAt": "2025-05-27T23:23:26Z", "forks": 23, "issues": 1, - "subscribers": 6, + "subscribers": 5, "stars": 327 }, "name": "react-native-iaphub", @@ -98005,9 +99621,9 @@ }, "lastRelease": { "name": "", - "tagName": "v8.10.3", - "createdAt": "2025-03-24T22:33:26Z", - "publishedAt": "2025-03-24T22:34:59Z", + "tagName": "v8.10.4", + "createdAt": "2025-05-27T23:23:42Z", + "publishedAt": "2025-05-28T14:35:13Z", "isPrerelease": false }, "hasTypes": true, @@ -98016,9 +99632,9 @@ }, "npmPkg": "react-native-iaphub", "npm": { - "downloads": 3093, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2984, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -98052,7 +99668,7 @@ "createdAt": "2017-02-16T01:14:10Z", "pushedAt": "2025-03-28T17:21:48Z", "forks": 68, - "issues": 13, + "issues": 15, "subscribers": 11, "stars": 62 }, @@ -98098,14 +99714,13 @@ }, "npmPkg": "clevertap-react-native", "npm": { - "downloads": 67935, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 77011, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 59, + "score": 54, "matchingScoreModifiers": [ - "Known", - "Recently updated" + "Known" ], "popularity": 0.028, "topicSearchString": "analytics android clevertap in-app ios notification push react react-native segmentation clevertap-react-native javascript typescript npm engagement user-retention" @@ -98176,9 +99791,9 @@ }, "npmPkg": "react-native-netwatch", "npm": { - "downloads": 3029, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2179, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -98209,10 +99824,10 @@ "updatedAt": "2025-04-12T16:34:37Z", "createdAt": "2018-03-27T18:33:08Z", "pushedAt": "2025-04-12T16:34:37Z", - "forks": 172, - "issues": 107, - "subscribers": 23, - "stars": 3996 + "forks": 178, + "issues": 113, + "subscribers": 24, + "stars": 4100 }, "name": "iconoir-react-native", "fullName": "iconoir-icons/iconoir", @@ -98237,16 +99852,15 @@ }, "npmPkg": "iconoir-react-native", "npm": { - "downloads": 16923, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8535, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 62, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98256,6 +99870,8 @@ "githubUrl": "https://github.com/lucide-icons/lucide/tree/main/packages/lucide-react-native", "android": true, "ios": true, + "fireos": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/lucide-icons/lucide", @@ -98267,18 +99883,18 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-04T12:26:19Z", + "updatedAt": "2025-06-18T13:47:24Z", "createdAt": "2020-06-08T15:36:21Z", - "pushedAt": "2025-04-04T12:26:19Z", - "forks": 733, - "issues": 221, - "subscribers": 45, - "stars": 16665 + "pushedAt": "2025-06-18T13:47:24Z", + "forks": 846, + "issues": 231, + "subscribers": 48, + "stars": 17688 }, "name": "lucide-react-native", "fullName": "lucide-icons/lucide", "isPrivate": false, - "description": "A Lucide icon library package for React Native applications", + "description": "A Lucide icon library package for React Native applications.", "topics": [ "lucide", "react-native", @@ -98296,9 +99912,9 @@ }, "npmPkg": "lucide-react-native", "npm": { - "downloads": 371703, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 538878, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -98334,13 +99950,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-07-17T14:24:27Z", + "updatedAt": "2025-05-25T09:30:17Z", "createdAt": "2020-05-06T08:24:39Z", - "pushedAt": "2024-07-17T14:24:27Z", - "forks": 8, + "pushedAt": "2025-05-25T09:30:17Z", + "forks": 9, "issues": 1, "subscribers": 1, - "stars": 183 + "stars": 195 }, "name": "react-native-loader-kit", "fullName": "maitrungduc1410/react-native-loader-kit", @@ -98376,13 +99992,13 @@ }, "npmPkg": "react-native-loader-kit", "npm": { - "downloads": 8445, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8872, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98406,13 +100022,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T14:31:09Z", + "updatedAt": "2025-05-23T08:59:28Z", "createdAt": "2020-07-14T09:10:21Z", - "pushedAt": "2025-04-15T14:31:09Z", - "forks": 25, + "pushedAt": "2025-05-23T08:59:28Z", + "forks": 26, "issues": 6, "subscribers": 5, - "stars": 119 + "stars": 126 }, "name": "react-native-file-logger", "fullName": "BeTomorrow/react-native-file-logger", @@ -98426,32 +100042,32 @@ "logback" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.5.7", - "tagName": "v0.5.7", - "createdAt": "2025-04-15T14:31:12Z", - "publishedAt": "2025-04-15T14:33:10Z", + "name": "Release 0.6.0", + "tagName": "v0.6.0", + "createdAt": "2025-04-18T15:56:20Z", + "publishedAt": "2025-04-18T15:59:14Z", "isPrerelease": false }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-file-logger", "npm": { - "downloads": 28901, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 35938, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98473,13 +100089,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-12T00:11:53Z", + "updatedAt": "2025-05-09T20:40:25Z", "createdAt": "2020-07-08T16:57:34Z", - "pushedAt": "2025-02-12T00:11:53Z", + "pushedAt": "2025-05-09T20:40:25Z", "forks": 44, - "issues": 64, + "issues": 67, "subscribers": 74, - "stars": 67 + "stars": 68 }, "name": "@okta/okta-react-native", "fullName": "okta/okta-react-native", @@ -98510,12 +100126,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 34787, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native authentication okta oidc" }, { @@ -98536,10 +100158,10 @@ "updatedAt": "2024-08-30T05:26:44Z", "createdAt": "2024-05-25T15:06:24Z", "pushedAt": "2024-08-30T05:26:44Z", - "forks": 16, - "issues": 9, + "forks": 24, + "issues": 12, "subscribers": 2, - "stars": 73 + "stars": 79 }, "name": "react-native-vision-camera-text-recognition", "fullName": "gev2002/react-native-vision-camera-text-recognition", @@ -98577,9 +100199,9 @@ }, "npmPkg": "react-native-vision-camera-text-recognition", "npm": { - "downloads": 5235, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5976, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -98607,10 +100229,10 @@ "updatedAt": "2024-08-30T05:25:58Z", "createdAt": "2024-05-03T09:57:19Z", "pushedAt": "2024-08-30T05:25:58Z", - "forks": 1, + "forks": 2, "issues": 1, "subscribers": 1, - "stars": 13 + "stars": 15 }, "name": "react-native-vision-camera-image-labeler", "fullName": "gev2002/react-native-vision-camera-image-labeler", @@ -98642,16 +100264,16 @@ }, "npmPkg": "react-native-vision-camera-image-labeler", "npm": { - "downloads": 460, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 679, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -98673,13 +100295,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-21T19:01:13Z", + "updatedAt": "2025-06-21T14:28:18Z", "createdAt": "2024-02-20T17:58:27Z", - "pushedAt": "2025-01-21T19:01:13Z", - "forks": 28, - "issues": 22, + "pushedAt": "2025-06-21T14:28:18Z", + "forks": 31, + "issues": 25, "subscribers": 12, - "stars": 1105 + "stars": 1149 }, "name": "react-native-filament", "fullName": "margelo/react-native-filament", @@ -98714,14 +100336,15 @@ "isArchived": false }, "npm": { - "downloads": 9836, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9475, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98743,10 +100366,10 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-13T15:26:36Z", + "updatedAt": "2025-05-23T13:45:28Z", "createdAt": "2022-06-01T09:04:30Z", - "pushedAt": "2024-12-13T15:26:36Z", - "forks": 1, + "pushedAt": "2025-05-23T13:45:28Z", + "forks": 2, "issues": 0, "subscribers": 4, "stars": 9 @@ -98770,22 +100393,27 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "10.0.1", - "tagName": "10.0.1", - "createdAt": "2024-12-13T15:27:26Z", - "publishedAt": "2024-12-13T15:53:21Z", + "name": "10.1.1", + "tagName": "10.1.1", + "createdAt": "2025-05-23T13:45:28Z", + "publishedAt": "2025-05-23T14:00:56Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 10488, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native batch push notifications sdk" }, { @@ -98798,6 +100426,7 @@ "expoGo": true, "newArchitecture": true, "dev": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -98809,13 +100438,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-11T10:40:52Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-11T10:40:52Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "@expo/fingerprint", "fullName": "expo/expo", @@ -98839,14 +100468,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 5092296, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "expo react-native fingerprint hash node" }, { @@ -98869,13 +100506,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T11:27:17Z", + "updatedAt": "2025-06-20T11:52:55Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-16T11:27:17Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-20T11:52:55Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo", "fullName": "expo/expo", @@ -98897,9 +100534,9 @@ }, "npmPkg": "expo", "npm": { - "downloads": 5339520, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5839148, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -98934,18 +100571,18 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-12T20:00:57Z", + "updatedAt": "2025-06-20T22:35:37Z", "createdAt": "2021-12-31T01:06:00Z", - "pushedAt": "2025-04-12T20:00:57Z", - "forks": 106, - "issues": 44, - "subscribers": 33, - "stars": 4405 + "pushedAt": "2025-06-20T22:35:37Z", + "forks": 114, + "issues": 43, + "subscribers": 37, + "stars": 4548 }, "name": "tinybase", "fullName": "tinyplex/tinybase", "isPrivate": true, - "description": "The reactive data store for local‑first apps.", + "description": "A reactive data store & sync engine.", "topics": [ "tiny", "sync-engine", @@ -98965,10 +100602,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.0.2", - "tagName": "v6.0.2", - "createdAt": "2025-04-12T20:01:03Z", - "publishedAt": "2025-04-12T20:01:44Z", + "name": "v6.3.0", + "tagName": "v6.3.0", + "createdAt": "2025-06-20T22:36:18Z", + "publishedAt": "2025-06-20T22:40:36Z", "isPrerelease": false }, "hasTypes": false, @@ -98977,12 +100614,13 @@ }, "npmPkg": "tinybase", "npm": { - "downloads": 69930, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 71666, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 97, "matchingScoreModifiers": [ + "Very popular", "Popular", "Known", "Recently updated", @@ -99011,13 +100649,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-21T19:26:39Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:26:39Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/bottom-tabs", "fullName": "react-navigation/react-navigation", @@ -99043,14 +100681,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 5176235, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "component react-component react-native react-navigation ios android tab" }, { @@ -99072,13 +100718,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-21T19:26:39Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:26:39Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/material-top-tabs", "fullName": "react-navigation/react-navigation", @@ -99105,14 +100751,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 1062555, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "component react-component react-native react-navigation ios android material tab" }, { @@ -99134,13 +100788,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-21T19:26:39Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:26:39Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/drawer", "fullName": "react-navigation/react-navigation", @@ -99167,14 +100821,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 1223626, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "component react-component react-native react-navigation ios android material drawer" }, { @@ -99197,13 +100859,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-11T13:29:58Z", + "updatedAt": "2025-06-21T19:29:46Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-11T13:29:58Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:29:46Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/native-stack", "fullName": "react-navigation/react-navigation", @@ -99230,14 +100892,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 4997088, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "component react-component react-native react-navigation ios android native stack" }, { @@ -99260,13 +100930,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-21T19:26:39Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:26:39Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/stack", "fullName": "react-navigation/react-navigation", @@ -99292,14 +100962,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 2875826, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "component react-component react-native react-navigation ios android stack" }, { @@ -99322,13 +101000,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-21T19:26:39Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:26:39Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/elements", "fullName": "react-navigation/react-navigation", @@ -99351,14 +101029,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 6629566, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native react-navigation ios android" }, { @@ -99368,6 +101054,7 @@ "web": true, "expoGo": true, "tvos": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/react-navigation/react-navigation", @@ -99379,13 +101066,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-14T14:24:46Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-14T14:24:46Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "react-native-drawer-layout", "fullName": "react-navigation/react-navigation", @@ -99413,9 +101100,9 @@ }, "npmPkg": "react-native-drawer-layout", "npm": { - "downloads": 619164, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 651575, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -99450,13 +101137,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-14T14:24:46Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-14T14:24:46Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/routers", "fullName": "react-navigation/react-navigation", @@ -99478,14 +101165,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 6459282, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native react-navigation" }, { @@ -99510,13 +101205,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T20:01:19Z", + "updatedAt": "2025-06-21T19:26:39Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-04-08T20:01:19Z", - "forks": 4911, - "issues": 793, - "subscribers": 317, - "stars": 23936 + "pushedAt": "2025-06-21T19:26:39Z", + "forks": 4922, + "issues": 811, + "subscribers": 313, + "stars": 24054 }, "name": "@react-navigation/devtools", "fullName": "react-navigation/react-navigation", @@ -99538,14 +101233,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 560823, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native react-navigation" }, { @@ -99555,6 +101258,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/supabase/supabase-js", @@ -99566,13 +101270,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-02T20:01:58Z", + "updatedAt": "2025-06-16T13:54:13Z", "createdAt": "2020-05-15T12:52:16Z", - "pushedAt": "2025-04-02T20:01:58Z", - "forks": 326, - "issues": 160, - "subscribers": 54, - "stars": 3593 + "pushedAt": "2025-06-16T13:54:13Z", + "forks": 381, + "issues": 178, + "subscribers": 59, + "stars": 3796 }, "name": "@supabase/supabase-js", "fullName": "supabase/supabase-js", @@ -99600,24 +101304,32 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.49.4", - "tagName": "v2.49.4", - "createdAt": "2025-03-29T14:22:41Z", - "publishedAt": "2025-03-29T14:23:50Z", - "isPrerelease": false + "name": "v2.50.1-next.6", + "tagName": "v2.50.1-next.6", + "createdAt": "2025-06-20T18:29:38Z", + "publishedAt": "2025-06-20T18:30:57Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 10046370, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "javascript typescript supabase client-library database isomorphic js mit-license node-js nuxt orm postgres" }, { @@ -99626,6 +101338,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "examples": [ "https://snack.expo.dev/@zahidalidev/toastify-react-native" ], @@ -99643,10 +101356,10 @@ "updatedAt": "2025-04-13T16:28:50Z", "createdAt": "2021-05-14T17:10:00Z", "pushedAt": "2025-04-13T16:28:50Z", - "forks": 25, - "issues": 4, - "subscribers": 2, - "stars": 138 + "forks": 26, + "issues": 10, + "subscribers": 3, + "stars": 158 }, "name": "toastify-react-native", "fullName": "zahidalidev/toastify-react-native", @@ -99697,15 +101410,14 @@ }, "npmPkg": "toastify-react-native", "npm": { - "downloads": 3301659, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2999335, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -99770,16 +101482,16 @@ }, "npmPkg": "rn-float-box", "npm": { - "downloads": 12, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.267, + "popularity": -0.35, "topicSearchString": "react-native ios android" }, { @@ -99801,13 +101513,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-16T00:21:58Z", + "updatedAt": "2025-06-08T06:35:46Z", "createdAt": "2022-02-22T00:31:27Z", - "pushedAt": "2024-12-16T00:21:58Z", + "pushedAt": "2025-06-08T06:35:46Z", "forks": 14, - "issues": 4, + "issues": 2, "subscribers": 4, - "stars": 438 + "stars": 507 }, "name": "react-native-magic-modal", "fullName": "GSTJ/react-native-magic-modal", @@ -99832,13 +101544,14 @@ "isArchived": false }, "npm": { - "downloads": 8049, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8864, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -99863,13 +101576,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-11T21:44:31Z", + "updatedAt": "2025-05-02T18:40:29Z", "createdAt": "2022-07-09T09:57:10Z", - "pushedAt": "2025-01-11T21:44:31Z", + "pushedAt": "2025-05-02T18:40:29Z", "forks": 14, "issues": 10, "subscribers": 5, - "stars": 438 + "stars": 479 }, "name": "expo-quick-actions", "fullName": "EvanBacon/expo-quick-actions", @@ -99896,9 +101609,9 @@ }, "npmPkg": "expo-quick-actions", "npm": { - "downloads": 57409, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57179, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -99930,10 +101643,10 @@ "updatedAt": "2024-11-13T16:36:16Z", "createdAt": "2023-03-21T11:27:40Z", "pushedAt": "2024-11-13T16:36:16Z", - "forks": 9, + "forks": 11, "issues": 3, "subscribers": 15, - "stars": 337 + "stars": 345 }, "name": "app-icon-badge", "fullName": "obytes/app-icon-badge", @@ -99968,13 +101681,14 @@ }, "npmPkg": "app-icon-badge", "npm": { - "downloads": 25866, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28815, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -100001,13 +101715,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-04T08:46:11Z", + "updatedAt": "2025-06-20T07:02:32Z", "createdAt": "2024-02-19T16:51:01Z", - "pushedAt": "2025-04-04T08:46:11Z", - "forks": 24, - "issues": 15, + "pushedAt": "2025-06-20T07:02:32Z", + "forks": 27, + "issues": 19, "subscribers": 8, - "stars": 361 + "stars": 442 }, "name": "expo-share-intent", "fullName": "achorein/expo-share-intent", @@ -100033,10 +101747,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.2.2", - "tagName": "v3.2.2", - "createdAt": "2025-02-25T16:29:46Z", - "publishedAt": "2025-02-25T16:29:49Z", + "name": "Release 4.1.1", + "tagName": "v4.1.1", + "createdAt": "2025-06-20T07:02:33Z", + "publishedAt": "2025-06-20T07:02:35Z", "isPrerelease": false }, "hasTypes": true, @@ -100045,9 +101759,9 @@ }, "npmPkg": "expo-share-intent", "npm": { - "downloads": 24781, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29305, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -100079,7 +101793,7 @@ "forks": 22, "issues": 7, "subscribers": 3, - "stars": 130 + "stars": 132 }, "name": "react-native-store-version", "fullName": "watanabeyu/react-native-store-version", @@ -100113,9 +101827,9 @@ "unmaintained": true, "npmPkg": "react-native-store-version", "npm": { - "downloads": 21709, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 21223, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -100146,10 +101860,10 @@ "updatedAt": "2024-10-08T15:55:31Z", "createdAt": "2021-03-25T08:50:33Z", "pushedAt": "2024-10-08T15:55:31Z", - "forks": 93, - "issues": 26, + "forks": 95, + "issues": 31, "subscribers": 1, - "stars": 176 + "stars": 184 }, "name": "react-native-country-codes-picker", "fullName": "GeorgeHop/react-native-country-codes-picker", @@ -100190,9 +101904,9 @@ }, "npmPkg": "react-native-country-codes-picker", "npm": { - "downloads": 86884, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 95944, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -100225,10 +101939,10 @@ "updatedAt": "2025-02-28T17:09:30Z", "createdAt": "2018-04-18T00:07:29Z", "pushedAt": "2025-02-28T17:09:30Z", - "forks": 32, - "issues": 2, + "forks": 33, + "issues": 3, "subscribers": 5, - "stars": 146 + "stars": 157 }, "name": "@appandflow/react-native-google-autocomplete", "fullName": "AppAndFlow/react-native-google-autocomplete", @@ -100264,12 +101978,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 5212, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android typescript google-autocomplete reactjs expo google-places-api google-places-autocomplete" }, { @@ -100300,9 +102020,9 @@ "createdAt": "2020-11-04T22:38:41Z", "pushedAt": "2025-01-12T03:31:56Z", "forks": 22, - "issues": 12, + "issues": 13, "subscribers": 7, - "stars": 165 + "stars": 172 }, "name": "@mattermost/react-native-paste-input", "fullName": "mattermost/react-native-paste-input", @@ -100333,10 +102053,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -100, + "npm": { + "downloads": 11926, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 54, + "matchingScoreModifiers": [ + "Known" + ], + "popularity": 0.028, "topicSearchString": "react-native ios android paste text-input" }, { @@ -100360,13 +102087,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-10T16:55:34Z", + "updatedAt": "2025-04-29T13:36:34Z", "createdAt": "2024-05-06T18:41:04Z", - "pushedAt": "2025-04-10T16:55:34Z", + "pushedAt": "2025-04-29T13:36:34Z", "forks": 0, "issues": 0, "subscribers": 3, - "stars": 156 + "stars": 168 }, "name": "@appandflow/react-native-magic-scroll", "fullName": "AppAndFlow/react-native-magic-scroll", @@ -100390,23 +102117,27 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.1.32", - "tagName": "v0.1.32", - "createdAt": "2025-04-10T16:55:36Z", - "publishedAt": "2025-04-10T16:55:42Z", + "name": "Release 0.1.36", + "tagName": "v0.1.36", + "createdAt": "2025-04-29T13:36:35Z", + "publishedAt": "2025-04-29T13:36:42Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 388, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.222, "topicSearchString": "react-native ios android expo keyboard scrollview ui" }, { @@ -100435,7 +102166,7 @@ "forks": 0, "issues": 1, "subscribers": 2, - "stars": 6 + "stars": 7 }, "name": "@appandflow/expo-image-cropping", "fullName": "AppAndFlow/expo-image-cropping", @@ -100465,13 +102196,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "unmaintained": true, + "npm": { + "downloads": 33, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.82, "topicSearchString": "react-native ios android" }, { @@ -100495,10 +102232,10 @@ "updatedAt": "2025-02-21T00:50:52Z", "createdAt": "2024-02-07T06:46:24Z", "pushedAt": "2025-02-21T00:50:52Z", - "forks": 6, + "forks": 7, "issues": 4, "subscribers": 1, - "stars": 124 + "stars": 131 }, "name": "react-native-wear-connectivity", "fullName": "fabOnReact/react-native-wear-connectivity", @@ -100537,15 +102274,15 @@ }, "npmPkg": "react-native-wear-connectivity", "npm": { - "downloads": 1542, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 586, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android wear-os wearable wear-api wearable-devices wearos renative renative-wear" }, { @@ -100597,16 +102334,16 @@ }, "npmPkg": "react-native-multipurpose-calendar", "npm": { - "downloads": 81, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.325, + "popularity": -0.267, "topicSearchString": "react-native android ios persian-calendar calendar" }, { @@ -100638,7 +102375,7 @@ "forks": 0, "issues": 1, "subscribers": 1, - "stars": 21 + "stars": 23 }, "name": "mallaui", "fullName": "ro-mgh/mallaui", @@ -100666,16 +102403,16 @@ "isArchived": false }, "npm": { - "downloads": 32, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.35, "topicSearchString": "components ui cli react-native expo malla mallaui malla-ui" }, { @@ -100698,13 +102435,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-08T07:44:00Z", + "updatedAt": "2025-06-19T14:38:50Z", "createdAt": "2019-11-15T21:38:13Z", - "pushedAt": "2025-04-08T07:44:00Z", + "pushedAt": "2025-06-19T14:38:50Z", "forks": 101, - "issues": 55, - "subscribers": 18, - "stars": 1604 + "issues": 52, + "subscribers": 16, + "stars": 1633 }, "name": "@rnx-kit/align-deps", "fullName": "microsoft/rnx-kit", @@ -100722,13 +102459,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 207078, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -100751,13 +102495,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-10-29T10:20:49Z", + "updatedAt": "2025-04-22T08:30:54Z", "createdAt": "2023-12-08T16:27:15Z", - "pushedAt": "2024-10-29T10:20:49Z", - "forks": 5, - "issues": 3, + "pushedAt": "2025-04-22T08:30:54Z", + "forks": 7, + "issues": 2, "subscribers": 1, - "stars": 9 + "stars": 12 }, "name": "@wwdrew/expo-spotify-sdk", "fullName": "wwdrew/expo-spotify-sdk", @@ -100781,12 +102525,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 422, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.322, "topicSearchString": "react-native expo expo-spotify-sdk expospotifysdk spotify" }, { @@ -100837,13 +102586,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 477, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.323, "topicSearchString": "react-native expo expo-android-shared-preferences expoandroidsharedpreferences" }, { @@ -100894,13 +102648,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 362, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.322, "topicSearchString": "react-native expo expo-android-account-manager expoandroidaccountmanager" }, { @@ -100924,10 +102683,10 @@ "updatedAt": "2025-04-04T18:46:20Z", "createdAt": "2023-11-26T16:59:37Z", "pushedAt": "2025-04-04T18:46:20Z", - "forks": 13, + "forks": 14, "issues": 1, "subscribers": 7, - "stars": 99 + "stars": 106 }, "name": "react-native-here-explore", "fullName": "ajakka/react-native-here-explore", @@ -100960,16 +102719,15 @@ }, "npmPkg": "react-native-here-explore", "npm": { - "downloads": 139, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 45, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.228, "topicSearchString": "react-native ios android heremaps" }, { @@ -100992,13 +102750,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-21T16:33:12Z", + "updatedAt": "2025-04-30T20:44:36Z", "createdAt": "2021-05-31T20:12:36Z", - "pushedAt": "2025-02-21T16:33:12Z", + "pushedAt": "2025-04-30T20:44:36Z", "forks": 7, "issues": 7, "subscribers": 2, - "stars": 45 + "stars": 49 }, "name": "@dr.pogodin/react-native-audio", "fullName": "birdofpreyru/react-native-audio", @@ -101025,20 +102783,25 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v1.13.0", - "tagName": "v1.13.0", - "createdAt": "2025-02-21T16:33:12Z", - "publishedAt": "2025-02-21T16:35:03Z", + "name": "v1.14.0", + "tagName": "v1.14.0", + "createdAt": "2025-04-30T20:44:36Z", + "publishedAt": "2025-04-30T20:48:18Z", "isPrerelease": false }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 364, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 46, "matchingScoreModifiers": [], - "popularity": -100, + "popularity": -0.22, "topicSearchString": "audio microphone input recording playback sample player react-native ios android" }, { @@ -101062,13 +102825,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-24T21:56:54Z", + "updatedAt": "2025-04-30T10:20:50Z", "createdAt": "2023-05-23T11:08:00Z", - "pushedAt": "2025-03-24T21:56:54Z", - "forks": 24, - "issues": 24, + "pushedAt": "2025-04-30T10:20:50Z", + "forks": 26, + "issues": 26, "subscribers": 4, - "stars": 230 + "stars": 247 }, "name": "@dr.pogodin/react-native-fs", "fullName": "birdofpreyru/react-native-fs", @@ -101095,22 +102858,27 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v2.32.1", - "tagName": "v2.32.1", - "createdAt": "2025-03-24T21:56:54Z", - "publishedAt": "2025-03-24T23:14:11Z", + "name": "v2.33.1", + "tagName": "v2.33.1", + "createdAt": "2025-04-30T10:20:50Z", + "publishedAt": "2025-04-30T10:21:25Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 30064, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 54, "matchingScoreModifiers": [ - "Recently updated" + "Known" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android fs filesystem download upload file-transfer react rnfs" }, { @@ -101131,13 +102899,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-10T19:59:29Z", + "updatedAt": "2025-04-30T15:48:58Z", "createdAt": "2022-01-21T20:32:12Z", - "pushedAt": "2025-04-10T19:59:29Z", - "forks": 26, - "issues": 18, + "pushedAt": "2025-04-30T15:48:58Z", + "forks": 28, + "issues": 20, "subscribers": 2, - "stars": 193 + "stars": 202 }, "name": "@dr.pogodin/react-native-static-server", "fullName": "birdofpreyru/react-native-static-server", @@ -101171,96 +102939,103 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v0.20.1", - "tagName": "v0.20.1", - "createdAt": "2025-03-28T22:34:45Z", - "publishedAt": "2025-03-28T23:49:09Z", + "name": "v0.21.0", + "tagName": "v0.21.0", + "createdAt": "2025-04-30T15:48:58Z", + "publishedAt": "2025-04-30T15:50:02Z", "isPrerelease": false }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 2826, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 54, "matchingScoreModifiers": [ - "Recently updated" + "Known" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android lighttpd windows embed server http https react file java javascript js mobile native objective-c" }, { "githubUrl": "https://github.com/RakaDoank/react-native-android-finish", "android": true, "newArchitecture": true, + "examples": [ + "https://github.com/RakaDoank/react-native-android-finish/tree/main/example" + ], "github": { "urls": { "repo": "https://github.com/RakaDoank/react-native-android-finish", "clone": "https://github.com/RakaDoank/react-native-android-finish.git", - "homepage": null + "homepage": "https://www.npmjs.com/package/react-native-android-finish" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2024-08-19T16:54:26Z", + "hasTopics": false, + "updatedAt": "2025-06-18T06:08:45Z", "createdAt": "2024-08-04T13:33:38Z", - "pushedAt": "2024-08-19T16:54:26Z", + "pushedAt": "2025-06-18T06:08:45Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 10 + "stars": 11 }, "name": "react-native-android-finish", "fullName": "RakaDoank/react-native-android-finish", - "isPrivate": false, - "registry": "https://registry.npmjs.org", + "isPrivate": true, "description": "Gracefully finish the React Native app", - "topics": [ - "react-native", - "android-finish", - "android" - ], + "topics": [], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.2.1", - "tagName": "v1.2.1", - "createdAt": "2024-08-19T16:54:27Z", - "publishedAt": "2024-08-19T16:54:33Z", + "name": "v1.2.5", + "tagName": "v1.2.5", + "createdAt": "2025-06-18T06:08:45Z", + "publishedAt": "2025-06-18T06:13:57Z", "isPrerelease": false }, - "hasTypes": true, - "newArchitecture": true, + "hasTypes": false, + "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-android-finish", "npm": { - "downloads": 166, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 296, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 35, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently" + "Recently updated", + "Not supporting New Architecture" ], "popularity": -0.32, - "topicSearchString": "react-native android-finish android" + "topicSearchString": "" }, { "githubUrl": "https://github.com/wcandillon/react-native-webgpu/tree/main/packages/webgpu", "npmPkg": "react-native-wgpu", "examples": [ - "https://github.com/wcandillon/react-native-webgpu/tree/main/apps/paper" + "https://github.com/wcandillon/react-native-webgpu/tree/main/apps/example", + "https://github.com/software-mansion-labs/typegpu-rn-examples" ], "ios": true, "android": true, + "macos": true, + "visionos": true, "newArchitecture": true, "github": { "urls": { @@ -101273,13 +103048,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-11T12:41:09Z", + "updatedAt": "2025-06-05T13:03:18Z", "createdAt": "2024-06-17T16:44:42Z", - "pushedAt": "2025-02-11T12:41:09Z", - "forks": 26, - "issues": 11, - "subscribers": 16, - "stars": 574 + "pushedAt": "2025-06-05T13:03:18Z", + "forks": 28, + "issues": 14, + "subscribers": 17, + "stars": 718 }, "name": "react-native-wgpu", "fullName": "wcandillon/react-native-webgpu", @@ -101303,15 +103078,16 @@ "isArchived": false }, "npm": { - "downloads": 249, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1951, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 54, + "score": 59, "matchingScoreModifiers": [ - "Known" + "Known", + "Recently updated" ], - "popularity": -0.222, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -101323,6 +103099,7 @@ "android": true, "ios": true, "web": true, + "fireos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -101336,13 +103113,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-15T23:36:12Z", + "updatedAt": "2025-06-19T09:44:01Z", "createdAt": "2019-04-09T09:10:06Z", - "pushedAt": "2025-04-15T23:36:12Z", - "forks": 1635, - "issues": 3, - "subscribers": 168, - "stars": 51675 + "pushedAt": "2025-06-19T09:44:01Z", + "forks": 1705, + "issues": 4, + "subscribers": 174, + "stars": 53038 }, "name": "zustand", "fullName": "pmndrs/zustand", @@ -101369,10 +103146,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v5.0.3", - "tagName": "v5.0.3", - "createdAt": "2025-01-07T14:20:43Z", - "publishedAt": "2025-01-07T14:22:57Z", + "name": "v5.0.5", + "tagName": "v5.0.5", + "createdAt": "2025-05-21T12:05:14Z", + "publishedAt": "2025-05-21T12:07:50Z", "isPrerelease": false }, "hasTypes": true, @@ -101381,9 +103158,9 @@ }, "npmPkg": "zustand", "npm": { - "downloads": 27467141, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 32354749, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -101418,10 +103195,10 @@ "updatedAt": "2024-09-04T10:54:49Z", "createdAt": "2018-10-15T07:46:51Z", "pushedAt": "2024-09-04T10:54:49Z", - "forks": 86, - "issues": 21, + "forks": 88, + "issues": 23, "subscribers": 5, - "stars": 268 + "stars": 275 }, "name": "react-native-otp-verify", "fullName": "faizalshap/react-native-otp-verify", @@ -101454,9 +103231,9 @@ }, "npmPkg": "react-native-otp-verify", "npm": { - "downloads": 81456, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 79703, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -101491,9 +103268,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-03-05T20:40:37Z", + "updatedAt": "2025-05-15T14:04:39Z", "createdAt": "2020-11-05T18:53:38Z", - "pushedAt": "2024-03-05T20:40:37Z", + "pushedAt": "2025-05-15T14:04:39Z", "forks": 33, "issues": 19, "subscribers": 3, @@ -101540,13 +103317,12 @@ }, "npmPkg": "rn-material-ui-textfield", "npm": { - "downloads": 16293, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12737, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -101575,13 +103351,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-04-14T12:55:58Z", + "updatedAt": "2025-06-21T22:28:38Z", "createdAt": "2019-09-10T19:23:58Z", - "pushedAt": "2025-04-14T12:55:58Z", - "forks": 3096, - "issues": 68, - "subscribers": 208, - "stars": 44754 + "pushedAt": "2025-06-21T22:28:38Z", + "forks": 3239, + "issues": 63, + "subscribers": 213, + "stars": 45593 }, "name": "@tanstack/react-query", "fullName": "TanStack/query", @@ -101599,13 +103375,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 40918516, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -101627,13 +103411,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-13T11:06:24Z", + "updatedAt": "2025-04-25T04:30:10Z", "createdAt": "2016-08-02T09:34:28Z", - "pushedAt": "2025-02-13T11:06:24Z", - "forks": 98, + "pushedAt": "2025-04-25T04:30:10Z", + "forks": 99, "issues": 52, - "subscribers": 188, - "stars": 129 + "subscribers": 190, + "stars": 130 }, "name": "react-native-razorpay", "fullName": "razorpay/react-native-razorpay", @@ -101664,9 +103448,9 @@ }, "npmPkg": "react-native-razorpay", "npm": { - "downloads": 30269, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 26733, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -101732,13 +103516,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 1089, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -101760,13 +103549,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T06:20:39Z", + "updatedAt": "2025-04-24T11:52:50Z", "createdAt": "2024-03-19T07:03:44Z", - "pushedAt": "2025-04-16T06:20:39Z", - "forks": 5, + "pushedAt": "2025-04-24T11:52:50Z", + "forks": 8, "issues": 0, "subscribers": 4, - "stars": 6 + "stars": 7 }, "name": "react-native-moengage", "fullName": "moengage/React-Native", @@ -101786,13 +103575,12 @@ "isArchived": false }, "npm": { - "downloads": 31805, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39408, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -101820,13 +103608,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-23T16:13:40Z", + "updatedAt": "2025-06-15T10:00:13Z", "createdAt": "2016-11-13T16:10:51Z", - "pushedAt": "2025-03-23T16:13:40Z", - "forks": 201, - "issues": 33, + "pushedAt": "2025-06-15T10:00:13Z", + "forks": 204, + "issues": 41, "subscribers": 12, - "stars": 291 + "stars": 299 }, "name": "react-native-appsflyer", "fullName": "AppsFlyerSDK/appsflyer-react-native-plugin", @@ -101847,10 +103635,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "6.16.2", - "tagName": "6.16.2", - "createdAt": "2025-03-19T12:33:00Z", - "publishedAt": "2025-03-19T12:33:15Z", + "name": "6.17.0", + "tagName": "6.17.0", + "createdAt": "2025-06-15T09:58:42Z", + "publishedAt": "2025-06-15T09:58:51Z", "isPrerelease": false }, "hasTypes": true, @@ -101858,9 +103646,9 @@ "isArchived": false }, "npm": { - "downloads": 361310, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 453915, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -101898,7 +103686,7 @@ "forks": 6, "issues": 4, "subscribers": 1, - "stars": 122 + "stars": 128 }, "name": "react-native-toastable", "fullName": "rnheroes/react-native-toastable", @@ -101938,9 +103726,9 @@ }, "npmPkg": "react-native-toastable", "npm": { - "downloads": 1974, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1721, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -101976,10 +103764,10 @@ "updatedAt": "2024-03-02T21:57:28Z", "createdAt": "2023-03-16T13:00:28Z", "pushedAt": "2024-03-02T21:57:28Z", - "forks": 17, + "forks": 18, "issues": 6, "subscribers": 2, - "stars": 109 + "stars": 115 }, "name": "react-native-ruler-picker", "fullName": "rnheroes/react-native-ruler-picker", @@ -102016,9 +103804,9 @@ }, "npmPkg": "react-native-ruler-picker", "npm": { - "downloads": 4034, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4334, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -102081,16 +103869,16 @@ }, "npmPkg": "react-native-use-sound", "npm": { - "downloads": 274, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 574, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.472, "topicSearchString": "" }, { @@ -102120,7 +103908,7 @@ "createdAt": "2024-08-27T10:43:58Z", "pushedAt": "2024-12-27T07:23:01Z", "forks": 0, - "issues": 0, + "issues": 1, "subscribers": 1, "stars": 2 }, @@ -102154,13 +103942,13 @@ }, "npmPkg": "react-native-qr", "npm": { - "downloads": 71, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.322, + "popularity": -0.35, "topicSearchString": "react-native ios android" }, { @@ -102191,8 +103979,8 @@ "updatedAt": "2024-08-01T09:32:53Z", "createdAt": "2023-05-26T20:59:12Z", "pushedAt": "2024-08-01T09:32:53Z", - "forks": 5, - "issues": 2, + "forks": 6, + "issues": 1, "subscribers": 2, "stars": 28 }, @@ -102223,13 +104011,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 2271, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "analytics privacy react-native" }, { @@ -102252,13 +104045,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-26T12:49:04Z", + "updatedAt": "2025-06-11T16:30:49Z", "createdAt": "2024-08-03T09:18:50Z", - "pushedAt": "2025-03-26T12:49:04Z", - "forks": 19, - "issues": 7, + "pushedAt": "2025-06-11T16:30:49Z", + "forks": 24, + "issues": 1, "subscribers": 5, - "stars": 142 + "stars": 157 }, "name": "react-native-fast-opencv", "fullName": "lukaszkurantdev/react-native-fast-opencv", @@ -102282,10 +104075,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.4.4", - "tagName": "v0.4.4", - "createdAt": "2025-03-26T12:49:06Z", - "publishedAt": "2025-03-26T12:49:14Z", + "name": "Release 0.4.6", + "tagName": "v0.4.6", + "createdAt": "2025-06-11T16:30:51Z", + "publishedAt": "2025-06-11T16:30:59Z", "isPrerelease": false }, "hasTypes": true, @@ -102294,9 +104087,9 @@ }, "npmPkg": "react-native-fast-opencv", "npm": { - "downloads": 1334, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2142, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -102312,6 +104105,10 @@ "android": true, "web": true, "expoGo": true, + "unmaintained": true, + "alternatives": [ + "@rn-vui/base" + ], "github": { "urls": { "repo": "https://github.com/react-native-elements/react-native-elements", @@ -102326,10 +104123,10 @@ "updatedAt": "2024-01-29T05:19:55Z", "createdAt": "2016-09-08T14:21:41Z", "pushedAt": "2024-01-29T05:19:55Z", - "forks": 4605, - "issues": 140, + "forks": 4601, + "issues": 143, "subscribers": 370, - "stars": 25362 + "stars": 25458 }, "name": "@rneui/base", "fullName": "react-native-elements/react-native-elements", @@ -102359,14 +104156,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 22, + "npm": { + "downloads": 289994, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react native react-native elements rneui ui components ui-library ios android bootstrap" }, { @@ -102379,6 +104184,10 @@ "android": true, "web": true, "expoGo": true, + "unmaintained": true, + "alternatives": [ + "@rn-vui/themed" + ], "github": { "urls": { "repo": "https://github.com/react-native-elements/react-native-elements", @@ -102393,10 +104202,10 @@ "updatedAt": "2024-02-04T03:55:07Z", "createdAt": "2016-09-08T14:21:41Z", "pushedAt": "2024-02-04T03:55:07Z", - "forks": 4605, - "issues": 140, + "forks": 4601, + "issues": 143, "subscribers": 370, - "stars": 25362 + "stars": 25458 }, "name": "@rneui/themed", "fullName": "react-native-elements/react-native-elements", @@ -102427,14 +104236,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 22, + "npm": { + "downloads": 265051, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.472, "topicSearchString": "react native react-native elements rneui themed ui components ui-library ios android bootstrap" }, { @@ -102462,13 +104279,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-01T13:56:42Z", + "updatedAt": "2025-06-10T09:01:33Z", "createdAt": "2024-09-03T22:04:50Z", - "pushedAt": "2025-04-01T13:56:42Z", - "forks": 21, + "pushedAt": "2025-06-10T09:01:33Z", + "forks": 26, "issues": 3, - "subscribers": 3, - "stars": 698 + "subscribers": 4, + "stars": 783 }, "name": "sonner-native", "fullName": "gunnartorfis/sonner-native", @@ -102493,10 +104310,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.19.0", - "tagName": "v0.19.0", - "createdAt": "2025-04-01T13:56:44Z", - "publishedAt": "2025-04-01T13:56:48Z", + "name": "Release 0.21.0", + "tagName": "v0.21.0", + "createdAt": "2025-06-10T09:01:36Z", + "publishedAt": "2025-06-10T09:01:40Z", "isPrerelease": false }, "hasTypes": true, @@ -102505,9 +104322,9 @@ }, "npmPkg": "sonner-native", "npm": { - "downloads": 51320, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 74201, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -102590,16 +104407,16 @@ }, "npmPkg": "mobile-native-barcode-generator", "npm": { - "downloads": 31, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.318, + "popularity": -0.31, "topicSearchString": "react-native ios android barcode qr-code barcode-generator qr-code-generator mobile-native-barcode-generator java kotlin library npm npm-library react swift" }, { @@ -102666,16 +104483,16 @@ }, "npmPkg": "expo-barcode", "npm": { - "downloads": 70, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 92, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.317, "topicSearchString": "react-native expo expo-barcode expobarcode ios android barcode qr-code barcode-generator qr-code-generator mobile-native-barcode-generator expo-library expo-modules java kotlin library npm npm-library react" }, { @@ -102701,13 +104518,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-18T16:37:05Z", + "updatedAt": "2025-05-12T09:57:08Z", "createdAt": "2024-01-25T09:42:16Z", - "pushedAt": "2025-02-18T16:37:05Z", - "forks": 11, - "issues": 0, + "pushedAt": "2025-05-12T09:57:08Z", + "forks": 15, + "issues": 1, "subscribers": 6, - "stars": 158 + "stars": 182 }, "name": "@swan-io/react-native-browser", "fullName": "swan-io/react-native-browser", @@ -102739,12 +104556,18 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 23979, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "browser react-native in-app-browser safari chrome-custom-tabs" }, { @@ -102766,13 +104589,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-20T07:28:42Z", + "updatedAt": "2025-06-15T06:53:38Z", "createdAt": "2024-09-06T08:11:28Z", - "pushedAt": "2025-02-20T07:28:42Z", - "forks": 10, - "issues": 3, + "pushedAt": "2025-06-15T06:53:38Z", + "forks": 12, + "issues": 2, "subscribers": 3, - "stars": 190 + "stars": 220 }, "name": "react-native-animated-rolling-numbers", "fullName": "BouarourMohammed/react-native-animated-rolling-numbers", @@ -102810,12 +104633,14 @@ }, "npmPkg": "react-native-animated-rolling-numbers", "npm": { - "downloads": 8727, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11591, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 57, "matchingScoreModifiers": [ + "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -102885,16 +104710,16 @@ }, "npmPkg": "react-native-press-and-hold-button", "npm": { - "downloads": 153, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 239, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.325, "topicSearchString": "react-native ios android press hold long-press button" }, { @@ -102922,11 +104747,11 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T17:20:44Z", + "updatedAt": "2025-05-27T22:21:08Z", "createdAt": "2024-03-28T20:47:03Z", - "pushedAt": "2025-04-08T17:20:44Z", - "forks": 11, - "issues": 32, + "pushedAt": "2025-05-27T22:21:08Z", + "forks": 12, + "issues": 33, "subscribers": 8, "stars": 36 }, @@ -102957,23 +104782,28 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.1.0", - "tagName": "v1.1.0", - "createdAt": "2025-03-14T19:58:12Z", - "publishedAt": "2025-03-14T20:03:59Z", + "name": "v1.1.1", + "tagName": "v1.1.1", + "createdAt": "2025-05-05T11:38:31Z", + "publishedAt": "2025-05-05T11:45:17Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 3945, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native jwplayer media player mediaplayer media-player jw android ios audio video sdk" }, { @@ -102995,9 +104825,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T05:48:44Z", + "updatedAt": "2025-05-11T15:17:30Z", "createdAt": "2024-08-24T11:07:04Z", - "pushedAt": "2025-04-03T05:48:44Z", + "pushedAt": "2025-05-11T15:17:30Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -103027,15 +104857,13 @@ "isArchived": false }, "npm": { - "downloads": 251, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 91, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -0.322, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.328, "topicSearchString": "react-native ping ping-android ping-android ping" }, { @@ -103088,13 +104916,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 5, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native ios android" }, { @@ -103147,13 +104980,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.323, "topicSearchString": "react-native ios android" }, { @@ -103184,27 +105022,34 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-16T08:24:16Z", + "updatedAt": "2025-06-18T09:35:45Z", "createdAt": "2020-07-14T09:09:30Z", - "pushedAt": "2025-04-16T08:24:16Z", - "forks": 50, - "issues": 38, - "subscribers": 15, - "stars": 98 + "pushedAt": "2025-06-18T09:35:45Z", + "forks": 55, + "issues": 42, + "subscribers": 14, + "stars": 117 }, "name": "posthog-react-native", "fullName": "PostHog/posthog-js-lite", "isPrivate": false, "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, "hasTypes": false, "newArchitecture": false, "isArchived": false }, "npmPkg": "posthog-react-native", "npm": { - "downloads": 179118, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 227346, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -103238,13 +105083,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T10:02:56Z", + "updatedAt": "2025-06-20T12:43:04Z", "createdAt": "2021-05-19T13:28:57Z", - "pushedAt": "2025-04-03T10:02:56Z", - "forks": 69, + "pushedAt": "2025-06-20T12:43:04Z", + "forks": 72, "issues": 0, - "subscribers": 77, - "stars": 142 + "subscribers": 82, + "stars": 149 }, "name": "@intercom/intercom-react-native", "fullName": "intercom/intercom-react-native", @@ -103270,23 +105115,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 8.3.0", - "tagName": "8.3.0", - "createdAt": "2025-02-21T15:37:46Z", - "publishedAt": "2025-02-21T15:59:52Z", + "name": "Release 8.5.0", + "tagName": "8.5.0", + "createdAt": "2025-05-16T10:23:15Z", + "publishedAt": "2025-05-16T10:36:15Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 267699, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios intercom messenger help-center articles push-notifications customer-support android" }, { @@ -103316,13 +105168,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T16:53:09Z", + "updatedAt": "2025-05-27T14:36:24Z", "createdAt": "2024-05-28T09:43:24Z", - "pushedAt": "2025-04-03T16:53:09Z", - "forks": 1, + "pushedAt": "2025-05-27T14:36:24Z", + "forks": 2, "issues": 0, "subscribers": 1, - "stars": 53 + "stars": 54 }, "name": "@fowusu/calendar-kit", "fullName": "f0wu5u/calendar-kit", @@ -103354,13 +105206,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 180, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.222, "topicSearchString": "react react-native shopify flashlist calendar calendar-ui" }, { @@ -103382,13 +105239,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-15T19:44:37Z", + "updatedAt": "2025-06-21T09:06:29Z", "createdAt": "2024-09-16T22:57:45Z", - "pushedAt": "2025-04-15T19:44:37Z", - "forks": 4, + "pushedAt": "2025-06-21T09:06:29Z", + "forks": 6, "issues": 1, "subscribers": 2, - "stars": 107 + "stars": 145 }, "name": "react-native-rate-app", "fullName": "huextrat/react-native-rate-app", @@ -103415,10 +105272,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.5", - "tagName": "v1.3.5", - "createdAt": "2025-04-02T01:34:13Z", - "publishedAt": "2025-04-02T01:34:23Z", + "name": "v1.3.7", + "tagName": "v1.3.7", + "createdAt": "2025-06-18T13:37:48Z", + "publishedAt": "2025-06-18T13:38:00Z", "isPrerelease": false }, "hasTypes": true, @@ -103427,9 +105284,9 @@ }, "npmPkg": "react-native-rate-app", "npm": { - "downloads": 5758, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3692, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -103496,16 +105353,16 @@ }, "npmPkg": "react-native-typing-animated-text", "npm": { - "downloads": 61, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 59, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.317, + "popularity": -0.333, "topicSearchString": "react-native animated-text typing-effect text-animation animations typing animated-typing ui text-effect animated-text-effect component typing-animation text-typing animated-text-input animation typing-text" }, { @@ -103558,8 +105415,8 @@ "npmPkg": "react-native-custom-animated-accordion", "npm": { "downloads": 41, - "start": "2025-03-16", - "end": "2025-04-14" + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -103620,16 +105477,16 @@ }, "npmPkg": "react-native-animated-flip-card", "npm": { - "downloads": 232, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 180, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -0.322, "topicSearchString": "react-native animated flip card animation horizontal vertical flip-card" }, { @@ -103657,13 +105514,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-12-05T01:41:52Z", + "updatedAt": "2025-05-04T07:42:44Z", "createdAt": "2024-02-20T01:49:36Z", - "pushedAt": "2024-12-05T01:41:52Z", - "forks": 4, + "pushedAt": "2025-05-04T07:42:44Z", + "forks": 5, "issues": 1, "subscribers": 1, - "stars": 69 + "stars": 88 }, "name": "react-native-flexible-grid", "fullName": "iNerdStack/react-native-flexible-grid", @@ -103691,10 +105548,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.2.3", - "tagName": "v0.2.3", - "createdAt": "2024-12-05T01:41:52Z", - "publishedAt": "2024-12-05T01:48:16Z", + "name": "v0.2.4", + "tagName": "v0.2.4", + "createdAt": "2025-05-04T07:42:44Z", + "publishedAt": "2025-05-04T07:44:22Z", "isPrerelease": false }, "hasTypes": true, @@ -103703,9 +105560,9 @@ }, "npmPkg": "react-native-flexible-grid", "npm": { - "downloads": 3404, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3922, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -103779,16 +105636,15 @@ }, "npmPkg": "vision-camera-zxing", "npm": { - "downloads": 35, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.316, "topicSearchString": "react-native ios android barcode vision-camera zxing barcode-scanner ean qrcode qrcode-scanner scanner upc" }, { @@ -103810,13 +105666,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T21:58:04Z", + "updatedAt": "2025-06-21T09:11:33Z", "createdAt": "2024-09-18T14:55:44Z", - "pushedAt": "2025-04-15T21:58:04Z", + "pushedAt": "2025-06-21T09:11:33Z", "forks": 5, "issues": 1, "subscribers": 1, - "stars": 157 + "stars": 198 }, "name": "react-native-screenshot-aware", "fullName": "huextrat/react-native-screenshot-aware", @@ -103840,10 +105696,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.2", - "tagName": "v1.3.2", - "createdAt": "2025-04-03T15:12:31Z", - "publishedAt": "2025-04-03T15:12:41Z", + "name": "v1.3.3", + "tagName": "v1.3.3", + "createdAt": "2025-06-14T20:35:48Z", + "publishedAt": "2025-06-14T20:36:00Z", "isPrerelease": false }, "hasTypes": true, @@ -103852,9 +105708,9 @@ }, "npmPkg": "react-native-screenshot-aware", "npm": { - "downloads": 11383, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12501, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -103930,13 +105786,13 @@ }, "npmPkg": "react-native-ios-visual-effect-view", "npm": { - "downloads": 447, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 89, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.323, + "popularity": -0.316, "topicSearchString": "react-native ios android fabric jsi react react-natve swift uikit uivisualeffectview cafilter" }, { @@ -103984,15 +105840,16 @@ }, "npmPkg": "react-native-stack-carousel", "npm": { - "downloads": 105, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 45, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.328, "topicSearchString": "react-native carousel stack-carousel carousel-stack stack-animation swiper-flatlist" }, { @@ -104017,7 +105874,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 11 + "stars": 12 }, "name": "@vokhuyet/react-native-draw-overlay", "fullName": "vokhuyetOz/react-native-draw-overlay", @@ -104039,10 +105896,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -100, + "npm": { + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 35, + "matchingScoreModifiers": [ + "Not updated recently" + ], + "popularity": -0.322, "topicSearchString": "react-native android" }, { @@ -104063,13 +105927,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-25T15:14:47Z", + "updatedAt": "2025-06-09T11:17:07Z", "createdAt": "2024-08-30T09:36:30Z", - "pushedAt": "2025-03-25T15:14:47Z", + "pushedAt": "2025-06-09T11:17:07Z", "forks": 0, "issues": 0, "subscribers": 0, - "stars": 6 + "stars": 7 }, "name": "react-native-hapticlabs", "fullName": "HapticlabsIO/react-native-hapticlabs", @@ -104107,16 +105971,16 @@ }, "npmPkg": "react-native-hapticlabs", "npm": { - "downloads": 131, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 197, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.327, + "popularity": -0.32, "topicSearchString": "react-native ios android haptics vibration ahap hla ogg hapticlabs" }, { @@ -104168,16 +106032,16 @@ }, "npmPkg": "react-native-animated-tab", "npm": { - "downloads": 33, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -0.35, "topicSearchString": "react-native segmented-tab tab animated-tab segmented-control-tab animation-tab reanimated-tab animation reanimated tabs" }, { @@ -104211,7 +106075,7 @@ "forks": 0, "issues": 1, "subscribers": 1, - "stars": 9 + "stars": 10 }, "name": "react-native-custom-select", "fullName": "kimolalekan/react-native-custom-select", @@ -104245,15 +106109,16 @@ }, "npmPkg": "react-native-custom-select", "npm": { - "downloads": 96, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 35, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.321, "topicSearchString": "react react-native native select dropdown option" }, { @@ -104278,10 +106143,10 @@ "updatedAt": "2024-10-12T23:28:59Z", "createdAt": "2024-09-25T21:57:06Z", "pushedAt": "2024-10-12T23:28:59Z", - "forks": 0, - "issues": 1, + "forks": 1, + "issues": 2, "subscribers": 2, - "stars": 16 + "stars": 17 }, "name": "react-native-lz4", "fullName": "mateoguzmana/react-native-lz4", @@ -104316,15 +106181,15 @@ }, "npmPkg": "react-native-lz4", "npm": { - "downloads": 24, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 35, "matchingScoreModifiers": [ "Not updated recently" ], - "popularity": -0.308, + "popularity": -0.35, "topicSearchString": "react-native ios android compression lz4 zip" }, { @@ -104411,15 +106276,15 @@ "isArchived": false }, "npm": { - "downloads": 364, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 136, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -0.321, "topicSearchString": "validator multiform validação email-validator multiform-validator javascript npm security safe pentest security-tools validate magic-number magic-number-validator magic-numbers cpf cnpj password email isemail image javascript-library library typescript typescript-library validate-js" }, { @@ -104494,15 +106359,15 @@ "isArchived": false }, "npm": { - "downloads": 52, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.312, + "popularity": -0.35, "topicSearchString": "javascript typescript azure-translator translator translator-code i18n-json-generator i18n translations azure azure-translate azure-translation-services javascript-library npm-package azure-translator-code collaborate communityexchange" }, { @@ -104533,7 +106398,7 @@ "forks": 0, "issues": 1, "subscribers": 0, - "stars": 4 + "stars": 5 }, "name": "react-native-redux-persist2", "fullName": "Redux-Utils/react-native-redux-persist", @@ -104572,16 +106437,16 @@ "isArchived": false }, "npm": { - "downloads": 336, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 397, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -0.322, "topicSearchString": "react redux persist react-redux react-component react-library react-redux-persist redux-persist redux-persist2 expo react-native redux-toolkit" }, { @@ -104604,13 +106469,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-10-18T08:11:19Z", + "updatedAt": "2025-04-20T10:50:25Z", "createdAt": "2024-09-29T07:07:19Z", - "pushedAt": "2024-10-18T08:11:19Z", + "pushedAt": "2025-04-20T10:50:25Z", "forks": 0, - "issues": 1, + "issues": 0, "subscribers": 2, - "stars": 35 + "stars": 42 }, "name": "react-native-nitro-totp", "fullName": "4cc3ssX/react-native-nitro-totp", @@ -104639,10 +106504,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release v1.1.1", - "tagName": "v1.1.1", - "createdAt": "2024-10-18T08:11:20Z", - "publishedAt": "2024-10-18T08:11:33Z", + "name": "Release v1.2.0", + "tagName": "v1.2.0", + "createdAt": "2025-04-20T10:50:26Z", + "publishedAt": "2025-04-20T10:50:42Z", "isPrerelease": false }, "hasTypes": true, @@ -104651,16 +106516,15 @@ }, "npmPkg": "react-native-nitro-totp", "npm": { - "downloads": 44, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 459, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.205, + "popularity": -0.224, "topicSearchString": "react-native nitro totp hotp otpauth otp-auth authentication security nitro-totp nitro-hotp nitro-modules nitrogen" }, { @@ -104686,13 +106550,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-16T06:20:37Z", + "updatedAt": "2025-06-17T17:50:34Z", "createdAt": "2024-07-01T12:03:36Z", - "pushedAt": "2025-02-16T06:20:37Z", - "forks": 28, - "issues": 13, - "subscribers": 2, - "stars": 254 + "pushedAt": "2025-06-17T17:50:34Z", + "forks": 37, + "issues": 36, + "subscribers": 3, + "stars": 328 }, "name": "@d11/react-native-fast-image", "fullName": "dream-sports-labs/react-native-fast-image", @@ -104724,12 +106588,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 142804, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "cache cached fastimage image priority" }, { @@ -104801,9 +106672,9 @@ "isArchived": false }, "npm": { - "downloads": 952, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2267, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -104839,7 +106710,7 @@ "forks": 0, "issues": 0, "subscribers": 0, - "stars": 13 + "stars": 14 }, "name": "@korekoi/react-native-get-random-values", "fullName": "kore-koi/react-native-get-random-values", @@ -104879,13 +106750,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 403, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.323, "topicSearchString": "react-native ios android crypto get-random-values crypto.getrandomvalues polyfill getrandomvalues cpp javascript native-module random typescript" }, { @@ -104911,10 +106787,10 @@ "updatedAt": "2025-03-28T15:56:42Z", "createdAt": "2021-07-20T21:43:38Z", "pushedAt": "2025-03-28T15:56:42Z", - "forks": 33, - "issues": 9, + "forks": 34, + "issues": 6, "subscribers": 13, - "stars": 20 + "stars": 21 }, "name": "@adobe/react-native-aepcore", "fullName": "adobe/aepsdk-react-native", @@ -104939,13 +106815,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 64559, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native adobe adobe-experience-platform core ios android" }, { @@ -104968,13 +106848,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-12T15:55:32Z", + "updatedAt": "2025-04-18T00:59:56Z", "createdAt": "2024-10-05T00:08:12Z", - "pushedAt": "2024-12-12T15:55:32Z", + "pushedAt": "2025-04-18T00:59:56Z", "forks": 1, "issues": 0, "subscribers": 0, - "stars": 18 + "stars": 22 }, "name": "@netizen-teknologi/react-native-maps-leaflet", "fullName": "Netizen-Teknologi/react-native-maps-leaflet", @@ -104995,12 +106875,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 114, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.324, "topicSearchString": "react-native leaflet maps maps-leaflet react-leaflet-native react-leaflet react-map map" }, { @@ -105028,13 +106913,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T02:23:15Z", + "updatedAt": "2025-06-22T07:52:49Z", "createdAt": "2023-10-30T11:30:30Z", - "pushedAt": "2025-04-08T02:23:15Z", - "forks": 17, - "issues": 25, + "pushedAt": "2025-06-22T07:52:49Z", + "forks": 19, + "issues": 29, "subscribers": 4, - "stars": 254 + "stars": 305 }, "name": "expo-speech-recognition", "fullName": "jamsch/expo-speech-recognition", @@ -105056,10 +106941,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.1.1", - "tagName": "v1.1.1", - "createdAt": "2025-02-01T02:55:42Z", - "publishedAt": "2025-02-01T02:55:42Z", + "name": "v2.1.1", + "tagName": "v2.1.1", + "createdAt": "2025-06-22T07:53:50Z", + "publishedAt": "2025-06-22T07:53:51Z", "isPrerelease": false }, "hasTypes": true, @@ -105068,9 +106953,9 @@ }, "npmPkg": "expo-speech-recognition", "npm": { - "downloads": 23035, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40145, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -105107,7 +106992,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 6 + "stars": 5 }, "name": "react-native-sprites", "fullName": "dcavalcante/react-native-sprites", @@ -105132,15 +107017,16 @@ }, "npmPkg": "react-native-sprites", "npm": { - "downloads": 55, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 72, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.332, + "popularity": -0.322, "topicSearchString": "react-native ios android" }, { @@ -105167,7 +107053,7 @@ "forks": 1, "issues": 0, "subscribers": 1, - "stars": 19 + "stars": 20 }, "name": "@pachun/react-native-use-app-lifecycle", "fullName": "pachun/react-native-use-app-lifecycle", @@ -105194,19 +107080,24 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 196, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.319, "topicSearchString": "react-native react native lifecycle hook launch focus blur" }, { "githubUrl": "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/packages/react-native-bottom-tabs", "examples": [ - "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/example" + "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/apps/example", + "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/packages/expo-template" ], "ios": true, "android": true, @@ -105223,13 +107114,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T16:43:37Z", + "updatedAt": "2025-06-12T09:28:01Z", "createdAt": "2024-09-27T12:59:01Z", - "pushedAt": "2025-04-15T16:43:37Z", - "forks": 41, + "pushedAt": "2025-06-12T09:28:01Z", + "forks": 47, "issues": 6, "subscribers": 10, - "stars": 899 + "stars": 1032 }, "name": "react-native-bottom-tabs", "fullName": "callstackincubator/react-native-bottom-tabs", @@ -105254,9 +107145,9 @@ }, "npmPkg": "react-native-bottom-tabs", "npm": { - "downloads": 14654, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 18330, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 76, "matchingScoreModifiers": [ @@ -105292,13 +107183,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-18T11:45:32Z", + "updatedAt": "2025-06-02T09:49:49Z", "createdAt": "2024-10-16T00:58:34Z", - "pushedAt": "2025-01-18T11:45:32Z", - "forks": 4, + "pushedAt": "2025-06-02T09:49:49Z", + "forks": 5, "issues": 0, "subscribers": 4, - "stars": 226 + "stars": 288 }, "name": "react-native-fast-confetti", "fullName": "AlirezaHadjar/react-native-fast-confetti", @@ -105318,10 +107209,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.8.2", - "tagName": "v0.8.2", - "createdAt": "2025-01-17T14:35:19Z", - "publishedAt": "2025-01-17T14:38:17Z", + "name": "v0.8.3", + "tagName": "v0.8.3", + "createdAt": "2025-05-09T08:22:39Z", + "publishedAt": "2025-05-09T08:26:15Z", "isPrerelease": false }, "hasTypes": true, @@ -105330,13 +107221,14 @@ }, "npmPkg": "react-native-fast-confetti", "npm": { - "downloads": 8829, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 20372, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -105367,10 +107259,10 @@ "updatedAt": "2024-03-25T00:35:59Z", "createdAt": "2023-01-11T19:44:37Z", "pushedAt": "2024-03-25T00:35:59Z", - "forks": 11, + "forks": 12, "issues": 1, "subscribers": 3, - "stars": 152 + "stars": 155 }, "name": "react-native-animated-stopwatch-timer", "fullName": "rgommezz/react-native-animated-stopwatch-timer", @@ -105404,9 +107296,9 @@ }, "npmPkg": "react-native-animated-stopwatch-timer", "npm": { - "downloads": 1051, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 649, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -105439,8 +107331,8 @@ "pushedAt": "2025-01-01T22:26:41Z", "forks": 0, "issues": 1, - "subscribers": 2, - "stars": 39 + "subscribers": 3, + "stars": 41 }, "name": "react-native-fast-secure-storage", "fullName": "IvanIhnatsiuk/react-native-fast-secure-storage", @@ -105472,15 +107364,15 @@ }, "npmPkg": "react-native-fast-secure-storage", "npm": { - "downloads": 479, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 716, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -105508,10 +107400,10 @@ "updatedAt": "2024-09-18T17:42:51Z", "createdAt": "2024-08-25T08:40:19Z", "pushedAt": "2024-09-18T17:42:51Z", - "forks": 1, + "forks": 2, "issues": 0, "subscribers": 1, - "stars": 42 + "stars": 48 }, "name": "nativeflowcss", "fullName": "nativeflowteam/nativeflowcss", @@ -105570,16 +107462,16 @@ }, "npmPkg": "nativeflowcss", "npm": { - "downloads": 55, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 42, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.232, + "popularity": -0.226, "topicSearchString": "react-native tailwind-css utility-first css-in-js no-babel easy-setup one-package ui-library mobile-ui cross-platform ios android flexbox minimalist tailwind responsive design-system native styling lightweight performance customizable theme mobile-first utility nativeflowcss utility-objects hacktoberfest mobile-design mobile-styling" }, { @@ -105602,10 +107494,10 @@ "updatedAt": "2025-03-24T18:48:10Z", "createdAt": "2015-03-11T20:27:48Z", "pushedAt": "2025-03-24T18:48:10Z", - "forks": 41, - "issues": 3, + "forks": 42, + "issues": 1, "subscribers": 6, - "stars": 612 + "stars": 616 }, "name": "navigation", "fullName": "grahammendick/navigation", @@ -105628,17 +107520,16 @@ }, "npmPkg": "navigation", "npm": { - "downloads": 3270, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2151, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "router navigation" }, { @@ -105661,13 +107552,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-13T09:16:50Z", + "updatedAt": "2025-06-22T09:40:52Z", "createdAt": "2015-03-11T20:27:48Z", - "pushedAt": "2025-04-13T09:16:50Z", - "forks": 41, - "issues": 3, + "pushedAt": "2025-06-22T09:40:52Z", + "forks": 42, + "issues": 1, "subscribers": 6, - "stars": 612 + "stars": 616 }, "name": "navigation-react", "fullName": "grahammendick/navigation", @@ -105691,9 +107582,9 @@ }, "npmPkg": "navigation-react", "npm": { - "downloads": 643, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 658, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -105701,7 +107592,7 @@ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "router navigation react" }, { @@ -105723,13 +107614,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-01T20:05:48Z", + "updatedAt": "2025-05-15T19:56:41Z", "createdAt": "2015-03-11T20:27:48Z", - "pushedAt": "2025-04-01T20:05:48Z", - "forks": 41, - "issues": 3, + "pushedAt": "2025-05-15T19:56:41Z", + "forks": 42, + "issues": 1, "subscribers": 6, - "stars": 612 + "stars": 616 }, "name": "navigation-react-native", "fullName": "grahammendick/navigation", @@ -105754,16 +107645,15 @@ }, "npmPkg": "navigation-react-native", "npm": { - "downloads": 802, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 575, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 59, + "score": 54, "matchingScoreModifiers": [ - "Known", - "Recently updated" + "Known" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "router navigation react native" }, { @@ -105792,7 +107682,7 @@ "forks": 0, "issues": 3, "subscribers": 1, - "stars": 13 + "stars": 14 }, "name": "react-native-turbo-sqlite", "fullName": "hsjoberg/react-native-turbo-sqlite", @@ -105827,13 +107717,15 @@ }, "npmPkg": "react-native-turbo-sqlite", "npm": { - "downloads": 20, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 62, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.3, + "score": 35, + "matchingScoreModifiers": [ + "Not updated recently" + ], + "popularity": -0.318, "topicSearchString": "react-native ios android sqlite turbomodule new-architecture" }, { @@ -105883,12 +107775,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 50, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.33, "topicSearchString": "react native expo expo-updates" }, { @@ -105907,7 +107804,7 @@ }, "stats": { "hasIssues": true, - "hasWiki": true, + "hasWiki": false, "hasSponsorships": false, "hasTopics": true, "updatedAt": "2025-04-07T09:42:40Z", @@ -105916,7 +107813,7 @@ "forks": 8, "issues": 1, "subscribers": 2, - "stars": 183 + "stars": 204 }, "name": "expo-in-app-updates", "fullName": "SohelIslamImran/expo-in-app-updates", @@ -105943,13 +107840,12 @@ }, "npmPkg": "expo-in-app-updates", "npm": { - "downloads": 8774, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 13922, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -105958,8 +107854,10 @@ { "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-manifests", "ios": true, + "tvos": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -105971,13 +107869,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-05-08T21:24:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-08T21:24:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-manifests", "fullName": "expo/expo", @@ -106001,17 +107899,16 @@ }, "npmPkg": "expo-manifests", "npm": { - "downloads": 2361299, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2839698, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -106022,6 +107919,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -106036,10 +107934,10 @@ "updatedAt": "2025-04-04T23:30:01Z", "createdAt": "2016-08-15T17:14:25Z", "pushedAt": "2025-04-04T23:30:01Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-structured-headers", "fullName": "expo/expo", @@ -106063,17 +107961,16 @@ }, "npmPkg": "expo-structured-headers", "npm": { - "downloads": 1484651, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1732826, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -106084,6 +107981,7 @@ "ios": true, "android": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -106098,10 +107996,10 @@ "updatedAt": "2025-04-04T23:30:01Z", "createdAt": "2016-08-15T17:14:25Z", "pushedAt": "2025-04-04T23:30:01Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-json-utils", "fullName": "expo/expo", @@ -106129,17 +108027,16 @@ }, "npmPkg": "expo-json-utils", "npm": { - "downloads": 2237918, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2690695, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -106167,7 +108064,7 @@ "forks": 14, "issues": 1, "subscribers": 3, - "stars": 60 + "stars": 63 }, "name": "expo-jwt", "fullName": "blake-simpson/expo-jwt", @@ -106191,9 +108088,9 @@ }, "npmPkg": "expo-jwt", "npm": { - "downloads": 19854, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22343, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -106227,7 +108124,7 @@ "forks": 4, "issues": 0, "subscribers": 1, - "stars": 24 + "stars": 32 }, "name": "expo-skeleton-loading", "fullName": "mmusaib/expo-skeleton-loading", @@ -106259,15 +108156,15 @@ }, "npmPkg": "expo-skeleton-loading", "npm": { - "downloads": 6770, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9929, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": 0.028, "topicSearchString": "skeleton expo react-native skeleton-loader expo-skeleton-loader skeleton-loading loading expo-skeleton-loading easy easy-skeletion-loader easy-skeletion-loading" }, { @@ -106299,7 +108196,7 @@ "forks": 8, "issues": 3, "subscribers": 10, - "stars": 164 + "stars": 167 }, "name": "react-native-reactions", "fullName": "SimformSolutionsPvtLtd/react-native-reactions", @@ -106353,9 +108250,9 @@ }, "npmPkg": "react-native-reactions", "npm": { - "downloads": 2726, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1623, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -106422,15 +108319,16 @@ }, "npmPkg": "expo-notifee-plugin", "npm": { - "downloads": 104, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 45, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.328, "topicSearchString": "react-native expo notifee notifications remote service plugin extension expo-notifee-plugin" }, { @@ -106492,9 +108390,9 @@ }, "npmPkg": "rn-scroll-viewport-tracker", "npm": { - "downloads": 1229, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1468, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -106522,13 +108420,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-11T08:17:30Z", + "updatedAt": "2025-06-17T19:27:12Z", "createdAt": "2024-10-17T19:47:09Z", - "pushedAt": "2025-04-11T08:17:30Z", - "forks": 1, - "issues": 0, + "pushedAt": "2025-06-17T19:27:12Z", + "forks": 2, + "issues": 1, "subscribers": 1, - "stars": 56 + "stars": 85 }, "name": "react-native-multiple-modals", "fullName": "paufau/react-native-multiple-modals", @@ -106552,10 +108450,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.1.0", - "tagName": "v2.1.0", - "createdAt": "2024-12-02T18:53:55Z", - "publishedAt": "2024-12-02T18:54:51Z", + "name": "v2.5.0", + "tagName": "v2.5.0", + "createdAt": "2025-06-17T19:27:12Z", + "publishedAt": "2025-06-18T08:52:27Z", "isPrerelease": false }, "hasTypes": true, @@ -106564,9 +108462,9 @@ }, "npmPkg": "react-native-multiple-modals", "npm": { - "downloads": 704, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1039, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -106592,13 +108490,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-16T13:40:16Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-16T13:40:16Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-dev-client", "fullName": "expo/expo", @@ -106622,9 +108520,9 @@ }, "npmPkg": "expo-dev-client", "npm": { - "downloads": 2010663, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2379476, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -106645,8 +108543,10 @@ ], "ios": true, "android": true, + "tvos": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -106658,13 +108558,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:51:08Z", + "updatedAt": "2025-06-17T16:47:13Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:51:08Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-17T16:47:13Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-build-properties", "fullName": "expo/expo", @@ -106689,9 +108589,9 @@ }, "npmPkg": "expo-build-properties", "npm": { - "downloads": 1504265, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1700563, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -106724,13 +108624,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-10T09:17:28Z", + "updatedAt": "2025-06-04T13:34:52Z", "createdAt": "2023-10-02T19:20:07Z", - "pushedAt": "2025-03-10T09:17:28Z", - "forks": 4, - "issues": 3, + "pushedAt": "2025-06-04T13:34:52Z", + "forks": 6, + "issues": 4, "subscribers": 4, - "stars": 90 + "stars": 111 }, "name": "expo-alternate-app-icons", "fullName": "pchalupa/expo-alternate-app-icons", @@ -106750,10 +108650,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.3.1", - "tagName": "1.3.1", - "createdAt": "2025-01-29T05:23:39Z", - "publishedAt": "2025-01-29T05:23:49Z", + "name": "1.4.0", + "tagName": "1.4.0", + "createdAt": "2025-06-04T13:34:52Z", + "publishedAt": "2025-06-04T13:35:01Z", "isPrerelease": false }, "hasTypes": true, @@ -106762,12 +108662,13 @@ }, "npmPkg": "expo-alternate-app-icons", "npm": { - "downloads": 3745, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8713, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -106837,15 +108738,16 @@ }, "npmPkg": "react-native-get-app-list", "npm": { - "downloads": 77, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 48, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.308, "topicSearchString": "react-native android installed-apps app-list application-manager mobile-development library android-apps get-installed-apps version-code application-info app-integration mobile-apps cross-platform" }, { @@ -106876,13 +108778,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-29T11:11:04Z", + "updatedAt": "2025-05-15T14:50:47Z", "createdAt": "2023-05-02T10:45:25Z", - "pushedAt": "2025-03-29T11:11:04Z", - "forks": 18, - "issues": 7, + "pushedAt": "2025-05-15T14:50:47Z", + "forks": 22, + "issues": 6, "subscribers": 3, - "stars": 137 + "stars": 167 }, "name": "@quidone/react-native-wheel-picker", "fullName": "quidone/react-native-wheel-picker", @@ -106907,23 +108809,28 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.4.0", - "tagName": "v1.4.0", - "createdAt": "2025-01-19T08:14:54Z", - "publishedAt": "2025-01-19T08:15:23Z", + "name": "Release 1.4.1", + "tagName": "v1.4.1", + "createdAt": "2025-05-15T14:50:52Z", + "publishedAt": "2025-05-15T14:51:12Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 28388, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native wheel picker expo ios android select field" }, { @@ -106959,7 +108866,7 @@ "forks": 36, "issues": 2, "subscribers": 3, - "stars": 102 + "stars": 108 }, "name": "react-native-body-highlighter", "fullName": "HichamELBSI/react-native-body-highlighter", @@ -107001,12 +108908,13 @@ }, "npmPkg": "react-native-body-highlighter", "npm": { - "downloads": 744, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 745, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107034,13 +108942,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-25T18:36:45Z", + "updatedAt": "2025-05-21T11:38:37Z", "createdAt": "2023-01-06T14:31:09Z", - "pushedAt": "2025-03-25T18:36:45Z", + "pushedAt": "2025-05-21T11:38:37Z", "forks": 13, - "issues": 0, + "issues": 1, "subscribers": 3, - "stars": 128 + "stars": 132 }, "name": "freerasp-react-native", "fullName": "talsec/Free-RASP-ReactNative", @@ -107071,10 +108979,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "freeRASP 4.0.0", - "tagName": "v4.0.0", - "createdAt": "2025-03-25T18:36:45Z", - "publishedAt": "2025-03-25T18:36:58Z", + "name": "freeRASP 4.1.0", + "tagName": "v4.1.0", + "createdAt": "2025-05-21T11:38:37Z", + "publishedAt": "2025-05-21T11:38:56Z", "isPrerelease": false }, "hasTypes": true, @@ -107082,13 +108990,12 @@ "isArchived": false }, "npm": { - "downloads": 7251, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7465, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107120,7 +109027,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 52 + "stars": 53 }, "name": "@pnthach95/react-native-root-view-background", "fullName": "pnthach95/react-native-root-view-background", @@ -107150,10 +109057,15 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 5745, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 46, "matchingScoreModifiers": [], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -107176,13 +109088,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-11T13:58:40Z", + "updatedAt": "2025-04-29T18:36:46Z", "createdAt": "2024-04-16T06:27:11Z", - "pushedAt": "2024-11-11T13:58:40Z", - "forks": 2, - "issues": 0, + "pushedAt": "2025-04-29T18:36:46Z", + "forks": 3, + "issues": 1, "subscribers": 1, - "stars": 8 + "stars": 10 }, "name": "expo-pip", "fullName": "EdgarJMesquita/expo-pip", @@ -107204,10 +109116,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v1.0.0", - "tagName": "v1.0.0", - "createdAt": "2024-11-11T13:58:40Z", - "publishedAt": "2024-11-11T14:03:11Z", + "name": "v2.0.0", + "tagName": "v2.0.0", + "createdAt": "2025-04-29T18:39:08Z", + "publishedAt": "2025-04-29T20:43:46Z", "isPrerelease": false }, "hasTypes": true, @@ -107216,15 +109128,15 @@ }, "npmPkg": "expo-pip", "npm": { - "downloads": 1063, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9524, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.073, + "popularity": -0.072, "topicSearchString": "react-native expo expo-pip expopip picture-in-picture pip" }, { @@ -107238,6 +109150,8 @@ "android": true, "ios": true, "web": true, + "expoGo": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/tamagui/tamagui", @@ -107249,13 +109163,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-04-16T17:50:34Z", + "updatedAt": "2025-06-22T07:12:20Z", "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-04-16T17:50:34Z", - "forks": 544, - "issues": 150, - "subscribers": 39, - "stars": 12410 + "pushedAt": "2025-06-22T07:12:20Z", + "forks": 556, + "issues": 121, + "subscribers": 41, + "stars": 12727 }, "name": "tamagui", "fullName": "tamagui/tamagui", @@ -107268,9 +109182,343 @@ }, "npmPkg": "tamagui", "npm": { - "downloads": 238854, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 485510, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/animations-moti", + "npmPkg": "@tamagui/animations-moti", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/tamagui/tamagui", + "clone": "https://github.com/tamagui/tamagui.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-22T07:12:20Z", + "createdAt": "2020-10-16T21:19:51Z", + "pushedAt": "2025-06-22T07:12:20Z", + "forks": 556, + "issues": 121, + "subscribers": 41, + "stars": 12727 + }, + "name": "@tamagui/animations-moti", + "fullName": "tamagui/tamagui", + "isPrivate": false, + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 460814, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/animations-react-native", + "npmPkg": "@tamagui/animations-react-native", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/tamagui/tamagui", + "clone": "https://github.com/tamagui/tamagui.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-22T07:12:20Z", + "createdAt": "2020-10-16T21:19:51Z", + "pushedAt": "2025-06-22T07:12:20Z", + "forks": 556, + "issues": 121, + "subscribers": 41, + "stars": 12727 + }, + "name": "@tamagui/animations-react-native", + "fullName": "tamagui/tamagui", + "isPrivate": false, + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 513162, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/config", + "npmPkg": "@tamagui/config", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/tamagui/tamagui", + "clone": "https://github.com/tamagui/tamagui.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-22T07:12:20Z", + "createdAt": "2020-10-16T21:19:51Z", + "pushedAt": "2025-06-22T07:12:20Z", + "forks": 556, + "issues": 121, + "subscribers": 41, + "stars": 12727 + }, + "name": "@tamagui/config", + "fullName": "tamagui/tamagui", + "isPrivate": false, + "topics": [], + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 408302, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/shorthands", + "npmPkg": "@tamagui/shorthands", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/tamagui/tamagui", + "clone": "https://github.com/tamagui/tamagui.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-22T07:12:20Z", + "createdAt": "2020-10-16T21:19:51Z", + "pushedAt": "2025-06-22T07:12:20Z", + "forks": 556, + "issues": 121, + "subscribers": 41, + "stars": 12727 + }, + "name": "@tamagui/shorthands", + "fullName": "tamagui/tamagui", + "isPrivate": false, + "topics": [], + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 516651, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/themes", + "npmPkg": "@tamagui/themes", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/tamagui/tamagui", + "clone": "https://github.com/tamagui/tamagui.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-22T07:12:20Z", + "createdAt": "2020-10-16T21:19:51Z", + "pushedAt": "2025-06-22T07:12:20Z", + "forks": 556, + "issues": 121, + "subscribers": 41, + "stars": 12727 + }, + "name": "@tamagui/themes", + "fullName": "tamagui/tamagui", + "isPrivate": false, + "topics": [], + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 454798, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/ui/toast", + "npmPkg": "@tamagui/toast", + "examples": [ + "https://github.com/tamagui/tamagui/blob/main/code/demos/src/ToastDemo.tsx" + ], + "ios": true, + "android": true, + "web": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/tamagui/tamagui", + "clone": "https://github.com/tamagui/tamagui.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-22T07:12:20Z", + "createdAt": "2020-10-16T21:19:51Z", + "pushedAt": "2025-06-22T07:12:20Z", + "forks": 556, + "issues": 121, + "subscribers": 41, + "stars": 12727 + }, + "name": "@tamagui/toast", + "fullName": "tamagui/tamagui", + "isPrivate": false, + "topics": [], + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 128402, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" }, "score": 86, "matchingScoreModifiers": [ @@ -107350,13 +109598,15 @@ }, "npmPkg": "react-native-webp-converter", "npm": { - "downloads": 113, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1709, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.323, + "score": 35, + "matchingScoreModifiers": [ + "Not updated recently" + ], + "popularity": -0.072, "topicSearchString": "webp image-webp image-converter webpconverter react-native ios android image-compression webp-converter" }, { @@ -107379,13 +109629,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-22T14:04:30Z", + "updatedAt": "2025-04-29T11:29:45Z", "createdAt": "2024-11-08T19:34:34Z", - "pushedAt": "2024-12-22T14:04:30Z", + "pushedAt": "2025-04-29T11:29:45Z", "forks": 1, "issues": 0, "subscribers": 1, - "stars": 3 + "stars": 5 }, "name": "react-native-get-device-locale", "fullName": "wneel/react-native-get-device-locale", @@ -107411,11 +109661,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.2.0", - "tagName": "v0.2.0", - "createdAt": "2024-12-21T14:13:45Z", - "publishedAt": "2024-12-21T14:29:41Z", - "isPrerelease": true + "name": "v0.3.0", + "tagName": "v0.3.0", + "createdAt": "2025-04-29T11:29:45Z", + "publishedAt": "2025-04-29T11:52:01Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, @@ -107423,13 +109673,13 @@ }, "npmPkg": "react-native-get-device-locale", "npm": { - "downloads": 130, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 931, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.319, + "popularity": -0.072, "topicSearchString": "module native-module turbo-module react-native typescript i18n locale localization device-locale" }, { @@ -107499,15 +109749,16 @@ }, "npmPkg": "native-sass", "npm": { - "downloads": 48, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.308, + "popularity": -0.291, "topicSearchString": "sass scss react react-native native-sass nativesass native sassy nesting typescript android ios mobile frontend universal" }, { @@ -107567,12 +109818,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native nitro volume volume-control" }, { @@ -107598,13 +109855,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-12T13:48:45Z", + "updatedAt": "2025-06-02T09:01:51Z", "createdAt": "2023-07-02T18:21:01Z", - "pushedAt": "2025-02-12T13:48:45Z", + "pushedAt": "2025-06-02T09:01:51Z", "forks": 4, "issues": 11, "subscribers": 2, - "stars": 86 + "stars": 95 }, "name": "react-native-ficus-ui", "fullName": "BearStudio/react-native-ficus-ui", @@ -107626,10 +109883,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.3.3", - "tagName": "1.3.3", - "createdAt": "2024-11-08T16:41:28Z", - "publishedAt": "2024-11-08T16:45:14Z", + "name": "1.3.5", + "tagName": "1.3.5", + "createdAt": "2025-05-05T07:01:32Z", + "publishedAt": "2025-05-05T07:03:14Z", "isPrerelease": false }, "hasTypes": true, @@ -107638,15 +109895,16 @@ }, "npmPkg": "react-native-ficus-ui", "npm": { - "downloads": 297, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 378, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.224, "topicSearchString": "react-native ios android design-system expo" }, { @@ -107667,13 +109925,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T02:08:23Z", + "updatedAt": "2025-04-21T01:41:19Z", "createdAt": "2024-10-15T00:48:55Z", - "pushedAt": "2025-04-08T02:08:23Z", - "forks": 4, + "pushedAt": "2025-04-21T01:41:19Z", + "forks": 7, "issues": 4, "subscribers": 8, - "stars": 184 + "stars": 199 }, "name": "react-native-skia-list", "fullName": "SamuelScheit/react-native-skia-list", @@ -107698,16 +109956,16 @@ }, "npmPkg": "react-native-skia-list", "npm": { - "downloads": 180, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 440, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.22, "topicSearchString": "react-native ios android" }, { @@ -107725,13 +109983,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-10-25T19:16:11Z", + "updatedAt": "2025-06-17T20:41:42Z", "createdAt": "2017-09-15T17:35:29Z", - "pushedAt": "2024-10-25T19:16:11Z", - "forks": 38, - "issues": 38, + "pushedAt": "2025-06-17T20:41:42Z", + "forks": 37, + "issues": 22, "subscribers": 29, - "stars": 68 + "stars": 70 }, "name": "rollbar-react-native", "fullName": "rollbar/rollbar-react-native", @@ -107754,10 +110012,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v1.0.0-beta.5", - "tagName": "v1.0.0-beta.5", - "createdAt": "2024-10-25T19:16:11Z", - "publishedAt": "2024-10-25T19:20:20Z", + "name": "v1.0.0-beta.6", + "tagName": "v1.0.0-beta.6", + "createdAt": "2025-06-17T20:41:42Z", + "publishedAt": "2025-06-17T23:41:21Z", "isPrerelease": false }, "hasTypes": false, @@ -107766,13 +110024,14 @@ }, "npmPkg": "rollbar-react-native", "npm": { - "downloads": 25951, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24215, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107802,9 +110061,9 @@ "createdAt": "2017-12-20T10:13:27Z", "pushedAt": "2024-11-13T09:17:24Z", "forks": 35, - "issues": 40, + "issues": 41, "subscribers": 13, - "stars": 80 + "stars": 81 }, "name": "react-native-fusioncharts", "fullName": "fusioncharts/react-native-fusioncharts", @@ -107839,12 +110098,13 @@ }, "npmPkg": "react-native-fusioncharts", "npm": { - "downloads": 9014, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7039, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107869,13 +110129,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-09T17:39:59Z", + "updatedAt": "2025-06-20T14:52:01Z", "createdAt": "2019-11-04T23:43:33Z", - "pushedAt": "2025-04-09T17:39:59Z", - "forks": 120, - "issues": 4, - "subscribers": 57, - "stars": 178 + "pushedAt": "2025-06-20T14:52:01Z", + "forks": 122, + "issues": 3, + "subscribers": 55, + "stars": 185 }, "name": "react-native-plaid-link-sdk", "fullName": "plaid/react-native-plaid-link-sdk", @@ -107895,10 +110155,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v12.1.1", - "tagName": "v12.1.1", - "createdAt": "2025-04-03T16:52:35Z", - "publishedAt": "2025-04-03T16:54:33Z", + "name": "v12.2.1", + "tagName": "v12.2.1", + "createdAt": "2025-06-20T14:52:01Z", + "publishedAt": "2025-06-20T14:53:03Z", "isPrerelease": false }, "hasTypes": true, @@ -107907,9 +110167,9 @@ }, "npmPkg": "react-native-plaid-link-sdk", "npm": { - "downloads": 789310, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 355392, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -107939,10 +110199,10 @@ "updatedAt": "2025-03-22T10:39:25Z", "createdAt": "2018-10-21T20:52:18Z", "pushedAt": "2025-03-22T10:39:25Z", - "forks": 193, + "forks": 192, "issues": 10, "subscribers": 32, - "stars": 5041 + "stars": 5045 }, "name": "easy-peasy", "fullName": "ctrlplusb/easy-peasy", @@ -107979,16 +110239,15 @@ }, "npmPkg": "easy-peasy", "npm": { - "downloads": 129393, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 114803, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -108018,13 +110277,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-16T15:19:56Z", + "updatedAt": "2025-05-28T20:56:35Z", "createdAt": "2017-03-10T20:38:14Z", - "pushedAt": "2025-04-16T15:19:56Z", - "forks": 18, + "pushedAt": "2025-05-28T20:56:35Z", + "forks": 17, "issues": 0, "subscribers": 5, - "stars": 19 + "stars": 20 }, "name": "pushy-react-native", "fullName": "pushy/pushy-react-native", @@ -108044,9 +110303,9 @@ }, "npmPkg": "pushy-react-native", "npm": { - "downloads": 2867, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2089, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ @@ -108079,13 +110338,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-20T04:12:53Z", + "updatedAt": "2025-05-19T12:09:51Z", "createdAt": "2024-11-01T12:36:54Z", - "pushedAt": "2025-02-20T04:12:53Z", + "pushedAt": "2025-05-19T12:09:51Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 6 + "stars": 7 }, "name": "rnx-gen", "fullName": "Balthazar33/rnx-gen", @@ -108108,10 +110367,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.2.4", - "tagName": "v1.2.4", - "createdAt": "2025-02-20T04:16:57Z", - "publishedAt": "2025-02-20T04:19:10Z", + "name": "v1.3.0", + "tagName": "v1.3.0", + "createdAt": "2025-05-19T12:11:53Z", + "publishedAt": "2025-05-19T12:14:57Z", "isPrerelease": false }, "hasTypes": false, @@ -108120,15 +110379,15 @@ }, "npmPkg": "rnx-gen", "npm": { - "downloads": 43, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 70, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.327, + "popularity": -0.321, "topicSearchString": "react-native boilerplate resources generate scaffold react template" }, { @@ -108194,9 +110453,9 @@ }, "npmPkg": "duix", "npm": { - "downloads": 420, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 276, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -108223,13 +110482,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T22:52:53Z", + "updatedAt": "2025-06-15T13:11:02Z", "createdAt": "2014-08-18T22:30:27Z", - "pushedAt": "2025-04-14T22:52:53Z", - "forks": 10967, - "issues": 570, - "subscribers": 1183, - "stars": 106696 + "pushedAt": "2025-06-15T13:11:02Z", + "forks": 10993, + "issues": 576, + "subscribers": 1180, + "stars": 107092 }, "name": "axios", "fullName": "axios/axios", @@ -108254,10 +110513,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release v0.30.0", - "tagName": "v0.30.0", - "createdAt": "2025-03-26T17:50:22Z", - "publishedAt": "2025-03-26T17:51:16Z", + "name": "Release v1.10.0", + "tagName": "v1.10.0", + "createdAt": "2025-06-14T12:11:45Z", + "publishedAt": "2025-06-14T12:11:46Z", "isPrerelease": false }, "hasTypes": true, @@ -108266,9 +110525,9 @@ }, "npmPkg": "axios", "npm": { - "downloads": 257161912, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 271863764, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -108357,13 +110616,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 140, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.321, "topicSearchString": "react-native component picker reanimated reanimated-picker reanimated-select reanimated-dropdown select select-picker dropdown dropdown-picker dropdown-select picker-select multiple multiselect options" }, { @@ -108444,13 +110708,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native component otp one time password mobile ios android sms web verify code confirmation confirmation-code one-time-code one-time-password otp-input" }, { @@ -108529,13 +110798,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 51, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.33, "topicSearchString": "react-native component accordion collapse reanimated reanimated-collapse reanimated-accordion collapsible collapsible-sections panels group-collapse ios android collapse-ui collapsible-ui" }, { @@ -108558,13 +110832,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T15:18:05Z", + "updatedAt": "2025-04-25T11:33:04Z", "createdAt": "2023-04-05T09:24:15Z", - "pushedAt": "2025-04-14T15:18:05Z", - "forks": 29, - "issues": 17, + "pushedAt": "2025-04-25T11:33:04Z", + "forks": 30, + "issues": 20, "subscribers": 7, - "stars": 429 + "stars": 449 }, "name": "react-native-nitro-sqlite", "fullName": "margelo/react-native-nitro-sqlite", @@ -108590,14 +110864,13 @@ "isArchived": false }, "npm": { - "downloads": 941, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9506, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -108663,12 +110936,13 @@ }, "npmPkg": "react-native-snowfall", "npm": { - "downloads": 3271, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3511, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.072, @@ -108731,12 +111005,13 @@ }, "npmPkg": "react-native-webview-rpc", "npm": { - "downloads": 9, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.35, @@ -108767,7 +111042,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 7 + "stars": 8 }, "name": "react-native-localize-date", "fullName": "jobpaardekooper/react-native-localize-date", @@ -108802,15 +111077,15 @@ }, "npmPkg": "react-native-localize-date", "npm": { - "downloads": 34, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 16, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.287, "topicSearchString": "localize-date react-native nitro localize localization l20n" }, { @@ -108832,9 +111107,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-16T18:15:56Z", + "updatedAt": "2025-06-22T07:54:27Z", "createdAt": "2024-02-29T20:12:54Z", - "pushedAt": "2025-03-16T18:15:56Z", + "pushedAt": "2025-06-22T07:54:27Z", "forks": 1, "issues": 0, "subscribers": 1, @@ -108852,21 +111127,28 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 1772, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "juhuu" }, { - "githubUrl": "https://github.com/colinhacks/zod", + "githubUrl": "https://github.com/colinhacks/zod/tree/main/packages/zod", "ios": true, "android": true, "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/colinhacks/zod", @@ -108878,42 +111160,31 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T22:30:10Z", + "updatedAt": "2025-06-19T19:57:54Z", "createdAt": "2020-03-07T20:59:08Z", - "pushedAt": "2025-04-16T22:30:10Z", - "forks": 1350, - "issues": 560, + "pushedAt": "2025-06-19T19:57:54Z", + "forks": 1491, + "issues": 462, "subscribers": 70, - "stars": 37129 + "stars": 38689 }, "name": "zod", "fullName": "colinhacks/zod", "isPrivate": false, - "description": "TypeScript-first schema validation with static type inference", + "description": "TypeScript-first schema declaration and validation library with static type inference", "topics": [ "typescript", "schema", "validation", "type", - "inference", - "schema-validation", - "type-inference", - "runtime-validation", - "static-types" + "inference" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v3.24.3", - "tagName": "v3.24.3", - "createdAt": "2025-04-16T22:30:10Z", - "publishedAt": "2025-04-16T22:31:54Z", - "isPrerelease": false + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "hasTypes": true, "newArchitecture": false, @@ -108921,9 +111192,9 @@ }, "npmPkg": "zod", "npm": { - "downloads": 97845257, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 134006920, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -108935,7 +111206,7 @@ "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "typescript schema validation type inference schema-validation type-inference runtime-validation static-types" + "topicSearchString": "typescript schema validation type inference" }, { "githubUrl": "https://github.com/dcastil/tailwind-merge", @@ -108944,6 +111215,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/dcastil/tailwind-merge", @@ -108955,13 +111227,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-11T15:43:58Z", + "updatedAt": "2025-06-17T16:30:11Z", "createdAt": "2021-07-15T08:37:57Z", - "pushedAt": "2025-04-11T15:43:58Z", - "forks": 79, - "issues": 14, + "pushedAt": "2025-06-17T16:30:11Z", + "forks": 80, + "issues": 18, "subscribers": 10, - "stars": 5067 + "stars": 5213 }, "name": "tailwind-merge", "fullName": "dcastil/tailwind-merge", @@ -108987,10 +111259,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v3.2.0", - "tagName": "v3.2.0", - "createdAt": "2025-04-06T20:39:23Z", - "publishedAt": "2025-04-06T20:40:35Z", + "name": "v3.3.1", + "tagName": "v3.3.1", + "createdAt": "2025-06-10T20:02:56Z", + "publishedAt": "2025-06-10T20:03:47Z", "isPrerelease": false }, "hasTypes": true, @@ -108999,9 +111271,9 @@ }, "npmPkg": "tailwind-merge", "npm": { - "downloads": 35329359, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 43692443, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -109021,6 +111293,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/lukeed/clsx", @@ -109035,10 +111308,10 @@ "updatedAt": "2024-04-23T05:26:02Z", "createdAt": "2018-12-24T22:33:11Z", "pushedAt": "2024-04-23T05:26:02Z", - "forks": 148, + "forks": 153, "issues": 6, "subscribers": 17, - "stars": 8933 + "stars": 9164 }, "name": "clsx", "fullName": "lukeed/clsx", @@ -109069,9 +111342,9 @@ }, "npmPkg": "clsx", "npm": { - "downloads": 124274968, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 136500362, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -109099,13 +111372,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-01T15:25:17Z", + "updatedAt": "2025-04-25T21:54:59Z", "createdAt": "2022-04-21T10:10:28Z", - "pushedAt": "2025-04-01T15:25:17Z", - "forks": 9, - "issues": 3, + "pushedAt": "2025-04-25T21:54:59Z", + "forks": 11, + "issues": 2, "subscribers": 2, - "stars": 58 + "stars": 67 }, "name": "react-native-ios-utilities", "fullName": "dominicstop/react-native-ios-utilities", @@ -109129,10 +111402,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.1.4", - "tagName": "v5.1.4", - "createdAt": "2025-04-01T15:25:17Z", - "publishedAt": "2025-04-01T15:25:19Z", + "name": "Release 5.1.5", + "tagName": "v5.1.5", + "createdAt": "2025-04-25T21:48:41Z", + "publishedAt": "2025-04-25T21:48:44Z", "isPrerelease": false }, "hasTypes": true, @@ -109141,14 +111414,12 @@ }, "npmPkg": "react-native-ios-utilities", "npm": { - "downloads": 109720, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 128748, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], + "score": 46, + "matchingScoreModifiers": [], "popularity": 0.028, "topicSearchString": "react-native ios utilities utility fabric paper jsi" }, @@ -109159,6 +111430,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/iamkun/dayjs", @@ -109170,13 +111442,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-20T04:21:15Z", + "updatedAt": "2025-06-20T05:34:27Z", "createdAt": "2018-04-10T09:26:44Z", - "pushedAt": "2025-03-20T04:21:15Z", - "forks": 2323, - "issues": 889, + "pushedAt": "2025-06-20T05:34:27Z", + "forks": 2333, + "issues": 914, "subscribers": 277, - "stars": 47671 + "stars": 47896 }, "name": "dayjs", "fullName": "iamkun/dayjs", @@ -109211,9 +111483,9 @@ }, "npmPkg": "dayjs", "npm": { - "downloads": 102099900, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 105656019, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -109234,6 +111506,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/mdevils/html-entities", @@ -109251,7 +111524,7 @@ "forks": 84, "issues": 0, "subscribers": 13, - "stars": 655 + "stars": 661 }, "name": "html-entities", "fullName": "mdevils/html-entities", @@ -109289,16 +111562,15 @@ }, "npmPkg": "html-entities", "npm": { - "downloads": 86624156, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 93987990, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -109312,6 +111584,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/npm/node-semver", @@ -109323,13 +111596,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T15:33:47Z", + "updatedAt": "2025-05-12T16:58:39Z", "createdAt": "2011-02-12T00:06:03Z", - "pushedAt": "2025-04-03T15:33:47Z", - "forks": 496, - "issues": 44, + "pushedAt": "2025-05-12T16:58:39Z", + "forks": 498, + "issues": 41, "subscribers": 102, - "stars": 5230 + "stars": 5275 }, "name": "semver", "fullName": "npm/node-semver", @@ -109346,10 +111619,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "v7.7.1", - "tagName": "v7.7.1", - "createdAt": "2025-02-03T21:42:59Z", - "publishedAt": "2025-02-03T21:45:29Z", + "name": "v7.7.2", + "tagName": "v7.7.2", + "createdAt": "2025-05-12T16:58:39Z", + "publishedAt": "2025-05-12T17:01:45Z", "isPrerelease": false }, "hasTypes": false, @@ -109357,16 +111630,15 @@ "isArchived": false }, "npm": { - "downloads": 1631170739, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1875045816, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -109380,6 +111652,7 @@ "web": true, "expoGo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/TanStack/query", @@ -109391,13 +111664,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-04-14T12:55:58Z", + "updatedAt": "2025-06-21T22:28:38Z", "createdAt": "2019-09-10T19:23:58Z", - "pushedAt": "2025-04-14T12:55:58Z", - "forks": 3096, - "issues": 68, - "subscribers": 208, - "stars": 44754 + "pushedAt": "2025-06-21T22:28:38Z", + "forks": 3239, + "issues": 63, + "subscribers": 213, + "stars": 45593 }, "name": "@tanstack/query-persist-client-core", "fullName": "TanStack/query", @@ -109415,22 +111688,37 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 2066527, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { "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, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -109443,13 +111731,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T13:56:29Z", + "updatedAt": "2025-06-14T07:30:56Z", "createdAt": "2024-05-06T14:01:40Z", - "pushedAt": "2025-04-14T13:56:29Z", - "forks": 1, + "pushedAt": "2025-06-14T07:30:56Z", + "forks": 3, "issues": 1, "subscribers": 0, - "stars": 29 + "stars": 34 }, "name": "@futurejj/react-native-visibility-sensor", "fullName": "JairajJangle/react-native-visibility-sensor", @@ -109475,23 +111763,28 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.14", - "tagName": "v1.3.14", - "createdAt": "2025-04-14T13:56:29Z", - "publishedAt": "2025-04-14T13:56:37Z", + "name": "v1.3.20", + "tagName": "v1.3.20", + "createdAt": "2025-06-14T07:30:56Z", + "publishedAt": "2025-06-14T07:31:05Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 31778, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android visibility-sensor visibility sensor visibilitysensor in-view inview" }, { @@ -109499,6 +111792,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/auth0/jwt-decode", @@ -109510,13 +111804,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-09-03T08:05:26Z", + "updatedAt": "2025-05-21T07:23:22Z", "createdAt": "2014-02-24T19:18:02Z", - "pushedAt": "2024-09-03T08:05:26Z", - "forks": 334, + "pushedAt": "2025-05-21T07:23:22Z", + "forks": 336, "issues": 1, - "subscribers": 138, - "stars": 3301 + "subscribers": 139, + "stars": 3329 }, "name": "jwt-decode", "fullName": "auth0/jwt-decode", @@ -109547,16 +111841,15 @@ }, "npmPkg": "jwt-decode", "npm": { - "downloads": 35234596, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38694846, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -109588,10 +111881,10 @@ "updatedAt": "2025-02-27T05:08:36Z", "createdAt": "2023-11-20T10:16:14Z", "pushedAt": "2025-02-27T05:08:36Z", - "forks": 29, - "issues": 12, - "subscribers": 9, - "stars": 216 + "forks": 31, + "issues": 21, + "subscribers": 10, + "stars": 230 }, "name": "@simform_solutions/react-native-audio-waveform", "fullName": "SimformSolutionsPvtLtd/react-native-audio-waveform", @@ -109630,12 +111923,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 7850, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native typescript rn audio waveform audio-waveform audio-chat chat-audio audio-visualizer component javascript library" }, { @@ -109662,10 +111961,10 @@ "updatedAt": "2024-08-07T06:14:17Z", "createdAt": "2024-04-25T08:03:49Z", "pushedAt": "2024-08-07T06:14:17Z", - "forks": 4, - "issues": 4, + "forks": 6, + "issues": 3, "subscribers": 4, - "stars": 30 + "stars": 36 }, "name": "react-native-infinite-wheel-picker", "fullName": "SimformSolutionsPvtLtd/react-native-infinite-wheel-picker", @@ -109716,9 +112015,9 @@ }, "npmPkg": "react-native-infinite-wheel-picker", "npm": { - "downloads": 1285, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1148, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -109804,16 +112103,16 @@ }, "npmPkg": "react-native-graph-kit", "npm": { - "downloads": 20, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.2, + "popularity": -0.125, "topicSearchString": "react react-native typescript rn chart graph visualization line-chart bar-chart skia data-visualization open-source javascript library animations bar-charts charts d3-scale graphs line-charts" }, { @@ -109843,7 +112142,7 @@ "forks": 1, "issues": 2, "subscribers": 5, - "stars": 43 + "stars": 45 }, "name": "react-native-sticky-table", "fullName": "SimformSolutionsPvtLtd/react-native-sticky-table", @@ -109890,16 +112189,16 @@ }, "npmPkg": "react-native-sticky-table", "npm": { - "downloads": 230, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 477, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.223, "topicSearchString": "react react-native typescript rn sticky-table table sticky reanimated component android ios reanimated-component sticky-animated-table gesture-handler animation react-component animated-sticky-table tableview javascript" }, { @@ -109984,16 +112283,16 @@ }, "npmPkg": "react-native-tree-selection", "npm": { - "downloads": 685, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 747, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react react-native typescript rn selection tree-selection select-list tree tree-view nested-tree nested-tree-dropdown dropdown nested-dropdown tree-dropdown react-tree tree-ui ui-components android ios hierarchical hierarchical-view hierarchical-dropdown component library select tree-select tree-structure" }, { @@ -110024,7 +112323,7 @@ "forks": 2, "issues": 1, "subscribers": 4, - "stars": 59 + "stars": 63 }, "name": "react-native-photos-gallery", "fullName": "SimformSolutionsPvtLtd/react-native-photos-gallery", @@ -110061,18 +112360,19 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-photos-gallery", "npm": { - "downloads": 396, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 110, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.723, "topicSearchString": "react react-native typescript rn photo-gallery gallery photo reanimated component library photos" }, { @@ -110103,7 +112403,7 @@ "forks": 4, "issues": 2, "subscribers": 3, - "stars": 40 + "stars": 41 }, "name": "react-native-images-preview", "fullName": "SimformSolutionsPvtLtd/react-native-images-preview", @@ -110151,18 +112451,19 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-images-preview", "npm": { - "downloads": 1138, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1254, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react react-native typescript rn photo reanimated component react-component ios android gallery pinch pinch-to-zoom mobile image-zoom image photo-preview image-preview component-library imagepreview images reanimated3" }, { @@ -110190,10 +112491,10 @@ "updatedAt": "2024-02-20T10:36:22Z", "createdAt": "2022-05-02T07:31:51Z", "pushedAt": "2024-02-20T10:36:22Z", - "forks": 18, - "issues": 5, - "subscribers": 5, - "stars": 149 + "forks": 19, + "issues": 6, + "subscribers": 7, + "stars": 156 }, "name": "react-native-radial-slider", "fullName": "SimformSolutionsPvtLtd/react-native-radial-slider", @@ -110234,9 +112535,9 @@ }, "npmPkg": "react-native-radial-slider", "npm": { - "downloads": 3839, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1937, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -110273,7 +112574,7 @@ "forks": 1, "issues": 0, "subscribers": 6, - "stars": 42 + "stars": 43 }, "name": "react-native-country-code-select", "fullName": "SimformSolutionsPvtLtd/react-native-country-code-select", @@ -110316,16 +112617,16 @@ "unmaintained": true, "npmPkg": "react-native-country-code-select", "npm": { - "downloads": 81, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 83, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.726, "topicSearchString": "react react-native typescript country-code select-code country calling-code rn country-codes country-flags country-list country-picker countrycodes countrynames" }, { @@ -110359,10 +112660,10 @@ "updatedAt": "2022-10-21T10:25:10Z", "createdAt": "2022-05-10T10:24:10Z", "pushedAt": "2022-10-21T10:25:10Z", - "forks": 2, + "forks": 3, "issues": 0, "subscribers": 6, - "stars": 96 + "stars": 99 }, "name": "react-native-animation-catalog", "fullName": "SimformSolutionsPvtLtd/react-native-animation-catalog", @@ -110401,16 +112702,16 @@ "unmaintained": true, "npmPkg": "react-native-animation-catalog", "npm": { - "downloads": 28, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.714, + "popularity": -0.716, "topicSearchString": "react react-native typescript rn animation animated-component components animated-components reanimated reanimated2" }, { @@ -110440,7 +112741,7 @@ "forks": 14, "issues": 0, "subscribers": 6, - "stars": 130 + "stars": 129 }, "name": "react-native-spinner-button", "fullName": "SimformSolutionsPvtLtd/react-native-spinner-button", @@ -110481,9 +112782,9 @@ }, "npmPkg": "react-native-spinner-button", "npm": { - "downloads": 761, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 505, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -110511,12 +112812,12 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T07:00:05Z", + "updatedAt": "2025-05-26T08:23:30Z", "createdAt": "2020-12-29T01:17:30Z", - "pushedAt": "2025-04-16T07:00:05Z", - "forks": 13, + "pushedAt": "2025-05-26T08:23:30Z", + "forks": 15, "issues": 20, - "subscribers": 6, + "subscribers": 7, "stars": 19 }, "name": "react-native-ttlock", @@ -110542,16 +112843,16 @@ }, "npmPkg": "react-native-ttlock", "npm": { - "downloads": 261, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 228, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -0.319, "topicSearchString": "react-native ios android" }, { @@ -110579,7 +112880,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 0 + "stars": 1 }, "name": "react-native-toastier", "fullName": "hardik27111/react-native-toastier", @@ -110617,9 +112918,9 @@ }, "npmPkg": "react-native-toastier", "npm": { - "downloads": 4478, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4497, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -110649,13 +112950,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T09:01:35Z", + "updatedAt": "2025-06-09T09:22:40Z", "createdAt": "2017-01-17T17:26:46Z", - "pushedAt": "2025-04-14T09:01:35Z", - "forks": 399, - "issues": 36, + "pushedAt": "2025-06-09T09:22:40Z", + "forks": 405, + "issues": 39, "subscribers": 31, - "stars": 4997 + "stars": 5168 }, "name": "@lingui/core", "fullName": "lingui/js-lingui", @@ -110681,13 +112982,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1465754, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "i18n i10n i9n internationalization localization translation multilingual" }, { @@ -110695,6 +113004,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -110704,16 +113014,16 @@ }, "stats": { "hasIssues": true, - "hasWiki": true, + "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-03-11T14:41:48Z", + "updatedAt": "2025-04-24T02:04:44Z", "createdAt": "2013-05-24T16:15:54Z", - "pushedAt": "2025-03-11T14:41:48Z", - "forks": 47600, - "issues": 785, - "subscribers": 6737, - "stars": 234624 + "pushedAt": "2025-04-24T02:04:44Z", + "forks": 48112, + "issues": 802, + "subscribers": 6732, + "stars": 236619 }, "name": "react-compiler-runtime", "fullName": "facebook/react", @@ -110733,9 +113043,9 @@ }, "npmPkg": "react-compiler-runtime", "npm": { - "downloads": 1917172, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2310898, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 81, "matchingScoreModifiers": [ @@ -110808,13 +113118,13 @@ }, "npmPkg": "rn-date-format", "npm": { - "downloads": 67, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.32, + "popularity": -0.35, "topicSearchString": "react-native device time-format hour-format 12-hour 24-hour" }, { @@ -110840,7 +113150,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 11 + "stars": 12 }, "name": "native-notify", "fullName": "NativeNotify/native-notify", @@ -110875,12 +113185,13 @@ }, "npmPkg": "native-notify", "npm": { - "downloads": 4086, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2837, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.072, @@ -110902,43 +113213,36 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-28T18:56:31Z", + "updatedAt": "2025-05-12T08:04:14Z", "createdAt": "2024-11-20T20:21:44Z", - "pushedAt": "2024-11-28T18:56:31Z", + "pushedAt": "2025-05-12T08:04:14Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 10 + "stars": 13 }, "name": "react-native-nitro-media-kit", "fullName": "SameerAther/react-native-nitro-media-kit", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "A React Native module for advanced media processing using Nitro Modules.", + "description": "Media Kit Library", "topics": [ "react-native", - "media-processing", - "video", - "image", - "video-processing", - "nitro", - "nitro-media-kit", - "nitro-modules", - "ffmpeg", - "ffmpeg-kit" + "ios", + "android" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release v0.0.2", - "tagName": "v0.0.2", - "createdAt": "2024-11-26T08:10:40Z", - "publishedAt": "2024-11-26T08:16:52Z", + "name": "v0.1.0", + "tagName": "0.1.0", + "createdAt": "2025-05-08T10:06:41Z", + "publishedAt": "2025-05-08T10:23:02Z", "isPrerelease": true }, "hasTypes": true, @@ -110947,16 +113251,16 @@ }, "npmPkg": "react-native-nitro-media-kit", "npm": { - "downloads": 36, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 61, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.322, - "topicSearchString": "react-native media-processing video image video-processing nitro nitro-media-kit nitro-modules ffmpeg ffmpeg-kit" + "popularity": -0.317, + "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/Aris-ngoy/react-native-irano", @@ -111030,9 +113334,9 @@ }, "npmPkg": "react-native-irano", "npm": { - "downloads": 1308, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 905, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -111062,9 +113366,9 @@ "createdAt": "2023-11-10T08:30:28Z", "pushedAt": "2025-02-27T12:20:12Z", "forks": 15, - "issues": 13, - "subscribers": 9, - "stars": 375 + "issues": 14, + "subscribers": 13, + "stars": 412 }, "name": "expo-share-extension", "fullName": "MaxAst/expo-share-extension", @@ -111086,11 +113390,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.0.0", - "tagName": "v3.0.0", - "createdAt": "2025-02-27T12:13:35Z", - "publishedAt": "2025-02-27T12:18:45Z", - "isPrerelease": false + "name": "Release 4.0.0-0", + "tagName": "v4.0.0-0", + "createdAt": "2025-05-21T14:12:57Z", + "publishedAt": "2025-05-21T14:14:35Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, @@ -111098,9 +113402,9 @@ }, "npmPkg": "expo-share-extension", "npm": { - "downloads": 6697, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6700, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -111133,7 +113437,7 @@ "forks": 4, "issues": 0, "subscribers": 3, - "stars": 62 + "stars": 68 }, "name": "@bacons/apple-colors", "fullName": "EvanBacon/expo-apple-colors", @@ -111154,12 +113458,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 1881, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react typescript" }, { @@ -111180,13 +113489,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T05:59:05Z", + "updatedAt": "2025-06-11T06:29:32Z", "createdAt": "2024-05-15T16:29:58Z", - "pushedAt": "2025-04-03T05:59:05Z", - "forks": 5, + "pushedAt": "2025-06-11T06:29:32Z", + "forks": 6, "issues": 8, - "subscribers": 14, - "stars": 359 + "subscribers": 15, + "stars": 371 }, "name": "shadowlist", "fullName": "azimgd/shadowlist", @@ -111213,15 +113522,15 @@ "publishedAt": "2024-05-21T17:28:25Z", "isPrerelease": true }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": true, "isArchived": false }, "npmPkg": "shadowlist", "npm": { - "downloads": 90, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 64, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -111229,7 +113538,7 @@ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.228, + "popularity": -0.219, "topicSearchString": "react-native ios android new-architecture" }, { @@ -111255,9 +113564,9 @@ "createdAt": "2024-11-25T19:14:10Z", "pushedAt": "2025-03-13T14:19:23Z", "forks": 0, - "issues": 1, + "issues": 2, "subscribers": 1, - "stars": 55 + "stars": 57 }, "name": "react-native-shiki-engine", "fullName": "skiniks/react-native-shiki-engine", @@ -111300,13 +113609,13 @@ }, "npmPkg": "react-native-shiki-engine", "npm": { - "downloads": 37, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 105, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.223, + "popularity": -0.221, "topicSearchString": "react-native ios android shiki oniguruma regex syntax-highlighting textmate turbo cpp javascript jsi native react" }, { @@ -111333,9 +113642,9 @@ "createdAt": "2023-12-18T19:19:05Z", "pushedAt": "2025-03-31T11:42:53Z", "forks": 14, - "issues": 44, + "issues": 48, "subscribers": 37, - "stars": 64 + "stars": 71 }, "name": "@googlemaps/react-native-navigation-sdk", "fullName": "googlemaps/react-native-navigation-sdk", @@ -111371,13 +113680,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 3922, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android library google-navigation navigation-sdk navsdk google-maps-api google-maps-platform" }, { @@ -111396,13 +113710,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T07:51:37Z", + "updatedAt": "2025-06-16T10:00:20Z", "createdAt": "2022-11-04T22:38:14Z", - "pushedAt": "2025-04-14T07:51:37Z", - "forks": 70, - "issues": 13, + "pushedAt": "2025-06-16T10:00:20Z", + "forks": 76, + "issues": 7, "subscribers": 17, - "stars": 463 + "stars": 498 }, "name": "@matter/react-native", "fullName": "project-chip/matter.js", @@ -111426,13 +113740,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1617, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "iot home-automation matter smart-device ble" }, { @@ -111442,6 +113762,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/fnando/i18n", @@ -111453,13 +113774,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-12-14T00:44:56Z", + "updatedAt": "2025-05-02T02:04:44Z", "createdAt": "2019-12-10T01:46:34Z", - "pushedAt": "2024-12-14T00:44:56Z", - "forks": 23, + "pushedAt": "2025-05-02T02:04:44Z", + "forks": 26, "issues": 8, "subscribers": 5, - "stars": 202 + "stars": 207 }, "name": "i18n-js", "fullName": "fnando/i18n", @@ -111484,9 +113805,9 @@ "isArchived": false }, "npm": { - "downloads": 1246444, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1190310, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 68, "matchingScoreModifiers": [ @@ -111515,13 +113836,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-24T15:46:15Z", + "updatedAt": "2025-06-12T14:12:46Z", "createdAt": "2020-12-17T21:37:03Z", - "pushedAt": "2025-01-24T15:46:15Z", - "forks": 85, - "issues": 10, + "pushedAt": "2025-06-12T14:12:46Z", + "forks": 89, + "issues": 12, "subscribers": 12, - "stars": 2207 + "stars": 2254 }, "name": "twrnc", "fullName": "jaredh159/tailwind-react-native-classnames", @@ -111545,14 +113866,15 @@ "isArchived": false }, "npm": { - "downloads": 100994, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 89392, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -111576,9 +113898,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-20T06:22:24Z", + "updatedAt": "2025-04-23T06:31:48Z", "createdAt": "2024-11-22T12:56:38Z", - "pushedAt": "2025-02-20T06:22:24Z", + "pushedAt": "2025-04-23T06:31:48Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -111594,11 +113916,11 @@ "apihook" ], "license": { - "key": "apache-2.0", - "name": "Apache License 2.0", - "spdxId": "Apache-2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=" + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" }, "hasTypes": false, "newArchitecture": false, @@ -111606,15 +113928,15 @@ }, "npmPkg": "useapihook-dexterverse", "npm": { - "downloads": 64, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 46, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.328, "topicSearchString": "useapihook api apihook" }, { @@ -111636,13 +113958,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T11:21:44Z", + "updatedAt": "2025-04-19T06:36:31Z", "createdAt": "2024-11-21T16:42:26Z", - "pushedAt": "2025-04-16T11:21:44Z", + "pushedAt": "2025-04-19T06:36:31Z", "forks": 0, - "issues": 4, + "issues": 3, "subscribers": 2, - "stars": 41 + "stars": 50 }, "name": "react-native-audio-playback", "fullName": "itsramiel/react-native-audio-playback", @@ -111666,10 +113988,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.1.2", - "tagName": "v1.1.2", - "createdAt": "2025-04-16T11:21:46Z", - "publishedAt": "2025-04-16T11:21:53Z", + "name": "Release 1.1.3", + "tagName": "v1.1.3", + "createdAt": "2025-04-19T06:36:33Z", + "publishedAt": "2025-04-19T06:36:39Z", "isPrerelease": false }, "hasTypes": false, @@ -111678,15 +114000,13 @@ }, "npmPkg": "react-native-audio-playback", "npm": { - "downloads": 72, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 83, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -0.222, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.226, "topicSearchString": "react-native ios android low-latency audio sound high-performance" }, { @@ -111705,6 +114025,7 @@ "android": true, "web": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -111717,13 +114038,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-06T07:48:47Z", + "updatedAt": "2025-06-19T15:52:43Z", "createdAt": "2023-07-05T17:55:30Z", - "pushedAt": "2025-04-06T07:48:47Z", + "pushedAt": "2025-06-19T15:52:43Z", "forks": 6, "issues": 3, "subscribers": 2, - "stars": 81 + "stars": 88 }, "name": "react-native-tree-multi-select", "fullName": "JairajJangle/react-native-tree-multi-select", @@ -111765,10 +114086,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.9.4", - "tagName": "v1.9.4", - "createdAt": "2025-04-04T04:33:50Z", - "publishedAt": "2025-04-04T04:34:01Z", + "name": "v2.0.0", + "tagName": "v2.0.0", + "createdAt": "2025-06-19T15:52:43Z", + "publishedAt": "2025-06-19T15:52:54Z", "isPrerelease": false }, "hasTypes": true, @@ -111777,9 +114098,9 @@ }, "npmPkg": "react-native-tree-multi-select", "npm": { - "downloads": 948, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1541, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ @@ -111792,12 +114113,17 @@ { "githubUrl": "https://github.com/JairajJangle/react-native-session-storage", "examples": [ - "https://github.com/JairajJangle/react-native-session-storage/tree/master/example" + "https://github.com/JairajJangle/react-native-session-storage/tree/master/example", + "https://snack.expo.dev/@futurejj/react-native-session-storage-example" + ], + "images": [ + "https://raw.githubusercontent.com/JairajJangle/react-native-session-storage/HEAD/.github/assets/demo_app_ss.png" ], "ios": true, "android": true, "web": true, "expoGo": true, + "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -111810,13 +114136,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-06T12:39:24Z", + "updatedAt": "2025-05-17T20:07:58Z", "createdAt": "2022-09-09T12:02:05Z", - "pushedAt": "2025-04-06T12:39:24Z", + "pushedAt": "2025-05-17T20:07:58Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 6 + "stars": 7 }, "name": "react-native-session-storage", "fullName": "JairajJangle/react-native-session-storage", @@ -111841,10 +114167,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.3.4", - "tagName": "v1.3.4", - "createdAt": "2025-04-06T12:39:26Z", - "publishedAt": "2025-04-06T12:39:37Z", + "name": "v2.0.1", + "tagName": "v2.0.1", + "createdAt": "2025-05-17T20:07:58Z", + "publishedAt": "2025-05-17T20:08:07Z", "isPrerelease": false }, "hasTypes": true, @@ -111853,13 +114179,12 @@ }, "npmPkg": "react-native-session-storage", "npm": { - "downloads": 1240, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1441, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -111890,7 +114215,7 @@ "forks": 92, "issues": 45, "subscribers": 7, - "stars": 229 + "stars": 234 }, "name": "react-native-zeroconf", "fullName": "balthazar/react-native-zeroconf", @@ -111931,13 +114256,14 @@ }, "npmPkg": "react-native-zeroconf", "npm": { - "downloads": 94972, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 101477, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -111966,13 +114292,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-10T12:07:42Z", + "updatedAt": "2025-06-18T13:51:07Z", "createdAt": "2024-06-27T06:42:23Z", - "pushedAt": "2025-04-10T12:07:42Z", + "pushedAt": "2025-06-18T13:51:07Z", "forks": 2, - "issues": 2, - "subscribers": 4, - "stars": 8 + "issues": 0, + "subscribers": 5, + "stars": 10 }, "name": "@fishjam-cloud/react-native-client", "fullName": "fishjam-cloud/mobile-client-sdk", @@ -112000,13 +114326,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 295, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.323, "topicSearchString": "react-native expo fishjam fishjamcloud membranewebrtc webrtc streaming video audio" }, { @@ -112038,7 +114369,7 @@ "forks": 19, "issues": 2, "subscribers": 7, - "stars": 840 + "stars": 871 }, "name": "react-native-sheet-transitions", "fullName": "saulamsal/react-native-sheet-transitions", @@ -112063,13 +114394,14 @@ }, "npmPkg": "react-native-sheet-transitions", "npm": { - "downloads": 3142, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2689, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -112136,12 +114468,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 353, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.322, "topicSearchString": "react-native animated-ellipsis rn-animated-ellipsis loading-animation" }, { @@ -112161,13 +114499,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-16T11:55:25Z", + "updatedAt": "2025-05-30T09:25:36Z", "createdAt": "2024-11-10T20:56:09Z", - "pushedAt": "2025-03-16T11:55:25Z", + "pushedAt": "2025-05-30T09:25:36Z", "forks": 2, - "issues": 1, + "issues": 2, "subscribers": 2, - "stars": 27 + "stars": 33 }, "name": "react-native-fs-turbo", "fullName": "cmpayc/react-native-fs-turbo", @@ -112199,10 +114537,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.3.3", - "tagName": "v0.3.3", - "createdAt": "2025-03-16T11:55:27Z", - "publishedAt": "2025-03-16T11:57:01Z", + "name": "Release 0.3.6", + "tagName": "v0.3.6", + "createdAt": "2025-05-29T16:06:30Z", + "publishedAt": "2025-05-29T16:07:29Z", "isPrerelease": false }, "hasTypes": true, @@ -112211,13 +114549,15 @@ }, "npmPkg": "react-native-fs-turbo", "npm": { - "downloads": 422, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 605, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.222, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": 0.028, "topicSearchString": "react native fs filesystem javascript typescript android ios library jsi turbo turbomodule download upload file-transfer" }, { @@ -112237,13 +114577,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T12:42:58Z", + "updatedAt": "2025-06-12T15:04:46Z", "createdAt": "2024-04-17T16:55:50Z", - "pushedAt": "2025-04-15T12:42:58Z", - "forks": 14, - "issues": 17, - "subscribers": 7, - "stars": 293 + "pushedAt": "2025-06-12T15:04:46Z", + "forks": 15, + "issues": 13, + "subscribers": 8, + "stars": 328 }, "name": "uniffi-bindgen-react-native", "fullName": "jhugman/uniffi-bindgen-react-native", @@ -112262,10 +114602,10 @@ "spdxId": "MPL-2.0" }, "lastRelease": { - "name": "v0.29.0-0", - "tagName": "0.29.0-0", - "createdAt": "2025-03-18T15:18:38Z", - "publishedAt": "2025-03-18T15:19:37Z", + "name": "v0.29.3-0", + "tagName": "0.29.3-0", + "createdAt": "2025-06-12T15:04:46Z", + "publishedAt": "2025-06-12T15:07:29Z", "isPrerelease": false }, "hasTypes": false, @@ -112274,9 +114614,9 @@ }, "npmPkg": "uniffi-bindgen-react-native", "npm": { - "downloads": 705, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 848, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -112314,7 +114654,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 119 + "stars": 120 }, "name": "@osamaq/drag-select", "fullName": "osamaqarem/drag-select", @@ -112352,12 +114692,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 105, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.221, "topicSearchString": "react-native ios android drag select dragselect drag-select multiselect multi-select gesture reanimated" }, { @@ -112408,15 +114753,15 @@ }, "npmPkg": "useutils-dexterverse", "npm": { - "downloads": 35, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 10, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.35, "topicSearchString": "utils react react-native" }, { @@ -112445,13 +114790,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-25T02:31:24Z", + "updatedAt": "2025-06-11T16:09:00Z", "createdAt": "2024-06-12T10:21:40Z", - "pushedAt": "2025-03-25T02:31:24Z", - "forks": 32, - "issues": 13, - "subscribers": 19, - "stars": 1079 + "pushedAt": "2025-06-11T16:09:00Z", + "forks": 36, + "issues": 19, + "subscribers": 20, + "stars": 1166 }, "name": "react-native-nitro-modules", "fullName": "mrousavy/nitro", @@ -112492,9 +114837,9 @@ }, "npmPkg": "react-native-nitro-modules", "npm": { - "downloads": 38501, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 106571, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 76, "matchingScoreModifiers": [ @@ -112532,13 +114877,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-03-19T12:39:47Z", + "updatedAt": "2025-06-13T09:47:00Z", "createdAt": "2024-06-12T10:21:40Z", - "pushedAt": "2025-03-19T12:39:47Z", - "forks": 32, - "issues": 13, - "subscribers": 19, - "stars": 1079 + "pushedAt": "2025-06-13T09:47:00Z", + "forks": 36, + "issues": 19, + "subscribers": 20, + "stars": 1166 }, "name": "nitro-codegen", "fullName": "mrousavy/nitro", @@ -112558,9 +114903,9 @@ "isArchived": false }, "npm": { - "downloads": 8281, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 39451, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -112633,15 +114978,15 @@ "isArchived": false }, "npm": { - "downloads": 25, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.31, + "popularity": -0.35, "topicSearchString": "react-native ios android ui drag expand collapse headless react jsx" }, { @@ -112663,13 +115008,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2024-12-25T05:51:48Z", + "updatedAt": "2025-05-12T02:01:38Z", "createdAt": "2024-12-20T08:13:40Z", - "pushedAt": "2024-12-25T05:51:48Z", + "pushedAt": "2025-05-12T02:01:38Z", "forks": 1, "issues": 0, "subscribers": 1, - "stars": 9 + "stars": 11 }, "name": "react-native-in-app-updates", "fullName": "aravind3566/react-native-in-app-updates", @@ -112695,10 +115040,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "0.1.3", - "tagName": "0.1.3", - "createdAt": "2024-12-20T08:19:39Z", - "publishedAt": "2024-12-20T08:21:30Z", + "name": "0.2.0", + "tagName": "0.2.0", + "createdAt": "2025-05-12T02:01:38Z", + "publishedAt": "2025-05-12T02:00:18Z", "isPrerelease": false }, "hasTypes": false, @@ -112707,15 +115052,15 @@ }, "npmPkg": "react-native-in-app-updates", "npm": { - "downloads": 312, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 539, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.072, "topicSearchString": "react-native android in-app-updates update-flow flexible-update immediate-update app-update mobile-updates lightweight-library" }, { @@ -112745,7 +115090,7 @@ "forks": 1, "issues": 0, "subscribers": 3, - "stars": 4 + "stars": 5 }, "name": "react-native-serialport-windows", "fullName": "MihirGrand/react-native-serialport-windows", @@ -112771,9 +115116,9 @@ }, "npmPkg": "react-native-serialport-windows", "npm": { - "downloads": 14, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], @@ -112849,15 +115194,15 @@ }, "npmPkg": "react-native-install-unknown-apps", "npm": { - "downloads": 94, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 28, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.318, + "popularity": -0.314, "topicSearchString": "react-native android install-unknown-apps apk-installer permissions android-permissions install-external-apps unknown-sources apk-manager app-install-permission external-apk-install android-apk-install mobile-app-permissions" }, { @@ -112881,7 +115226,7 @@ "updatedAt": "2025-03-27T09:33:10Z", "createdAt": "2024-12-25T18:22:14Z", "pushedAt": "2025-03-27T09:33:10Z", - "forks": 0, + "forks": 1, "issues": 0, "subscribers": 1, "stars": 7 @@ -112916,15 +115261,13 @@ }, "npmPkg": "react-native-urovo", "npm": { - "downloads": 420, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 66, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -0.321, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.32, "topicSearchString": "react-native android urovo" }, { @@ -112950,9 +115293,9 @@ "createdAt": "2024-12-26T09:13:36Z", "pushedAt": "2025-02-26T10:03:40Z", "forks": 1, - "issues": 0, + "issues": 2, "subscribers": 2, - "stars": 108 + "stars": 126 }, "name": "react-native-nitro-haptics", "fullName": "oblador/react-native-nitro-haptics", @@ -112988,15 +115331,15 @@ }, "npmPkg": "react-native-nitro-haptics", "npm": { - "downloads": 288, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 762, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": 0.028, "topicSearchString": "react-native nitro nitro-module haptics haptic-feedback reanimated worklet" }, { @@ -113054,12 +115397,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 7, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native expo @roman.sytnyk/blur-app-in-recents blur recents android ios typescript" }, { @@ -113109,61 +115457,53 @@ }, "npmPkg": "react-native-quick-aws4", "npm": { - "downloads": 65, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.267, "topicSearchString": "react-native aws4 aws-api aws-sdk" }, { - "githubUrl": "https://github.com/patlux/react-native-bluetooth-state-manager", + "githubUrl": "https://github.com/patlux/react-native-bluetooth-state-manager/tree/master/packages/react-native-bluetooth-state-manager", "ios": true, "android": true, - "unmaintained": true, - "alternatives": [ - "react-native-ble-plx" - ], - "newArchitecture": false, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/patlux/react-native-bluetooth-state-manager", "clone": "https://github.com/patlux/react-native-bluetooth-state-manager.git", - "homepage": "https://patwoz.dev/" + "homepage": "https://github.com/patlux/react-native-bluetooth-state-manager" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2023-05-25T11:48:03Z", + "updatedAt": "2025-05-29T08:54:48Z", "createdAt": "2018-05-04T08:42:17Z", - "pushedAt": "2023-05-25T11:48:03Z", + "pushedAt": "2025-05-29T08:54:48Z", "forks": 35, - "issues": 7, + "issues": 1, "subscribers": 4, - "stars": 66 + "stars": 68 }, "name": "react-native-bluetooth-state-manager", "fullName": "patlux/react-native-bluetooth-state-manager", "isPrivate": false, - "description": "Manage the bluetooth state of your device on android & iOS", + "description": "Manage the bluetooth state of your device", "topics": [ + "react-native", "react", "native", "bluetooth", "state", - "manager", - "react-native", - "context", - "app", - "android", - "ios" + "manager" ], "license": { "name": "MIT License", @@ -113172,30 +115512,23 @@ "key": "mit", "spdxId": "MIT" }, - "lastRelease": { - "name": "v1.3.5", - "tagName": "v1.3.5", - "createdAt": "2023-05-25T11:49:44Z", - "publishedAt": "2023-05-25T11:51:14Z", - "isPrerelease": false - }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-bluetooth-state-manager", "npm": { - "downloads": 26132, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 33886, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 32, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.472, - "topicSearchString": "react native bluetooth state manager react-native context app android ios" + "popularity": 0.028, + "topicSearchString": "react-native react native bluetooth state manager" }, { "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-video", @@ -113218,13 +115551,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T15:59:39Z", + "updatedAt": "2025-06-11T17:14:48Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-16T15:59:39Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-11T17:14:48Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-video", "fullName": "expo/expo", @@ -113249,9 +115582,9 @@ }, "npmPkg": "expo-video", "npm": { - "downloads": 216940, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 562872, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -113291,7 +115624,7 @@ "forks": 6, "issues": 0, "subscribers": 1, - "stars": 45 + "stars": 46 }, "name": "react-native-timezone", "fullName": "samitha9125/react-native-timezone", @@ -113319,12 +115652,14 @@ }, "npmPkg": "react-native-timezone", "npm": { - "downloads": 9699, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6449, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, - "matchingScoreModifiers": [], + "score": 35, + "matchingScoreModifiers": [ + "Not updated recently" + ], "popularity": 0.028, "topicSearchString": "" }, @@ -113376,13 +115711,15 @@ }, "npmPkg": "react-native-overflow-row", "npm": { - "downloads": 200, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 175, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.32, + "score": 35, + "matchingScoreModifiers": [ + "Not updated recently" + ], + "popularity": -0.321, "topicSearchString": "react-native ios android" }, { @@ -113415,7 +115752,7 @@ "forks": 2, "issues": 2, "subscribers": 1, - "stars": 94 + "stars": 96 }, "name": "react-native-use-form", "fullName": "web-ridge/react-native-use-form", @@ -113447,16 +115784,15 @@ }, "npmPkg": "react-native-use-form", "npm": { - "downloads": 233, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 562, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -113485,10 +115821,10 @@ "updatedAt": "2025-04-12T11:49:45Z", "createdAt": "2020-12-24T20:35:25Z", "pushedAt": "2025-04-12T11:49:45Z", - "forks": 40, - "issues": 7, + "forks": 41, + "issues": 9, "subscribers": 3, - "stars": 219 + "stars": 230 }, "name": "react-native-paper-tabs", "fullName": "web-ridge/react-native-paper-tabs", @@ -113528,14 +115864,13 @@ }, "npmPkg": "react-native-paper-tabs", "npm": { - "downloads": 19947, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 19983, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 59, + "score": 54, "matchingScoreModifiers": [ - "Known", - "Recently updated" + "Known" ], "popularity": 0.028, "topicSearchString": "react-native ios android material-design tabs viewpager web react material paper material-design-tabs" @@ -113605,13 +115940,13 @@ }, "npmPkg": "react-native-ridge-navigation", "npm": { - "downloads": 243, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 72, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.225, + "popularity": -0.222, "topicSearchString": "react-native ios android react navigation web typescript" }, { @@ -113632,10 +115967,10 @@ "updatedAt": "2022-02-08T04:03:57Z", "createdAt": "2017-12-20T02:30:08Z", "pushedAt": "2022-02-08T04:03:57Z", - "forks": 642, - "issues": 401, + "forks": 649, + "issues": 404, "subscribers": 14, - "stars": 2965 + "stars": 2996 }, "name": "react-native-chart-kit", "fullName": "indiespirit/react-native-chart-kit", @@ -113663,9 +115998,9 @@ "unmaintained": true, "npmPkg": "react-native-chart-kit", "npm": { - "downloads": 287829, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 258794, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [ @@ -113696,13 +116031,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:10:26Z", + "updatedAt": "2025-06-10T04:28:39Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-04-14T19:10:26Z", - "forks": 2173, - "issues": 62, - "subscribers": 165, - "stars": 11888 + "pushedAt": "2025-06-10T04:28:39Z", + "forks": 2197, + "issues": 55, + "subscribers": 164, + "stars": 11981 }, "name": "@react-native-firebase/installations", "fullName": "invertase/react-native-firebase", @@ -113725,13 +116060,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 79806, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native firebase installations" }, { @@ -113750,13 +116093,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-20T16:45:21Z", + "updatedAt": "2025-06-03T12:11:37Z", "createdAt": "2021-05-18T15:24:40Z", - "pushedAt": "2025-02-20T16:45:21Z", + "pushedAt": "2025-06-03T12:11:37Z", "forks": 3, "issues": 11, "subscribers": 9, - "stars": 8 + "stars": 9 }, "name": "@didomi/react-native", "fullName": "didomi/react-native", @@ -113776,22 +116119,28 @@ "id": "MDc6TGljZW5zZTA=" }, "lastRelease": { - "name": "2.10.1", - "tagName": "2.10.1", - "createdAt": "2025-02-20T16:45:21Z", - "publishedAt": "2025-02-20T17:05:29Z", + "name": "2.12.0", + "tagName": "2.12.0", + "createdAt": "2025-06-03T12:11:37Z", + "publishedAt": "2025-06-03T12:31:07Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 8630, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native ios android" }, { @@ -113849,9 +116198,9 @@ }, "npmPkg": "expo-spellchecker", "npm": { - "downloads": 10, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -113880,13 +116229,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T14:04:00Z", + "updatedAt": "2025-06-13T10:18:24Z", "createdAt": "2019-08-01T11:26:48Z", - "pushedAt": "2025-04-15T14:04:00Z", + "pushedAt": "2025-06-13T10:18:24Z", "forks": 5, - "issues": 3, + "issues": 4, "subscribers": 5, - "stars": 28 + "stars": 29 }, "name": "react-native-kommunicate-chat", "fullName": "Kommunicate-io/Kommunicate-React-Native-SDK", @@ -113906,10 +116255,10 @@ ], "license": null, "lastRelease": { - "name": "v2.5.0", - "tagName": "2.5.0", - "createdAt": "2025-04-15T14:04:39Z", - "publishedAt": "2025-04-15T14:06:09Z", + "name": "v2.5.2", + "tagName": "v2.5.2", + "createdAt": "2025-06-13T10:23:34Z", + "publishedAt": "2025-06-13T10:40:23Z", "isPrerelease": false }, "hasTypes": false, @@ -113917,16 +116266,16 @@ "isArchived": false }, "npm": { - "downloads": 304, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 280, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.221, "topicSearchString": "react-native ai-chatbot android app-framework chat chatbot cross-platform ios mobile react" }, { @@ -113952,13 +116301,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T17:26:28Z", + "updatedAt": "2025-05-14T18:10:01Z", "createdAt": "2018-03-03T21:21:53Z", - "pushedAt": "2025-04-16T17:26:28Z", - "forks": 1198, - "issues": 255, + "pushedAt": "2025-05-14T18:10:01Z", + "forks": 1213, + "issues": 213, "subscribers": 71, - "stars": 10940 + "stars": 10999 }, "name": "@reduxjs/toolkit", "fullName": "reduxjs/redux-toolkit", @@ -113986,14 +116335,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 20073801, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 81, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "redux react starter toolkit reducer slice immer immutable redux-toolkit" }, { @@ -114007,6 +116363,7 @@ "web": true, "expo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/reduxjs/react-redux", @@ -114018,13 +116375,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-16T00:24:27Z", + "updatedAt": "2025-06-20T22:00:34Z", "createdAt": "2015-07-11T17:32:01Z", - "pushedAt": "2025-03-16T00:24:27Z", - "forks": 3324, + "pushedAt": "2025-06-20T22:00:34Z", + "forks": 3322, "issues": 23, - "subscribers": 402, - "stars": 23477 + "subscribers": 400, + "stars": 23487 }, "name": "react-redux", "fullName": "reduxjs/react-redux", @@ -114055,15 +116412,16 @@ }, "npmPkg": "react-redux", "npm": { - "downloads": 38321563, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 40617907, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 92, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -114079,6 +116437,7 @@ "web": true, "expo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/reduxjs/redux", @@ -114090,13 +116449,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-05T12:35:15Z", + "updatedAt": "2025-05-07T19:42:27Z", "createdAt": "2015-05-29T23:53:15Z", - "pushedAt": "2025-04-05T12:35:15Z", - "forks": 14918, - "issues": 37, - "subscribers": 1271, - "stars": 61145 + "pushedAt": "2025-05-07T19:42:27Z", + "forks": 14893, + "issues": 38, + "subscribers": 1267, + "stars": 61259 }, "name": "redux", "fullName": "reduxjs/redux", @@ -114135,16 +116494,15 @@ }, "npmPkg": "redux", "npm": { - "downloads": 51299750, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 54592377, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 97, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -114157,6 +116515,7 @@ "web": true, "expo": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/reduxjs/reselect", @@ -114171,10 +116530,10 @@ "updatedAt": "2025-03-16T19:38:31Z", "createdAt": "2015-07-01T11:06:45Z", "pushedAt": "2025-03-16T19:38:31Z", - "forks": 665, - "issues": 28, - "subscribers": 163, - "stars": 19059 + "forks": 661, + "issues": 29, + "subscribers": 164, + "stars": 19066 }, "name": "reselect", "fullName": "reduxjs/reselect", @@ -114205,9 +116564,9 @@ }, "npmPkg": "reselect", "npm": { - "downloads": 40143530, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 43706465, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -114224,6 +116583,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "expo": true, "newArchitecture": true, "github": { @@ -114243,7 +116603,7 @@ "forks": 1025, "issues": 0, "subscribers": 169, - "stars": 17766 + "stars": 17762 }, "name": "redux-thunk", "fullName": "reduxjs/redux-thunk", @@ -114276,9 +116636,9 @@ }, "npmPkg": "redux-thunk", "npm": { - "downloads": 25786860, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27381837, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 92, "matchingScoreModifiers": [ @@ -114311,10 +116671,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11937, - "issues": 4128, - "subscribers": 1348, - "stars": 74943 + "forks": 11959, + "issues": 4105, + "subscribers": 1352, + "stars": 75374 }, "name": "@fortawesome/fontawesome-svg-core", "fullName": "FortAwesome/Font-Awesome", @@ -114339,13 +116699,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 8707924, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -114369,10 +116738,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11937, - "issues": 4128, - "subscribers": 1348, - "stars": 74943 + "forks": 11959, + "issues": 4105, + "subscribers": 1352, + "stars": 75374 }, "name": "@fortawesome/free-brands-svg-icons", "fullName": "FortAwesome/Font-Awesome", @@ -114390,13 +116759,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 2798967, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -114420,10 +116798,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11937, - "issues": 4128, - "subscribers": 1348, - "stars": 74943 + "forks": 11959, + "issues": 4105, + "subscribers": 1352, + "stars": 75374 }, "name": "@fortawesome/free-regular-svg-icons", "fullName": "FortAwesome/Font-Awesome", @@ -114441,13 +116819,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 4170613, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -114471,10 +116858,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11937, - "issues": 4128, - "subscribers": 1348, - "stars": 74943 + "forks": 11959, + "issues": 4105, + "subscribers": 1352, + "stars": 75374 }, "name": "@fortawesome/free-solid-svg-icons", "fullName": "FortAwesome/Font-Awesome", @@ -114492,13 +116879,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 8508005, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 70, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -114524,7 +116920,7 @@ "forks": 5, "issues": 0, "subscribers": 1, - "stars": 66 + "stars": 68 }, "name": "react-native-motion-tabs", "fullName": "FilipiRafael/react-native-motion-tabs", @@ -114563,13 +116959,13 @@ }, "npmPkg": "react-native-motion-tabs", "npm": { - "downloads": 75, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.223, + "popularity": -0.221, "topicSearchString": "react-native ios android bottom-tabs react navigation screens reactnative typescript expo" }, { @@ -114589,13 +116985,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-11T13:21:29Z", + "updatedAt": "2025-05-13T04:50:28Z", "createdAt": "2024-08-16T03:13:36Z", - "pushedAt": "2025-04-11T13:21:29Z", - "forks": 42, - "issues": 13, - "subscribers": 7, - "stars": 424 + "pushedAt": "2025-05-13T04:50:28Z", + "forks": 53, + "issues": 7, + "subscribers": 8, + "stars": 496 }, "name": "react-native-ota-hot-update", "fullName": "vantuan88291/react-native-ota-hot-update", @@ -114621,10 +117017,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "2.2.4", - "tagName": "2.2.4", - "createdAt": "2025-04-11T13:21:29Z", - "publishedAt": "2025-04-11T13:22:35Z", + "name": "2.3.0", + "tagName": "2.3.0", + "createdAt": "2025-05-13T04:50:28Z", + "publishedAt": "2025-05-13T04:55:00Z", "isPrerelease": false }, "hasTypes": true, @@ -114633,14 +117029,13 @@ }, "npmPkg": "react-native-ota-hot-update", "npm": { - "downloads": 4827, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8261, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 59, + "score": 54, "matchingScoreModifiers": [ - "Known", - "Recently updated" + "Known" ], "popularity": 0.028, "topicSearchString": "hot-update ota code-push update hotupdate codepush ota-hot-update custom-ota rn-hotupdate" @@ -114664,10 +117059,10 @@ "updatedAt": "2025-01-14T10:49:02Z", "createdAt": "2022-11-01T19:23:36Z", "pushedAt": "2025-01-14T10:49:02Z", - "forks": 38, - "issues": 8, + "forks": 40, + "issues": 6, "subscribers": 9, - "stars": 174 + "stars": 183 }, "name": "react-native-passkey", "fullName": "f-23/react-native-passkey", @@ -114702,9 +117097,9 @@ }, "npmPkg": "react-native-passkey", "npm": { - "downloads": 84509, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 80121, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -114734,13 +117129,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T11:06:05Z", + "updatedAt": "2025-06-06T08:50:00Z", "createdAt": "2021-03-16T11:17:37Z", - "pushedAt": "2025-04-15T11:06:05Z", + "pushedAt": "2025-06-06T08:50:00Z", "forks": 8, "issues": 1, "subscribers": 12, - "stars": 18 + "stars": 20 }, "name": "@playerdata/react-native-mcu-manager", "fullName": "PlayerData/react-native-mcu-manager", @@ -114763,13 +117158,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 17148, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native ios android mcumgr" }, { @@ -114802,13 +117202,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T09:06:31Z", + "updatedAt": "2025-06-20T06:27:11Z", "createdAt": "2022-06-06T09:18:31Z", - "pushedAt": "2025-04-14T09:06:31Z", - "forks": 25, + "pushedAt": "2025-06-20T06:27:11Z", + "forks": 26, "issues": 0, "subscribers": 6, - "stars": 76 + "stars": 85 }, "name": "react-native-theoplayer", "fullName": "THEOplayer/react-native-theoplayer", @@ -114832,10 +117232,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v9.0.1", - "tagName": "v9.0.1", - "createdAt": "2025-04-08T10:49:59Z", - "publishedAt": "2025-04-08T13:24:13Z", + "name": "v9.5.0", + "tagName": "v9.5.0", + "createdAt": "2025-06-20T06:27:12Z", + "publishedAt": "2025-06-20T10:01:36Z", "isPrerelease": false }, "hasTypes": true, @@ -114844,9 +117244,9 @@ }, "npmPkg": "react-native-theoplayer", "npm": { - "downloads": 10417, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9492, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ @@ -114876,13 +117276,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-14T07:00:17Z", + "updatedAt": "2025-06-21T13:28:09Z", "createdAt": "2023-10-22T15:56:45Z", - "pushedAt": "2025-04-14T07:00:17Z", - "forks": 43, - "issues": 12, - "subscribers": 5, - "stars": 546 + "pushedAt": "2025-06-21T13:28:09Z", + "forks": 64, + "issues": 22, + "subscribers": 7, + "stars": 831 }, "name": "@hot-updater/react-native", "fullName": "gronxb/hot-updater", @@ -114909,12 +117309,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 11352, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 76, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native code-push code-push eas eas-update expo expo-update self-hosted" }, { @@ -114979,13 +117386,13 @@ }, "npmPkg": "react-native-trendy", "npm": { - "downloads": 33, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 25, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.32, + "popularity": -0.31, "topicSearchString": "react-native ios android" }, { @@ -115012,7 +117419,7 @@ "forks": 4, "issues": 1, "subscribers": 2, - "stars": 4 + "stars": 5 }, "name": "expo-health-connect", "fullName": "matinzd/expo-health-connect", @@ -115044,9 +117451,9 @@ }, "npmPkg": "expo-health-connect", "npm": { - "downloads": 7371, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8174, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -115073,13 +117480,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-10T23:07:01Z", + "updatedAt": "2025-06-11T21:20:29Z", "createdAt": "2024-02-20T00:14:38Z", - "pushedAt": "2025-04-10T23:07:01Z", - "forks": 7, + "pushedAt": "2025-06-11T21:20:29Z", + "forks": 9, "issues": 1, "subscribers": 5, - "stars": 329 + "stars": 362 }, "name": "xior", "fullName": "suhaotian/xior", @@ -115132,9 +117539,9 @@ }, "npmPkg": "xior", "npm": { - "downloads": 30918, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 62468, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -115162,13 +117569,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2022-07-22T07:19:39Z", + "updatedAt": "2025-05-27T06:33:33Z", "createdAt": "2021-02-09T02:27:07Z", - "pushedAt": "2022-07-22T07:19:39Z", - "forks": 4, - "issues": 6, - "subscribers": 2, - "stars": 107 + "pushedAt": "2025-05-27T06:33:33Z", + "forks": 5, + "issues": 7, + "subscribers": 3, + "stars": 121 }, "name": "@craftzdog/react-native-buffer", "fullName": "craftzdog/react-native-buffer", @@ -115185,24 +117592,36 @@ "react-native" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "v6.1.0", + "tagName": "v6.1.0", + "createdAt": "2025-05-27T06:33:33Z", + "publishedAt": "2025-05-27T06:35:03Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": {}, - "score": 32, + "npm": { + "downloads": 242530, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ - "Not updated recently", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "arraybuffer browser browserify buffer compatible dataview uint8array react-native" }, { @@ -115225,11 +117644,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-11-28T11:22:41Z", + "updatedAt": "2025-05-21T14:51:36Z", "createdAt": "2018-04-03T23:36:10Z", - "pushedAt": "2024-11-28T11:22:41Z", + "pushedAt": "2025-05-21T14:51:36Z", "forks": 5, - "issues": 6, + "issues": 7, "subscribers": 22, "stars": 11 }, @@ -115260,12 +117679,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 41101, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "bugsnag expo react-native exception error javascript monitoring reporting stability mobile" }, { @@ -115288,13 +117712,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-09T14:19:59Z", + "updatedAt": "2025-06-18T15:21:28Z", "createdAt": "2013-02-05T19:06:33Z", - "pushedAt": "2025-04-09T14:19:59Z", - "forks": 251, - "issues": 57, + "pushedAt": "2025-06-18T15:21:28Z", + "forks": 253, + "issues": 59, "subscribers": 46, - "stars": 865 + "stars": 871 }, "name": "@bugsnag/react-native", "fullName": "bugsnag/bugsnag-js", @@ -115322,12 +117746,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 256610, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 76, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "bugsnag react-native exception error javascript monitoring reporting stability mobile" }, { @@ -115350,11 +117781,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-03-26T17:35:34Z", + "updatedAt": "2025-05-27T09:09:21Z", "createdAt": "2023-02-01T11:08:05Z", - "pushedAt": "2025-03-26T17:35:34Z", + "pushedAt": "2025-05-27T09:09:21Z", "forks": 5, - "issues": 5, + "issues": 3, "subscribers": 20, "stars": 5 }, @@ -115374,12 +117805,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 11673, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "" }, { @@ -115399,13 +117835,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-17T05:33:28Z", + "updatedAt": "2025-06-19T05:59:40Z", "createdAt": "2025-01-29T10:31:13Z", - "pushedAt": "2025-02-17T05:33:28Z", + "pushedAt": "2025-06-19T05:59:40Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 0 + "stars": 2 }, "name": "@pachun/use-expo-push-notifications", "fullName": "pachun/use-expo-push-notifications", @@ -115428,12 +117864,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 242, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.321, "topicSearchString": "react native expo expo-notifications" }, { @@ -115455,13 +117897,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-28T06:36:11Z", + "updatedAt": "2025-06-04T12:39:05Z", "createdAt": "2025-01-29T14:19:04Z", - "pushedAt": "2025-02-28T06:36:11Z", - "forks": 1, + "pushedAt": "2025-06-04T12:39:05Z", + "forks": 2, "issues": 0, "subscribers": 2, - "stars": 14 + "stars": 19 }, "name": "react-native-pdf-from-image", "fullName": "benjamineruvieru/react-native-pdf-from-image", @@ -115501,12 +117943,14 @@ }, "npmPkg": "react-native-pdf-from-image", "npm": { - "downloads": 26434, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 22115, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 46, - "matchingScoreModifiers": [], + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], "popularity": -0.072, "topicSearchString": "react-native ios android pdf-generation library image-to-pdf pdf image document-creation image-processing pdf-generation-react" }, @@ -115530,9 +117974,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-04T19:20:42Z", + "updatedAt": "2025-04-30T22:39:19Z", "createdAt": "2023-11-07T09:38:28Z", - "pushedAt": "2025-02-04T19:20:42Z", + "pushedAt": "2025-04-30T22:39:19Z", "forks": 2, "issues": 0, "subscribers": 1, @@ -115586,8 +118030,8 @@ "npmPkg": "rn-text-touch-highlight", "npm": { "downloads": 45, - "start": "2025-03-16", - "end": "2025-04-14" + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -115616,13 +118060,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-04T19:23:35Z", + "updatedAt": "2025-05-10T20:46:47Z", "createdAt": "2023-11-04T02:11:39Z", - "pushedAt": "2025-02-04T19:23:35Z", + "pushedAt": "2025-05-10T20:46:47Z", "forks": 0, - "issues": 2, + "issues": 0, "subscribers": 1, - "stars": 18 + "stars": 21 }, "name": "react-native-type-animation", "fullName": "benjamineruvieru/react-native-type-animation", @@ -115657,9 +118101,9 @@ }, "npmPkg": "react-native-type-animation", "npm": { - "downloads": 23851, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27014, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ @@ -115717,12 +118161,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 17, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.291, "topicSearchString": "style-variance-authority sva style styles variants react-native" }, { @@ -115742,13 +118191,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T09:13:28Z", + "updatedAt": "2025-06-21T23:04:03Z", "createdAt": "2024-04-30T15:09:38Z", - "pushedAt": "2025-04-16T09:13:28Z", - "forks": 11, - "issues": 7, + "pushedAt": "2025-06-21T23:04:03Z", + "forks": 14, + "issues": 6, "subscribers": 3, - "stars": 542 + "stars": 675 }, "name": "react-native-sortables", "fullName": "MatiPl01/react-native-sortables", @@ -115785,9 +118234,9 @@ }, "npmPkg": "react-native-sortables", "npm": { - "downloads": 18834, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 41174, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 57, "matchingScoreModifiers": [ @@ -115819,10 +118268,10 @@ "updatedAt": "2024-12-23T19:39:08Z", "createdAt": "2024-10-27T21:43:36Z", "pushedAt": "2024-12-23T19:39:08Z", - "forks": 4, + "forks": 5, "issues": 10, - "subscribers": 20, - "stars": 276 + "subscribers": 21, + "stars": 282 }, "name": "react-native-fast-io", "fullName": "callstackincubator/react-native-fast-io", @@ -115851,16 +118300,17 @@ }, "npmPkg": "react-native-fast-io", "npm": { - "downloads": 151, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 11, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.25, "topicSearchString": "react-native websocket fetch io streams nitro nitro-modules nitrogen" }, { @@ -115884,10 +118334,10 @@ "updatedAt": "2025-03-23T20:09:10Z", "createdAt": "2024-10-14T09:03:18Z", "pushedAt": "2025-03-23T20:09:10Z", - "forks": 2, - "issues": 16, + "forks": 3, + "issues": 20, "subscribers": 4, - "stars": 144 + "stars": 173 }, "name": "@callstack/polygen", "fullName": "callstackincubator/polygen", @@ -115912,13 +118362,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 32, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.219, "topicSearchString": "react-native ios android webassembly wasm" }, { @@ -115943,10 +118397,10 @@ "updatedAt": "2025-03-20T09:30:14Z", "createdAt": "2016-06-28T14:58:12Z", "pushedAt": "2025-03-20T09:30:14Z", - "forks": 413, - "issues": 8, + "forks": 420, + "issues": 10, "subscribers": 10, - "stars": 1411 + "stars": 1437 }, "name": "@react-native-documents/viewer", "fullName": "react-native-documents/document-picker", @@ -115970,13 +118424,19 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 5884, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 68, "matchingScoreModifiers": [ - "Recently updated", + "Popular", + "Known", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native document viewer preview quicklook" }, { @@ -116028,15 +118488,15 @@ }, "npmPkg": "react-native-css-animations", "npm": { - "downloads": 60, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 77, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.217, + "popularity": -0.224, "topicSearchString": "react-native reanimated css-animations css-transitions ios android" }, { @@ -116054,17 +118514,17 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-08T19:25:06Z", + "updatedAt": "2025-05-20T19:21:13Z", "createdAt": "2021-08-08T09:05:43Z", - "pushedAt": "2025-02-08T19:25:06Z", - "forks": 30, - "issues": 22, + "pushedAt": "2025-05-20T19:21:13Z", + "forks": 34, + "issues": 25, "subscribers": 5, - "stars": 55 + "stars": 62 }, "name": "react-native-tiktok", "fullName": "Lg0gs/react-native-tiktok", - "isPrivate": false, + "isPrivate": true, "registry": "https://registry.npmjs.org/", "description": "Get authorized using 𝗧𝗶𝗸𝗧𝗼𝗸 📱", "topics": [ @@ -116092,15 +118552,15 @@ }, "npmPkg": "react-native-tiktok", "npm": { - "downloads": 294, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 444, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.221, "topicSearchString": "react-native ios android" }, { @@ -116118,9 +118578,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-01T08:31:59Z", + "updatedAt": "2025-06-01T08:30:47Z", "createdAt": "2024-03-14T16:15:00Z", - "pushedAt": "2025-04-01T08:31:59Z", + "pushedAt": "2025-06-01T08:30:47Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -116132,10 +118592,10 @@ "topics": [], "license": null, "lastRelease": { - "name": "v2.2.1", - "tagName": "v2.2.1", - "createdAt": "2025-04-01T08:31:59Z", - "publishedAt": "2025-04-01T08:32:01Z", + "name": "v2.2.3", + "tagName": "v2.2.3", + "createdAt": "2025-06-01T08:30:47Z", + "publishedAt": "2025-06-01T08:30:48Z", "isPrerelease": false }, "hasTypes": false, @@ -116144,16 +118604,16 @@ }, "npmPkg": "otago", "npm": { - "downloads": 154, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 220, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.318, "topicSearchString": "" }, { @@ -116179,13 +118639,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-29T09:10:14Z", + "updatedAt": "2025-05-12T06:00:54Z", "createdAt": "2024-04-20T06:22:22Z", - "pushedAt": "2025-03-29T09:10:14Z", - "forks": 13, - "issues": 4, - "subscribers": 4, - "stars": 98 + "pushedAt": "2025-05-12T06:00:54Z", + "forks": 23, + "issues": 3, + "subscribers": 3, + "stars": 148 }, "name": "@siteed/expo-audio-stream", "fullName": "deeeed/expo-audio-stream", @@ -116209,13 +118669,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 1539, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.027, "topicSearchString": "react-native expo audio deprecated" }, { @@ -116238,13 +118702,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-28T21:26:04Z", + "updatedAt": "2025-06-12T04:08:39Z", "createdAt": "2024-04-20T06:22:22Z", - "pushedAt": "2025-03-28T21:26:04Z", - "forks": 13, - "issues": 4, - "subscribers": 4, - "stars": 98 + "pushedAt": "2025-06-12T04:08:39Z", + "forks": 23, + "issues": 3, + "subscribers": 3, + "stars": 148 }, "name": "@siteed/expo-audio-ui", "fullName": "deeeed/expo-audio-stream", @@ -116268,13 +118732,18 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 282, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.222, "topicSearchString": "react-native expo expo-audio-studio expoaudiostudio" }, { @@ -116297,13 +118766,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-29T09:38:22Z", + "updatedAt": "2025-06-19T13:18:56Z", "createdAt": "2023-07-24T17:39:05Z", - "pushedAt": "2025-03-29T09:38:22Z", - "forks": 17, - "issues": 3, - "subscribers": 3, - "stars": 210 + "pushedAt": "2025-06-19T13:18:56Z", + "forks": 22, + "issues": 4, + "subscribers": 4, + "stars": 247 }, "name": "@bittingz/expo-widgets", "fullName": "mike-stewart-dev/expo-widgets", @@ -116326,13 +118795,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 6442, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native expo expo-widgets expowidgets" }, { @@ -116344,6 +118819,7 @@ "ios": true, "android": true, "web": true, + "fireos": true, "expoGo": true, "github": { "urls": { @@ -116356,13 +118832,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-01-31T21:37:25Z", + "updatedAt": "2025-06-21T19:38:14Z", "createdAt": "2015-09-14T15:04:15Z", - "pushedAt": "2025-01-31T21:37:25Z", - "forks": 1286, - "issues": 102, - "subscribers": 188, - "stars": 28099 + "pushedAt": "2025-06-21T19:38:14Z", + "forks": 1304, + "issues": 103, + "subscribers": 192, + "stars": 28362 }, "name": "xstate", "fullName": "statelyai/xstate", @@ -116375,7 +118851,8 @@ "finite-automata", "scxml", "state", - "interpreter" + "interpreter", + "graph" ], "license": { "name": "MIT License", @@ -116389,20 +118866,21 @@ "isArchived": false }, "npm": { - "downloads": 8333347, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8915658, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "statechart state-machine finite-state-machine finite-automata scxml state interpreter" + "topicSearchString": "statechart state-machine finite-state-machine finite-automata scxml state interpreter graph" }, { "githubUrl": "https://github.com/statelyai/xstate/tree/main/packages/xstate-store", @@ -116422,13 +118900,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-08T16:25:23Z", + "updatedAt": "2025-06-21T19:38:14Z", "createdAt": "2015-09-14T15:04:15Z", - "pushedAt": "2025-04-08T16:25:23Z", - "forks": 1286, - "issues": 102, - "subscribers": 188, - "stars": 28099 + "pushedAt": "2025-06-21T19:38:14Z", + "forks": 1304, + "issues": 103, + "subscribers": 192, + "stars": 28362 }, "name": "@xstate/store", "fullName": "statelyai/xstate", @@ -116449,14 +118927,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 38, + "npm": { + "downloads": 86825, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "store state" }, { @@ -116477,13 +118963,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-10T23:32:49Z", + "updatedAt": "2025-06-21T19:38:14Z", "createdAt": "2015-09-14T15:04:15Z", - "pushedAt": "2025-03-10T23:32:49Z", - "forks": 1286, - "issues": 102, - "subscribers": 188, - "stars": 28099 + "pushedAt": "2025-06-21T19:38:14Z", + "forks": 1304, + "issues": 103, + "subscribers": 192, + "stars": 28362 }, "name": "@xstate/react", "fullName": "statelyai/xstate", @@ -116510,13 +118996,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 5014089, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "state machine statechart scxml state graph react hook" }, { @@ -116578,15 +119073,15 @@ }, "npmPkg": "expo-totp", "npm": { - "downloads": 14, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 12, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.267, "topicSearchString": "react-native expo expo-totp expototp" }, { @@ -116615,7 +119110,7 @@ "forks": 0, "issues": 0, "subscribers": 2, - "stars": 9 + "stars": 10 }, "name": "@sellpy/react-native-scroll-anchor", "fullName": "sellpy/react-native-scroll-anchor", @@ -116648,12 +119143,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 1005, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-native scroll anchor scroll-to ios android" }, { @@ -116676,13 +119176,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-01T19:24:54Z", + "updatedAt": "2025-04-25T07:45:17Z", "createdAt": "2024-12-29T21:20:39Z", - "pushedAt": "2025-04-01T19:24:54Z", + "pushedAt": "2025-04-25T07:45:17Z", "forks": 4, - "issues": 4, + "issues": 6, "subscribers": 3, - "stars": 18 + "stars": 21 }, "name": "expo-key-event", "fullName": "tlow92/expo-key-event", @@ -116712,16 +119212,15 @@ }, "npmPkg": "expo-key-event", "npm": { - "downloads": 386, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 561, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.071, "topicSearchString": "react-native expo expo-key-event expokeyevent keyboard-event key-event hid-event expo-module key-events" }, { @@ -116747,11 +119246,11 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-05T04:52:28Z", + "updatedAt": "2025-06-17T00:15:51Z", "createdAt": "2025-01-22T00:20:09Z", - "pushedAt": "2025-04-05T04:52:28Z", + "pushedAt": "2025-06-17T00:15:51Z", "forks": 0, - "issues": 1, + "issues": 0, "subscribers": 1, "stars": 13 }, @@ -116765,22 +119264,19 @@ "inner-shadow", "android", "ios", - "reanimated", - "skia", - "linear-gradient", "linear-shadow", "linear-inner-shadow", - "inset", "inset-shadow", "shadow", "shadow-pressable", "shadow-toggle", - "inner-shadow-pressable", - "inner-shadow-toggle", "shadows", "gradient", + "linear-gradient", "neumorphism", "react", + "reanimated", + "skia", "skia-canvas", "reactnativeinnershadow" ], @@ -116797,9 +119293,9 @@ }, "npmPkg": "react-native-inner-shadow", "npm": { - "downloads": 473, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 475, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ @@ -116807,7 +119303,7 @@ "Not supporting New Architecture" ], "popularity": -0.323, - "topicSearchString": "react-native inner-shadow android ios reanimated skia linear-gradient linear-shadow linear-inner-shadow inset inset-shadow shadow shadow-pressable shadow-toggle inner-shadow-pressable inner-shadow-toggle shadows gradient neumorphism react skia-canvas reactnativeinnershadow" + "topicSearchString": "react-native inner-shadow android ios linear-shadow linear-inner-shadow inset-shadow shadow shadow-pressable shadow-toggle shadows gradient linear-gradient neumorphism react reanimated skia skia-canvas reactnativeinnershadow" }, { "githubUrl": "https://github.com/WrathChaos/react-native-segmented-control-2", @@ -116839,7 +119335,7 @@ "forks": 6, "issues": 1, "subscribers": 2, - "stars": 45 + "stars": 50 }, "name": "react-native-segmented-control-2", "fullName": "WrathChaos/react-native-segmented-control-2", @@ -116884,13 +119380,12 @@ }, "npmPkg": "react-native-segmented-control-2", "npm": { - "downloads": 5180, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4873, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -116917,18 +119412,18 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T11:01:07Z", + "updatedAt": "2025-04-19T20:48:14Z", "createdAt": "2024-12-18T01:14:47Z", - "pushedAt": "2025-04-16T11:01:07Z", + "pushedAt": "2025-04-19T20:48:14Z", "forks": 0, - "issues": 11, + "issues": 9, "subscribers": 1, - "stars": 11 + "stars": 24 }, "name": "@s77rt/react-native-markdown", "fullName": "s77rt/react-native-markdown", "isPrivate": false, - "description": "React Native Markdown Components: Drop-in replacements for React Native Components with a built-in Markdown formatter.", + "description": "Drop-in replacements for React Native components with a built-in Markdown formatter.", "topics": [ "react-native", "markdown" @@ -116944,12 +119439,15 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -100, + "npm": { + "downloads": 308, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.321, "topicSearchString": "react-native markdown" }, { @@ -116996,12 +119494,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 6, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 35, "matchingScoreModifiers": [ "Not updated recently" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native viewshot" }, { @@ -117025,7 +119528,7 @@ "createdAt": "2024-09-19T12:06:47Z", "pushedAt": "2025-02-17T12:29:33Z", "forks": 0, - "issues": 0, + "issues": 1, "subscribers": 1, "stars": 1 }, @@ -117048,10 +119551,15 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 28, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 46, "matchingScoreModifiers": [], - "popularity": -100, + "popularity": -0.314, "topicSearchString": "react-native contacts" }, { @@ -117062,6 +119570,7 @@ ], "ios": true, "android": true, + "tvos": true, "web": true, "newArchitecture": true, "github": { @@ -117075,13 +119584,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:42:50Z", + "updatedAt": "2025-06-20T14:17:02Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-14T18:42:50Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-06-20T14:17:02Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-audio", "fullName": "expo/expo", @@ -117108,9 +119617,9 @@ }, "npmPkg": "expo-audio", "npm": { - "downloads": 36980, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 168285, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -117143,13 +119652,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T14:35:30Z", + "updatedAt": "2025-05-28T02:50:47Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-04-15T14:35:30Z", - "forks": 6536, - "issues": 494, - "subscribers": 315, - "stars": 39114 + "pushedAt": "2025-05-28T02:50:47Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 }, "name": "expo-maps", "fullName": "expo/expo", @@ -117173,9 +119682,9 @@ }, "npmPkg": "expo-maps", "npm": { - "downloads": 6257, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15260, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 86, "matchingScoreModifiers": [ @@ -117241,15 +119750,15 @@ }, "npmPkg": "userealmstorage-dexterverse", "npm": { - "downloads": 22, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 30, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.305, + "popularity": -0.317, "topicSearchString": "react-native async-storage asyncstorage storage realm @realm/react hooks" }, { @@ -117274,13 +119783,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-01T14:50:46Z", + "updatedAt": "2025-06-15T21:49:41Z", "createdAt": "2025-01-13T13:22:38Z", - "pushedAt": "2025-04-01T14:50:46Z", - "forks": 11, + "pushedAt": "2025-06-15T21:49:41Z", + "forks": 12, "issues": 1, - "subscribers": 3, - "stars": 89 + "subscribers": 4, + "stars": 93 }, "name": "@appzung/react-native-code-push", "fullName": "AppZung/react-native-code-push", @@ -117311,23 +119820,28 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v11.0.0-rc6", - "tagName": "v11.0.0-rc6", - "createdAt": "2025-04-01T14:50:46Z", - "publishedAt": "2025-04-01T14:56:20Z", - "isPrerelease": true + "name": "v11.0.0-rc10", + "tagName": "v11.0.0-rc10", + "createdAt": "2025-06-15T21:49:41Z", + "publishedAt": "2025-06-15T21:51:37Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 1908, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "appzung codepush react-native code push ota live-updates hot-updates expo-updates expo-ota appcenter code-push ota-update react updates" }, { @@ -117351,13 +119865,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-07T19:21:29Z", + "updatedAt": "2025-06-11T23:10:05Z", "createdAt": "2025-02-23T00:58:20Z", - "pushedAt": "2025-03-07T19:21:29Z", - "forks": 7, - "issues": 3, + "pushedAt": "2025-06-11T23:10:05Z", + "forks": 6, + "issues": 1, "subscribers": 4, - "stars": 362 + "stars": 380 }, "name": "react-native-boost", "fullName": "kuatsu/react-native-boost", @@ -117386,13 +119900,14 @@ }, "npmPkg": "react-native-boost", "npm": { - "downloads": 4891, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 9116, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -117459,15 +119974,15 @@ }, "npmPkg": "expo-googlenearby-connection", "npm": { - "downloads": 11, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.1, "topicSearchString": "react-native expo expo-googlenearby-connection expogooglenearbyconnection nearby-connection android google-nearby google-nearby-connections kotlin-android" }, { @@ -117485,13 +120000,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-29T17:58:33Z", + "updatedAt": "2025-04-22T17:23:41Z", "createdAt": "2022-07-02T15:54:12Z", - "pushedAt": "2025-01-29T17:58:33Z", - "forks": 27, - "issues": 11, + "pushedAt": "2025-04-22T17:23:41Z", + "forks": 29, + "issues": 10, "subscribers": 1, - "stars": 66 + "stars": 70 }, "name": "@maniac-tech/react-native-expo-read-sms", "fullName": "maniac-tech/react-native-expo-read-sms", @@ -117524,12 +120039,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 168, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.22, "topicSearchString": "react-native sms read-sms android-sms android expo sms-notification" }, { @@ -117556,7 +120076,7 @@ "forks": 2, "issues": 0, "subscribers": 3, - "stars": 92 + "stars": 95 }, "name": "react-native-apple-image-playground", "fullName": "Ucekay/react-native-image-playground", @@ -117580,15 +120100,16 @@ "isArchived": false }, "npm": { - "downloads": 20, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 8, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.2, + "popularity": -0.125, "topicSearchString": "react-native expo image-playground reactnativeimageplayground" }, { @@ -117609,13 +120130,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-02T22:17:43Z", + "updatedAt": "2025-06-21T15:56:17Z", "createdAt": "2025-02-16T20:45:13Z", - "pushedAt": "2025-04-02T22:17:43Z", + "pushedAt": "2025-06-21T15:56:17Z", "forks": 1, "issues": 0, "subscribers": 2, - "stars": 10 + "stars": 12 }, "name": "react-native-nitro-tor", "fullName": "niteshbalusu11/react-native-nitro-tor", @@ -117641,10 +120162,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.2.4", - "tagName": "v0.2.4", - "createdAt": "2025-04-02T22:17:45Z", - "publishedAt": "2025-04-02T22:18:19Z", + "name": "v0.2.5", + "tagName": "v0.2.5", + "createdAt": "2025-06-21T15:56:22Z", + "publishedAt": "2025-06-21T16:16:38Z", "isPrerelease": false }, "hasTypes": false, @@ -117653,16 +120174,16 @@ }, "npmPkg": "react-native-nitro-tor", "npm": { - "downloads": 183, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 173, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -0.321, "topicSearchString": "react-native ios android tor nitro-modules new-architecture onion onion-service socks5" }, { @@ -117694,7 +120215,7 @@ "forks": 30, "issues": 6, "subscribers": 1, - "stars": 196 + "stars": 200 }, "name": "react-native-stepper-ui", "fullName": "danilrafiqi/react-native-stepper-ui", @@ -117718,9 +120239,9 @@ }, "npmPkg": "react-native-stepper-ui", "npm": { - "downloads": 1525, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1287, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 41, "matchingScoreModifiers": [ @@ -117728,7 +120249,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android" }, { @@ -117753,13 +120274,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T13:04:38Z", + "updatedAt": "2025-06-15T17:32:30Z", "createdAt": "2024-11-20T09:02:32Z", - "pushedAt": "2025-04-16T13:04:38Z", - "forks": 30, - "issues": 29, - "subscribers": 13, - "stars": 1094 + "pushedAt": "2025-06-15T17:32:30Z", + "forks": 63, + "issues": 57, + "subscribers": 14, + "stars": 2241 }, "name": "@legendapp/list", "fullName": "LegendApp/legend-list", @@ -117782,13 +120303,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 83076, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react react-native list" }, { @@ -117813,7 +120341,7 @@ "createdAt": "2025-01-15T01:47:44Z", "pushedAt": "2025-02-27T22:51:06Z", "forks": 0, - "issues": 0, + "issues": 2, "subscribers": 1, "stars": 8 }, @@ -117847,15 +120375,15 @@ }, "npmPkg": "expo-selectable-text", "npm": { - "downloads": 146, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 61, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -0.317, "topicSearchString": "react-native expo expo-selectable-text exposelectabletext" }, { @@ -117876,13 +120404,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T22:03:37Z", + "updatedAt": "2025-06-14T12:32:53Z", "createdAt": "2025-02-27T19:32:47Z", - "pushedAt": "2025-04-15T22:03:37Z", + "pushedAt": "2025-06-14T12:32:53Z", "forks": 1, "issues": 1, "subscribers": 1, - "stars": 20 + "stars": 26 }, "name": "react-native-ios-translate-sheet", "fullName": "huextrat/react-native-ios-translate-sheet", @@ -117904,10 +120432,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.4.1", - "tagName": "v1.4.1", - "createdAt": "2025-04-15T12:16:24Z", - "publishedAt": "2025-04-15T12:16:35Z", + "name": "v1.4.4", + "tagName": "v1.4.4", + "createdAt": "2025-06-13T00:50:57Z", + "publishedAt": "2025-06-13T00:51:10Z", "isPrerelease": false }, "hasTypes": true, @@ -117916,15 +120444,15 @@ }, "npmPkg": "react-native-ios-translate-sheet", "npm": { - "downloads": 768, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 159, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": -0.071, + "popularity": -0.225, "topicSearchString": "react-native ios translate sheet swiftui" }, { @@ -117945,13 +120473,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T22:41:37Z", + "updatedAt": "2025-06-14T14:32:21Z", "createdAt": "2025-02-28T15:31:16Z", - "pushedAt": "2025-04-15T22:41:37Z", + "pushedAt": "2025-06-14T14:32:21Z", "forks": 0, "issues": 1, "subscribers": 1, - "stars": 10 + "stars": 13 }, "name": "react-native-ios-translate-tasks", "fullName": "huextrat/react-native-ios-translate-tasks", @@ -117987,15 +120515,15 @@ }, "npmPkg": "react-native-ios-translate-tasks", "npm": { - "downloads": 461, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 24, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": -0.322, + "popularity": -0.308, "topicSearchString": "react-native ios android translate task tasks swiftui" }, { @@ -118054,15 +120582,15 @@ }, "npmPkg": "react-native-momentum-carousel", "npm": { - "downloads": 78, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 325, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.322, "topicSearchString": "react-native carousel react native" }, { @@ -118093,10 +120621,10 @@ "updatedAt": "2025-03-22T09:49:33Z", "createdAt": "2025-02-10T23:02:18Z", "pushedAt": "2025-03-22T09:49:33Z", - "forks": 0, - "issues": 1, + "forks": 1, + "issues": 2, "subscribers": 1, - "stars": 25 + "stars": 35 }, "name": "react-native-phone-entry", "fullName": "anday013/react-native-phone-entry", @@ -118134,15 +120662,13 @@ }, "npmPkg": "react-native-phone-entry", "npm": { - "downloads": 275, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1015, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -0.225, + "score": 46, + "matchingScoreModifiers": [], + "popularity": 0.028, "topicSearchString": "react-native ios android component expo input phone-input react app" }, { @@ -118198,10 +120724,15 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 13, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 46, "matchingScoreModifiers": [], - "popularity": -100, + "popularity": -0.273, "topicSearchString": "react-native ios android shortcuts quick-actions uiapplicationshortcutitem app-shortcuts" }, { @@ -118236,7 +120767,7 @@ "forks": 0, "issues": 1, "subscribers": 1, - "stars": 1 + "stars": 3 }, "name": "@brijen/react-native-multistep", "fullName": "BrijenMakwana/react-native-multistep", @@ -118273,12 +120804,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 154, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.324, "topicSearchString": "react-native forms multi-step-form multi-step stepper wizard reanimated ui ios android" }, { @@ -118304,10 +120840,10 @@ "updatedAt": "2025-03-11T17:41:40Z", "createdAt": "2025-02-21T07:12:03Z", "pushedAt": "2025-03-11T17:41:40Z", - "forks": 1, + "forks": 3, "issues": 0, "subscribers": 0, - "stars": 13 + "stars": 19 }, "name": "@mhpdev/react-native-speech", "fullName": "mhpdev-com/react-native-speech", @@ -118345,10 +120881,15 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 232, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 46, "matchingScoreModifiers": [], - "popularity": -100, + "popularity": -0.32, "topicSearchString": "react-native ios android speech tts text-to-speech voice highlighted highlight-text highlighter highlighted-text" }, { @@ -118379,7 +120920,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 7 + "stars": 10 }, "name": "expo-translate-text", "fullName": "TomAtterton/expo-translate-text", @@ -118404,15 +120945,15 @@ }, "npmPkg": "expo-translate-text", "npm": { - "downloads": 21, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 254, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.302, + "popularity": -0.322, "topicSearchString": "react-native expo expo-translate-text expotranslatetext" }, { @@ -118443,7 +120984,7 @@ "updatedAt": "2025-03-13T17:27:38Z", "createdAt": "2024-09-21T08:49:12Z", "pushedAt": "2025-03-13T17:27:38Z", - "forks": 3, + "forks": 4, "issues": 0, "subscribers": 1, "stars": 22 @@ -118474,15 +121015,15 @@ "isArchived": false }, "npm": { - "downloads": 218, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 235, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.324, "topicSearchString": "nepali nepali-picker nepali-date-picker date-picker calendar-picker ios android" }, { @@ -118504,13 +121045,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T11:18:37Z", + "updatedAt": "2025-06-18T15:58:44Z", "createdAt": "2018-06-21T21:15:55Z", - "pushedAt": "2025-04-16T11:18:37Z", - "forks": 91, - "issues": 39, + "pushedAt": "2025-06-18T15:58:44Z", + "forks": 99, + "issues": 45, "subscribers": 19, - "stars": 897 + "stars": 959 }, "name": "react-native-purchases-ui", "fullName": "RevenueCat/react-native-purchases", @@ -118538,9 +121079,9 @@ }, "npmPkg": "react-native-purchases-ui", "npm": { - "downloads": 42276, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 57549, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 73, "matchingScoreModifiers": [ @@ -118571,13 +121112,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-31T22:28:52Z", + "updatedAt": "2025-05-12T20:51:05Z", "createdAt": "2021-12-06T21:50:29Z", - "pushedAt": "2025-03-31T22:28:52Z", - "forks": 24, - "issues": 5, + "pushedAt": "2025-05-12T20:51:05Z", + "forks": 25, + "issues": 6, "subscribers": 14, - "stars": 17 + "stars": 19 }, "name": "newrelic-react-native-agent", "fullName": "newrelic/newrelic-react-native-agent", @@ -118596,10 +121137,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "1.5.3", - "tagName": "1.5.3", - "createdAt": "2025-03-31T22:28:52Z", - "publishedAt": "2025-03-31T22:31:01Z", + "name": "1.5.5", + "tagName": "1.5.5", + "createdAt": "2025-05-12T20:51:05Z", + "publishedAt": "2025-05-12T20:53:45Z", "isPrerelease": false }, "hasTypes": true, @@ -118608,14 +121149,12 @@ }, "npmPkg": "newrelic-react-native-agent", "npm": { - "downloads": 80084, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 86412, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], + "score": 46, + "matchingScoreModifiers": [], "popularity": -0.072, "topicSearchString": "new-relic react-native" }, @@ -118640,8 +121179,8 @@ "updatedAt": "2023-08-07T17:02:42Z", "createdAt": "2019-09-15T08:45:53Z", "pushedAt": "2023-08-07T17:02:42Z", - "forks": 29, - "issues": 6, + "forks": 30, + "issues": 7, "subscribers": 4, "stars": 85 }, @@ -118674,9 +121213,9 @@ }, "npmPkg": "react-native-notification-sounds", "npm": { - "downloads": 6024, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 5337, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ @@ -118705,13 +121244,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-12T14:39:39Z", + "updatedAt": "2025-05-15T11:14:42Z", "createdAt": "2025-02-27T19:20:12Z", - "pushedAt": "2025-04-12T14:39:39Z", - "forks": 3, + "pushedAt": "2025-05-15T11:14:42Z", + "forks": 4, "issues": 0, "subscribers": 2, - "stars": 134 + "stars": 145 }, "name": "react-native-emoji-popup", "fullName": "okwasniewski/react-native-emoji-popup", @@ -118731,10 +121270,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.3.0", - "tagName": "v0.3.0", - "createdAt": "2025-04-12T14:39:41Z", - "publishedAt": "2025-04-12T14:39:48Z", + "name": "Release 0.3.1", + "tagName": "v0.3.1", + "createdAt": "2025-05-11T08:54:23Z", + "publishedAt": "2025-05-11T08:54:29Z", "isPrerelease": false }, "hasTypes": true, @@ -118743,22 +121282,20 @@ }, "npmPkg": "react-native-emoji-popup", "npm": { - "downloads": 2340, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 2438, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], + "score": 46, + "matchingScoreModifiers": [], "popularity": 0.028, "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/callstackincubator/react-native-legal/tree/main/packages/react-native-legal", "examples": [ - "https://github.com/callstackincubator/react-native-legal/tree/main/packages/bare-example-notice", - "https://github.com/callstackincubator/react-native-legal/tree/main/packages/expo-example-notice" + "https://github.com/callstackincubator/react-native-legal/tree/main/examples/bare-example", + "https://github.com/callstackincubator/react-native-legal/tree/main/examples/expo-example" ], "images": [ "https://raw.githubusercontent.com/callstackincubator/react-native-legal/refs/heads/main/static/android-expo.gif", @@ -118780,13 +121317,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-21T09:53:08Z", + "updatedAt": "2025-06-18T09:54:33Z", "createdAt": "2023-08-07T11:01:51Z", - "pushedAt": "2025-03-21T09:53:08Z", - "forks": 2, - "issues": 7, - "subscribers": 4, - "stars": 174 + "pushedAt": "2025-06-18T09:54:33Z", + "forks": 5, + "issues": 6, + "subscribers": 5, + "stars": 241 }, "name": "react-native-legal", "fullName": "callstackincubator/react-native-legal", @@ -118813,12 +121350,13 @@ }, "npmPkg": "react-native-legal", "npm": { - "downloads": 645, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 3029, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], @@ -118844,13 +121382,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-16T15:06:18Z", + "updatedAt": "2025-06-18T09:26:44Z", "createdAt": "2019-07-15T12:33:29Z", - "pushedAt": "2025-04-16T15:06:18Z", - "forks": 19, - "issues": 15, + "pushedAt": "2025-06-18T09:26:44Z", + "forks": 23, + "issues": 16, "subscribers": 10, - "stars": 315 + "stars": 388 }, "name": "@callstack/react-native-brownfield", "fullName": "callstack/react-native-brownfield", @@ -118869,27 +121407,33 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.0.0", - "tagName": "v1.0.0", - "createdAt": "2025-04-16T15:06:19Z", - "publishedAt": "2025-04-16T15:06:25Z", + "name": "Release 1.1.0", + "tagName": "v1.1.0", + "createdAt": "2025-06-18T09:26:45Z", + "publishedAt": "2025-06-18T09:26:52Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 2048, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "brownfield native integration" }, { - "githubUrl": "https://github.com/software-mansion/react-native-executorch", + "githubUrl": "https://github.com/software-mansion/react-native-executorch/tree/main/packages/react-native-executorch", "examples": [ "https://github.com/software-mansion/react-native-executorch/tree/main/examples/computer-vision", "https://github.com/software-mansion/react-native-executorch/tree/main/examples/llama", @@ -118902,26 +121446,26 @@ "urls": { "repo": "https://github.com/software-mansion/react-native-executorch", "clone": "https://github.com/software-mansion/react-native-executorch.git", - "homepage": "http://docs.swmansion.com/react-native-executorch/" + "homepage": "https://docs.swmansion.com/react-native-executorch" }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T10:40:02Z", + "updatedAt": "2025-06-18T12:49:27Z", "createdAt": "2024-10-16T10:58:16Z", - "pushedAt": "2025-04-15T10:40:02Z", - "forks": 22, - "issues": 13, - "subscribers": 11, - "stars": 575 + "pushedAt": "2025-06-18T12:49:27Z", + "forks": 37, + "issues": 35, + "subscribers": 12, + "stars": 791 }, "name": "react-native-executorch", "fullName": "software-mansion/react-native-executorch", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "Declarative way to run AI models in React Native on device, powered by ExecuTorch.", + "description": "An easy way to run AI models in React Native with ExecuTorch", "topics": [ "react-native", "ios", @@ -118940,22 +121484,15 @@ "key": "mit", "spdxId": "MIT" }, - "lastRelease": { - "name": "v0.3.2", - "tagName": "v0.3.2", - "createdAt": "2025-03-24T15:16:21Z", - "publishedAt": "2025-03-24T15:14:55Z", - "isPrerelease": false - }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-executorch", "npm": { - "downloads": 713, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1631, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 59, "matchingScoreModifiers": [ @@ -118989,7 +121526,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 9 + "stars": 10 }, "name": "react-native-attributify", "fullName": "kubilaysalih/react-native-attributify", @@ -119016,15 +121553,15 @@ }, "npmPkg": "react-native-attributify", "npm": { - "downloads": 39, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 15, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.35, "topicSearchString": "react-native styling utility css-in-js atomic-css typescript" }, { @@ -119052,7 +121589,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 1 + "stars": 2 }, "name": "@splicer97/react-native-android-keyboard-adjust", "fullName": "Splicer97/react-native-android-keyboard-adjust", @@ -119087,10 +121624,15 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 14, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 46, "matchingScoreModifiers": [], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native android @splicer97/android-keyboard-adjust android-keyboard-adjust @rn-android-keyboard-adjust keyboard-adjust keyboard adjust" }, { @@ -119115,7 +121657,7 @@ "updatedAt": "2025-03-17T18:43:27Z", "createdAt": "2025-03-17T16:06:46Z", "pushedAt": "2025-03-17T18:43:27Z", - "forks": 0, + "forks": 1, "issues": 0, "subscribers": 1, "stars": 14 @@ -119178,15 +121720,15 @@ }, "npmPkg": "react-native-img-buffer-save", "npm": { - "downloads": 302, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.35, "topicSearchString": "react-native ios android jsi cpp image img img-save image-save save-image save-img image-save-to-gallery image-to-gallery gallery img-buffer-save save-buffer save-array-buffer buffer array-buffer save-image-buffer save-image-array-buffer save-gallery img-buffer image-buffer native-module jsi-react-native module image-gallery img-gallery save-img-buffer save-to-gallery" }, { @@ -119211,10 +121753,10 @@ "updatedAt": "2025-03-16T22:32:23Z", "createdAt": "2025-01-17T21:17:28Z", "pushedAt": "2025-03-16T22:32:23Z", - "forks": 0, + "forks": 1, "issues": 0, "subscribers": 1, - "stars": 14 + "stars": 16 }, "name": "react-native-xxhash", "fullName": "pioner92/react-native-xxhash", @@ -119265,15 +121807,15 @@ }, "npmPkg": "react-native-xxhash", "npm": { - "downloads": 100, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 383, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -0.324, "topicSearchString": "react-native ios android xxhash hash fast xxhash3 xxhash3-react-native hash-react-native hash-xxhash jsi cpp fast-hash quick-hash xxhash-jsi xxhash-cpp xxhash3-jsi xxhash3-cpp react jni quickhash xxhash-library" }, { @@ -119298,10 +121840,10 @@ "updatedAt": "2025-03-17T11:56:56Z", "createdAt": "2025-03-15T14:34:18Z", "pushedAt": "2025-03-17T11:56:56Z", - "forks": 0, + "forks": 1, "issues": 0, "subscribers": 1, - "stars": 11 + "stars": 12 }, "name": "react-native-config-jsi", "fullName": "pioner92/react-native-config-jsi", @@ -119344,15 +121886,15 @@ }, "npmPkg": "react-native-config-jsi", "npm": { - "downloads": 526, - "start": "2025-03-15", - "end": "2025-04-13" + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native ios android jsi cpp config jsi-react-native config-cpp env config-jsi jni native-module react-config module" }, { @@ -119380,7 +121922,7 @@ "forks": 0, "issues": 0, "subscribers": 2, - "stars": 8 + "stars": 9 }, "name": "react-native-render-lynx", "fullName": "dcangulo/react-native-render-lynx", @@ -119412,15 +121954,13 @@ }, "npmPkg": "react-native-render-lynx", "npm": { - "downloads": 272, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 17, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -0.321, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.291, "topicSearchString": "react-native lynx lynx-js lynxjs" }, { @@ -119445,10 +121985,10 @@ "updatedAt": "2025-04-02T05:52:26Z", "createdAt": "2019-09-12T18:14:33Z", "pushedAt": "2025-04-02T05:52:26Z", - "forks": 122, - "issues": 7, + "forks": 126, + "issues": 5, "subscribers": 12, - "stars": 405 + "stars": 424 }, "name": "react-native-wifi-reborn", "fullName": "JuanSeBestia/react-native-wifi-reborn", @@ -119482,14 +122022,13 @@ }, "npmPkg": "react-native-wifi-reborn", "npm": { - "downloads": 68158, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 47669, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -119551,13 +122090,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 18, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.35, "topicSearchString": "react-native help-center help-desk helpkit notion documentation knowledge-base customer-support faq mobile" }, { @@ -119579,13 +122122,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-16T16:35:16Z", + "updatedAt": "2025-06-11T18:16:29Z", "createdAt": "2023-12-04T15:59:56Z", - "pushedAt": "2025-04-16T16:35:16Z", - "forks": 300, - "issues": 41, - "subscribers": 28, - "stars": 1219 + "pushedAt": "2025-06-11T18:16:29Z", + "forks": 299, + "issues": 37, + "subscribers": 29, + "stars": 1221 }, "name": "@google/generative-ai", "fullName": "google-gemini/deprecated-generative-ai-js", @@ -119600,23 +122143,31 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "v0.24.0", - "tagName": "v0.24.0", - "createdAt": "2025-03-07T00:05:56Z", - "publishedAt": "2025-03-07T00:05:58Z", + "name": "v0.24.1", + "tagName": "v0.24.1", + "createdAt": "2025-04-29T17:48:22Z", + "publishedAt": "2025-04-29T17:48:24Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 3682874, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "" }, { @@ -119637,13 +122188,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-10T08:46:07Z", + "updatedAt": "2025-05-29T15:30:42Z", "createdAt": "2025-03-22T12:15:43Z", - "pushedAt": "2025-04-10T08:46:07Z", - "forks": 2, - "issues": 0, - "subscribers": 1, - "stars": 195 + "pushedAt": "2025-05-29T15:30:42Z", + "forks": 7, + "issues": 4, + "subscribers": 2, + "stars": 256 }, "name": "react-native-auto-skeleton", "fullName": "pioner92/react-native-auto-skeleton", @@ -119691,10 +122242,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.1.22", - "tagName": "v0.1.22", - "createdAt": "2025-04-09T19:34:57Z", - "publishedAt": "2025-04-09T19:35:07Z", + "name": "Release 0.1.26", + "tagName": "v0.1.26", + "createdAt": "2025-05-29T15:30:44Z", + "publishedAt": "2025-05-29T15:31:11Z", "isPrerelease": false }, "hasTypes": true, @@ -119703,12 +122254,13 @@ }, "npmPkg": "react-native-auto-skeleton", "npm": { - "downloads": 1726, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1506, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, + "score": 59, "matchingScoreModifiers": [ + "Known", "Recently updated" ], "popularity": 0.028, @@ -119738,13 +122290,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-12T21:45:58Z", + "updatedAt": "2025-06-21T14:57:35Z", "createdAt": "2024-02-05T13:53:01Z", - "pushedAt": "2025-04-12T21:45:58Z", - "forks": 3, - "issues": 6, + "pushedAt": "2025-06-21T14:57:35Z", + "forks": 5, + "issues": 9, "subscribers": 1, - "stars": 146 + "stars": 170 }, "name": "react-native-advanced-input-mask", "fullName": "IvanIhnatsiuk/react-native-advanced-input-mask", @@ -119781,9 +122333,9 @@ "isArchived": false }, "npm": { - "downloads": 16659, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34762, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ @@ -119817,9 +122369,9 @@ "createdAt": "2022-03-17T10:15:32Z", "pushedAt": "2024-05-01T14:21:27Z", "forks": 10, - "issues": 13, + "issues": 14, "subscribers": 3, - "stars": 86 + "stars": 90 }, "name": "react-native-translator", "fullName": "KoreanThinker/react-native-translator", @@ -119853,16 +122405,16 @@ }, "npmPkg": "react-native-translator", "npm": { - "downloads": 355, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 310, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.221, "topicSearchString": "translator translate react-native typescript google-translate deepl" }, { @@ -119890,7 +122442,7 @@ "forks": 2, "issues": 1, "subscribers": 2, - "stars": 32 + "stars": 33 }, "name": "@corasan/image-compressor", "fullName": "corasan/image-compressor", @@ -119918,13 +122470,17 @@ "newArchitecture": true, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 44, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.205, "topicSearchString": "react-native nitro expo image compression compressor image-compressor image-compressor" }, { @@ -119945,13 +122501,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-27T17:44:02Z", + "updatedAt": "2025-05-01T12:02:06Z", "createdAt": "2024-10-15T21:43:41Z", - "pushedAt": "2025-03-27T17:44:02Z", + "pushedAt": "2025-05-01T12:02:06Z", "forks": 0, "issues": 1, "subscribers": 4, - "stars": 9 + "stars": 10 }, "name": "react-native-nitro-bip39", "fullName": "ronickg/react-native-nitro-bip39", @@ -119975,65 +122531,69 @@ }, "npmPkg": "react-native-nitro-bip39", "npm": { - "downloads": 261, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 375, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": -0.323, "topicSearchString": "react-native nitro" }, { - "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser/tree/main/react-native-nitro-in-app-browser", + "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser", "examples": [ "https://github.com/patrickkabwe/react-native-nitro-in-app-browser/tree/main/example" ], "android": true, "ios": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser", "clone": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser.git", - "homepage": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser#readme" + "homepage": null }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-02-09T09:48:43Z", + "updatedAt": "2025-06-07T08:22:36Z", "createdAt": "2024-10-20T18:21:37Z", - "pushedAt": "2025-02-09T09:48:43Z", + "pushedAt": "2025-06-07T08:22:36Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 26 + "stars": 31 }, "name": "react-native-nitro-in-app-browser", "fullName": "patrickkabwe/react-native-nitro-in-app-browser", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "A React Native Nitro module for in-app browser", + "description": "A Simple React Native Nitro module for in-app browser.", "topics": [ "react-native", + "nitro", "in-app-browser", - "nitro-in-app-browser", - "new-architecture", - "browser", - "in-app-browser", - "in-app-browser", - "in-app-browser" + "in-app-browser-module", + "nitro-in-app-browser" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.1.6", + "tagName": "v1.1.6", + "createdAt": "2025-06-07T08:22:36Z", + "publishedAt": "2025-06-07T08:22:42Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -120041,16 +122601,17 @@ }, "npmPkg": "react-native-nitro-in-app-browser", "npm": { - "downloads": 40, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 158, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.2, - "topicSearchString": "react-native in-app-browser nitro-in-app-browser new-architecture browser in-app-browser in-app-browser in-app-browser" + "popularity": -0.225, + "topicSearchString": "react-native nitro in-app-browser in-app-browser-module nitro-in-app-browser" }, { "githubUrl": "https://github.com/litecoin-foundation/react-native-turbo-scrypt", @@ -120076,7 +122637,7 @@ "forks": 0, "issues": 0, "subscribers": 6, - "stars": 3 + "stars": 5 }, "name": "react-native-turbo-scrypt", "fullName": "litecoin-foundation/react-native-turbo-scrypt", @@ -120100,15 +122661,15 @@ }, "npmPkg": "react-native-turbo-scrypt", "npm": { - "downloads": 103, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 29, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.316, "topicSearchString": "react-native nitro" }, { @@ -120132,10 +122693,10 @@ "updatedAt": "2024-10-05T16:10:47Z", "createdAt": "2024-04-21T23:14:04Z", "pushedAt": "2024-10-05T16:10:47Z", - "forks": 9, + "forks": 10, "issues": 5, - "subscribers": 2, - "stars": 133 + "subscribers": 3, + "stars": 148 }, "name": "react-native-llm-mediapipe", "fullName": "cdiddy77/react-native-llm-mediapipe", @@ -120170,16 +122731,16 @@ }, "npmPkg": "react-native-llm-mediapipe", "npm": { - "downloads": 73, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 94, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.218, "topicSearchString": "react-native ios android mediapipe llm local-llm" }, { @@ -120201,13 +122762,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-15T07:48:42Z", + "updatedAt": "2025-06-04T13:07:12Z", "createdAt": "2024-09-04T07:58:43Z", - "pushedAt": "2025-04-15T07:48:42Z", + "pushedAt": "2025-06-04T13:07:12Z", "forks": 5, "issues": 0, - "subscribers": 8, - "stars": 24 + "subscribers": 9, + "stars": 27 }, "name": "react-native-bare-kit", "fullName": "holepunchto/react-native-bare-kit", @@ -120227,15 +122788,15 @@ }, "npmPkg": "react-native-bare-kit", "npm": { - "downloads": 2414, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1561, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": -0.072, + "popularity": 0.028, "topicSearchString": "" }, { @@ -120297,16 +122858,15 @@ }, "npmPkg": "rn-build-version", "npm": { - "downloads": 531, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 36, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.074, + "popularity": -0.322, "topicSearchString": "react-native management version-management android tools developer-tools mobile-app build-automation release-management build app-versioning auto ios rn rn-build-version upgrade-build-version" }, { @@ -120330,7 +122890,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 3 + "stars": 8 }, "name": "expo-testflight", "fullName": "jeremybarbet/expo-testflight", @@ -120355,16 +122915,15 @@ }, "npmPkg": "expo-testflight", "npm": { - "downloads": 494, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 4161, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.072, "topicSearchString": "react-native expo expo-testflight expotestflight" }, { @@ -120384,13 +122943,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-03T23:44:02Z", + "updatedAt": "2025-06-02T23:49:03Z", "createdAt": "2021-06-24T00:37:58Z", - "pushedAt": "2024-12-03T23:44:02Z", - "forks": 110, - "issues": 45, - "subscribers": 8, - "stars": 507 + "pushedAt": "2025-06-02T23:49:03Z", + "forks": 116, + "issues": 41, + "subscribers": 9, + "stars": 517 }, "name": "@config-plugins/react-native-blob-util", "fullName": "expo/config-plugins", @@ -120412,12 +122971,20 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 178314, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "blob-util react-native expo" }, { @@ -120437,13 +123004,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-12-03T23:44:02Z", + "updatedAt": "2025-06-02T23:49:03Z", "createdAt": "2021-06-24T00:37:58Z", - "pushedAt": "2024-12-03T23:44:02Z", - "forks": 110, - "issues": 45, - "subscribers": 8, - "stars": 507 + "pushedAt": "2025-06-02T23:49:03Z", + "forks": 116, + "issues": 41, + "subscribers": 9, + "stars": 517 }, "name": "@config-plugins/react-native-pdf", "fullName": "expo/config-plugins", @@ -120465,21 +123032,29 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 43, + "npm": { + "downloads": 167270, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "pdf react-native expo" }, { "githubUrl": "https://github.com/brix/crypto-js", - "npmPkg": "crypto-js", "ios": true, "android": true, "web": true, "newArchitecture": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/brix/crypto-js", @@ -120494,10 +123069,10 @@ "updatedAt": "2023-10-24T22:01:45Z", "createdAt": "2013-04-08T20:16:40Z", "pushedAt": "2023-10-24T22:01:45Z", - "forks": 2381, - "issues": 259, - "subscribers": 259, - "stars": 16080 + "forks": 2385, + "issues": 257, + "subscribers": 256, + "stars": 16144 }, "name": "crypto-js", "fullName": "brix/crypto-js", @@ -120536,10 +123111,11 @@ "newArchitecture": false, "isArchived": false }, + "npmPkg": "crypto-js", "npm": { - "downloads": 36687074, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 38330012, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -120555,11 +123131,11 @@ }, { "githubUrl": "https://github.com/date-fns/date-fns", - "npmPkg": "date-fns", "android": true, "ios": true, "web": true, "expoGo": true, + "fireos": true, "github": { "urls": { "repo": "https://github.com/date-fns/date-fns", @@ -120574,10 +123150,10 @@ "updatedAt": "2024-09-23T08:07:23Z", "createdAt": "2014-10-06T10:24:22Z", "pushedAt": "2024-09-23T08:07:23Z", - "forks": 1793, - "issues": 608, + "forks": 1808, + "issues": 623, "subscribers": 207, - "stars": 35640 + "stars": 35883 }, "name": "date-fns", "fullName": "date-fns/date-fns", @@ -120611,10 +123187,11 @@ "newArchitecture": false, "isArchived": false }, + "npmPkg": "date-fns", "npm": { - "downloads": 122888080, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 135352994, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 70, "matchingScoreModifiers": [ @@ -120630,12 +123207,12 @@ }, { "githubUrl": "https://github.com/evergrace-co/react-native-audio-pro", - "npmPkg": "react-native-audio-pro", "examples": [ "https://github.com/evergrace-co/react-native-audio-pro/tree/main/example" ], "ios": true, "android": true, + "newArchitecture": false, "github": { "urls": { "repo": "https://github.com/evergrace-co/react-native-audio-pro", @@ -120647,13 +123224,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-16T11:28:36Z", + "updatedAt": "2025-06-09T07:12:31Z", "createdAt": "2024-08-16T05:20:34Z", - "pushedAt": "2025-04-16T11:28:36Z", - "forks": 1, - "issues": 2, + "pushedAt": "2025-06-09T07:12:31Z", + "forks": 10, + "issues": 3, "subscribers": 2, - "stars": 29 + "stars": 97 }, "name": "react-native-audio-pro", "fullName": "evergrace-co/react-native-audio-pro", @@ -120674,38 +123251,40 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 7.0.0", - "tagName": "v7.0.0", - "createdAt": "2025-04-16T11:28:37Z", - "publishedAt": "2025-04-16T11:28:59Z", - "isPrerelease": false + "name": "Release 10.0.0-beta.4", + "tagName": "v10.0.0-beta.4", + "createdAt": "2025-06-09T07:12:32Z", + "publishedAt": "2025-06-09T07:12:42Z", + "isPrerelease": true }, "hasTypes": false, "newArchitecture": false, "isArchived": false }, + "npmPkg": "react-native-audio-pro", "npm": { - "downloads": 1016, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1334, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": 0.028, "topicSearchString": "react-native ios android web" }, { "githubUrl": "https://github.com/i18next/i18next", - "npmPkg": "i18next", "examples": [ "https://github.com/i18next/i18next/tree/master/examples/typescript" ], "ios": true, "android": true, "web": true, + "fireos": true, + "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/i18next/i18next", @@ -120717,13 +123296,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-15T07:52:21Z", + "updatedAt": "2025-06-10T18:40:47Z", "createdAt": "2011-12-16T12:37:42Z", - "pushedAt": "2025-04-15T07:52:21Z", - "forks": 644, - "issues": 4, - "subscribers": 84, - "stars": 8030 + "pushedAt": "2025-06-10T18:40:47Z", + "forks": 659, + "issues": 9, + "subscribers": 85, + "stars": 8152 }, "name": "i18next", "fullName": "i18next/i18next", @@ -120752,20 +123331,21 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v25.0.0", - "tagName": "v25.0.0", - "createdAt": "2025-04-15T07:52:22Z", - "publishedAt": "2025-04-15T07:52:36Z", + "name": "v25.2.1", + "tagName": "v25.2.1", + "createdAt": "2025-05-25T06:48:11Z", + "publishedAt": "2025-05-25T06:48:28Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, + "npmPkg": "i18next", "npm": { - "downloads": 31479216, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 34256701, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 97, "matchingScoreModifiers": [ @@ -120780,7 +123360,6 @@ }, { "githubUrl": "https://github.com/PostHog/posthog-react-native-session-replay", - "npmPkg": "posthog-react-native-session-replay", "examples": [ "https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example" ], @@ -120797,12 +123376,12 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-04T09:28:06Z", + "updatedAt": "2025-06-06T07:49:08Z", "createdAt": "2024-09-17T10:55:35Z", - "pushedAt": "2025-03-04T09:28:06Z", + "pushedAt": "2025-06-06T07:49:08Z", "forks": 0, "issues": 0, - "subscribers": 15, + "subscribers": 16, "stars": 11 }, "name": "posthog-react-native-session-replay", @@ -120823,23 +123402,25 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.0.5", - "tagName": "1.0.5", - "createdAt": "2025-03-04T09:28:08Z", - "publishedAt": "2025-03-04T09:28:45Z", + "name": "1.1.0", + "tagName": "1.1.0", + "createdAt": "2025-06-06T07:49:10Z", + "publishedAt": "2025-06-06T07:49:39Z", "isPrerelease": false }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": false, "isArchived": false }, + "npmPkg": "posthog-react-native-session-replay", "npm": { - "downloads": 39566, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 68466, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -120847,7 +123428,6 @@ }, { "githubUrl": "https://github.com/pioner92/rn-fade-wrapper", - "npmPkg": "rn-fade-wrapper", "examples": [ "https://github.com/pioner92/rn-fade-wrapper/tree/main/example" ], @@ -120863,21 +123443,21 @@ "stats": { "hasIssues": true, "hasWiki": false, - "hasSponsorships": false, + "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-10T08:49:22Z", + "updatedAt": "2025-05-15T17:55:42Z", "createdAt": "2025-04-02T19:25:56Z", - "pushedAt": "2025-04-10T08:49:22Z", - "forks": 1, + "pushedAt": "2025-05-15T17:55:42Z", + "forks": 2, "issues": 0, "subscribers": 1, - "stars": 48 + "stars": 62 }, "name": "rn-fade-wrapper", "fullName": "pioner92/rn-fade-wrapper", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "🔥 Fade gradient wrapper for React Native scrollable views and overlays on iOS and Android.", + "description": "🔥 React Native fade gradient wrapper for scroll views and overlays", "topics": [ "react-native", "ios", @@ -120905,25 +123485,24 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.1.6", - "tagName": "v0.1.6", - "createdAt": "2025-04-09T19:33:07Z", - "publishedAt": "2025-04-09T19:33:21Z", + "name": "Release 0.1.9", + "tagName": "v0.1.9", + "createdAt": "2025-05-15T17:55:44Z", + "publishedAt": "2025-05-15T17:55:57Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, + "npmPkg": "rn-fade-wrapper", "npm": { - "downloads": 189, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 114, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], + "score": 46, + "matchingScoreModifiers": [], "popularity": -0.224, "topicSearchString": "react-native ios android native-component app.plugin.js component wrapper fade fade-wrapper fade-in fade-out fade-container fade-view fade-in-out fade-gradient gradient fade-component" }, @@ -120945,13 +123524,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-03-28T13:51:56Z", + "updatedAt": "2025-05-14T00:01:54Z", "createdAt": "2018-10-19T08:17:36Z", - "pushedAt": "2025-03-28T13:51:56Z", - "forks": 25, + "pushedAt": "2025-05-14T00:01:54Z", + "forks": 26, "issues": 3, "subscribers": 4, - "stars": 216 + "stars": 230 }, "name": "react-native-check-version", "fullName": "tschoffelen/react-native-check-version", @@ -120979,10 +123558,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.0", - "tagName": "v1.3.0", - "createdAt": "2024-09-30T11:12:17Z", - "publishedAt": "2024-09-30T11:13:03Z", + "name": "v1.4.0", + "tagName": "v1.4.0", + "createdAt": "2025-05-20T08:03:47Z", + "publishedAt": "2025-05-20T08:04:41Z", "isPrerelease": false }, "hasTypes": true, @@ -120991,14 +123570,13 @@ }, "npmPkg": "react-native-check-version", "npm": { - "downloads": 85232, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 71899, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -121024,13 +123602,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T19:49:26Z", + "updatedAt": "2025-06-17T13:19:31Z", "createdAt": "2022-03-06T12:01:38Z", - "pushedAt": "2025-04-14T19:49:26Z", - "forks": 41, - "issues": 30, - "subscribers": 18, - "stars": 162 + "pushedAt": "2025-06-17T13:19:31Z", + "forks": 47, + "issues": 35, + "subscribers": 20, + "stars": 177 }, "name": "@livekit/react-native", "fullName": "livekit/client-sdk-react-native", @@ -121052,23 +123630,29 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "Release 2.7.3", - "tagName": "v2.7.3", - "createdAt": "2025-04-14T19:52:47Z", - "publishedAt": "2025-04-14T19:53:34Z", + "name": "Release 2.7.4", + "tagName": "v2.7.4", + "createdAt": "2025-05-05T18:02:00Z", + "publishedAt": "2025-05-05T18:02:38Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npm": { + "downloads": 26529, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ + "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, + "popularity": 0.028, "topicSearchString": "react-native ios android livekit webrtc" }, { @@ -121095,7 +123679,7 @@ "updatedAt": "2025-02-24T14:52:50Z", "createdAt": "2021-06-04T22:25:32Z", "pushedAt": "2025-02-24T14:52:50Z", - "forks": 19, + "forks": 25, "issues": 4, "subscribers": 1, "stars": 20 @@ -121122,196 +123706,9743 @@ "newArchitecture": false, "isArchived": false }, - "npm": {}, + "npm": { + "downloads": 32410, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -100, + "popularity": -0.072, "topicSearchString": "react-component react-native ios android webrtc" }, { "githubUrl": "https://github.com/livekit/client-sdk-js", "npmPkg": "livekit-client", "examples": [ - "https://github.com/livekit/client-sdk-js/tree/main/examples" + "https://github.com/livekit/client-sdk-js/tree/main/examples" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/livekit/client-sdk-js", + "clone": "https://github.com/livekit/client-sdk-js.git", + "homepage": "https://livekit.io" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-20T14:45:55Z", + "createdAt": "2020-11-03T06:15:40Z", + "pushedAt": "2025-06-20T14:45:55Z", + "forks": 196, + "issues": 26, + "subscribers": 29, + "stars": 461 + }, + "name": "livekit-client", + "fullName": "livekit/client-sdk-js", + "isPrivate": false, + "description": "LiveKit browser client SDK (javascript)", + "topics": [ + "typescript", + "javascript", + "webrtc" + ], + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdxId": "Apache-2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=" + }, + "lastRelease": { + "name": "v2.13.8", + "tagName": "v2.13.8", + "createdAt": "2025-06-20T06:48:44Z", + "publishedAt": "2025-06-20T06:48:46Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 538986, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 73, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "typescript javascript webrtc" + }, + { + "githubUrl": "https://github.com/Raja0sama/rn-foreground-service", + "npmPkg": "@supersami/rn-foreground-service", + "examples": [ + "https://github.com/Raja0sama/rn-forground-service-example" + ], + "images": [ + "https://rn-foreground.vercel.app/md.png" + ], + "android": true, + "github": { + "urls": { + "repo": "https://github.com/Raja0sama/rn-foreground-service", + "clone": "https://github.com/Raja0sama/rn-foreground-service.git", + "homepage": "https://rn-foreground.vercel.app/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-02T06:55:17Z", + "createdAt": "2020-10-29T18:57:13Z", + "pushedAt": "2025-04-02T06:55:17Z", + "forks": 72, + "issues": 26, + "subscribers": 1, + "stars": 157 + }, + "name": "@supersami/rn-foreground-service", + "fullName": "Raja0sama/rn-foreground-service", + "isPrivate": false, + "description": "Foreground Service for React Native made with ❤ ", + "topics": [ + "react", + "react-native", + "android", + "foreground", + "service", + "background", + "java", + "android-application" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "RN Foreground Service v2", + "tagName": "v2-release", + "createdAt": "2023-01-02T12:46:45Z", + "publishedAt": "2023-01-02T12:48:36Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 5809, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react react-native android foreground service background java android-application" + }, + { + "githubUrl": "https://github.com/LegendApp/legend-state", + "npmPkg": "@legendapp/state", + "examples": [ + "https://github.com/LegendApp/legend-state/tree/main/examples" + ], + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/LegendApp/legend-state", + "clone": "https://github.com/LegendApp/legend-state.git", + "homepage": "https://legendapp.com/open-source/state/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-04T09:10:09Z", + "createdAt": "2022-07-21T07:06:08Z", + "pushedAt": "2025-06-04T09:10:09Z", + "forks": 110, + "issues": 149, + "subscribers": 25, + "stars": 3717 + }, + "name": "@legendapp/state", + "fullName": "LegendApp/legend-state", + "isPrivate": true, + "registry": "https://registry.npmjs.org/", + "description": "Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence", + "topics": [ + "react", + "react-native", + "state", + "hooks", + "proxy" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 139244, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 62, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react react-native state hooks proxy" + }, + { + "githubUrl": "https://github.com/w88975/expo-click-outside", + "examples": [ + "https://github.com/w88975/expo-click-outside/tree/main/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/w88975/expo-click-outside", + "clone": "https://github.com/w88975/expo-click-outside.git", + "homepage": "https://www.npmjs.com/package/expo-click-outside" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-07T14:45:08Z", + "createdAt": "2025-04-07T03:52:26Z", + "pushedAt": "2025-04-07T14:45:08Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 8 + }, + "name": "expo-click-outside", + "fullName": "w88975/expo-click-outside", + "isPrivate": false, + "description": "A way to listen click outside of react-native and Expo (use native platform api).", + "topics": [ + "react-native", + "click-outside", + "expo", + "expo-click-outside", + "expoclickoutside" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-click-outside", + "npm": { + "downloads": 104, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.321, + "topicSearchString": "react-native click-outside expo expo-click-outside expoclickoutside" + }, + { + "githubUrl": "https://github.com/versatica/mediasoup-client", + "android": true, + "ios": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/versatica/mediasoup-client", + "clone": "https://github.com/versatica/mediasoup-client.git", + "homepage": "https://mediasoup.org" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-05-26T13:42:54Z", + "createdAt": "2017-07-18T16:44:51Z", + "pushedAt": "2025-05-26T13:42:54Z", + "forks": 235, + "issues": 4, + "subscribers": 43, + "stars": 619 + }, + "name": "mediasoup-client", + "fullName": "versatica/mediasoup-client", + "isPrivate": false, + "description": "mediasoup client side JavaScript library", + "topics": [ + "webrtc", + "ortc", + "browser", + "nodejs", + "javascript", + "sfu", + "client-library" + ], + "license": { + "key": "isc", + "name": "ISC License", + "spdxId": "ISC", + "url": "http://choosealicense.com/licenses/isc/", + "id": "MDc6TGljZW5zZTEw" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "mediasoup-client", + "npm": { + "downloads": 93228, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 73, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "webrtc ortc browser nodejs javascript sfu client-library" + }, + { + "githubUrl": "https://github.com/getsettalk/react-native-advanced-checkbox", + "android": true, + "ios": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/getsettalk/react-native-advanced-checkbox", + "clone": "https://github.com/getsettalk/react-native-advanced-checkbox.git", + "homepage": "https://www.npmjs.com/package/react-native-advanced-checkbox" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-13T08:05:10Z", + "createdAt": "2025-04-10T09:43:44Z", + "pushedAt": "2025-05-13T08:05:10Z", + "forks": 3, + "issues": 0, + "subscribers": 1, + "stars": 11 + }, + "name": "react-native-advanced-checkbox", + "fullName": "getsettalk/react-native-advanced-checkbox", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A powerful, fully-featured checkbox component for React Native, built with TypeScript and designed for maximum flexibility, accessibility, and performance. Supports custom images, rich animations, grouped checkboxes, haptic feedback, and ready for the new architecture support.", + "topics": [ + "react-native", + "checkbox", + "advanced-checkbox", + "animation", + "haptic", + "accessibility", + "group-checkbox", + "android", + "ios" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-advanced-checkbox", + "npm": { + "downloads": 1325, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react-native checkbox advanced-checkbox animation haptic accessibility group-checkbox android ios" + }, + { + "githubUrl": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", + "ios": true, + "android": true, + "expoGo": true, + "images": [ + "https://raw.githubusercontent.com/mahdidavoodi7/bottom-sheet-stepper/refs/heads/main/preview.gif" + ], + "examples": [ + "https://github.com/mahdidavoodi7/bottom-sheet-stepper/tree/main/example" + ], + "github": { + "urls": { + "repo": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", + "clone": "https://github.com/mahdidavoodi7/bottom-sheet-stepper.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-08T07:36:12Z", + "createdAt": "2025-04-12T19:28:21Z", + "pushedAt": "2025-06-08T07:36:12Z", + "forks": 4, + "issues": 3, + "subscribers": 3, + "stars": 273 + }, + "name": "bottom-sheet-stepper", + "fullName": "mahdidavoodi7/bottom-sheet-stepper", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A lightweight and customizable stepper component for React Native, built on top of @gorhom/bottom-sheet. Easily manage multi-step flows in a modal bottom sheet with smooth animations and full control.", + "topics": [ + "react-native", + "bottom-sheet", + "stepper", + "wizard", + "multi-step", + "modal", + "bottom-sheet-stepper", + "onboarding", + "reanimated", + "gorhom", + "gesture-handler", + "component", + "expo" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "bottom-sheet-stepper", + "npm": { + "downloads": 491, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 57, + "matchingScoreModifiers": [ + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.224, + "topicSearchString": "react-native bottom-sheet stepper wizard multi-step modal bottom-sheet-stepper onboarding reanimated gorhom gesture-handler component expo" + }, + { + "githubUrl": "https://github.com/mahdidavoodi7/expo-image-compare", + "ios": true, + "android": true, + "expoGo": true, + "images": [ + "https://raw.githubusercontent.com/mahdidavoodi7/expo-image-compare/refs/heads/main/ezgif-426768e63a1227.gif" + ], + "examples": [ + "https://github.com/mahdidavoodi7/expo-image-compare/tree/main/example" + ], + "github": { + "urls": { + "repo": "https://github.com/mahdidavoodi7/expo-image-compare", + "clone": "https://github.com/mahdidavoodi7/expo-image-compare.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-13T07:33:48Z", + "createdAt": "2025-04-09T08:08:16Z", + "pushedAt": "2025-04-13T07:33:48Z", + "forks": 1, + "issues": 0, + "subscribers": 2, + "stars": 12 + }, + "name": "expo-image-compare", + "fullName": "mahdidavoodi7/expo-image-compare", + "isPrivate": false, + "description": "A customizable before-after image comparison slider for React Native & Expo using Reanimated v3.", + "topics": [ + "expo", + "react-native", + "image-compare", + "before-after-slider", + "reanimated", + "gesture-handler", + "compare" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-image-compare", + "npm": { + "downloads": 42, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.326, + "topicSearchString": "expo react-native image-compare before-after-slider reanimated gesture-handler compare" + }, + { + "githubUrl": "https://github.com/s77rt/react-native-sodium", + "npmPkg": "@s77rt/react-native-sodium", + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/s77rt/react-native-sodium", + "clone": "https://github.com/s77rt/react-native-sodium.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-09T20:35:53Z", + "createdAt": "2025-04-01T10:09:32Z", + "pushedAt": "2025-05-09T20:35:53Z", + "forks": 0, + "issues": 2, + "subscribers": 2, + "stars": 3 + }, + "name": "@s77rt/react-native-sodium", + "fullName": "s77rt/react-native-sodium", + "isPrivate": false, + "description": "A fast cryptography module for React Native using libsodium.", + "topics": [ + "react-native", + "cryptography", + "crypto", + "encryption", + "decryption", + "hashing", + "encoding", + "decoding", + "base64", + "libsodium", + "sodium" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": false, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 72, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.322, + "topicSearchString": "react-native cryptography crypto encryption decryption hashing encoding decoding base64 libsodium sodium" + }, + { + "githubUrl": "https://github.com/Hiroenzo/react-native-mqtt-clients", + "examples": [ + "https://github.com/Hiroenzo/react-native-mqtt-clients/tree/main/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/Hiroenzo/react-native-mqtt-clients", + "clone": "https://github.com/Hiroenzo/react-native-mqtt-clients.git", + "homepage": null + }, + "stats": { + "hasIssues": false, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-01-21T01:16:04Z", + "createdAt": "2024-02-01T06:37:27Z", + "pushedAt": "2025-01-21T01:16:04Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 4 + }, + "name": "react-native-mqtt-clients", + "fullName": "Hiroenzo/react-native-mqtt-clients", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "TCP-capable MQTT client for react native", + "topics": [ + "react-native", + "ios", + "android", + "mqtt", + "cocoamqtt", + "paho" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.2.2", + "tagName": "v0.2.2", + "createdAt": "2025-01-21T01:16:04Z", + "publishedAt": "2025-01-21T01:16:53Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-mqtt-clients", + "npm": { + "downloads": 73, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.323, + "topicSearchString": "react-native ios android mqtt cocoamqtt paho" + }, + { + "githubUrl": "https://github.com/dpakakpo4/rn-use-google-places-autocomplete", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/dpakakpo4/rn-use-google-places-autocomplete", + "clone": "https://github.com/dpakakpo4/rn-use-google-places-autocomplete.git", + "homepage": "https://www.npmjs.com/package/rn-use-google-places-autocomplete" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-02T16:55:27Z", + "createdAt": "2025-04-09T16:11:31Z", + "pushedAt": "2025-05-02T16:55:27Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 6 + }, + "name": "rn-use-google-places-autocomplete", + "fullName": "dpakakpo4/rn-use-google-places-autocomplete", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A fully-typed and modern React Native hook for consuming Google New Places, without `axios` or unnecessary dependencies.", + "topics": [ + "react-native", + "ios", + "android", + "google-api", + "google-places-autocomplete" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 1.1.1", + "tagName": "v1.1.1", + "createdAt": "2025-04-09T17:23:03Z", + "publishedAt": "2025-04-09T17:23:16Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "rn-use-google-places-autocomplete", + "npm": { + "downloads": 114, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.324, + "topicSearchString": "react-native ios android google-api google-places-autocomplete" + }, + { + "githubUrl": "https://github.com/shakebugs/shake-react-native", + "npmPkg": "@shakebugs/react-native-shake", + "examples": [ + "https://apps.apple.com/us/app/shake-sdk-demo/id1599736701" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/shakebugs/shake-react-native", + "clone": "https://github.com/shakebugs/shake-react-native.git", + "homepage": "https://shakebugs.com" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-15T15:27:13Z", + "createdAt": "2021-11-29T12:07:13Z", + "pushedAt": "2025-04-15T15:27:13Z", + "forks": 4, + "issues": 2, + "subscribers": 2, + "stars": 15 + }, + "name": "@shakebugs/react-native-shake", + "fullName": "shakebugs/shake-react-native", + "isPrivate": false, + "description": "Bug reporting SDK for React Native apps.", + "topics": [ + "shakebugs", + "shake", + "sdk", + "bug", + "crash", + "report", + "android", + "ios", + "react-native", + "bug-reporting", + "shake-sdk", + "bug-reports", + "debugging" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "17.1.1", + "tagName": "17.1.1", + "createdAt": "2025-04-18T13:15:33Z", + "publishedAt": "2025-04-28T08:19:19Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 7986, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.072, + "topicSearchString": "shakebugs shake sdk bug crash report android ios react-native bug-reporting shake-sdk bug-reports debugging" + }, + { + "githubUrl": "https://github.com/better-auth/better-auth/tree/main/packages/better-auth", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/better-auth/better-auth", + "clone": "https://github.com/better-auth/better-auth.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-20T22:05:19Z", + "createdAt": "2024-05-19T21:40:04Z", + "pushedAt": "2025-06-20T22:05:19Z", + "forks": 1058, + "issues": 328, + "subscribers": 26, + "stars": 15186 + }, + "name": "better-auth", + "fullName": "better-auth/better-auth", + "isPrivate": false, + "description": "The most comprehensive authentication library for TypeScript.", + "topics": [ + "auth", + "oauth", + "oidc", + "2fa", + "social", + "security", + "typescript", + "nextjs" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "better-auth", + "npm": { + "downloads": 532223, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "auth oauth oidc 2fa social security typescript nextjs" + }, + { + "githubUrl": "https://github.com/better-auth/better-auth/tree/main/packages/expo", + "npmPkg": "@better-auth/expo", + "examples": [ + "https://github.com/better-auth/better-auth/tree/main/examples/expo-example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/better-auth/better-auth", + "clone": "https://github.com/better-auth/better-auth.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-20T22:05:19Z", + "createdAt": "2024-05-19T21:40:04Z", + "pushedAt": "2025-06-20T22:05:19Z", + "forks": 1058, + "issues": 328, + "subscribers": 26, + "stars": 15186 + }, + "name": "@better-auth/expo", + "fullName": "better-auth/better-auth", + "isPrivate": false, + "description": "", + "topics": [], + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 43283, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3", + "npmPkg": "@bitnet-infotech/react-native-wav-to-mp3", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3", + "clone": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-16T05:54:48Z", + "createdAt": "2025-04-18T13:02:59Z", + "pushedAt": "2025-05-16T05:54:48Z", + "forks": 0, + "issues": 0, + "subscribers": 0, + "stars": 2 + }, + "name": "@bitnet-infotech/react-native-wav-to-mp3", + "fullName": "BITNET-Infotech/react-native-wav-to-mp3", + "isPrivate": false, + "description": "A React Native library for converting WAV files to MP3 format using LAME encoder", + "topics": [ + "react-native", + "wav", + "mp3", + "audio", + "converter", + "lame" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 50, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.33, + "topicSearchString": "react-native wav mp3 audio converter lame" + }, + { + "githubUrl": "https://github.com/eugenehp/react-native-uuid", + "examples": [ + "https://github.com/eugenehp/RNUUID" + ], + "ios": true, + "android": true, + "expoGo": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/eugenehp/react-native-uuid", + "clone": "https://github.com/eugenehp/react-native-uuid.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-01-18T22:29:33Z", + "createdAt": "2016-06-20T20:26:47Z", + "pushedAt": "2025-01-18T22:29:33Z", + "forks": 35, + "issues": 1, + "subscribers": 5, + "stars": 277 + }, + "name": "react-native-uuid", + "fullName": "eugenehp/react-native-uuid", + "isPrivate": false, + "description": "UUID generation for react-native.", + "topics": [ + "uuid", + "rfc4122", + "react-native", + "reactivelions", + "random", + "typescript" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "2.0.3", + "tagName": "2.0.3", + "createdAt": "2024-11-11T23:40:54Z", + "publishedAt": "2024-11-11T23:41:22Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-uuid", + "npm": { + "downloads": 915334, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 68, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "uuid rfc4122 react-native reactivelions random typescript" + }, + { + "githubUrl": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test", + "android": true, + "ios": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test", + "clone": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test.git", + "homepage": "https://www.npmjs.com/package/react-native-screenshot-test" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T14:12:30Z", + "createdAt": "2024-09-25T22:04:09Z", + "pushedAt": "2025-04-29T14:12:30Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 2 + }, + "name": "react-native-screenshot-test", + "fullName": "Abhinandan-Kushwaha/react-native-screenshot-test", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Screenshot testing tool for react-native apps", + "topics": [ + "screenshot-test", + "screenshot-testing", + "snapshot-test", + "snapshot-testing", + "test" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "v0.0.6", + "tagName": "v0.0.6", + "createdAt": "2024-09-29T17:45:49Z", + "publishedAt": "2024-09-29T20:57:36Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-screenshot-test", + "npm": { + "downloads": 37, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.323, + "topicSearchString": "screenshot-test screenshot-testing snapshot-test snapshot-testing test" + }, + { + "githubUrl": "https://github.com/jagnesh/react-native-splash-view", + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/jagnesh/react-native-splash-view", + "clone": "https://github.com/jagnesh/react-native-splash-view.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-28T16:50:09Z", + "createdAt": "2025-02-22T09:18:57Z", + "pushedAt": "2025-05-28T16:50:09Z", + "forks": 2, + "issues": 0, + "subscribers": 1, + "stars": 53 + }, + "name": "react-native-splash-view", + "fullName": "jagnesh/react-native-splash-view", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "🚀 A lightweight and flexible splash screen solution for React Native 0.76+ with New Architecture support!", + "topics": [ + "react-native", + "ios", + "android", + "component", + "splash-screen", + "splashscreen", + "splash", + "launch-screen", + "launchscreen", + "splash-view" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "0.0.18", + "tagName": "0.0.18", + "createdAt": "2025-05-28T16:50:09Z", + "publishedAt": "2025-05-29T18:24:11Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-splash-view", + "npm": { + "downloads": 3147, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android component splash-screen splashscreen splash launch-screen launchscreen splash-view" + }, + { + "githubUrl": "https://github.com/tailwindlabs/tailwindcss/tree/main/packages/tailwindcss", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/tailwindlabs/tailwindcss", + "clone": "https://github.com/tailwindlabs/tailwindcss.git", + "homepage": "https://tailwindcss.com" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-06-21T19:40:11Z", + "createdAt": "2017-10-06T14:59:14Z", + "pushedAt": "2025-06-21T19:40:11Z", + "forks": 4554, + "issues": 68, + "subscribers": 619, + "stars": 88528 + }, + "name": "tailwindcss", + "fullName": "tailwindlabs/tailwindcss", + "isPrivate": false, + "description": "A utility-first CSS framework for rapidly building custom user interfaces.", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "tailwindcss", + "npm": { + "downloads": 88258554, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 97, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/YannisHofmann/react-native-country-flag", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/YannisHofmann/react-native-country-flag", + "clone": "https://github.com/YannisHofmann/react-native-country-flag.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2024-01-13T12:07:16Z", + "createdAt": "2021-08-25T13:28:46Z", + "pushedAt": "2024-01-13T12:07:16Z", + "forks": 15, + "issues": 2, + "subscribers": 1, + "stars": 73 + }, + "name": "react-native-country-flag", + "fullName": "YannisHofmann/react-native-country-flag", + "isPrivate": false, + "description": "This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard!", + "topics": [ + "react-native", + "country", + "flags", + "flag", + "iso", + "icon" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-country-flag", + "npm": { + "downloads": 71998, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native country flags flag iso icon" + }, + { + "githubUrl": "https://github.com/xxsnakerxx/react-native-alert-queue", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/xxsnakerxx/react-native-alert-queue", + "clone": "https://github.com/xxsnakerxx/react-native-alert-queue.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-05-01T10:09:05Z", + "createdAt": "2025-04-25T14:37:58Z", + "pushedAt": "2025-05-01T10:09:05Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 20 + }, + "name": "react-native-alert-queue", + "fullName": "xxsnakerxx/react-native-alert-queue", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Promise-based, queued and fully customizable Alert for React Native.", + "topics": [ + "react-native", + "alert", + "dialog", + "promise", + "async", + "queue", + "modal", + "ui", + "react" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 2.1.0", + "tagName": "v2.1.0", + "createdAt": "2025-05-01T10:09:08Z", + "publishedAt": "2025-05-01T10:09:11Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-alert-queue", + "npm": { + "downloads": 155, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.324, + "topicSearchString": "react-native alert dialog promise async queue modal ui react" + }, + { + "githubUrl": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder", + "examples": [ + "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/tree/main/example" + ], + "images": [ + "https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExaDFuMjU5amU0YjZ3aG1yd240cnY1dmgweXhobHpzd2ltOWdjZ3NkMSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/L4M2fUjJd9hRqZDaYf/giphy.gif" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder", + "clone": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-02T03:49:26Z", + "createdAt": "2025-04-08T18:10:34Z", + "pushedAt": "2025-05-02T03:49:26Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 2 + }, + "name": "react-native-tiny-wavpack-decoder", + "fullName": "JairajJangle/react-native-tiny-wavpack-decoder", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Tiny version of WavPack to decode WavPack(.wv) file to Wav(.wav) using original Tiny Decoder C Sources for React Native", + "topics": [ + "react-native", + "wavpack", + "audio-decoder", + "turbo-module", + "new-architecture", + "ios", + "android", + "audio-processing", + "wav", + "file-conversion", + "native-module", + "audio", + "decoder", + "cross-platform", + "progress-events" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.1.0", + "tagName": "v1.1.0", + "createdAt": "2025-05-02T03:49:26Z", + "publishedAt": "2025-05-02T03:49:40Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-tiny-wavpack-decoder", + "npm": { + "downloads": 247, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.322, + "topicSearchString": "react-native wavpack audio-decoder turbo-module new-architecture ios android audio-processing wav file-conversion native-module audio decoder cross-platform progress-events" + }, + { + "githubUrl": "https://github.com/ammarahm-ed/react-native-gzip", + "android": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/ammarahm-ed/react-native-gzip", + "clone": "https://github.com/ammarahm-ed/react-native-gzip.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2023-08-26T05:44:40Z", + "createdAt": "2022-11-11T10:54:00Z", + "pushedAt": "2023-08-26T05:44:40Z", + "forks": 8, + "issues": 3, + "subscribers": 3, + "stars": 20 + }, + "name": "react-native-gzip", + "fullName": "ammarahm-ed/react-native-gzip", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Fast gzip to compress strings for android & ios in React Native", + "topics": [ + "react-native", + "ios", + "android", + "gzip", + "compress", + "decompress" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.1.0", + "tagName": "v1.1.0", + "createdAt": "2023-08-26T05:44:40Z", + "publishedAt": "2023-08-26T05:51:55Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-gzip", + "npm": { + "downloads": 42763, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react-native ios android gzip compress decompress" + }, + { + "githubUrl": "https://github.com/bamlab/react-tv-space-navigation/tree/main/packages/lib", + "npmPkg": "react-tv-space-navigation", + "android": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/bamlab/react-tv-space-navigation", + "clone": "https://github.com/bamlab/react-tv-space-navigation.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": false, + "updatedAt": "2025-03-06T16:36:47Z", + "createdAt": "2023-07-03T08:43:05Z", + "pushedAt": "2025-03-06T16:36:47Z", + "forks": 32, + "issues": 32, + "subscribers": 10, + "stars": 268 + }, + "name": "react-tv-space-navigation", + "fullName": "bamlab/react-tv-space-navigation", + "isPrivate": false, + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 2256, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/alanjhughes/expo-emoji-picker", + "examples": [ + "https://github.com/alanjhughes/expo-emoji-picker/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/alanjhughes/expo-emoji-picker", + "clone": "https://github.com/alanjhughes/expo-emoji-picker.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-26T10:56:52Z", + "createdAt": "2025-04-26T10:25:45Z", + "pushedAt": "2025-04-26T10:56:52Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 2 + }, + "name": "expo-emoji-picker", + "fullName": "alanjhughes/expo-emoji-picker", + "isPrivate": false, + "description": "Emoji Picker for React Native", + "topics": [ + "react-native", + "expo", + "expo-emoji-picker", + "emoji", + "ios", + "android" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-emoji-picker", + "npm": { + "downloads": 91, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.328, + "topicSearchString": "react-native expo expo-emoji-picker emoji ios android" + }, + { + "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-background-task", + "examples": [ + "https://docs.expo.dev/versions/latest/sdk/background-task/#usage" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/expo/expo", + "clone": "https://github.com/expo/expo.git", + "homepage": "https://docs.expo.dev/versions/latest/sdk/background-task/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-14T02:20:31Z", + "createdAt": "2016-08-15T17:14:25Z", + "pushedAt": "2025-05-14T02:20:31Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 + }, + "name": "expo-background-task", + "fullName": "expo/expo", + "isPrivate": false, + "description": "Expo Android and iOS module for Background Task APIs", + "topics": [ + "expo", + "react-native", + "background", + "background-task" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-background-task", + "npm": { + "downloads": 33998, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 81, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "expo react-native background background-task" + }, + { + "githubUrl": "https://github.com/software-mansion-labs/react-native-webgpu-worklets", + "examples": [ + "https://github.com/software-mansion-labs/react-native-webgpu-worklets/tree/main/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/software-mansion-labs/react-native-webgpu-worklets", + "clone": "https://github.com/software-mansion-labs/react-native-webgpu-worklets.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-23T07:08:44Z", + "createdAt": "2025-04-24T07:39:59Z", + "pushedAt": "2025-05-23T07:08:44Z", + "forks": 0, + "issues": 2, + "subscribers": 3, + "stars": 138 + }, + "name": "react-native-webgpu-worklets", + "fullName": "software-mansion-labs/react-native-webgpu-worklets", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "ThreeJS + wgpu-matrix + TypeGPU for WebGPU on Reanimated Worklets", + "topics": [ + "react-native", + "ios", + "android" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "0.1.1", + "tagName": "0.1.1", + "createdAt": "2025-04-24T15:27:45Z", + "publishedAt": "2025-04-24T15:28:58Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-webgpu-worklets", + "npm": { + "downloads": 263, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.223, + "topicSearchString": "react-native ios android" + }, + { + "githubUrl": "https://github.com/zoontek/react-native-edge-to-edge/tree/main/react-native-is-edge-to-edge", + "ios": true, + "android": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/zoontek/react-native-edge-to-edge", + "clone": "https://github.com/zoontek/react-native-edge-to-edge.git", + "homepage": "https://github.com/zoontek/react-native-edge-to-edge" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-10T19:55:53Z", + "createdAt": "2021-11-13T00:36:28Z", + "pushedAt": "2025-06-10T19:55:53Z", + "forks": 25, + "issues": 2, + "subscribers": 7, + "stars": 877 + }, + "name": "react-native-is-edge-to-edge", + "fullName": "zoontek/react-native-edge-to-edge", + "isPrivate": false, + "description": "Detect react-native-edge-to-edge package install", + "topics": [ + "react", + "react-native", + "edge-to-edge", + "status-bar", + "navigation-bar", + "system-bar", + "system-bars" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-is-edge-to-edge", + "npm": { + "downloads": 3914256, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 73, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react react-native edge-to-edge status-bar navigation-bar system-bar system-bars" + }, + { + "githubUrl": "https://github.com/wn-na/react-native-capture-protection", + "examples": [ + "https://github.com/wn-na/react-native-capture-protection-example/tree/master/0.73", + "https://github.com/wn-na/react-native-capture-protection-example/tree/master/under0.73" + ], + "images": [ + "https://user-images.githubusercontent.com/37437842/206644553-e4c3f2bc-b624-47ac-a005-132199e049b2.gif" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/wn-na/react-native-capture-protection", + "clone": "https://github.com/wn-na/react-native-capture-protection.git", + "homepage": "https://www.npmjs.com/package/react-native-capture-protection" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-16T11:40:51Z", + "createdAt": "2022-12-02T00:49:58Z", + "pushedAt": "2025-06-16T11:40:51Z", + "forks": 12, + "issues": 2, + "subscribers": 2, + "stars": 192 + }, + "name": "react-native-capture-protection", + "fullName": "wn-na/react-native-capture-protection", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "🛡️ A React Native library to prevent and detect for screen capture, screenshots and app switcher for enhanced security. Fully compatible with both Expo and CLI.", + "topics": [ + "react-native", + "ios", + "android", + "screen-capture", + "screenrecord", + "screenshot", + "mobile-security", + "privacy", + "screenshot-protection", + "security" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v2.0.10", + "tagName": "v2.0.10", + "createdAt": "2025-06-16T11:41:11Z", + "publishedAt": "2025-06-16T11:41:36Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-capture-protection", + "npm": { + "downloads": 9272, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android screen-capture screenrecord screenshot mobile-security privacy screenshot-protection security" + }, + { + "githubUrl": "https://github.com/stallion-tech/react-native-stallion", + "examples": [ + "https://github.com/stallion-tech/react-native-stallion/tree/main/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/stallion-tech/react-native-stallion", + "clone": "https://github.com/stallion-tech/react-native-stallion.git", + "homepage": "https://stalliontech.io" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-06T07:22:54Z", + "createdAt": "2023-06-09T19:34:59Z", + "pushedAt": "2025-06-06T07:22:54Z", + "forks": 1, + "issues": 3, + "subscribers": 2, + "stars": 87 + }, + "name": "react-native-stallion", + "fullName": "stallion-tech/react-native-stallion", + "isPrivate": false, + "description": "Stallion is a fully managed over the air (OTA) update platform for React Native. Test, deploy, and roll back JavaScript bundle updates without app store releases. Built-in testing framework, real-time analytics, and advanced rollout control included.", + "topics": [ + "react-native", + "ios", + "android", + "stallion" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v2.3.0-alpha.3", + "tagName": "v2.3.0-alpha.3", + "createdAt": "2025-06-18T19:40:49Z", + "publishedAt": "2025-06-18T19:40:53Z", + "isPrerelease": true + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-stallion", + "npm": { + "downloads": 985, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android stallion" + }, + { + "githubUrl": "https://github.com/razorRun/react-native-vlc-media-player", + "examples": [ + "https://github.com/razorRun/react-native-vlc-media-player-test" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/razorRun/react-native-vlc-media-player", + "clone": "https://github.com/razorRun/react-native-vlc-media-player.git", + "homepage": "https://roshan.digital/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-19T14:07:15Z", + "createdAt": "2020-04-08T02:52:26Z", + "pushedAt": "2025-06-19T14:07:15Z", + "forks": 194, + "issues": 9, + "subscribers": 12, + "stars": 395 + }, + "name": "react-native-vlc-media-player", + "fullName": "razorRun/react-native-vlc-media-player", + "isPrivate": false, + "description": "React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player", + "topics": [ + "vlc", + "player", + "android", + "ios", + "react-native", + "mp4", + "rtsp", + "media", + "video", + "media-player", + "rtmp", + "video-player", + "video-streaming", + "vlc-player" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "1.0.88", + "tagName": "1.0.88", + "createdAt": "2025-06-19T14:07:15Z", + "publishedAt": "2025-06-19T14:11:59Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-vlc-media-player", + "npm": { + "downloads": 5407, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 57, + "matchingScoreModifiers": [ + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "vlc player android ios react-native mp4 rtsp media video media-player rtmp video-player video-streaming vlc-player" + }, + { + "githubUrl": "https://github.com/urbanairship/react-native-airship", + "npmPkg": "@ua/react-native-airship", + "examples": [ + "https://github.com/urbanairship/react-native-airship/tree/main/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/urbanairship/react-native-airship", + "clone": "https://github.com/urbanairship/react-native-airship.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-23T21:44:13Z", + "createdAt": "2017-05-01T16:25:14Z", + "pushedAt": "2025-05-23T21:44:13Z", + "forks": 59, + "issues": 2, + "subscribers": 71, + "stars": 88 + }, + "name": "@ua/react-native-airship", + "fullName": "urbanairship/react-native-airship", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Airship React Native module", + "topics": [ + "react-native", + "ios", + "android", + "airship" + ], + "license": { + "name": "Apache License 2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=", + "key": "apache-2.0", + "spdxId": "Apache-2.0" + }, + "lastRelease": { + "name": "24.3.0", + "tagName": "24.3.0", + "createdAt": "2025-05-23T21:42:42Z", + "publishedAt": "2025-05-23T21:43:10Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 228746, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, + "matchingScoreModifiers": [ + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android airship" + }, + { + "githubUrl": "https://github.com/prisma/react-native-prisma", + "npmPkg": "@prisma/react-native", + "examples": [ + "https://github.com/prisma/react-native-prisma/tree/main/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/prisma/react-native-prisma", + "clone": "https://github.com/prisma/react-native-prisma.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2024-12-16T14:45:03Z", + "createdAt": "2024-02-22T21:49:28Z", + "pushedAt": "2024-12-16T14:45:03Z", + "forks": 9, + "issues": 26, + "subscribers": 10, + "stars": 254 + }, + "name": "@prisma/react-native", + "fullName": "prisma/react-native-prisma", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Prisma for react-native", + "topics": [ + "react-native", + "ios", + "android" + ], + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdxId": "Apache-2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=" + }, + "lastRelease": { + "name": "0.2.1", + "tagName": "v0.2.1", + "createdAt": "2024-04-23T07:52:54Z", + "publishedAt": "2024-04-23T07:53:18Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 465, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 41, + "matchingScoreModifiers": [ + "Known", + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.222, + "topicSearchString": "react-native ios android" + }, + { + "githubUrl": "https://github.com/s77rt/react-native-date-picker", + "npmPkg": "@s77rt/react-native-date-picker", + "images": [ + "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-ios.png", + "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-android.png", + "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-mweb-safari.png", + "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-mweb-chrome.jpg", + "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-web-chrome.png" + ], + "ios": true, + "android": true, + "web": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/s77rt/react-native-date-picker", + "clone": "https://github.com/s77rt/react-native-date-picker.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-20T13:04:12Z", + "createdAt": "2025-04-27T22:34:15Z", + "pushedAt": "2025-06-20T13:04:12Z", + "forks": 1, + "issues": 4, + "subscribers": 1, + "stars": 85 + }, + "name": "@s77rt/react-native-date-picker", + "fullName": "s77rt/react-native-date-picker", + "isPrivate": false, + "description": "Native Date, Time, Datetime and Yearmonth Picker", + "topics": [ + "react-native", + "date-picker", + "time-picker", + "calendar" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": false, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 1145, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": 0.028, + "topicSearchString": "react-native date-picker time-picker calendar" + }, + { + "githubUrl": "https://github.com/deepktp/react-native-vikalp-elements/tree/next/packages/base", + "npmPkg": "@rn-vui/base", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/deepktp/react-native-vikalp-elements", + "clone": "https://github.com/deepktp/react-native-vikalp-elements.git", + "homepage": "https://react-native-velements.thevikalp.com/" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-19T16:54:33Z", + "createdAt": "2025-03-06T07:15:48Z", + "pushedAt": "2025-06-19T16:54:33Z", + "forks": 6, + "issues": 5, + "subscribers": 1, + "stars": 20 + }, + "name": "@rn-vui/base", + "fullName": "deepktp/react-native-vikalp-elements", + "isPrivate": false, + "description": "Cross Platform React Native UI Toolkit", + "topics": [ + "react", + "native", + "react-native", + "react-native-velements", + "rn-vui", + "ui", + "components", + "ui-library", + "ios", + "android", + "bootstrap" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 1796, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react native react-native react-native-velements rn-vui ui components ui-library ios android bootstrap" + }, + { + "githubUrl": "https://github.com/deepktp/react-native-vikalp-elements/tree/next/packages/themed", + "npmPkg": "@rn-vui/themed", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/deepktp/react-native-vikalp-elements", + "clone": "https://github.com/deepktp/react-native-vikalp-elements.git", + "homepage": "https://react-native-velements.thevikalp.com/" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-19T16:54:33Z", + "createdAt": "2025-03-06T07:15:48Z", + "pushedAt": "2025-06-19T16:54:33Z", + "forks": 6, + "issues": 5, + "subscribers": 1, + "stars": 20 + }, + "name": "@rn-vui/themed", + "fullName": "deepktp/react-native-vikalp-elements", + "isPrivate": false, + "description": "Cross Platform React Native UI Toolkit", + "topics": [ + "react", + "native", + "react-native", + "react-native-velements", + "elements", + "elements-themed", + "themed", + "ui", + "rneui", + "rn-vui", + "themed", + "ui", + "components", + "ui-library", + "ios", + "android", + "bootstrap" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 1781, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react native react-native react-native-velements elements elements-themed themed ui rneui rn-vui themed ui components ui-library ios android bootstrap" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/sdk", + "npmPkg": "@rudderstack/rudder-sdk-react-native", + "ios": true, + "android": true, + "tvos": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-05T08:08:31Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-06-05T08:08:31Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-sdk-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK", + "topics": [ + "react-native", + "rudder" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 47405, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react-native rudder" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/plugins/rudder-plugin-db-encryption-react-native", + "npmPkg": "@rudderstack/rudder-plugin-db-encryption-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-05T08:08:31Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-06-05T08:08:31Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-plugin-db-encryption-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native DBEncryption Plugin support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "db-encryption" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 257, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.323, + "topicSearchString": "react-native rudder db-encryption" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-amplitude-react-native", + "npmPkg": "@rudderstack/rudder-integration-amplitude-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:42:02Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:42:02Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-amplitude-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK Amplitude Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "amplitude" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 117, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.324, + "topicSearchString": "react-native rudder amplitude" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-appcenter-react-native", + "npmPkg": "@rudderstack/rudder-integration-appcenter-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:42:02Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:42:02Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-appcenter-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK Appcenter Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "appcenter" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 502, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react-native rudder appcenter" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-appsflyer-react-native", + "npmPkg": "@rudderstack/rudder-integration-appsflyer-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:42:02Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:42:02Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-appsflyer-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK Appsflyer Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "appsflyer" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 319, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.322, + "topicSearchString": "react-native rudder appsflyer" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-braze-react-native", + "npmPkg": "@rudderstack/rudder-integration-braze-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:34:11Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:34:11Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-braze-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK Braze Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "braze" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 59, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.333, + "topicSearchString": "react-native rudder braze" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-clevertap-react-native", + "npmPkg": "@rudderstack/rudder-integration-clevertap-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:42:02Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:42:02Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-clevertap-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK CleverTap Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "clevertap" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 108, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.322, + "topicSearchString": "react-native rudder clevertap" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-facebook-react-native", + "npmPkg": "@rudderstack/rudder-integration-facebook-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:42:02Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:42:02Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-facebook-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "RudderStack React Native SDK Facebook Device mode integration for Android and iOS", + "topics": [ + "react-native", + "rudder", + "facebook" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 57, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.315, + "topicSearchString": "react-native rudder facebook" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-firebase-react-native", + "npmPkg": "@rudderstack/rudder-integration-firebase-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-05T08:08:31Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-06-05T08:08:31Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-firebase-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK Firebase Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "firebase" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 4638, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react-native rudder firebase" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-moengage-react-native", + "npmPkg": "@rudderstack/rudder-integration-moengage-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:42:02Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:42:02Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-moengage-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK Moengage Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "moengage" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 53, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.312, + "topicSearchString": "react-native rudder moengage" + }, + { + "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-singular-react-native", + "npmPkg": "@rudderstack/rudder-integration-singular-react-native", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", + "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", + "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-29T09:42:02Z", + "createdAt": "2019-11-18T12:21:24Z", + "pushedAt": "2025-04-29T09:42:02Z", + "forks": 19, + "issues": 3, + "subscribers": 7, + "stars": 17 + }, + "name": "@rudderstack/rudder-integration-singular-react-native", + "fullName": "rudderlabs/rudder-sdk-react-native", + "isPrivate": false, + "description": "Rudder React Native SDK Singular Device mode support for Android and iOS", + "topics": [ + "react-native", + "rudder", + "singular" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 29, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.316, + "topicSearchString": "react-native rudder singular" + }, + { + "githubUrl": "https://github.com/AzzappApp/react-native-skia-video", + "npmPkg": "@azzapp/react-native-skia-video", + "examples": [ + "https://github.com/AzzappApp/react-native-skia-video/tree/main/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/AzzappApp/react-native-skia-video", + "clone": "https://github.com/AzzappApp/react-native-skia-video.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-04T15:16:28Z", + "createdAt": "2024-05-06T18:19:55Z", + "pushedAt": "2025-04-04T15:16:28Z", + "forks": 5, + "issues": 4, + "subscribers": 6, + "stars": 103 + }, + "name": "@azzapp/react-native-skia-video", + "fullName": "AzzappApp/react-native-skia-video", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Video encoding/decoding support for React Native Skia", + "topics": [ + "react-native", + "ios", + "android", + "skia", + "video", + "video-composition" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 0.8.3", + "tagName": "v0.8.3", + "createdAt": "2024-12-22T18:11:16Z", + "publishedAt": "2024-12-22T18:11:21Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 1373, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android skia video video-composition" + }, + { + "githubUrl": "https://github.com/bluesky-social/expo-image-crop-tool", + "examples": [ + "https://github.com/bluesky-social/expo-image-crop-tool/tree/main/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/bluesky-social/expo-image-crop-tool", + "clone": "https://github.com/bluesky-social/expo-image-crop-tool.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-28T23:44:38Z", + "createdAt": "2025-05-03T02:24:40Z", + "pushedAt": "2025-05-28T23:44:38Z", + "forks": 5, + "issues": 3, + "subscribers": 7, + "stars": 28 + }, + "name": "expo-image-crop-tool", + "fullName": "bluesky-social/expo-image-crop-tool", + "isPrivate": false, + "description": "An image cropper for Expo", + "topics": [ + "react-native", + "expo", + "expo-image-crop-tool", + "image-crop-tool", + "cropper", + "crop-tool", + "image", + "expoimagecroptool" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-image-crop-tool", + "npm": { + "downloads": 4388, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native expo expo-image-crop-tool image-crop-tool cropper crop-tool image expoimagecroptool" + }, + { + "githubUrl": "https://github.com/echowaves/expo-cached-image", + "android": true, + "ios": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/echowaves/expo-cached-image", + "clone": "https://github.com/echowaves/expo-cached-image.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-18T15:46:42Z", + "createdAt": "2021-06-11T16:50:45Z", + "pushedAt": "2025-06-18T15:46:42Z", + "forks": 19, + "issues": 0, + "subscribers": 2, + "stars": 84 + }, + "name": "expo-cached-image", + "fullName": "echowaves/expo-cached-image", + "isPrivate": false, + "description": "Super fast cached image component for react-native applications powered by expo", + "topics": [ + "expo", + "react-native", + "image", + "cached" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-cached-image", + "npm": { + "downloads": 219215, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 57, + "matchingScoreModifiers": [ + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "expo react-native image cached" + }, + { + "githubUrl": "https://github.com/alanjhughes/expo-shazamkit", + "examples": [ + "https://github.com/alanjhughes/expo-shazamkit/tree/main/example" + ], + "ios": true, + "github": { + "urls": { + "repo": "https://github.com/alanjhughes/expo-shazamkit", + "clone": "https://github.com/alanjhughes/expo-shazamkit.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2024-01-11T23:38:51Z", + "createdAt": "2023-03-23T15:19:06Z", + "pushedAt": "2024-01-11T23:38:51Z", + "forks": 5, + "issues": 3, + "subscribers": 2, + "stars": 63 + }, + "name": "expo-shazamkit", + "fullName": "alanjhughes/expo-shazamkit", + "isPrivate": false, + "description": "Shazam for React Native", + "topics": [ + "react-native", + "expo", + "shazamkit", + "shazam", + "music", + "ios" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.0.0", + "tagName": "v1.0.0", + "createdAt": "2024-01-11T23:38:51Z", + "publishedAt": "2024-01-11T23:40:38Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-shazamkit", + "npm": { + "downloads": 20, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.2, + "topicSearchString": "react-native expo shazamkit shazam music ios" + }, + { + "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, + "github": { + "urls": { + "repo": "https://github.com/deepktp/react-native-vikalp-ratings", + "clone": "https://github.com/deepktp/react-native-vikalp-ratings.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-16T17:44:41Z", + "createdAt": "2025-05-01T17:57:10Z", + "pushedAt": "2025-05-16T17:44:41Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 4 + }, + "name": "@rn-vui/ratings", + "fullName": "deepktp/react-native-vikalp-ratings", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "..", + "topics": [ + "react-native", + "ios", + "android" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 0.5.0", + "tagName": "v0.5.0", + "createdAt": "2025-05-16T17:44:45Z", + "publishedAt": "2025-05-16T17:45:06Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 1530, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.073, + "topicSearchString": "react-native ios android" + }, + { + "githubUrl": "https://github.com/jquense/yup", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/jquense/yup", + "clone": "https://github.com/jquense/yup.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": false, + "updatedAt": "2025-04-04T17:54:21Z", + "createdAt": "2014-09-22T23:54:22Z", + "pushedAt": "2025-04-04T17:54:21Z", + "forks": 934, + "issues": 160, + "subscribers": 77, + "stars": 23419 + }, + "name": "yup", + "fullName": "jquense/yup", + "isPrivate": false, + "description": "Dead simple Object schema validation", + "topics": [], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1 Because I finally got around to it", + "tagName": "v1.0.0", + "createdAt": "2023-02-08T14:29:01Z", + "publishedAt": "2023-02-08T14:30:36Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "yup", + "npm": { + "downloads": 31428437, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 81, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/googleapis/js-genai", + "npmPkg": "@google/genai", + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/googleapis/js-genai", + "clone": "https://github.com/googleapis/js-genai.git", + "homepage": "https://googleapis.github.io/js-genai/" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": false, + "updatedAt": "2025-06-21T00:30:38Z", + "createdAt": "2024-12-06T23:16:55Z", + "pushedAt": "2025-06-21T00:30:38Z", + "forks": 81, + "issues": 54, + "subscribers": 20, + "stars": 787 + }, + "name": "@google/genai", + "fullName": "googleapis/js-genai", + "isPrivate": false, + "description": "TypeScript/JavaScript SDK for Gemini and Vertex AI.", + "topics": [], + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdxId": "Apache-2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=" + }, + "lastRelease": { + "name": "v1.6.0", + "tagName": "v1.6.0", + "createdAt": "2025-06-21T00:30:38Z", + "publishedAt": "2025-06-21T00:32:35Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 1296719, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 73, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/JairajJangle/react-native-checkbox", + "npmPkg": "@futurejj/react-native-checkbox", + "examples": [ + "https://github.com/JairajJangle/react-native-checkbox/tree/main/example", + "https://snack.expo.dev/@futurejj/react-native-checkbox-example" + ], + "images": [ + "https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZnl6dG1mOXJ5bGd6bTVrMWV5YnAzMmkzYTRvbWFjZ2RkMjh4eHl3dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Pegf3CERuvAllv0dxv/giphy.gif" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/JairajJangle/react-native-checkbox", + "clone": "https://github.com/JairajJangle/react-native-checkbox.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-26T18:19:50Z", + "createdAt": "2025-05-08T18:51:18Z", + "pushedAt": "2025-05-26T18:19:50Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 6 + }, + "name": "@futurejj/react-native-checkbox", + "fullName": "JairajJangle/react-native-checkbox", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A papery checkbox for react native", + "topics": [ + "react-native", + "checkbox", + "animated-checkbox", + "component", + "ui-component", + "cross-platform", + "accessibility", + "typescript", + "expo", + "ui", + "mobile-ui", + "customizable-checkbox", + "animation", + "ios", + "android", + "web", + "material-design", + "form-component", + "paper", + "vector-icons" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.0.3", + "tagName": "v1.0.3", + "createdAt": "2025-05-26T18:19:50Z", + "publishedAt": "2025-05-26T18:20:00Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 775, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.073, + "topicSearchString": "react-native checkbox animated-checkbox component ui-component cross-platform accessibility typescript expo ui mobile-ui customizable-checkbox animation ios android web material-design form-component paper vector-icons" + }, + { + "githubUrl": "https://github.com/XterioTech/XterioSDK-RN/tree/main/xterio-auth", + "npmPkg": "@xterio-sdk/rn-auth", + "examples": [ + "https://github.com/XterioTech/XterioSDK-RN/tree/main/xterio-auth/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/XterioTech/XterioSDK-RN", + "clone": "https://github.com/XterioTech/XterioSDK-RN.git", + "homepage": "https://github.com/XterioTech/XterioSDK-RN#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-07T09:36:37Z", + "createdAt": "2025-05-07T09:32:14Z", + "pushedAt": "2025-05-07T09:36:37Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 0 + }, + "name": "@xterio-sdk/rn-auth", + "fullName": "XterioTech/XterioSDK-RN", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "xterio auth service in react native", + "topics": [ + "react-native", + "ios", + "android" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": false, + "newArchitecture": true, + "isArchived": false + }, + "npm": { + "downloads": 26, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.312, + "topicSearchString": "react-native ios android" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/accordion", + "npmPkg": "@rn-primitives/accordion", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_accordion", + "https://rnprimitives.com/accordion/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/accordion", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive accordion", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 46835, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/alert-dialog", + "npmPkg": "@rn-primitives/alert-dialog", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_alert-dialog", + "https://rnprimitives.com/alert-dialog/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/alert-dialog", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive alert dialog", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 30797, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/aspect-ratio", + "npmPkg": "@rn-primitives/aspect-ratio", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_aspect-ratio", + "https://rnprimitives.com/aspect-ratio/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/aspect-ratio", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive aspect ratio", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 14173, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/avatar", + "npmPkg": "@rn-primitives/avatar", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_avatar", + "https://rnprimitives.com/avatar/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/avatar", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive avatar", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 58503, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/checkbox", + "npmPkg": "@rn-primitives/checkbox", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_checkbox", + "https://rnprimitives.com/checkbox/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/checkbox", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive checkbox", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 61507, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/collapsible", + "npmPkg": "@rn-primitives/collapsible", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_collapsible", + "https://rnprimitives.com/collapsible/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/collapsible", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive collapsible", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 27653, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/context-menu", + "npmPkg": "@rn-primitives/context-menu", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_context-menu", + "https://rnprimitives.com/context-menu/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/context-menu", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive context menu", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 13738, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/dialog", + "npmPkg": "@rn-primitives/dialog", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_dialog", + "https://rnprimitives.com/dialog/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/dialog", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive dialog", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 54047, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/dropdown-menu", + "npmPkg": "@rn-primitives/dropdown-menu", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_dropdown-menu", + "https://rnprimitives.com/dropdown-menu/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/dropdown-menu", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive dropdown menu", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 39216, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/hover-card", + "npmPkg": "@rn-primitives/hover-card", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_hover-card", + "https://rnprimitives.com/hover-card/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/hover-card", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive hover card", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 11893, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/label", + "npmPkg": "@rn-primitives/label", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_label", + "https://rnprimitives.com/label/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/label", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive label", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 54113, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/menubar", + "npmPkg": "@rn-primitives/menubar", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_menubar", + "https://rnprimitives.com/menubar/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/menubar", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive menubar", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 10932, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/navigation-menu", + "npmPkg": "@rn-primitives/navigation-menu", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_navigation-menu", + "https://rnprimitives.com/navigation-menu/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/navigation-menu", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive navigation menu", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 11243, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/popover", + "npmPkg": "@rn-primitives/popover", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_popover", + "https://rnprimitives.com/popover/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/popover", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive popover", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 23929, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/progress", + "npmPkg": "@rn-primitives/progress", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_progress", + "https://rnprimitives.com/progress/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/progress", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive progress", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 38930, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/radio-group", + "npmPkg": "@rn-primitives/radio-group", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_radio-group", + "https://rnprimitives.com/radio-group/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/radio-group", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive radio group", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 39191, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/select", + "npmPkg": "@rn-primitives/select", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_select", + "https://rnprimitives.com/select/" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/select", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive select", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 45754, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/separator", + "npmPkg": "@rn-primitives/separator", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_separator", + "https://rnprimitives.com/separator/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/separator", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive separator", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 38385, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/slider", + "npmPkg": "@rn-primitives/slider", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_slider", + "https://rnprimitives.com/slider/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/slider", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive slider", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 2486, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/switch", + "npmPkg": "@rn-primitives/switch", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_switch", + "https://rnprimitives.com/switch/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/switch", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive switch", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 57757, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/table", + "npmPkg": "@rn-primitives/table", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_table", + "https://rnprimitives.com/table/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/table", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive table", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 29536, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/tabs", + "npmPkg": "@rn-primitives/tabs", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_tabs", + "https://rnprimitives.com/tabs/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/tabs", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive tabs", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 36892, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toast", + "npmPkg": "@rn-primitives/toast", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_toast", + "https://rnprimitives.com/toast/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/toast", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive toast", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 4616, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toggle", + "npmPkg": "@rn-primitives/toggle", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_toggle", + "https://rnprimitives.com/toggle/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/toggle", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive toggle", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 21024, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toggle-group", + "npmPkg": "@rn-primitives/toggle-group", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_toggle-group", + "https://rnprimitives.com/toggle-group/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/toggle-group", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive toggle group", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 17729, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toolbar", + "npmPkg": "@rn-primitives/toolbar", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_toolbar", + "https://rnprimitives.com/toolbar/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/toolbar", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive toolbar", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 1631, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/tooltip", + "npmPkg": "@rn-primitives/tooltip", + "examples": [ + "https://snack.expo.dev/@dylmye/rn-primitives_tooltip", + "https://rnprimitives.com/tooltip/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/tooltip", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive tooltip", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 32906, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/hooks", + "npmPkg": "@rn-primitives/hooks", + "examples": [ + "https://rnprimitives.com/hooks/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/hooks", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive hooks", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 135569, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/portal", + "npmPkg": "@rn-primitives/portal", + "examples": [ + "https://rnprimitives.com/portal/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/portal", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive portal", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 109822, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/slot", + "npmPkg": "@rn-primitives/slot", + "examples": [ + "https://rnprimitives.com/slot/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/slot", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive slot", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 170934, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/types", + "npmPkg": "@rn-primitives/types", + "examples": [ + "https://rnprimitives.com/types/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "dev": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/types", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive types", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 167543, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/utils", + "npmPkg": "@rn-primitives/utils", + "examples": [ + "https://rnprimitives.com/utils/" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/roninoss/rn-primitives", + "clone": "https://github.com/roninoss/rn-primitives.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": false, + "updatedAt": "2025-05-20T20:00:13Z", + "createdAt": "2024-01-29T18:16:49Z", + "pushedAt": "2025-05-20T20:00:13Z", + "forks": 30, + "issues": 15, + "subscribers": 9, + "stars": 656 + }, + "name": "@rn-primitives/utils", + "fullName": "roninoss/rn-primitives", + "isPrivate": false, + "description": "Primitive types", + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 46907, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/iosazee/expo-passkey", + "examples": [ + "https://github.com/iosazee/neb-starter/tree/main/apps/mobile" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/iosazee/expo-passkey", + "clone": "https://github.com/iosazee/expo-passkey.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-12T12:12:16Z", + "createdAt": "2025-03-24T04:05:41Z", + "pushedAt": "2025-05-12T12:12:16Z", + "forks": 1, + "issues": 1, + "subscribers": 2, + "stars": 87 + }, + "name": "expo-passkey", + "fullName": "iosazee/expo-passkey", + "isPrivate": false, + "description": "Complete end to end passkey authentication solution for expo apps", + "topics": [ + "react-native", + "expo", + "expo-passkey", + "expopasskeymodule", + "passkey", + "biometric", + "authentication", + "better-auth", + "face-id", + "touch-id", + "fingerprint" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "v0.1.0", + "tagName": "0.1.0", + "createdAt": "2025-05-12T12:12:16Z", + "publishedAt": "2025-05-12T13:04:10Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-passkey", + "npm": { + "downloads": 308, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.221, + "topicSearchString": "react-native expo expo-passkey expopasskeymodule passkey biometric authentication better-auth face-id touch-id fingerprint" + }, + { + "githubUrl": "https://github.com/jpudysz/react-native-turbo-mock-location-detector", + "examples": [ + "https://github.com/jpudysz/react-native-turbo-mock-location-detector/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/jpudysz/react-native-turbo-mock-location-detector", + "clone": "https://github.com/jpudysz/react-native-turbo-mock-location-detector.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2023-10-12T16:52:33Z", + "createdAt": "2022-08-12T15:42:46Z", + "pushedAt": "2023-10-12T16:52:33Z", + "forks": 7, + "issues": 0, + "subscribers": 4, + "stars": 100 + }, + "name": "react-native-turbo-mock-location-detector", + "fullName": "jpudysz/react-native-turbo-mock-location-detector", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Protect your business from location spoofing. Library supports both Android and iOS with Fabric powers.", + "topics": [ + "react-native", + "ios", + "android", + "fabric", + "typescript", + "newarchitecture" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 2.3.1", + "tagName": "v2.3.1", + "createdAt": "2023-10-12T16:52:36Z", + "publishedAt": "2023-10-12T16:52:51Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-turbo-mock-location-detector", + "npm": { + "downloads": 8577, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 35, + "matchingScoreModifiers": [ + "Not updated recently" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android fabric typescript newarchitecture" + }, + { + "githubUrl": "https://github.com/logicwind/react-native-status-bar-height", + "npmPkg": "@logicwind/react-native-status-bar-height", + "examples": [ + "https://github.com/logicwind/react-native-status-bar-height/tree/master/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/logicwind/react-native-status-bar-height", + "clone": "https://github.com/logicwind/react-native-status-bar-height.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-19T09:53:45Z", + "createdAt": "2025-03-05T09:37:32Z", + "pushedAt": "2025-06-19T09:53:45Z", + "forks": 0, + "issues": 0, + "subscribers": 2, + "stars": 4 + }, + "name": "@logicwind/react-native-status-bar-height", + "fullName": "logicwind/react-native-status-bar-height", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "React-native plugin for getting statusbar heigh in android and ios", + "topics": [ + "react-native", + "ios", + "android", + "status-bar", + "status-bar-height", + "status-bar-height-ios", + "status-bar-height-android", + "status-bar-height-ios-android", + "bottom-inset", + "safe-area", + "safe-area-inset" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.2.1", + "tagName": "0.2.1", + "createdAt": "2025-06-03T13:05:57Z", + "publishedAt": "2025-06-03T13:07:06Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 136, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.321, + "topicSearchString": "react-native ios android status-bar status-bar-height status-bar-height-ios status-bar-height-android status-bar-height-ios-android bottom-inset safe-area safe-area-inset" + }, + { + "githubUrl": "https://github.com/logicwind/react-native-matomo-tracker", + "npmPkg": "@logicwind/react-native-matomo-tracker", + "examples": [ + "https://github.com/logicwind/react-native-matomo-tracker/tree/master/example" + ], + "ios": true, + "android": true, + "tvos": true, + "fireos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/logicwind/react-native-matomo-tracker", + "clone": "https://github.com/logicwind/react-native-matomo-tracker.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-19T12:06:35Z", + "createdAt": "2024-05-19T04:44:29Z", + "pushedAt": "2025-06-19T12:06:35Z", + "forks": 0, + "issues": 0, + "subscribers": 2, + "stars": 5 + }, + "name": "@logicwind/react-native-matomo-tracker", + "fullName": "logicwind/react-native-matomo-tracker", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "React-native plugin for matomo analytics", + "topics": [ + "react-native", + "ios", + "android", + "tvos", + "analytics", + "tracking", + "matomo", + "tracker" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.3.12", + "tagName": "0.3.12", + "createdAt": "2025-06-19T13:33:55Z", + "publishedAt": "2025-06-19T13:35:21Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 261, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.323, + "topicSearchString": "react-native ios android tvos analytics tracking matomo tracker" + }, + { + "githubUrl": "https://github.com/logicwind/react-native-fold-detection", + "npmPkg": "@logicwind/react-native-fold-detection", + "examples": [ + "https://github.com/logicwind/react-native-fold-detection/tree/master/example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/logicwind/react-native-fold-detection", + "clone": "https://github.com/logicwind/react-native-fold-detection.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-20T05:18:32Z", + "createdAt": "2023-11-08T06:18:06Z", + "pushedAt": "2025-06-20T05:18:32Z", + "forks": 1, + "issues": 0, + "subscribers": 4, + "stars": 14 + }, + "name": "@logicwind/react-native-fold-detection", + "fullName": "logicwind/react-native-fold-detection", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "react-native library to detect fold device and also provide information related to fold status", + "topics": [ + "react-native", + "ios", + "android", + "foldable", + "fold-detection", + "dual-screen", + "foldable-phone", + "fold", + "foldable-device", + "device-posture", + "screen-posture", + "multi-window", + "foldable-support", + "foldable-devices" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.3.1", + "tagName": "0.3.1", + "createdAt": "2024-12-11T05:55:30Z", + "publishedAt": "2024-12-11T05:56:50Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 302, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.324, + "topicSearchString": "react-native ios android foldable fold-detection dual-screen foldable-phone fold foldable-device device-posture screen-posture multi-window foldable-support foldable-devices" + }, + { + "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-fs", + "examples": [ + "https://github.com/patrickkabwe/react-native-nitro-fs/tree/main/example" + ], + "android": true, + "ios": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/patrickkabwe/react-native-nitro-fs", + "clone": "https://github.com/patrickkabwe/react-native-nitro-fs.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-05T20:11:50Z", + "createdAt": "2025-04-27T12:56:33Z", + "pushedAt": "2025-06-05T20:11:50Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 15 + }, + "name": "react-native-nitro-fs", + "fullName": "patrickkabwe/react-native-nitro-fs", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A high-performance file system module for React Native that handles file operations and transfers with native speed.", + "topics": [ + "react-native" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "v0.5.2", + "tagName": "v0.5.2", + "createdAt": "2025-06-05T20:11:50Z", + "publishedAt": "2025-06-05T20:11:56Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-nitro-fs", + "npm": { + "downloads": 286, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.322, + "topicSearchString": "react-native" + }, + { + "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-google-sso", + "examples": [ + "https://github.com/patrickkabwe/react-native-nitro-google-sso/tree/main/example" + ], + "android": true, + "ios": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/patrickkabwe/react-native-nitro-google-sso", + "clone": "https://github.com/patrickkabwe/react-native-nitro-google-sso.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-06T05:20:42Z", + "createdAt": "2025-05-17T09:33:46Z", + "pushedAt": "2025-06-06T05:20:42Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 4 + }, + "name": "react-native-nitro-google-sso", + "fullName": "patrickkabwe/react-native-nitro-google-sso", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A Simple React Native module for implementing Google Sign-In (SSO) functionality in your React Native applications uses Google Sign-In SDK on iOS and Credential Manager on Android.", + "topics": [ + "react-native", + "nitro", + "nitro-modules", + "google-sso", + "nitro-google-sso", + "google-signin", + "sso" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "v1.1.4", + "tagName": "v1.1.4", + "createdAt": "2025-06-06T05:20:42Z", + "publishedAt": "2025-06-06T05:20:49Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-nitro-google-sso", + "npm": { + "downloads": 177, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.322, + "topicSearchString": "react-native nitro nitro-modules google-sso nitro-google-sso google-signin sso" + }, + { + "githubUrl": "https://github.com/Sharcoux/rn-css", + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/Sharcoux/rn-css", + "clone": "https://github.com/Sharcoux/rn-css.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": false, + "updatedAt": "2025-04-02T09:39:10Z", + "createdAt": "2020-05-22T20:27:41Z", + "pushedAt": "2025-04-02T09:39:10Z", + "forks": 4, + "issues": 1, + "subscribers": 3, + "stars": 87 + }, + "name": "rn-css", + "fullName": "Sharcoux/rn-css", + "isPrivate": false, + "description": "Brings CSS to React-Native", + "topics": [], + "license": { + "key": "isc", + "name": "ISC License", + "spdxId": "ISC", + "url": "http://choosealicense.com/licenses/isc/", + "id": "MDc6TGljZW5zZTEw" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "rn-css", + "npm": { + "downloads": 650, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/cantoo-scribe/pdf-lib", + "npmPkg": "@cantoo/pdf-lib", + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/cantoo-scribe/pdf-lib", + "clone": "https://github.com/cantoo-scribe/pdf-lib.git", + "homepage": "https://pdf-lib.js.org" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-11T19:05:47Z", + "createdAt": "2021-03-11T17:28:58Z", + "pushedAt": "2025-05-11T19:05:47Z", + "forks": 47, + "issues": 22, + "subscribers": 7, + "stars": 235 + }, + "name": "@cantoo/pdf-lib", + "fullName": "cantoo-scribe/pdf-lib", + "isPrivate": false, + "description": "Create and modify PDF documents in any JavaScript environment", + "topics": [ + "pdf-lib", + "pdf", + "document", + "create", + "modify", + "creation", + "modification", + "edit", + "editing", + "typescript", + "javascript", + "library" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 171568, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "pdf-lib pdf document create modify creation modification edit editing typescript javascript library" + }, + { + "githubUrl": "https://github.com/Sharcoux/navigation", + "npmPkg": "@react-native-assets/navigation", + "examples": [ + "https://snack.expo.dev/@sharcoux/react-native-navigation" + ], + "images": [ + "https://github.com/Sharcoux/navigation/blob/master/example/navigation.gif" + ], + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/Sharcoux/navigation", + "clone": "https://github.com/Sharcoux/navigation.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-20T10:18:32Z", + "createdAt": "2020-03-26T12:25:48Z", + "pushedAt": "2025-05-20T10:18:32Z", + "forks": 0, + "issues": 0, + "subscribers": 2, + "stars": 3 + }, + "name": "@react-native-assets/navigation", + "fullName": "Sharcoux/navigation", + "isPrivate": false, + "description": "React Universal Navigation", + "topics": [ + "react", + "native", + "navigation", + "web" + ], + "license": null, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 83, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.326, + "topicSearchString": "react native navigation web" + }, + { + "githubUrl": "https://github.com/pushy/pushy-expo-plugin", + "examples": [ + "https://github.com/pushy/pushy-demo-expo", + "https://pushy.me/docs/additional-platforms/react-native" + ], + "images": [ + "https://github.com/pushy/pushy-demo-expo/raw/main/img/3.png", + "https://github.com/pushy/pushy-demo-expo/raw/main/img/4.png" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/pushy/pushy-expo-plugin", + "clone": "https://github.com/pushy/pushy-expo-plugin.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": false, + "updatedAt": "2025-02-23T17:08:18Z", + "createdAt": "2025-02-20T21:37:27Z", + "pushedAt": "2025-02-23T17:08:18Z", + "forks": 0, + "issues": 0, + "subscribers": 2, + "stars": 3 + }, + "name": "pushy-expo-plugin", + "fullName": "pushy/pushy-expo-plugin", + "isPrivate": false, + "description": "The official Pushy Expo Config Plugin for Expo apps.", + "topics": [], + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdxId": "Apache-2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=" + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "pushy-expo-plugin", + "npm": { + "downloads": 705, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/JairajJangle/fast-is-equal", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "fireos": true, + "github": { + "urls": { + "repo": "https://github.com/JairajJangle/fast-is-equal", + "clone": "https://github.com/JairajJangle/fast-is-equal.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-31T07:56:07Z", + "createdAt": "2025-03-12T18:39:12Z", + "pushedAt": "2025-05-31T07:56:07Z", + "forks": 1, + "issues": 0, + "subscribers": 1, + "stars": 10 + }, + "name": "fast-is-equal", + "fullName": "JairajJangle/fast-is-equal", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash’s isEqual - because speed matters.", + "topics": [ + "deep-equal", + "equality", + "compare", + "lodash", + "isequal", + "fast", + "performance", + "typescript", + "javascript", + "react", + "react-native", + "vue", + "angular", + "object-comparison", + "array-comparison", + "deep-comparison", + "utility", + "lightweight", + "zero-dependencies", + "circular-references", + "map", + "set", + "immutable", + "benchmark", + "speed", + "efficient", + "alternative", + "replacement" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.2.3", + "tagName": "v1.2.3", + "createdAt": "2025-05-31T07:56:07Z", + "publishedAt": "2025-05-31T07:56:14Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "fast-is-equal", + "npm": { + "downloads": 1267, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "deep-equal equality compare lodash isequal fast performance typescript javascript react react-native vue angular object-comparison array-comparison deep-comparison utility lightweight zero-dependencies circular-references map set immutable benchmark speed efficient alternative replacement" + }, + { + "githubUrl": "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/npm", + "npmPkg": "react-native-reanimated-skeleton", + "examples": [ + "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/app", + "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/expo", + "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/web" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/marcuzgabriel/react-native-reanimated-skeleton", + "clone": "https://github.com/marcuzgabriel/react-native-reanimated-skeleton.git", + "homepage": "https://marcuzgabriel.github.io/react-native-reanimated-skeleton/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": false, + "updatedAt": "2025-05-13T15:10:45Z", + "createdAt": "2023-09-07T13:45:35Z", + "pushedAt": "2025-05-13T15:10:45Z", + "forks": 13, + "issues": 6, + "subscribers": 2, + "stars": 118 + }, + "name": "react-native-reanimated-skeleton", + "fullName": "marcuzgabriel/react-native-reanimated-skeleton", + "isPrivate": false, + "topics": [], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 34775, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/pmndrs/jotai", + "examples": [ + "https://codesandbox.io/s/jotai-demo-47wvh", + "https://codesandbox.io/s/jotai-demo-forked-x2g5d" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/pmndrs/jotai", + "clone": "https://github.com/pmndrs/jotai.git", + "homepage": "https://jotai.org" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-05-27T07:16:44Z", + "createdAt": "2020-08-11T23:15:36Z", + "pushedAt": "2025-05-27T07:16:44Z", + "forks": 666, + "issues": 1, + "subscribers": 67, + "stars": 20100 + }, + "name": "jotai", + "fullName": "pmndrs/jotai", + "isPrivate": true, + "description": "👻 Primitive and flexible state management for React", + "topics": [ + "react", + "state", + "manager", + "management", + "recoil", + "store", + "atomic", + "hacktoberfest" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v2.12.5", + "tagName": "v2.12.5", + "createdAt": "2025-05-27T07:16:44Z", + "publishedAt": "2025-05-27T07:19:06Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "jotai", + "npm": { + "downloads": 6827387, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 97, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react state manager management recoil store atomic hacktoberfest" + }, + { + "githubUrl": "https://github.com/manuelbieh/geolib", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/manuelbieh/geolib", + "clone": "https://github.com/manuelbieh/geolib.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2023-12-10T12:45:25Z", + "createdAt": "2011-08-05T17:53:49Z", + "pushedAt": "2023-12-10T12:45:25Z", + "forks": 331, + "issues": 39, + "subscribers": 73, + "stars": 4258 + }, + "name": "geolib", + "fullName": "manuelbieh/geolib", + "isPrivate": false, + "description": "Zero dependency library to provide some basic geo functions", + "topics": [ + "geolib", + "wgs84", + "distance", + "geography", + "geojson", + "sexagesimal", + "latlng", + "hacktoberfest" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v3.3.4", + "tagName": "v3.3.4", + "createdAt": "2023-06-01T08:02:35Z", + "publishedAt": "2023-06-01T08:02:38Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "geolib", + "npm": { + "downloads": 1263140, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 81, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "geolib wgs84 distance geography geojson sexagesimal latlng hacktoberfest" + }, + { + "githubUrl": "https://github.com/xnimorz/use-debounce", + "examples": [ + "https://codesandbox.io/s/kx75xzyrq7" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/xnimorz/use-debounce", + "clone": "https://github.com/xnimorz/use-debounce.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-07T11:54:25Z", + "createdAt": "2018-11-09T10:50:43Z", + "pushedAt": "2025-06-07T11:54:25Z", + "forks": 113, + "issues": 5, + "subscribers": 7, + "stars": 3229 + }, + "name": "use-debounce", + "fullName": "xnimorz/use-debounce", + "isPrivate": false, + "description": "A debounce hook for react", + "topics": [ + "debounce", + "react-hook", + "react", + "react-hooks", + "usedebounce", + "react-use" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v10.0.4", + "tagName": "10.0.4", + "createdAt": "2024-10-13T18:04:24Z", + "publishedAt": "2024-10-13T18:07:02Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "use-debounce", + "npm": { + "downloads": 8027661, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 97, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "debounce react-hook react react-hooks usedebounce react-use" + }, + { + "githubUrl": "https://github.com/Landeed/react-native-google-places-sdk", + "examples": [ + "https://github.com/Landeed/react-native-google-places-sdk/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/Landeed/react-native-google-places-sdk", + "clone": "https://github.com/Landeed/react-native-google-places-sdk.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-01-30T18:51:41Z", + "createdAt": "2023-01-26T12:21:35Z", + "pushedAt": "2025-01-30T18:51:41Z", + "forks": 6, + "issues": 0, + "subscribers": 0, + "stars": 22 + }, + "name": "react-native-google-places-sdk", + "fullName": "Landeed/react-native-google-places-sdk", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Google Places SDK for React Native. Places SDK allows you to build location aware apps that responds contextutally to the local businesses and other places near the user's device.", + "topics": [ + "react-native", + "ios", + "android", + "google-places", + "places-sdk", + "typescript", + "autocomplete", + "google-places-sdk" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.3.1", + "tagName": "v0.3.1", + "createdAt": "2025-01-30T18:51:41Z", + "publishedAt": "2025-01-30T18:53:45Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-google-places-sdk", + "npm": { + "downloads": 4694, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react-native ios android google-places places-sdk typescript autocomplete google-places-sdk" + }, + { + "githubUrl": "https://github.com/hyochan/expo-iap", + "examples": [ + "https://github.com/hyochan/expo-iap/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/hyochan/expo-iap", + "clone": "https://github.com/hyochan/expo-iap.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-17T15:07:43Z", + "createdAt": "2024-07-03T16:14:40Z", + "pushedAt": "2025-06-17T15:07:43Z", + "forks": 15, + "issues": 1, + "subscribers": 3, + "stars": 107 + }, + "name": "expo-iap", + "fullName": "hyochan/expo-iap", + "isPrivate": false, + "description": "Expo In App Purchase Module", + "topics": [ + "react-native", + "expo", + "expo-iap", + "expoiap" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "2.4.4", + "tagName": "2.4.4", + "createdAt": "2025-06-17T15:07:43Z", + "publishedAt": "2025-06-17T15:08:10Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-iap", + "npm": { + "downloads": 7105, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native expo expo-iap expoiap" + }, + { + "githubUrl": "https://github.com/developit/mitt", + "examples": [ + "http://codepen.io/developit/pen/rjMEwW?editors=0110" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "github": { + "urls": { + "repo": "https://github.com/developit/mitt", + "clone": "https://github.com/developit/mitt.git", + "homepage": "https://npm.im/mitt" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2023-07-04T17:35:44Z", + "createdAt": "2017-01-15T01:10:50Z", + "pushedAt": "2023-07-04T17:35:44Z", + "forks": 451, + "issues": 13, + "subscribers": 69, + "stars": 11379 + }, + "name": "mitt", + "fullName": "developit/mitt", + "isPrivate": false, + "description": "🥊 Tiny 200 byte functional event emitter / pubsub.", + "topics": [ + "events", + "eventemitter", + "emitter", + "pubsub", + "mitt", + "event-handlers", + "tiny", + "event", + "event-bus", + "event-listener" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "3.0.1", + "tagName": "3.0.1", + "createdAt": "2023-07-04T17:31:06Z", + "publishedAt": "2023-07-04T17:32:15Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "mitt", + "npm": { + "downloads": 44034227, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 81, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "events eventemitter emitter pubsub mitt event-handlers tiny event event-bus event-listener" + }, + { + "githubUrl": "https://github.com/Robert27/expo-github-cache", + "npmPkg": "@eggl-js/expo-github-cache", + "examples": [ + "https://github.com/Robert27/expo-github-cache/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "dev": true, + "github": { + "urls": { + "repo": "https://github.com/Robert27/expo-github-cache", + "clone": "https://github.com/Robert27/expo-github-cache.git", + "homepage": "https://www.npmjs.com/package/@eggl-js/expo-github-cache" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-21T23:50:28Z", + "createdAt": "2025-05-29T15:53:31Z", + "pushedAt": "2025-06-21T23:50:28Z", + "forks": 0, + "issues": 0, + "subscribers": 0, + "stars": 16 + }, + "name": "@eggl-js/expo-github-cache", + "fullName": "Robert27/expo-github-cache", + "isPrivate": false, + "description": "Cache your Expo builds using GitHub as a backend, leveraging GitHub Releases to store and distribute build artifacts.", + "topics": [ + "expo", + "cache", + "github", + "build", + "eas", + "react-native" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "0.1.5", + "tagName": "0.1.5", + "createdAt": "2025-06-01T16:55:22Z", + "publishedAt": "2025-06-01T16:56:00Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 575, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "expo cache github build eas react-native" + }, + { + "githubUrl": "https://github.com/react-hook-form/resolvers", + "npmPkg": "@hookform/resolvers", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/react-hook-form/resolvers", + "clone": "https://github.com/react-hook-form/resolvers.git", + "homepage": "https://react-hook-form.com/docs/useform#resolver" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-09T07:49:05Z", + "createdAt": "2020-04-21T11:56:22Z", + "pushedAt": "2025-06-09T07:49:05Z", + "forks": 187, + "issues": 30, + "subscribers": 12, + "stars": 2032 + }, + "name": "@hookform/resolvers", + "fullName": "react-hook-form/resolvers", + "isPrivate": false, + "description": "📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts, VineJS and Standard Schema", + "topics": [ + "scheme", + "validation", + "scheme-validation", + "hookform", + "react-hook-form", + "yup", + "joi", + "superstruct", + "typescript", + "zod", + "vest", + "class-validator", + "io-ts", + "effect-ts", + "nope", + "computed-types", + "typanion", + "ajv", + "typebox", + "arktype", + "typeschema", + "vine", + "fluentvalidation-ts", + "standard-schema", + "form", + "form-validation", + "hooks", + "schema-validation", + "resolvers" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v5.1.1", + "tagName": "v5.1.1", + "createdAt": "2025-06-09T07:49:05Z", + "publishedAt": "2025-06-09T07:53:19Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 36115655, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 97, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "scheme validation scheme-validation hookform react-hook-form yup joi superstruct typescript zod vest class-validator io-ts effect-ts nope computed-types typanion ajv typebox arktype typeschema vine fluentvalidation-ts standard-schema form form-validation hooks schema-validation resolvers" + }, + { + "githubUrl": "https://github.com/joe-bell/cva/tree/main/packages/class-variance-authority", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/joe-bell/cva", + "clone": "https://github.com/joe-bell/cva.git", + "homepage": "https://github.com/joe-bell/cva#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-01-18T13:49:59Z", + "createdAt": "2022-01-02T10:00:57Z", + "pushedAt": "2025-01-18T13:49:59Z", + "forks": 127, + "issues": 1, + "subscribers": 13, + "stars": 6341 + }, + "name": "class-variance-authority", + "fullName": "joe-bell/cva", + "isPrivate": false, + "description": "Class Variance Authority 🧬", + "topics": [ + "class-variance-authority", + "class-variance-authority", + "classes", + "classname", + "classnames", + "css", + "cva", + "stitches", + "vanilla-extract", + "variants" + ], + "license": { + "name": "Apache License 2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=", + "key": "apache-2.0", + "spdxId": "Apache-2.0" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "class-variance-authority", + "npm": { + "downloads": 32181296, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 92, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "class-variance-authority class-variance-authority classes classname classnames css cva stitches vanilla-extract variants" + }, + { + "githubUrl": "https://github.com/duongdev/phosphor-react-native", + "examples": [ + "https://github.com/duongdev/phosphor-react-native/tree/main/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/duongdev/phosphor-react-native", + "clone": "https://github.com/duongdev/phosphor-react-native.git", + "homepage": "https://www.npmjs.com/package/phosphor-react-native" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-03-05T10:56:44Z", + "createdAt": "2021-09-20T18:57:57Z", + "pushedAt": "2025-03-05T10:56:44Z", + "forks": 24, + "issues": 3, + "subscribers": 5, + "stars": 220 + }, + "name": "phosphor-react-native", + "fullName": "duongdev/phosphor-react-native", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "phosphor-icons for react-native. A flexible icon family for React Native", + "topics": [ + "react-native", + "ios", + "android", + "react", + "icons", + "phosphoricons", + "svg-icons", + "svg" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 2.3.1", + "tagName": "v2.3.1", + "createdAt": "2025-01-25T11:47:59Z", + "publishedAt": "2025-01-25T11:51:05Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "phosphor-react-native", + "npm": { + "downloads": 59368, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 51, + "matchingScoreModifiers": [ + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android react icons phosphoricons svg-icons svg" + }, + { + "githubUrl": "https://github.com/EliteWise/react-native-ranking-leaderboard", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/EliteWise/react-native-ranking-leaderboard", + "clone": "https://github.com/EliteWise/react-native-ranking-leaderboard.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-13T15:10:21Z", + "createdAt": "2025-05-21T13:17:22Z", + "pushedAt": "2025-06-13T15:10:21Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 1 + }, + "name": "react-native-ranking-leaderboard", + "fullName": "EliteWise/react-native-ranking-leaderboard", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Customizable and modern leaderboard component for React Native apps", + "topics": [ + "react-native", + "leaderboard", + "scoreboard", + "ranking", + "rank", + "profile", + "customizable", + "ios", + "android", + "component", + "library", + "package" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-ranking-leaderboard", + "npm": { + "downloads": 529, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react-native leaderboard scoreboard ranking rank profile customizable ios android component library package" + }, + { + "githubUrl": "https://github.com/entropyconquers/react-native-reanimated-dnd", + "examples": [ + "https://github.com/entropyconquers/react-native-reanimated-dnd/tree/main/example-app" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/entropyconquers/react-native-reanimated-dnd", + "clone": "https://github.com/entropyconquers/react-native-reanimated-dnd.git", + "homepage": "https://react-native-reanimated-dnd.netlify.app/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-15T14:48:42Z", + "createdAt": "2025-05-15T23:07:36Z", + "pushedAt": "2025-06-15T14:48:42Z", + "forks": 3, + "issues": 5, + "subscribers": 6, + "stars": 304 + }, + "name": "react-native-reanimated-dnd", + "fullName": "entropyconquers/react-native-reanimated-dnd", + "isPrivate": false, + "description": "A drag-and-drop library that finally works on React Native", + "topics": [ + "react-native", + "drag-and-drop", + "reanimated", + "sortable", + "dnd", + "gesture-handler" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.1.0", + "tagName": "v1.1.0", + "createdAt": "2025-06-15T15:07:18Z", + "publishedAt": "2025-06-15T15:10:21Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-reanimated-dnd", + "npm": { + "downloads": 23015, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 57, + "matchingScoreModifiers": [ + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native drag-and-drop reanimated sortable dnd gesture-handler" + }, + { + "githubUrl": "https://github.com/mrousavy/react-native-pressable-opacity", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/mrousavy/react-native-pressable-opacity", + "clone": "https://github.com/mrousavy/react-native-pressable-opacity.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2022-04-20T16:08:07Z", + "createdAt": "2020-10-08T09:54:39Z", + "pushedAt": "2022-04-20T16:08:07Z", + "forks": 6, + "issues": 2, + "subscribers": 3, + "stars": 52 + }, + "name": "react-native-pressable-opacity", + "fullName": "mrousavy/react-native-pressable-opacity", + "isPrivate": false, + "description": "A and a supercharged components for React Native", + "topics": [ + "react", + "native", + "pressable", + "opacity", + "component", + "module", + "pressability", + "button" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "unmaintained": true, + "npmPkg": "react-native-pressable-opacity", + "npm": { + "downloads": 14287, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.472, + "topicSearchString": "react native pressable opacity component module pressability button" + }, + { + "githubUrl": "https://github.com/Charanor/react-native-highlight-overlay", + "examples": [ + "https://github.com/Charanor/react-native-highlight-overlay/tree/master/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/Charanor/react-native-highlight-overlay", + "clone": "https://github.com/Charanor/react-native-highlight-overlay.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2022-11-06T16:41:06Z", + "createdAt": "2021-10-11T05:49:11Z", + "pushedAt": "2022-11-06T16:41:06Z", + "forks": 6, + "issues": 8, + "subscribers": 1, + "stars": 43 + }, + "name": "react-native-highlight-overlay", + "fullName": "Charanor/react-native-highlight-overlay", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A tinted overlay that allows one or more elements to be highlighted (non-tinted).", + "topics": [ + "react-native", + "ios", + "android", + "web", + "overlay", + "highlight", + "focus", + "typed", + "typescript", + "tooltip", + "tutorial", + "hint", + "walkthrough", + "react", + "reanimated", + "reanimated2", + "tint", + "typescript-library" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 1.4.0", + "tagName": "v1.4.0", + "createdAt": "2022-11-06T16:41:08Z", + "publishedAt": "2022-11-06T16:41:15Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "unmaintained": true, + "npmPkg": "react-native-highlight-overlay", + "npm": { + "downloads": 596, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.471, + "topicSearchString": "react-native ios android web overlay highlight focus typed typescript tooltip tutorial hint walkthrough react reanimated reanimated2 tint typescript-library" + }, + { + "githubUrl": "https://github.com/maitrungduc1410/react-native-video-trim", + "examples": [ + "https://github.com/maitrungduc1410/react-native-video-trim/tree/master/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/maitrungduc1410/react-native-video-trim", + "clone": "https://github.com/maitrungduc1410/react-native-video-trim.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-31T13:42:27Z", + "createdAt": "2023-07-28T09:08:03Z", + "pushedAt": "2025-05-31T13:42:27Z", + "forks": 28, + "issues": 8, + "subscribers": 1, + "stars": 98 + }, + "name": "react-native-video-trim", + "fullName": "maitrungduc1410/react-native-video-trim", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Video trimmer for React Native App", + "topics": [ + "react-native", + "ios", + "android", + "video", + "video-processing", + "video-editor", + "video-trim" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v4.1.0", + "tagName": "v4.1.0", + "createdAt": "2025-05-31T13:42:27Z", + "publishedAt": "2025-05-31T13:43:36Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-video-trim", + "npm": { + "downloads": 4292, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android video video-processing video-editor video-trim" + }, + { + "githubUrl": "https://github.com/enzomanuelmangano/pressto", + "examples": [ + "https://github.com/enzomanuelmangano/pressto/tree/main/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/enzomanuelmangano/pressto", + "clone": "https://github.com/enzomanuelmangano/pressto.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2024-12-30T17:22:43Z", + "createdAt": "2024-09-17T10:57:24Z", + "pushedAt": "2024-12-30T17:22:43Z", + "forks": 0, + "issues": 1, + "subscribers": 2, + "stars": 157 + }, + "name": "pressto", + "fullName": "enzomanuelmangano/pressto", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Your React Native app deserves better tapping interactions.", + "topics": [ + "react-native", + "ios", + "android", + "gesture-handler", + "reanimated", + "pressables" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 0.2.1", + "tagName": "v0.2.1", + "createdAt": "2024-12-30T17:22:45Z", + "publishedAt": "2024-12-30T17:22:55Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "pressto", + "npm": { + "downloads": 643, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android gesture-handler reanimated pressables" + }, + { + "githubUrl": "https://github.com/drizzle-team/drizzle-orm/tree/main/drizzle-orm", + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/drizzle-team/drizzle-orm", + "clone": "https://github.com/drizzle-team/drizzle-orm.git", + "homepage": "https://orm.drizzle.team" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-04T06:50:02Z", + "createdAt": "2021-06-24T09:03:05Z", + "pushedAt": "2025-06-04T06:50:02Z", + "forks": 898, + "issues": 1336, + "subscribers": 55, + "stars": 28828 + }, + "name": "drizzle-orm", + "fullName": "drizzle-team/drizzle-orm", + "isPrivate": false, + "description": "Drizzle ORM package for SQL databases", + "topics": [ + "drizzle", + "orm", + "pg", + "mysql", + "singlestore", + "postgresql", + "postgres", + "sqlite", + "database", + "sql", + "typescript", + "ts", + "drizzle-orm" + ], + "license": { + "name": "Apache License 2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=", + "key": "apache-2.0", + "spdxId": "Apache-2.0" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "drizzle-orm", + "npm": { + "downloads": 5659389, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "drizzle orm pg mysql singlestore postgresql postgres sqlite database sql typescript ts drizzle-orm" + }, + { + "githubUrl": "https://github.com/wumke/react-native-exit-app", + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/wumke/react-native-exit-app", + "clone": "https://github.com/wumke/react-native-exit-app.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2023-06-27T06:51:31Z", + "createdAt": "2017-06-06T12:43:26Z", + "pushedAt": "2023-06-27T06:51:31Z", + "forks": 119, + "issues": 13, + "subscribers": 8, + "stars": 417 + }, + "name": "react-native-exit-app", + "fullName": "wumke/react-native-exit-app", + "isPrivate": false, + "description": "Exit,close,kill,shutdown app completely for React Native on iOS and Android.", + "topics": [ + "react", + "native", + "exit", + "close", + "shutdown", + "kill", + "android", + "ios", + "react-native" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "2.0.0", + "tagName": "2.0.0", + "createdAt": "2023-06-27T06:54:53Z", + "publishedAt": "2023-06-27T07:04:34Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-exit-app", + "npm": { + "downloads": 191449, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Known", + "Not updated recently" + ], + "popularity": 0.028, + "topicSearchString": "react native exit close shutdown kill android ios react-native" + }, + { + "githubUrl": "https://github.com/dev-family/react-native-device-country", + "examples": [ + "https://github.com/dev-family/react-native-device-country/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": false, + "github": { + "urls": { + "repo": "https://github.com/dev-family/react-native-device-country", + "clone": "https://github.com/dev-family/react-native-device-country.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-04T07:58:16Z", + "createdAt": "2021-08-09T13:55:55Z", + "pushedAt": "2025-06-04T07:58:16Z", + "forks": 14, + "issues": 1, + "subscribers": 5, + "stars": 74 + }, + "name": "react-native-device-country", + "fullName": "dev-family/react-native-device-country", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Get device location by telephony (SIM card) or settings without using GPS tracker.", + "topics": [ + "react-native", + "ios", + "android", + "country", + "device", + "location", + "device-location", + "phone-location", + "gps-location", + "gps", + "phone-code", + "phone-number", + "simcard" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "1.1.1", + "tagName": "1.1.1", + "createdAt": "2025-06-04T07:58:16Z", + "publishedAt": "2025-06-04T07:59:22Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-device-country", + "npm": { + "downloads": 14647, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android country device location device-location phone-location gps-location gps phone-code phone-number simcard" + }, + { + "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-checkbox", + "ios": true, + "android": true, + "web": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/expo/expo", + "clone": "https://github.com/expo/expo.git", + "homepage": "https://docs.expo.dev/versions/latest/sdk/checkbox" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-11T10:40:52Z", + "createdAt": "2016-08-15T17:14:25Z", + "pushedAt": "2025-06-11T10:40:52Z", + "forks": 7289, + "issues": 435, + "subscribers": 321, + "stars": 41213 + }, + "name": "expo-checkbox", + "fullName": "expo/expo", + "isPrivate": false, + "description": "Basic boolean input for Android, iOS and web.", + "topics": [ + "react-native", + "expo", + "expo-checkbox" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-checkbox", + "npm": { + "downloads": 241304, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 86, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Lots of open issues", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native expo expo-checkbox" + }, + { + "githubUrl": "https://github.com/benjamineruvieru/react-native-pushdown-alert", + "examples": [ + "https://github.com/benjamineruvieru/react-native-pushdown-alert/tree/main/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/benjamineruvieru/react-native-pushdown-alert", + "clone": "https://github.com/benjamineruvieru/react-native-pushdown-alert.git", + "homepage": "https://docs.benjamineruvieru.com/docs/react-native-pushdown-alert" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-04T12:38:26Z", + "createdAt": "2025-02-26T16:52:11Z", + "pushedAt": "2025-06-04T12:38:26Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 4 + }, + "name": "react-native-pushdown-alert", + "fullName": "benjamineruvieru/react-native-pushdown-alert", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A customizable pushdown alert component for React Native applications.", + "topics": [ + "react-native", + "ios", + "android", + "web", + "alert", + "pushdown-alert", + "notification", + "customizable", + "success-alert", + "error-alert", + "warning-alert", + "animation", + "dropdown", + "notifications", + "pushdown" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 0.2.0", + "tagName": "v0.2.0", + "createdAt": "2025-02-26T17:40:09Z", + "publishedAt": "2025-02-26T17:40:22Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-pushdown-alert", + "npm": { + "downloads": 34, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.321, + "topicSearchString": "react-native ios android web alert pushdown-alert notification customizable success-alert error-alert warning-alert animation dropdown notifications pushdown" + }, + { + "githubUrl": "https://github.com/benjamineruvieru/react-native-credentials-manager", + "examples": [ + "https://github.com/benjamineruvieru/react-native-credentials-manager/tree/main/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/benjamineruvieru/react-native-credentials-manager", + "clone": "https://github.com/benjamineruvieru/react-native-credentials-manager.git", + "homepage": "https://docs.benjamineruvieru.com/docs/react-native-credentials-manager/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-11T11:41:12Z", + "createdAt": "2025-02-04T14:57:04Z", + "pushedAt": "2025-06-11T11:41:12Z", + "forks": 1, + "issues": 2, + "subscribers": 2, + "stars": 41 + }, + "name": "react-native-credentials-manager", + "fullName": "benjamineruvieru/react-native-credentials-manager", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A React Native library that implements the Credential Manager API for Android. This library allows you to manage passwords and passkeys in your React Native applications.", + "topics": [ + "react-native", + "ios", + "android", + "passkeys", + "webauthn", + "authentication", + "credential-manager", + "google-signin", + "passwordless", + "biometric", + "security", + "identity", + "fido2", + "signin", + "google-sign-in", + "password-manager", + "signup" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 0.6.0", + "tagName": "v0.6.0", + "createdAt": "2025-06-03T14:35:30Z", + "publishedAt": "2025-06-03T14:35:47Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-credentials-manager", + "npm": { + "downloads": 604, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": 0.028, + "topicSearchString": "react-native ios android passkeys webauthn authentication credential-manager google-signin passwordless biometric security identity fido2 signin google-sign-in password-manager signup" + }, + { + "githubUrl": "https://github.com/MortalKastor/expo-resolve-url", + "examples": [ + "https://github.com/MortalKastor/expo-resolve-url/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/MortalKastor/expo-resolve-url", + "clone": "https://github.com/MortalKastor/expo-resolve-url.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-17T15:50:43Z", + "createdAt": "2025-03-12T16:21:15Z", + "pushedAt": "2025-04-17T15:50:43Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 2 + }, + "name": "expo-resolve-url", + "fullName": "MortalKastor/expo-resolve-url", + "isPrivate": false, + "description": "Get the destination URL of a redirect link (like marketing or shortened links) without following it on React Native", + "topics": [ + "react-native", + "expo", + "expo-resolve-url", + "resolveurl", + "unshorten", + "url", + "url-shortener" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "", + "tagName": "v1.0.1", + "createdAt": "2025-04-17T15:50:43Z", + "publishedAt": "2025-04-17T15:58:36Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-resolve-url", + "npm": { + "downloads": 176, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": -0.322, + "topicSearchString": "react-native expo expo-resolve-url resolveurl unshorten url url-shortener" + }, + { + "githubUrl": "https://github.com/jekingohel/react-native-wordcloud", + "npmPkg": "rn-wordcloud", + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/jekingohel/react-native-wordcloud", + "clone": "https://github.com/jekingohel/react-native-wordcloud.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2024-12-16T11:16:43Z", + "createdAt": "2023-11-20T12:19:46Z", + "pushedAt": "2024-12-16T11:16:43Z", + "forks": 3, + "issues": 0, + "subscribers": 1, + "stars": 4 + }, + "name": "rn-wordcloud", + "fullName": "jekingohel/react-native-wordcloud", + "isPrivate": false, + "description": "A React Native library for creating beautiful and neat word (tag) cloud from any text with custom weight and color.", + "topics": [ + "react", + "react-native", + "word", + "cloud", + "wordcloud", + "word-cloud", + "buuble", + "bubble-chart", + "visualization", + "tag", + "tagcloud", + "tag-cloud" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "", + "tagName": "v1.0.6", + "createdAt": "2024-12-16T11:16:43Z", + "publishedAt": "2024-12-16T13:55:59Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 3774, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.072, + "topicSearchString": "react react-native word cloud wordcloud word-cloud buuble bubble-chart visualization tag tagcloud tag-cloud" + }, + { + "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-network-info", + "examples": [ + "https://github.com/patrickkabwe/react-native-nitro-network-info/tree/main/example" + ], + "android": true, + "ios": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/patrickkabwe/react-native-nitro-network-info", + "clone": "https://github.com/patrickkabwe/react-native-nitro-network-info.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-05T20:37:42Z", + "createdAt": "2025-05-04T02:22:05Z", + "pushedAt": "2025-06-05T20:37:42Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 7 + }, + "name": "react-native-nitro-network-info", + "fullName": "patrickkabwe/react-native-nitro-network-info", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "A React Native library for monitoring network connectivity status and connection type using Nitro Modules for high performance.", + "topics": [ + "react-native", + "nitro-network-info", + "nitro", + "network", + "connection", + "wifi", + "cellular", + "ethernet" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "lastRelease": { + "name": "v1.0.2", + "tagName": "v1.0.2", + "createdAt": "2025-06-05T20:37:42Z", + "publishedAt": "2025-06-05T20:37:48Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-nitro-network-info", + "npm": { + "downloads": 122, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.325, + "topicSearchString": "react-native nitro-network-info nitro network connection wifi cellular ethernet" + }, + { + "githubUrl": "https://github.com/tarikfp/expo-pencilkit-ui", + "examples": [ + "https://github.com/tarikfp/expo-pencilkit-ui/tree/main/example" + ], + "ios": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/tarikfp/expo-pencilkit-ui", + "clone": "https://github.com/tarikfp/expo-pencilkit-ui.git", + "homepage": "https://www.npmjs.com/package/expo-pencilkit-ui" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-07T20:48:12Z", + "createdAt": "2025-06-07T20:27:17Z", + "pushedAt": "2025-06-07T20:48:12Z", + "forks": 0, + "issues": 2, + "subscribers": 0, + "stars": 27 + }, + "name": "expo-pencilkit-ui", + "fullName": "tarikfp/expo-pencilkit-ui", + "isPrivate": false, + "description": "A React Native Expo module that provides native Apple PencilKit integration for iOS applications", + "topics": [ + "expo", + "expo-module", + "react-native", + "pencilkit", + "apple-pencil", + "drawing", + "canvas", + "ios", + "expo-pencilkit-ui", + "expo-pencilkit", + "apple-pencilkit" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "expo-pencilkit-ui", + "npm": { + "downloads": 398, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.222, + "topicSearchString": "expo expo-module react-native pencilkit apple-pencil drawing canvas ios expo-pencilkit-ui expo-pencilkit apple-pencilkit" + }, + { + "githubUrl": "https://github.com/software-mansion/react-native-whip-whep/tree/main/packages/react-native-client", + "npmPkg": "react-native-whip-whep", + "examples": [ + "https://github.com/software-mansion/react-native-whip-whep/tree/main/examples/react-native/WhipWhepDemo" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/software-mansion/react-native-whip-whep", + "clone": "https://github.com/software-mansion/react-native-whip-whep.git", + "homepage": "https://github.com/software-mansion/react-native-whip-whep" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-16T09:41:46Z", + "createdAt": "2024-07-15T12:36:18Z", + "pushedAt": "2025-06-16T09:41:46Z", + "forks": 2, + "issues": 0, + "subscribers": 3, + "stars": 23 + }, + "name": "react-native-whip-whep", + "fullName": "software-mansion/react-native-whip-whep", + "isPrivate": false, + "description": "An implementation of WHIP and WHEP protocols functionalities for React Native.", + "topics": [ + "react-native", + "whip", + "whep", + "webrtc", + "streaming", + "video", + "audio" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 1012, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.071, + "topicSearchString": "react-native whip whep webrtc streaming video audio" + }, + { + "githubUrl": "https://github.com/software-mansion/react-native-audio-api/tree/main/packages/react-native-audio-api", + "examples": [ + "https://github.com/software-mansion/react-native-audio-api/tree/main/apps/fabric-example" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/software-mansion/react-native-audio-api", + "clone": "https://github.com/software-mansion/react-native-audio-api.git", + "homepage": "https://github.com/software-mansion/react-native-audio-api#readme" + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2025-06-18T06:50:11Z", + "createdAt": "2024-07-03T09:13:20Z", + "pushedAt": "2025-06-18T06:50:11Z", + "forks": 17, + "issues": 14, + "subscribers": 10, + "stars": 370 + }, + "name": "react-native-audio-api", + "fullName": "software-mansion/react-native-audio-api", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification", + "topics": [ + "react-native", + "audio", + "audio-api", + "web-audio-api", + "react", + "music", + "player" + ], + "license": { + "name": "MIT License", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-audio-api", + "npm": { + "downloads": 5094, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 57, + "matchingScoreModifiers": [ + "Known", + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native audio audio-api web-audio-api react music player" + }, + { + "githubUrl": "https://github.com/teamairship/react-native-public-ip", + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/teamairship/react-native-public-ip", + "clone": "https://github.com/teamairship/react-native-public-ip.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2019-10-18T15:43:31Z", + "createdAt": "2017-08-19T16:28:14Z", + "pushedAt": "2019-10-18T15:43:31Z", + "forks": 8, + "issues": 0, + "subscribers": 5, + "stars": 32 + }, + "name": "react-native-public-ip", + "fullName": "teamairship/react-native-public-ip", + "isPrivate": false, + "description": "Get public IP address in React Native", + "topics": [ + "ip", + "ipv4", + "ipv6", + "address", + "public", + "external", + "own" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "unmaintained": true, + "npmPkg": "react-native-public-ip", + "npm": { + "downloads": 37152, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.472, + "topicSearchString": "ip ipv4 ipv6 address public external own" + }, + { + "githubUrl": "https://github.com/thinhkhang97/react-native-viewport-detector", + "examples": [ + "https://github.com/thinhkhang97/react-native-viewport-detector/tree/master/examples" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/thinhkhang97/react-native-viewport-detector", + "clone": "https://github.com/thinhkhang97/react-native-viewport-detector.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-04-01T07:15:27Z", + "createdAt": "2023-10-19T14:32:43Z", + "pushedAt": "2025-04-01T07:15:27Z", + "forks": 3, + "issues": 5, + "subscribers": 1, + "stars": 31 + }, + "name": "react-native-viewport-detector", + "fullName": "thinhkhang97/react-native-viewport-detector", + "isPrivate": false, + "description": "React Native library for detecting component visibility in the viewport.", + "topics": [ + "react-native", + "viewport", + "visibility", + "detector", + "in-view", + "screen", + "components", + "ui", + "visibility-detection", + "mobile", + "user-experience", + "optimization", + "library", + "react", + "utility", + "performance" + ], + "license": null, + "lastRelease": { + "name": "Release 1.0.7", + "tagName": "1.0.7", + "createdAt": "2025-04-01T07:18:40Z", + "publishedAt": "2025-04-01T07:25:51Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-native-viewport-detector", + "npm": { + "downloads": 1342, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 43, + "matchingScoreModifiers": [ + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "react-native viewport visibility detector in-view screen components ui visibility-detection mobile user-experience optimization library react utility performance" + }, + { + "githubUrl": "https://github.com/rn-toolkit/react-native-lottie-splash-screen", + "npmPkg": "@rn-toolkit/react-native-lottie-splash-screen", + "examples": [ + "https://github.com/rn-toolkit/react-native-lottie-splash-screen/tree/master/examples" + ], + "ios": true, + "android": true, + "github": { + "urls": { + "repo": "https://github.com/rn-toolkit/react-native-lottie-splash-screen", + "clone": "https://github.com/rn-toolkit/react-native-lottie-splash-screen.git", + "homepage": null + }, + "stats": { + "hasIssues": false, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2023-08-16T01:42:26Z", + "createdAt": "2023-06-27T10:45:52Z", + "pushedAt": "2023-08-16T01:42:26Z", + "forks": 0, + "issues": 0, + "subscribers": 0, + "stars": 1 + }, + "name": "@rn-toolkit/react-native-lottie-splash-screen", + "fullName": "rn-toolkit/react-native-lottie-splash-screen", + "isPrivate": false, + "description": "⚡ Lottie splash screen for your react native app!", + "topics": [ + "react-native", + "component", + "splash-screen", + "lottie-splash-screen", + "lottie", + "animation", + "splashscreen", + "splash", + "launch-screen", + "launchscreen", + "android", + "ios" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.1.5", + "tagName": "v1.1.5", + "createdAt": "2023-08-16T01:42:26Z", + "publishedAt": "2023-08-16T01:45:43Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 27, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.35, + "topicSearchString": "react-native component splash-screen lottie-splash-screen lottie animation splashscreen splash launch-screen launchscreen android ios" + }, + { + "githubUrl": "https://github.com/romgrk/react-fast-memo", + "ios": true, + "android": true, + "web": true, + "github": { + "urls": { + "repo": "https://github.com/romgrk/react-fast-memo", + "clone": "https://github.com/romgrk/react-fast-memo.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": false, + "updatedAt": "2024-03-25T15:18:12Z", + "createdAt": "2024-03-08T18:23:59Z", + "pushedAt": "2024-03-25T15:18:12Z", + "forks": 0, + "issues": 0, + "subscribers": 2, + "stars": 61 + }, + "name": "react-fast-memo", + "fullName": "romgrk/react-fast-memo", + "isPrivate": false, + "description": "A faster React.memo()", + "topics": [], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "react-fast-memo", + "npm": { + "downloads": 28, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, + "matchingScoreModifiers": [ + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": -0.214, + "topicSearchString": "" + }, + { + "githubUrl": "https://github.com/unadlib/mutative", + "ios": true, + "android": true, + "web": true, + "github": { + "urls": { + "repo": "https://github.com/unadlib/mutative", + "clone": "https://github.com/unadlib/mutative.git", + "homepage": "http://mutative.js.org/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-05-22T14:54:27Z", + "createdAt": "2022-03-26T13:31:01Z", + "pushedAt": "2025-05-22T14:54:27Z", + "forks": 20, + "issues": 7, + "subscribers": 13, + "stars": 1773 + }, + "name": "mutative", + "fullName": "unadlib/mutative", + "isPrivate": false, + "description": "Efficient immutable updates, 2-6x faster than naive handcrafted reducer, and more than 10x faster than Immer.", + "topics": [ + "immutable", + "mutable", + "copy-on-write", + "mutative", + "immutability", + "mutation", + "immer", + "reducer", + "redux", + "state-management", + "react" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "1.2.0", + "tagName": "v1.2.0", + "createdAt": "2025-05-22T14:54:27Z", + "publishedAt": "2025-05-22T14:56:55Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "mutative", + "npm": { + "downloads": 392028, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 68, + "matchingScoreModifiers": [ + "Popular", + "Known", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "immutable mutable copy-on-write mutative immutability mutation immer reducer redux state-management react" + }, + { + "githubUrl": "https://github.com/immerjs/immer", + "ios": true, + "android": true, + "web": true, + "github": { + "urls": { + "repo": "https://github.com/immerjs/immer", + "clone": "https://github.com/immerjs/immer.git", + "homepage": "https://immerjs.github.io/immer/" + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": true, + "hasTopics": true, + "updatedAt": "2024-09-19T07:44:40Z", + "createdAt": "2017-12-29T12:25:47Z", + "pushedAt": "2024-09-19T07:44:40Z", + "forks": 854, + "issues": 33, + "subscribers": 154, + "stars": 28431 + }, + "name": "immer", + "fullName": "immerjs/immer", + "isPrivate": false, + "description": "Create the next immutable state by mutating the current one", + "topics": [ + "immutable", + "mutable", + "copy-on-write", + "immutables", + "reducer", + "redux", + "state-tree" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v10.1.1", + "tagName": "v10.1.1", + "createdAt": "2024-04-27T20:06:22Z", + "publishedAt": "2024-04-27T20:07:27Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "immer", + "npm": { + "downloads": 63915156, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 81, + "matchingScoreModifiers": [ + "Very popular", + "Popular", + "Known", + "Not updated recently", + "Not supporting New Architecture" + ], + "popularity": 0.028, + "topicSearchString": "immutable mutable copy-on-write immutables reducer redux state-tree" + }, + { + "githubUrl": "https://github.com/logicwind/react-native-exit-app", + "npmPkg": "@logicwind/react-native-exit-app", + "examples": [ + "https://github.com/logicwind/react-native-exit-app/tree/master/example" + ], + "ios": true, + "android": true, + "fireos": true, + "tvos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/logicwind/react-native-exit-app", + "clone": "https://github.com/logicwind/react-native-exit-app.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-19T09:55:33Z", + "createdAt": "2025-04-24T10:52:15Z", + "pushedAt": "2025-06-19T09:55:33Z", + "forks": 0, + "issues": 0, + "subscribers": 2, + "stars": 3 + }, + "name": "@logicwind/react-native-exit-app", + "fullName": "logicwind/react-native-exit-app", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Exit / Close / Kill / shutdown your react native app. Does not invoke a crash notification.", + "topics": [ + "react-native", + "ios", + "android", + "exit", + "exit-app", + "close-app", + "quit-app", + "app-exit", + "android-exit", + "ios-exit", + "system-exit" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.1.0", + "tagName": "0.1.0", + "createdAt": "2025-06-03T12:58:16Z", + "publishedAt": "2025-06-03T13:01:27Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 349, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.321, + "topicSearchString": "react-native ios android exit exit-app close-app quit-app app-exit android-exit ios-exit system-exit" + }, + { + "githubUrl": "https://github.com/logicwind/react-native-tvos-keyboard", + "npmPkg": "@logicwind/react-native-tvos-keyboard", + "examples": [ + "https://github.com/logicwind/react-native-tvos-keyboard/tree/master/example" + ], + "tvos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/logicwind/react-native-tvos-keyboard", + "clone": "https://github.com/logicwind/react-native-tvos-keyboard.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-19T09:57:08Z", + "createdAt": "2025-04-25T06:36:16Z", + "pushedAt": "2025-06-19T09:57:08Z", + "forks": 0, + "issues": 0, + "subscribers": 2, + "stars": 1 + }, + "name": "@logicwind/react-native-tvos-keyboard", + "fullName": "logicwind/react-native-tvos-keyboard", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Keyboard plugin for react-native tvos", + "topics": [ + "react-native", + "ios", + "tvos", + "apple-tv", + "keyboard", + "native-keyboard", + "tvos-keyboard", + "voice-typing", + "voice-search", + "uisearchcontroller", + "tv" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.1.2", + "tagName": "0.1.2", + "createdAt": "2025-06-03T13:12:33Z", + "publishedAt": "2025-06-03T13:16:43Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 66, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.32, + "topicSearchString": "react-native ios tvos apple-tv keyboard native-keyboard tvos-keyboard voice-typing voice-search uisearchcontroller tv" + }, + { + "githubUrl": "https://github.com/logicwind/react-native-tvos-ssl-pinning", + "npmPkg": "@logicwind/react-native-tvos-ssl-pinning", + "examples": [ + "https://github.com/logicwind/react-native-tvos-ssl-pinning/tree/main/example" + ], + "ios": true, + "android": true, + "fireos": true, + "tvos": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/logicwind/react-native-tvos-ssl-pinning", + "clone": "https://github.com/logicwind/react-native-tvos-ssl-pinning.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-09T04:38:28Z", + "createdAt": "2025-06-03T04:42:03Z", + "pushedAt": "2025-06-09T04:38:28Z", + "forks": 0, + "issues": 0, + "subscribers": 0, + "stars": 1 + }, + "name": "@logicwind/react-native-tvos-ssl-pinning", + "fullName": "logicwind/react-native-tvos-ssl-pinning", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "React-native TVOS plugin to support ssl pinning.", + "topics": [ + "react-native", + "ios", + "android", + "ssl", + "ssl-pinning", + "tvos", + "certificate-pinning", + "https", + "network-security", + "fetch", + "axios", + "ssl-pinning-tvos", + "secure-networking", + "networking", + "tls", + "cert-pinning", + "native-module" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v0.1.0", + "tagName": "0.1.0", + "createdAt": "2025-06-09T05:13:30Z", + "publishedAt": "2025-06-09T05:14:28Z", + "isPrerelease": false + }, + "hasTypes": false, + "newArchitecture": false, + "isArchived": false + }, + "npm": { + "downloads": 59, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.333, + "topicSearchString": "react-native ios android ssl ssl-pinning tvos certificate-pinning https network-security fetch axios ssl-pinning-tvos secure-networking networking tls cert-pinning native-module" + }, + { + "githubUrl": "https://github.com/CRIIPI11/rn-watch-connect", + "examples": [ + "https://github.com/CRIIPI11/rn-watch-connect/tree/master/example" + ], + "ios": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/CRIIPI11/rn-watch-connect", + "clone": "https://github.com/CRIIPI11/rn-watch-connect.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-16T20:13:59Z", + "createdAt": "2025-05-20T20:45:37Z", + "pushedAt": "2025-06-16T20:13:59Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 1 + }, + "name": "rn-watch-connect", + "fullName": "CRIIPI11/rn-watch-connect", + "isPrivate": false, + "description": "Interact with apple watch directly from React Native", + "topics": [ + "react-native", + "expo", + "rn-watch-connect", + "rnwatchconnect", + "watchconnectivity", + "apple-watch", + "apple-watch-connectivity", + "apple-watch-communication", + "apple-watch-data-transfer", + "apple-watch-message-transfer", + "apple-watch-file-transfer" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.0.0", + "tagName": "v1.0.0", + "createdAt": "2025-06-13T20:09:13Z", + "publishedAt": "2025-06-14T03:02:08Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": false, + "isArchived": false + }, + "npmPkg": "rn-watch-connect", + "npm": { + "downloads": 54, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, + "matchingScoreModifiers": [ + "Recently updated", + "Not supporting New Architecture" + ], + "popularity": -0.331, + "topicSearchString": "react-native expo rn-watch-connect rnwatchconnect watchconnectivity apple-watch apple-watch-connectivity apple-watch-communication apple-watch-data-transfer apple-watch-message-transfer apple-watch-file-transfer" + }, + { + "githubUrl": "https://github.com/loro-dev/loro-react-native", + "examples": [ + "https://github.com/loro-dev/loro-react-native/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/loro-dev/loro-react-native", + "clone": "https://github.com/loro-dev/loro-react-native.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": true, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-11T12:39:47Z", + "createdAt": "2025-06-02T00:55:12Z", + "pushedAt": "2025-06-11T12:39:47Z", + "forks": 1, + "issues": 4, + "subscribers": 1, + "stars": 7 + }, + "name": "loro-react-native", + "fullName": "loro-dev/loro-react-native", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "React native binding for Loro", + "topics": [ + "react-native", + "ios", + "android" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "loro-react-native", + "npm": { + "downloads": 481, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -0.321, + "topicSearchString": "react-native ios android" + }, + { + "githubUrl": "https://github.com/JairajJangle/react-native-navigation-mode", + "examples": [ + "https://github.com/JairajJangle/react-native-navigation-mode/tree/main/example" + ], + "images": [ + "https://github.com/JairajJangle/react-native-navigation-mode/blob/main/.github/assets/buttons.png", + "https://github.com/JairajJangle/react-native-navigation-mode/blob/main/.github/assets/gesture.png" + ], + "ios": true, + "android": true, + "newArchitecture": true, + "github": { + "urls": { + "repo": "https://github.com/JairajJangle/react-native-navigation-mode", + "clone": "https://github.com/JairajJangle/react-native-navigation-mode.git", + "homepage": null + }, + "stats": { + "hasIssues": true, + "hasWiki": false, + "hasSponsorships": false, + "hasTopics": true, + "updatedAt": "2025-06-16T13:04:43Z", + "createdAt": "2025-06-13T13:37:30Z", + "pushedAt": "2025-06-16T13:04:43Z", + "forks": 0, + "issues": 0, + "subscribers": 0, + "stars": 2 + }, + "name": "react-native-navigation-mode", + "fullName": "JairajJangle/react-native-navigation-mode", + "isPrivate": false, + "registry": "https://registry.npmjs.org/", + "description": "Detect Android navigation mode (3-button, 2-button, or gesture navigation)", + "topics": [ + "react-native", + "android", + "ios", + "navigation", + "gesture", + "navigation-buttons", + "edge-to-edge", + "navigation-bar", + "turbo-module", + "native", + "gestures" + ], + "license": { + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.0.3", + "tagName": "v1.0.3", + "createdAt": "2025-06-16T13:04:43Z", + "publishedAt": "2025-06-16T13:04:52Z", + "isPrerelease": false + }, + "hasTypes": true, + "newArchitecture": true, + "isArchived": false + }, + "npmPkg": "react-native-navigation-mode", + "npm": { + "downloads": 292, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -0.319, + "topicSearchString": "react-native android ios navigation gesture navigation-buttons edge-to-edge navigation-bar turbo-module native gestures" + }, + { + "githubUrl": "https://github.com/sbaiahmed1/react-native-blur", + "examples": [ + "https://github.com/sbaiahmed1/react-native-blur/tree/main/example" + ], + "images": [ + "https://github.com/sbaiahmed1/react-native-blur/blob/main/android-demo.gif", + "https://github.com/sbaiahmed1/react-native-blur/blob/main/iOS-demo.gif" ], + "npmPkg": "@sbaiahmed1/react-native-blur", "ios": true, "android": true, - "web": true, - "expoGo": true, + "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/livekit/client-sdk-js", - "clone": "https://github.com/livekit/client-sdk-js.git", - "homepage": "https://livekit.io" + "repo": "https://github.com/sbaiahmed1/react-native-blur", + "clone": "https://github.com/sbaiahmed1/react-native-blur.git", + "homepage": null }, "stats": { "hasIssues": true, - "hasWiki": true, + "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-11T07:45:42Z", - "createdAt": "2020-11-03T06:15:40Z", - "pushedAt": "2025-04-11T07:45:42Z", - "forks": 184, - "issues": 22, - "subscribers": 28, - "stars": 433 + "updatedAt": "2025-06-17T23:44:06Z", + "createdAt": "2025-06-13T03:34:57Z", + "pushedAt": "2025-06-17T23:44:06Z", + "forks": 0, + "issues": 0, + "subscribers": 1, + "stars": 12 }, - "name": "livekit-client", - "fullName": "livekit/client-sdk-js", + "name": "@sbaiahmed1/react-native-blur", + "fullName": "sbaiahmed1/react-native-blur", "isPrivate": false, - "description": "LiveKit browser client SDK (javascript)", + "registry": "https://registry.npmjs.org/", + "description": "A modern React Native blur view component that provides native blur effects for both iOS and Android platforms.", "topics": [ - "typescript", - "javascript", - "webrtc" + "react-native", + "ios", + "android", + "blur", + "react-blur", + "modern-blur" ], "license": { - "key": "apache-2.0", - "name": "Apache License 2.0", - "spdxId": "Apache-2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=" + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.11.2", - "tagName": "v2.11.2", - "createdAt": "2025-04-11T11:13:33Z", - "publishedAt": "2025-04-11T11:13:34Z", + "name": "Release 0.1.2", + "tagName": "v0.1.2", + "createdAt": "2025-06-15T23:22:00Z", + "publishedAt": "2025-06-15T23:22:04Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, "npm": { - "downloads": 391141, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 126, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" }, - "score": 73, + "score": 51, "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" + "Recently updated" ], - "popularity": 0.028, - "topicSearchString": "typescript javascript webrtc" + "popularity": -0.326, + "topicSearchString": "react-native ios android blur react-blur modern-blur" }, { - "githubUrl": "https://github.com/Raja0sama/rn-foreground-service", - "npmPkg": "@supersami/rn-foreground-service", - "examples": [ - "https://github.com/Raja0sama/rn-forground-service-example" - ], - "images": [ - "https://rn-foreground.vercel.app/md.png" - ], + "githubUrl": "https://github.com/logicwind/react-native-rn-in-app-update", + "ios": true, "android": true, "github": { "urls": { - "repo": "https://github.com/Raja0sama/rn-foreground-service", - "clone": "https://github.com/Raja0sama/rn-foreground-service.git", - "homepage": "https://rn-foreground.vercel.app/" + "repo": "https://github.com/logicwind/react-native-rn-in-app-update", + "clone": "https://github.com/logicwind/react-native-rn-in-app-update.git", + "homepage": null }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-02T06:55:17Z", - "createdAt": "2020-10-29T18:57:13Z", - "pushedAt": "2025-04-02T06:55:17Z", - "forks": 71, - "issues": 26, - "subscribers": 1, - "stars": 156 + "updatedAt": "2024-04-19T05:48:18Z", + "createdAt": "2020-08-08T06:30:20Z", + "pushedAt": "2024-04-19T05:48:18Z", + "forks": 0, + "issues": 1, + "subscribers": 2, + "stars": 2 }, - "name": "@supersami/rn-foreground-service", - "fullName": "Raja0sama/rn-foreground-service", + "name": "react-native-rn-in-app-update", + "fullName": "logicwind/react-native-rn-in-app-update", "isPrivate": false, - "description": "Foreground Service for React Native made with ❤ ", + "registry": "https://registry.npmjs.org/", + "description": "Google in app update plugin for react-native (Android only)", "topics": [ - "react", "react-native", - "android", - "foreground", - "service", - "background", - "java", - "android-application" + "android" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "RN Foreground Service v2", - "tagName": "v2-release", - "createdAt": "2023-01-02T12:46:45Z", - "publishedAt": "2023-01-02T12:48:36Z", + "name": "1.0.3", + "tagName": "v1.0.3", + "createdAt": "2024-04-19T05:48:59Z", + "publishedAt": "2024-04-19T05:57:28Z", "isPrerelease": false }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 49, + "npmPkg": "react-native-rn-in-app-update", + "npm": { + "downloads": 43, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 32, "matchingScoreModifiers": [ - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -100, - "topicSearchString": "react react-native android foreground service background java android-application" + "popularity": -0.327, + "topicSearchString": "react-native android" }, { - "githubUrl": "https://github.com/LegendApp/legend-state", - "npmPkg": "@legendapp/state", - "examples": [ - "https://github.com/LegendApp/legend-state/tree/main/examples" - ], - "android": true, + "githubUrl": "https://github.com/nandorojo/galeria", + "npmPkg": "@nandorojo/galeria", "ios": true, + "android": true, "web": true, - "expoGo": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/LegendApp/legend-state", - "clone": "https://github.com/LegendApp/legend-state.git", - "homepage": "https://legendapp.com/open-source/state/" + "repo": "https://github.com/nandorojo/galeria", + "clone": "https://github.com/nandorojo/galeria.git", + "homepage": null }, "stats": { "hasIssues": true, "hasWiki": true, - "hasSponsorships": true, + "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-03-07T01:52:13Z", - "createdAt": "2022-07-21T07:06:08Z", - "pushedAt": "2025-03-07T01:52:13Z", - "forks": 106, - "issues": 132, - "subscribers": 23, - "stars": 3510 + "updatedAt": "2025-06-21T11:52:47Z", + "createdAt": "2023-08-27T21:15:14Z", + "pushedAt": "2025-06-21T11:52:47Z", + "forks": 26, + "issues": 18, + "subscribers": 9, + "stars": 494 }, - "name": "@legendapp/state", - "fullName": "LegendApp/legend-state", - "isPrivate": true, - "registry": "https://registry.npmjs.org/", - "description": "Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence", + "name": "@nandorojo/galeria", + "fullName": "nandorojo/galeria", + "isPrivate": false, + "description": "The React (Native) Image Viewer. 📷", "topics": [ - "react", "react-native", - "state", - "hooks", - "proxy" + "expo", + "galeria" ], "license": { "key": "mit", @@ -121320,259 +133451,278 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, + "lastRelease": { + "name": "v1.2.0", + "tagName": "v1.2.0", + "createdAt": "2025-03-21T15:32:55Z", + "publishedAt": "2025-03-21T15:34:43Z", + "isPrerelease": false + }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 32, + "npm": { + "downloads": 8450, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" + }, + "score": 57, "matchingScoreModifiers": [ - "Lots of open issues", + "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -100, - "topicSearchString": "react react-native state hooks proxy" + "popularity": 0.028, + "topicSearchString": "react-native expo galeria" }, { - "githubUrl": "https://github.com/w88975/expo-click-outside", + "githubUrl": "https://github.com/codemask-labs/stan-js", "examples": [ - "https://github.com/w88975/expo-click-outside/tree/main/example" + "https://codemask-labs.github.io/stan-js/examples/react/" ], "ios": true, "android": true, - "expoGo": true, + "web": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/w88975/expo-click-outside", - "clone": "https://github.com/w88975/expo-click-outside.git", - "homepage": "https://www.npmjs.com/package/expo-click-outside" + "repo": "https://github.com/codemask-labs/stan-js", + "clone": "https://github.com/codemask-labs/stan-js.git", + "homepage": "https://codemask-labs.github.io/stan-js/" }, "stats": { "hasIssues": true, - "hasWiki": true, + "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-07T14:45:08Z", - "createdAt": "2025-04-07T03:52:26Z", - "pushedAt": "2025-04-07T14:45:08Z", - "forks": 0, + "updatedAt": "2025-06-12T13:12:37Z", + "createdAt": "2023-12-15T15:24:22Z", + "pushedAt": "2025-06-12T13:12:37Z", + "forks": 1, "issues": 0, - "subscribers": 1, - "stars": 3 + "subscribers": 4, + "stars": 155 }, - "name": "expo-click-outside", - "fullName": "w88975/expo-click-outside", + "name": "stan-js", + "fullName": "codemask-labs/stan-js", "isPrivate": false, - "description": "A way to listen click outside of react-native and Expo (use native platform api).", + "description": "Lightweight and flexible state management library designed for use in React applications and beyond", "topics": [ - "react-native", - "click-outside", - "expo", - "expo-click-outside", - "expoclickoutside" + "state", + "react", + "store", + "context", + "rerenders", + "typescript", + "intellisense" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" }, - "hasTypes": true, + "lastRelease": { + "name": "v1.7.0", + "tagName": "v1.7.0", + "createdAt": "2025-04-25T13:05:54Z", + "publishedAt": "2025-04-25T13:06:07Z", + "isPrerelease": false + }, + "hasTypes": false, "newArchitecture": false, "isArchived": false }, - "npmPkg": "expo-click-outside", + "npmPkg": "stan-js", "npm": { - "downloads": 61, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 1580, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.317, - "topicSearchString": "react-native click-outside expo expo-click-outside expoclickoutside" + "popularity": 0.028, + "topicSearchString": "state react store context rerenders typescript intellisense" }, { - "githubUrl": "https://github.com/versatica/mediasoup-client", - "android": true, + "githubUrl": "https://github.com/openspacelabs/react-native-zoomable-view", + "npmPkg": "@openspacelabs/react-native-zoomable-view", "ios": true, + "android": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/versatica/mediasoup-client", - "clone": "https://github.com/versatica/mediasoup-client.git", - "homepage": "https://mediasoup.org" + "repo": "https://github.com/openspacelabs/react-native-zoomable-view", + "clone": "https://github.com/openspacelabs/react-native-zoomable-view.git", + "homepage": null }, "stats": { "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, + "hasWiki": true, + "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-08T13:11:13Z", - "createdAt": "2017-07-18T16:44:51Z", - "pushedAt": "2025-04-08T13:11:13Z", - "forks": 234, - "issues": 3, - "subscribers": 42, - "stars": 612 + "updatedAt": "2025-04-28T20:17:46Z", + "createdAt": "2021-09-17T23:14:25Z", + "pushedAt": "2025-04-28T20:17:46Z", + "forks": 61, + "issues": 48, + "subscribers": 7, + "stars": 229 }, - "name": "mediasoup-client", - "fullName": "versatica/mediasoup-client", + "name": "@openspacelabs/react-native-zoomable-view", + "fullName": "openspacelabs/react-native-zoomable-view", "isPrivate": false, - "description": "mediasoup client side JavaScript library", + "registry": "https://registry.npmjs.org/", + "description": "A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.", "topics": [ - "webrtc", - "ortc", - "browser", - "nodejs", - "javascript", - "sfu", - "client-library" + "react-native", + "react-component", + "ios", + "android", + "pinch-to-zoom", + "pinch", + "mobile", + "native", + "component", + "view", + "zoom", + "zoomable", + "double", + "tap" ], "license": { - "key": "isc", - "name": "ISC License", - "spdxId": "ISC", - "url": "http://choosealicense.com/licenses/isc/", - "id": "MDc6TGljZW5zZTEw" + "key": "mit", + "name": "MIT License", + "spdxId": "MIT", + "url": "http://choosealicense.com/licenses/mit/", + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 2.4.2", + "tagName": "v2.4.2", + "createdAt": "2025-04-28T20:17:56Z", + "publishedAt": "2025-04-28T20:28:21Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npmPkg": "mediasoup-client", "npm": { - "downloads": 93596, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 125047, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" }, - "score": 73, + "score": 51, "matchingScoreModifiers": [ - "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "webrtc ortc browser nodejs javascript sfu client-library" + "topicSearchString": "react-native react-component ios android pinch-to-zoom pinch mobile native component view zoom zoomable double tap" }, { - "githubUrl": "https://github.com/getsettalk/react-native-advanced-checkbox", - "android": true, + "githubUrl": "https://github.com/kiethuynh0904/react-native-nitro-toast", + "examples": [ + "https://github.com/kiethuynh0904/react-native-nitro-toast/tree/master/example" + ], "ios": true, + "android": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/getsettalk/react-native-advanced-checkbox", - "clone": "https://github.com/getsettalk/react-native-advanced-checkbox.git", - "homepage": "https://www.npmjs.com/package/react-native-advanced-checkbox" + "repo": "https://github.com/kiethuynh0904/react-native-nitro-toast", + "clone": "https://github.com/kiethuynh0904/react-native-nitro-toast.git", + "homepage": null }, "stats": { "hasIssues": true, - "hasWiki": true, + "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-11T10:43:10Z", - "createdAt": "2025-04-10T09:43:44Z", - "pushedAt": "2025-04-11T10:43:10Z", + "updatedAt": "2025-06-21T03:01:08Z", + "createdAt": "2025-06-02T04:09:25Z", + "pushedAt": "2025-06-21T03:01:08Z", "forks": 0, "issues": 0, - "subscribers": 1, - "stars": 3 + "subscribers": 0, + "stars": 8 }, - "name": "react-native-advanced-checkbox", - "fullName": "getsettalk/react-native-advanced-checkbox", + "name": "react-native-nitro-toast", + "fullName": "kiethuynh0904/react-native-nitro-toast", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "A versatile, customizable checkbox component for React Native with TypeScript support and full tasted.", + "description": "Native toast library for React Native using SwiftUI & Jetpack Compose", "topics": [ "react-native", - "checkbox", - "advanced-checkbox", - "animation", - "haptic", - "accessibility", - "group-checkbox" + "nitro", + "toast" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npmPkg": "react-native-advanced-checkbox", + "npmPkg": "react-native-nitro-toast", "npm": { - "downloads": 396, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 194, + "start": "2025-05-23", + "end": "2025-06-21" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.822, - "topicSearchString": "react-native checkbox advanced-checkbox animation haptic accessibility group-checkbox" + "popularity": -0.324, + "topicSearchString": "react-native nitro toast" }, { - "githubUrl": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", - "ios": true, - "android": true, - "expoGo": true, - "images": [ - "https://raw.githubusercontent.com/mahdidavoodi7/bottom-sheet-stepper/refs/heads/main/preview.gif" - ], + "githubUrl": "https://github.com/victorhenrion/react-native-document-picker-macos", "examples": [ - "https://github.com/mahdidavoodi7/bottom-sheet-stepper/tree/main/example" + "https://github.com/victorhenrion/react-native-document-picker-macos/tree/main/example" ], + "macos": true, + "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", - "clone": "https://github.com/mahdidavoodi7/bottom-sheet-stepper.git", + "repo": "https://github.com/victorhenrion/react-native-document-picker-macos", + "clone": "https://github.com/victorhenrion/react-native-document-picker-macos.git", "homepage": null }, "stats": { "hasIssues": true, - "hasWiki": true, + "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T17:00:54Z", - "createdAt": "2025-04-12T19:28:21Z", - "pushedAt": "2025-04-15T17:00:54Z", - "forks": 2, - "issues": 3, - "subscribers": 1, - "stars": 161 + "updatedAt": "2025-06-17T16:40:51Z", + "createdAt": "2025-06-17T16:24:36Z", + "pushedAt": "2025-06-17T16:40:51Z", + "forks": 0, + "issues": 0, + "subscribers": 0, + "stars": 4 }, - "name": "bottom-sheet-stepper", - "fullName": "mahdidavoodi7/bottom-sheet-stepper", + "name": "react-native-document-picker-macos", + "fullName": "victorhenrion/react-native-document-picker-macos", "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A lightweight and customizable stepper component for React Native, built on top of @gorhom/bottom-sheet. Easily manage multi-step flows in a modal bottom sheet with smooth animations and full control.", + "description": "A file and directory picker for React Native macOS.", "topics": [ "react-native", - "bottom-sheet", - "stepper", - "wizard", - "multi-step", - "modal", - "bottom-sheet-stepper", - "onboarding", - "reanimated", - "gorhom", - "gesture-handler", - "component", - "expo" + "macos" ], "license": { "key": "mit", @@ -121581,133 +133731,151 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, + "lastRelease": { + "name": "0.1.0", + "tagName": "0.1.0", + "createdAt": "2025-06-17T16:40:51Z", + "publishedAt": "2025-06-17T16:42:21Z", + "isPrerelease": false + }, "hasTypes": true, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, - "npmPkg": "bottom-sheet-stepper", + "npmPkg": "react-native-document-picker-macos", "npm": { - "downloads": 118, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 51, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 49, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" + "Recently updated" ], - "popularity": -0.725, - "topicSearchString": "react-native bottom-sheet stepper wizard multi-step modal bottom-sheet-stepper onboarding reanimated gorhom gesture-handler component expo" + "popularity": -0.83, + "topicSearchString": "react-native macos" }, { - "githubUrl": "https://github.com/mahdidavoodi7/expo-image-compare", + "githubUrl": "https://github.com/observ33r/object-equals", + "npmPkg": "@observ33r/object-equals", "ios": true, "android": true, - "expoGo": true, - "images": [ - "https://raw.githubusercontent.com/mahdidavoodi7/expo-image-compare/refs/heads/main/ezgif-426768e63a1227.gif" - ], - "examples": [ - "https://github.com/mahdidavoodi7/expo-image-compare/tree/main/example" - ], + "web": true, + "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/mahdidavoodi7/expo-image-compare", - "clone": "https://github.com/mahdidavoodi7/expo-image-compare.git", + "repo": "https://github.com/observ33r/object-equals", + "clone": "https://github.com/observ33r/object-equals.git", "homepage": null }, "stats": { "hasIssues": true, "hasWiki": true, - "hasSponsorships": false, + "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-13T07:33:48Z", - "createdAt": "2025-04-09T08:08:16Z", - "pushedAt": "2025-04-13T07:33:48Z", - "forks": 0, + "updatedAt": "2025-06-19T14:12:59Z", + "createdAt": "2025-06-02T00:59:19Z", + "pushedAt": "2025-06-19T14:12:59Z", + "forks": 2, "issues": 0, "subscribers": 1, - "stars": 3 + "stars": 49 }, - "name": "expo-image-compare", - "fullName": "mahdidavoodi7/expo-image-compare", + "name": "@observ33r/object-equals", + "fullName": "observ33r/object-equals", "isPrivate": false, - "description": "A customizable before-after image comparison slider for React Native & Expo using Reanimated v3.", + "description": "A fast, flexible and robust utility for deep equality comparison with type-specific logic and engine-aware design.", "topics": [ - "expo", - "react-native", - "image-compare", - "before-after-slider", - "reanimated", - "gesture-handler", - "compare" + "deep", + "equal", + "equals", + "equality", + "comparison", + "object", + "compare", + "fast", + "high-performance", + "engine-aware", + "deep-equal", + "typescript", + "react", + "circular", + "crossrealm", + "symbols", + "custom-equality", + "structured-equality", + "cross-realm" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v1.1.4", + "tagName": "v1.1.4", + "createdAt": "2025-06-19T14:12:59Z", + "publishedAt": "2025-06-19T14:31:31Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npmPkg": "expo-image-compare", "npm": { - "downloads": 58, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 560, + "start": "2025-05-23", + "end": "2025-06-21", + "period": "month" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.316, - "topicSearchString": "expo react-native image-compare before-after-slider reanimated gesture-handler compare" + "popularity": 0.029, + "topicSearchString": "deep equal equals equality comparison object compare fast high-performance engine-aware deep-equal typescript react circular crossrealm symbols custom-equality structured-equality cross-realm" }, { - "githubUrl": "https://github.com/s77rt/react-native-sodium", - "npmPkg": "@s77rt/react-native-sodium", + "githubUrl": "https://github.com/anuj-kumary/react-native-toastify", + "npmPkg": "react-native-toastify-expo", "ios": true, "android": true, + "expoGo": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/s77rt/react-native-sodium", - "clone": "https://github.com/s77rt/react-native-sodium.git", - "homepage": null + "repo": "https://github.com/anuj-kumary/react-native-toastify", + "clone": "https://github.com/anuj-kumary/react-native-toastify.git", + "homepage": "https://www.npmjs.com/package/react-native-toastify-expo" }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-14T18:19:48Z", - "createdAt": "2025-04-01T10:09:32Z", - "pushedAt": "2025-04-14T18:19:48Z", + "updatedAt": "2025-06-22T05:59:27Z", + "createdAt": "2025-04-14T13:42:47Z", + "pushedAt": "2025-06-22T05:59:27Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 1 + "stars": 2 }, - "name": "@s77rt/react-native-sodium", - "fullName": "s77rt/react-native-sodium", + "name": "react-native-toastify-expo", + "fullName": "anuj-kumary/react-native-toastify", "isPrivate": false, - "description": "A fast cryptography module for React Native using libsodium.", + "description": "A beautiful and customizable toast notification component for React Native applications.", "topics": [ "react-native", - "cryptography", - "crypto", - "encryption", - "decryption", - "hashing", - "encoding", - "decoding", - "base64", - "libsodium", - "sodium" + "toast", + "notification", + "alert", + "expo", + "react", + "toastify" ], "license": { "key": "mit", @@ -121716,56 +133884,72 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, - "hasTypes": false, - "newArchitecture": true, + "hasTypes": true, + "newArchitecture": false, "isArchived": false }, - "npm": {}, - "score": 51, + "npm": { + "downloads": 226, + "start": "2025-05-23", + "end": "2025-06-21" + }, + "score": 49, "matchingScoreModifiers": [ - "Recently updated" + "Recently updated", + "Not supporting New Architecture" ], - "popularity": -100, - "topicSearchString": "react-native cryptography crypto encryption decryption hashing encoding decoding base64 libsodium sodium" + "popularity": -0.323, + "topicSearchString": "react-native toast notification alert expo react toastify" }, { - "githubUrl": "https://github.com/Hiroenzo/react-native-mqtt-clients", + "githubUrl": "https://github.com/react-native-bridges/react-native-youtube-bridge", "examples": [ - "https://github.com/Hiroenzo/react-native-mqtt-clients/tree/main/example" + "https://snack.expo.dev/@harang/react-native-youtube-bridge", + "https://github.com/react-native-bridges/react-native-youtube-bridge/tree/main/example" + ], + "images": [ + "https://github.com/react-native-bridges/react-native-youtube-bridge/blob/main/assets/example.gif" ], "ios": true, "android": true, + "web": true, + "newArchitecture": true, + "expoGo": true, "github": { "urls": { - "repo": "https://github.com/Hiroenzo/react-native-mqtt-clients", - "clone": "https://github.com/Hiroenzo/react-native-mqtt-clients.git", + "repo": "https://github.com/react-native-bridges/react-native-youtube-bridge", + "clone": "https://github.com/react-native-bridges/react-native-youtube-bridge.git", "homepage": null }, "stats": { - "hasIssues": false, + "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-01-21T01:16:04Z", - "createdAt": "2024-02-01T06:37:27Z", - "pushedAt": "2025-01-21T01:16:04Z", + "updatedAt": "2025-06-22T08:30:36Z", + "createdAt": "2025-06-11T09:15:22Z", + "pushedAt": "2025-06-22T08:30:36Z", "forks": 0, "issues": 0, - "subscribers": 1, - "stars": 3 + "subscribers": 0, + "stars": 2 }, - "name": "react-native-mqtt-clients", - "fullName": "Hiroenzo/react-native-mqtt-clients", + "name": "react-native-youtube-bridge", + "fullName": "react-native-bridges/react-native-youtube-bridge", "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "TCP-capable MQTT client for react native", + "description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support", "topics": [ "react-native", "ios", "android", - "mqtt", - "cocoamqtt", - "paho" + "youtube", + "youtube-bridge", + "youtube-iframe-api", + "youtube-iframe", + "expo", + "web", + "youtube-player", + "youtube-video" ], "license": { "key": "mit", @@ -121775,36 +133959,37 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.2.2", - "tagName": "v0.2.2", - "createdAt": "2025-01-21T01:16:04Z", - "publishedAt": "2025-01-21T01:16:53Z", + "name": "v0.4.3", + "tagName": "v0.4.3", + "createdAt": "2025-06-22T08:31:08Z", + "publishedAt": "2025-06-22T08:31:09Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, - "npmPkg": "react-native-mqtt-clients", + "npmPkg": "react-native-youtube-bridge", "npm": { - "downloads": 33, - "start": "2025-03-16", - "end": "2025-04-14" + "downloads": 502, + "start": "2025-05-23", + "end": "2025-06-21" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.32, - "topicSearchString": "react-native ios android mqtt cocoamqtt paho" + "popularity": -0.072, + "topicSearchString": "react-native ios android youtube youtube-bridge youtube-iframe-api youtube-iframe expo web youtube-player youtube-video" } ], "topics": { "log": 1, "logs": 1, "logger": 2, - "react-native": 1566, - "expo": 222, + "react-native": 1648, + "expo": 239, "error": 7, "console": 3, "colors": 2, @@ -121813,9 +133998,9 @@ "custom": 6, "levels": 1, "namespace": 2, - "debugging": 6, - "ios": 869, - "android": 847, + "debugging": 7, + "ios": 914, + "android": 889, "logging": 6, "gl-react": 2, "gl-react-native": 1, @@ -121824,13 +134009,13 @@ "gl-react-dom": 1, "gl": 8, "opengl": 7, - "react": 562, + "react": 580, "unicons": 1, - "icons": 16, + "icons": 17, "iconscout": 1, "vector": 5, - "vector-icons": 2, - "image": 54, + "vector-icons": 3, + "image": 55, "image-editor": 4, "imageeditor": 3, "photo": 9, @@ -121838,12 +134023,12 @@ "photoeditor": 2, "photoeditorsdk": 1, "photoeditor-sdk": 1, - "sdk": 16, + "sdk": 17, "photo-editing": 1, "image-editing": 1, "image-manipulation": 2, - "video": 25, - "video-editor": 1, + "video": 28, + "video-editor": 2, "videoeditor": 1, "videoeditorsdk": 1, "videoeditor-sdk": 1, @@ -121851,7 +134036,7 @@ "video-manipulation": 1, "crop": 7, "filter": 1, - "native": 159, + "native": 166, "picker": 50, "cropping": 2, "multiple": 7, @@ -121867,43 +134052,43 @@ "step": 3, "dimensions": 2, "reactnative": 40, - "redux": 19, + "redux": 21, "react-redux": 3, "redux-persist": 2, - "react-hooks": 7, + "react-hooks": 8, "reactjs": 29, "redux-thunk": 1, "redux-store": 1, "redux-actions": 1, - "toast": 15, + "toast": 17, "toastboard": 1, "toaster": 2, - "notifications": 17, + "notifications": 18, "units": 2, "pixels": 1, "grid": 10, "scale": 2, - "javascript": 87, - "css": 12, + "javascript": 89, + "css": 13, "responsive": 15, "react-component": 269, - "component": 184, - "shake": 1, + "component": 190, + "shake": 2, "shake-event": 1, "shake-event-android": 1, "shake-event-ios": 1, - "splash-screen": 4, - "splashscreen": 4, - "splash": 4, - "launch-screen": 3, - "launchscreen": 2, + "splash-screen": 6, + "splashscreen": 6, + "splash": 6, + "launch-screen": 5, + "launchscreen": 4, "launchimage": 1, "carousel": 13, "carousel-component": 1, "slider": 26, "swiper": 14, "scrollview": 18, - "typescript": 105, + "typescript": 117, "a11y": 5, "mp4upload": 1, "google-photos": 1, @@ -121918,7 +134103,7 @@ "column": 1, "columns": 1, "resize": 2, - "svg": 33, + "svg": 34, "loader": 11, "transformer": 1, "react-components": 6, @@ -121929,11 +134114,11 @@ "api": 7, "iad": 1, "attributiondetails": 1, - "ui": 62, - "validation": 7, - "class-validator": 1, + "ui": 68, + "validation": 8, + "class-validator": 2, "validate.js": 1, - "form": 12, + "form": 13, "react-formawesome-core": 1, "keychain-service": 2, "keystore-service": 2, @@ -121945,7 +134130,7 @@ "react-token": 1, "multiple-values": 1, "multiple-keys": 1, - "cache": 6, + "cache": 7, "cached-image": 1, "image-cache": 3, "imagebackground": 1, @@ -121956,7 +134141,7 @@ "curvature": 1, "continuity": 1, "mask": 7, - "view": 21, + "view": 22, "smooth-corners": 1, "corners": 1, "rounded-corners": 1, @@ -121966,20 +134151,20 @@ "exceptions": 1, "reporting": 4, "feedback": 3, - "bug-reporting": 2, + "bug-reporting": 3, "bug-reporter": 2, "tableview": 6, "uitableview": 3, "crossplatform": 1, "localizable": 1, "localization": 14, - "facebook": 7, + "facebook": 8, "core": 3, "react-navigation": 22, - "hacktoberfest": 62, + "hacktoberfest": 64, "animated": 29, "multiline": 3, - "drawing": 2, + "drawing": 3, "line": 4, "scatterpoint": 1, "charts": 11, @@ -121996,13 +134181,13 @@ "menubar": 2, "menu": 10, "tabbar": 7, - "calendar": 18, - "event": 3, - "events": 6, + "calendar": 19, + "event": 4, + "events": 7, "component-library": 4, "ui-kit": 7, - "material-design": 24, - "bootstrap": 11, + "material-design": 25, + "bootstrap": 13, "facepile": 1, "face-pile": 1, "avatar-group": 1, @@ -122025,7 +134210,7 @@ "typeface": 1, "font": 10, "typography-themes": 1, - "button": 13, + "button": 14, "mirror": 1, "viewpager": 6, "rondell": 1, @@ -122034,9 +134219,9 @@ "swipeview": 2, "event-listeners": 1, "listeners": 1, - "event-listener": 1, + "event-listener": 2, "signature": 5, - "pdf": 10, + "pdf": 11, "viewer": 5, "java": 13, "objective-c": 10, @@ -122044,7 +134229,7 @@ "multi-select": 4, "orientation": 7, "windows": 26, - "screen": 8, + "screen": 9, "listener": 4, "locker": 1, "push": 10, @@ -122053,44 +134238,42 @@ "gcm": 2, "onesignal": 2, "push-notifications": 10, - "mobile": 72, + "mobile": 74, "onesignal-instructions": 1, "onesignal-notifications": 1, "linkedin": 1, "login": 6, "linkedin-sdk": 1, - "signin": 2, + "signin": 3, "drawer": 8, "side-menu": 3, "image-picker": 4, - "keyboard": 16, + "keyboard": 17, "spacer": 1, "helper": 1, "clean-code": 1, - "tracking": 5, + "tracking": 6, "mixpanel": 2, "mixpanel-sdk": 2, "ios-app": 1, "xcode": 6, "mixpanel-ios-sdk": 1, "mobile-app": 7, - "navigation": 24, + "navigation": 26, "navigator": 5, "pageview": 2, "pager": 6, "page-control": 1, "pagecontrol": 1, "uipagecontrol": 1, - "lottie": 1, - "animation": 46, + "lottie": 2, + "animation": 49, "keyframe": 1, - "map": 7, - "mapview": 4, - "google-maps": 4, - "mapkit": 3, - "maps": 16, + "maps": 15, "directions": 3, + "google-maps": 3, "google-maps-api": 2, + "mapkit": 2, "fade": 2, "bounce": 1, "slide": 3, @@ -122107,33 +134290,33 @@ "step-indicator": 1, "listview": 13, "progress-view": 3, - "dialog": 9, + "dialog": 10, "popup": 14, "react-dialog": 1, "modals": 3, "react-animate": 1, "es6": 2, "material": 24, - "input": 21, + "input": 22, "textinput": 14, "field": 3, "textfield": 4, "floating": 5, "label": 4, - "modal": 35, + "modal": 36, "box": 2, "modalbox": 1, "window": 1, "backdrop": 3, "simple": 8, - "cross-platform": 20, + "cross-platform": 22, "hacktoberfest2023": 1, "tab": 9, "scrollable": 7, "coverflow": 2, "chart": 16, "bedtime": 1, - "circular": 1, + "circular": 2, "circle": 5, "round": 1, "time": 9, @@ -122161,7 +134344,7 @@ "advanced-effects": 1, "date": 7, "select": 24, - "dropdown": 20, + "dropdown": 21, "net": 2, "tcp": 2, "sockets": 2, @@ -122175,7 +134358,7 @@ "twitter": 6, "slcomposeviewcontroller": 1, "rctbridgemodule": 1, - "social": 3, + "social": 4, "share-popups": 1, "ble": 6, "bluetooth": 9, @@ -122190,14 +134373,15 @@ "scan": 2, "card-scanning": 1, "card-io": 1, + "map": 7, "places": 2, - "google-places": 1, + "google-places": 2, "google-places-api": 2, - "autocomplete": 4, + "autocomplete": 6, "google-place-picker": 1, "google-place-api": 1, "google-place-autocomplete": 1, - "text": 17, + "text": 18, "money": 1, "bottomnavigation": 1, "bottom-navigation": 2, @@ -122205,7 +134389,7 @@ "camera-roll": 1, "tween": 1, "conductor": 1, - "utility": 6, + "utility": 8, "progress": 10, "progressbar": 4, "spinner": 12, @@ -122213,7 +134397,7 @@ "loading": 16, "indicator": 6, "producttour": 1, - "app": 8, + "app": 7, "intro": 6, "introduction": 2, "lightbox": 4, @@ -122245,10 +134429,10 @@ "links": 3, "link": 8, "hyperlink": 2, - "url": 7, - "web": 82, + "url": 8, + "web": 87, "fuzzy-links": 2, - "checkbox": 8, + "checkbox": 9, "check-box": 1, "check": 3, "checkbox-component": 1, @@ -122260,7 +134444,7 @@ "packager": 1, "nativebase": 1, "native-platforms": 1, - "nextjs": 3, + "nextjs": 4, "swipeout": 2, "looped": 1, "datepicker": 8, @@ -122280,12 +134464,12 @@ "multi-action-button": 2, "fab": 1, "actionbutton": 1, - "alert": 16, + "alert": 19, "dismiss": 3, "info": 2, "warn": 1, "success": 1, - "notification": 13, + "notification": 15, "popup-menu": 1, "rn": 27, "calendar-strip": 1, @@ -122298,7 +134482,7 @@ "percent": 1, "flip": 4, "card-component": 1, - "firebase": 24, + "firebase": 25, "cloud-messaging": 1, "local-notifications": 1, "toast-ios": 1, @@ -122309,7 +134493,7 @@ "settings": 3, "redux-form": 1, "immutable.js": 1, - "styled-components": 5, + "styled-components": 4, "accordion": 5, "chooser": 2, "select-tag": 2, @@ -122328,7 +134512,7 @@ "activity": 3, "full": 1, "pop-up": 1, - "overlay": 3, + "overlay": 4, "portal": 2, "progress-bar": 3, "sticky": 3, @@ -122336,10 +134520,10 @@ "status": 3, "text-field": 1, "hud": 1, - "components": 20, + "components": 23, "country-picker": 4, - "country": 4, - "flag": 2, + "country": 6, + "flag": 3, "countries": 1, "awesome-button": 1, "react-ui": 1, @@ -122347,7 +134531,7 @@ "http": 10, "webview": 8, "webbrowser": 1, - "browser": 10, + "browser": 9, "circular-menu": 1, "arc-menu": 1, "satellite-menu": 1, @@ -122359,7 +134543,7 @@ "alphabetlist": 1, "contactlist": 1, "pixel-ratio": 1, - "emoji": 6, + "emoji": 7, "emoji-picker": 4, "smart": 2, "badge": 2, @@ -122372,21 +134556,21 @@ "md": 2, "parse": 4, "parser": 3, - "library": 39, - "status-bar": 3, + "library": 42, + "status-bar": 5, "banner": 1, "statusbar": 3, "scaled": 1, "datasource": 1, "pure": 1, - "immutable": 5, - "set": 1, + "immutable": 8, + "set": 2, "immutablejs": 1, "virtualizedlist": 2, "search-header": 1, "header": 5, "uikit": 5, - "device": 6, + "device": 7, "net-info": 1, "audience-network": 1, "native-ads": 2, @@ -122394,13 +134578,13 @@ "branch": 1, "metrics": 2, "deeplink": 1, - "deep": 1, + "deep": 2, "universal-links": 1, "app-links": 1, - "analytics": 11, + "analytics": 12, "deep-linking": 3, - "module": 8, - "auth": 14, + "module": 9, + "auth": 15, "awake": 2, "lock": 2, "sleep": 2, @@ -122415,13 +134599,13 @@ "launchui": 1, "show": 2, "hide": 2, - "blur": 7, + "blur": 8, "uiview": 1, - "location": 10, + "location": 11, "permission": 1, "authorization": 1, "permissions": 3, - "screenshot": 6, + "screenshot": 7, "viewshot": 2, "view-snapshot": 1, "snapshot": 2, @@ -122431,7 +134615,7 @@ "safariview": 1, "safari-view-controller": 2, "firestack": 2, - "oauth": 7, + "oauth": 8, "cmmotionmanager": 1, "motionmanager": 1, "gyroscope": 3, @@ -122447,19 +134631,19 @@ "geocoding": 3, "device-orientation": 1, "display": 1, - "viewport": 3, + "viewport": 4, "universal-apps": 1, "device-detection": 1, - "background": 13, - "fetch": 9, + "background": 14, + "fetch": 10, "stripe": 6, "siri": 2, "speech": 5, "speak": 1, "speech-to-text": 1, "search-bar": 1, - "fabric": 8, - "authentication": 19, + "fabric": 9, + "authentication": 21, "digits": 3, "horizontal": 3, "vertical": 3, @@ -122468,14 +134652,14 @@ "keyboard-input": 1, "keyboard-component": 1, "inputaccessoryview": 1, - "privacy": 3, + "privacy": 4, "secure": 3, "sms-listener": 1, - "network": 11, + "network": 12, "lan": 3, "android-library": 2, "ios-lib": 1, - "networking": 4, + "networking": 5, "proximity": 1, "proximity-sensor": 1, "sensor": 3, @@ -122490,11 +134674,11 @@ "recurring-events": 1, "ios-calendar-api": 1, "android-calendar-api": 1, - "pinch": 8, - "pinch-to-zoom": 8, + "pinch": 9, + "pinch-to-zoom": 9, "materialkit": 1, "i18n": 12, - "tooltip": 6, + "tooltip": 7, "bottom-sheet-behavior": 1, "coordinatorlayout": 1, "bottomsheet": 5, @@ -122514,17 +134698,17 @@ "theming": 1, "styling": 5, "stylesheet": 4, - "performance": 15, + "performance": 17, "design": 10, "css-modules": 1, "ab": 2, - "test": 3, + "test": 4, "testing": 9, "experiment": 2, "variant": 2, "pouchdb": 2, "offlinefirst": 2, - "database": 8, + "database": 9, "local-db": 1, "db-events": 1, "rerender": 1, @@ -122541,7 +134725,7 @@ "remobile": 1, "lazyload": 1, "load": 1, - "customizable": 12, + "customizable": 14, "nav": 1, "tweening": 1, "easing": 2, @@ -122556,14 +134740,14 @@ "collapse": 3, "collapsible": 6, "toggle": 3, - "navigation-bar": 5, + "navigation-bar": 7, "router": 5, "react-router": 1, - "gesture": 10, + "gesture": 11, "detection": 3, "action-sheet": 5, - "gestures": 4, - "zoom": 7, + "gestures": 5, + "zoom": 8, "listitem": 1, "low": 1, "energy": 1, @@ -122593,10 +134777,10 @@ "transactions": 1, "apn": 1, "messaging": 4, - "crash": 3, + "crash": 4, "dynamic-links": 1, "crashlytics": 3, - "bug": 2, + "bug": 3, "realtime": 5, "synchronized": 1, "realtome-database": 1, @@ -122604,7 +134788,7 @@ "dynamic-link": 1, "nosql": 1, "query": 3, - "https": 3, + "https": 4, "callable": 1, "in-app-messaging": 2, "predictions": 1, @@ -122622,7 +134806,7 @@ "latency": 1, "performance-monitoring": 1, "remote": 3, - "audio": 20, + "audio": 24, "json": 3, "cloud-storage": 1, "storage": 12, @@ -122639,7 +134823,7 @@ "fonts": 4, "font-awesome": 2, "fontawesome": 6, - "icon": 10, + "icon": 11, "icons-fontawesome": 1, "submit": 1, "submit-button": 1, @@ -122650,7 +134834,7 @@ "zip-assets": 1, "actionsheet": 5, "custom-action-sheet": 1, - "document": 3, + "document": 4, "perspective": 1, "skeletor": 1, "batch": 2, @@ -122658,15 +134842,15 @@ "deprecated": 2, "obsolete": 1, "bouncy": 3, - "drag-and-drop": 1, + "drag-and-drop": 2, "material-ui": 2, "onboarding": 5, - "tutorial": 6, + "tutorial": 7, "welcome": 1, "instructions": 1, "falling": 1, - "scheme": 1, - "build": 4, + "scheme": 2, + "build": 5, "configuration": 1, "environment": 3, "variables": 1, @@ -122676,7 +134860,7 @@ "drop-in": 1, "formik": 1, "react-dom": 3, - "hooks": 18, + "hooks": 19, "render-props": 1, "higher-order-component": 1, "hoc": 1, @@ -122709,9 +134893,9 @@ "watermark": 1, "mark": 1, "icon-watermark": 1, - "walkthrough": 2, + "walkthrough": 3, "highlighting": 3, - "canvas": 7, + "canvas": 8, "graphics": 4, "draggable": 5, "draggable-calendar": 1, @@ -122731,16 +134915,16 @@ "keyboard-accessory": 2, "input-accessory": 1, "sticky-views": 1, - "date-picker": 3, + "date-picker": 4, "datetimepicker": 4, "date-time-picker": 1, "datepicker-component": 1, - "time-picker": 4, + "time-picker": 5, "timepicker": 5, "linear-gradient": 3, "radial-gradient": 2, "gradient": 9, - "sqlite": 10, + "sqlite": 11, "indexeddb": 1, "lokijs": 1, "watermelon": 1, @@ -122756,8 +134940,8 @@ "react-windows": 1, "track-player": 1, "audio-player": 2, - "player": 9, - "music": 6, + "player": 11, + "music": 8, "controls": 1, "chromecast": 2, "music-player": 1, @@ -122799,7 +134983,7 @@ "expo-device": 1, "expo-document-picker": 1, "document-picker": 1, - "file-system": 2, + "file-system": 3, "glview": 1, "webgl": 3, "expo-haptics": 1, @@ -122810,7 +134994,7 @@ "keep-awake": 1, "touchid": 3, "faceid": 3, - "fingerprint": 5, + "fingerprint": 6, "locales": 1, "geolocation": 6, "coords": 1, @@ -122818,7 +135002,7 @@ "heading": 1, "mail": 2, "composer": 1, - "media": 7, + "media": 8, "videos": 3, "expo-network": 1, "expo-notifications": 2, @@ -122833,7 +135017,7 @@ "airprint": 1, "processing.js": 1, "expo-secure-store": 1, - "store": 4, + "store": 6, "sensors": 1, "devicemotion": 1, "lightsensor": 1, @@ -122841,7 +135025,7 @@ "barometer": 2, "expo-speech": 1, "voice": 4, - "sql": 1, + "sql": 2, "async-storage": 7, "expo-store-review": 1, "reviews": 2, @@ -122894,7 +135078,7 @@ "wifi-direct": 1, "wi-fi-direct": 1, "wifi-p2p-manager": 1, - "wifi": 5, + "wifi": 6, "bundle": 7, "bundles": 1, "separate": 1, @@ -122914,8 +135098,8 @@ "pacman": 1, "uidocumentmenuviewcontroller": 1, "dropbox": 1, - "google-drive": 1, - "icloud": 2, + "google-drive": 2, + "icloud": 3, "calendars": 1, "persian-calendar": 2, "jalaali-calendar": 1, @@ -122926,12 +135110,12 @@ "multi-slider": 1, "cookies": 1, "thumbnails": 1, - "reanimated": 45, + "reanimated": 48, "bottom-sheet": 13, "handler": 3, - "zoomable": 2, - "double": 1, - "tap": 1, + "zoomable": 3, + "double": 2, + "tap": 2, "double-tap": 2, "clipboard": 3, "emoji-mart": 1, @@ -122944,8 +135128,8 @@ "desktop": 1, "reactotron": 1, "redux-saga": 1, - "axios": 2, - "promise": 5, + "axios": 3, + "promise": 6, "geofence": 2, "geofencing": 2, "background-location": 1, @@ -122960,14 +135144,14 @@ "eslint": 2, "eslintplugin": 1, "eslint-plugin": 1, - "accessibility": 7, + "accessibility": 8, "zendesk": 2, "rn-zendesk": 1, "help-center": 3, "zendesk-help": 1, "androidprogressbar": 1, "progressviewios": 1, - "macos": 12, + "macos": 13, "getstring": 1, "setstring": 1, "speech-recognition": 1, @@ -122986,7 +135170,7 @@ "localize": 2, "l20n": 2, "language-detection": 1, - "dual-screen": 3, + "dual-screen": 4, "expo-splash-screen": 1, "launch": 3, "updates": 2, @@ -122996,7 +135180,7 @@ "expo-linking": 1, "expo-screen-orientation": 1, "expo-sharing": 1, - "safe-area": 3, + "safe-area": 4, "safeareainsets": 1, "shared-element": 1, "expo-shared-element": 1, @@ -123031,9 +135215,9 @@ "avfoundation": 1, "avaudiosession": 1, "opensource": 1, - "webrtc": 10, + "webrtc": 11, "twilio-video": 1, - "video-streaming": 2, + "video-streaming": 3, "realtime-video": 1, "twilio": 2, "video-call": 1, @@ -123087,16 +135271,16 @@ "playstore": 5, "cocoapod": 2, "sound": 4, - "cached": 2, + "cached": 3, "fastimage": 2, "priority": 2, "sdwebimage": 1, "glide": 2, - "image-viewer": 6, + "image-viewer": 5, "option": 3, "translucent": 1, "subscriptions": 3, - "google-sign-in": 1, + "google-sign-in": 2, "google-login": 1, "android-creadential-manager": 1, "googlesignin": 1, @@ -123104,7 +135288,7 @@ "ivideo": 1, "video-play": 1, "react-video": 1, - "cloud": 1, + "cloud": 2, "parse-platform": 1, "parse-js": 1, "javascript-sdk": 1, @@ -123162,9 +135346,9 @@ "transitions": 2, "react-video-controls": 2, "react-video-player": 2, - "video-player": 5, + "video-player": 6, "video-controls": 2, - "elements": 6, + "elements": 7, "itunes": 2, "apple-music": 2, "html-parser": 1, @@ -123224,9 +135408,9 @@ "mapbox-gl": 1, "large-list": 2, "sectionlist": 5, - "high-performance": 2, + "high-performance": 3, "swipable-flatlist": 1, - "focus": 3, + "focus": 4, "masonry": 2, "pinterest": 1, "masonry-layout": 1, @@ -123268,7 +135452,7 @@ "font-size": 2, "reponsive": 1, "git": 2, - "github": 1, + "github": 2, "size": 2, "width": 1, "hypertext": 2, @@ -123280,7 +135464,7 @@ "ux-cam": 1, "treasure-data": 1, "treasuredata": 1, - "tvos": 3, + "tvos": 6, "flurry": 1, "marketing": 1, "googlemaps": 1, @@ -123288,7 +135472,7 @@ "polygon": 2, "containslocation": 1, "geo-fencing": 1, - "gps": 4, + "gps": 5, "fused": 2, "play-services": 1, "wheel": 6, @@ -123306,7 +135490,7 @@ "idle": 1, "dim": 1, "inappbrowser": 1, - "in-app-browser": 6, + "in-app-browser": 3, "appbrowser": 1, "safariservices": 1, "authenticationservices": 1, @@ -123319,9 +135503,9 @@ "sensitive-info": 1, "ios-keychain": 1, "android-shared-preferences": 1, - "touch-id": 2, + "touch-id": 3, "authenticate": 2, - "youtube": 2, + "youtube": 3, "powerbi": 1, "msal": 1, "b2c": 1, @@ -123403,9 +135587,9 @@ "pin": 2, "fusedlocationproviderclient": 1, "acceleration": 1, - "sortable": 3, + "sortable": 4, "fingerprint-scanner": 1, - "face-id": 1, + "face-id": 2, "biometrics": 2, "cast": 1, "google-cast": 1, @@ -123434,7 +135618,7 @@ "csprng": 1, "securerandom": 1, "randomnumbergenerator": 1, - "cryptography": 3, + "cryptography": 4, "cardview": 1, "card-view": 2, "shadow": 7, @@ -123448,15 +135632,16 @@ "maplibre": 2, "cluster": 1, "clustering": 1, + "mapview": 3, "markers": 1, "nfc": 1, "watch": 1, - "apple-watch": 1, + "apple-watch": 2, "iwatch": 1, "large-files": 2, "nearby": 1, "messages": 1, - "native-module": 12, + "native-module": 14, "nearby-messages": 1, "google-nearby": 2, "broadcast": 2, @@ -123476,12 +135661,12 @@ "action": 1, "blurhash": 1, "node": 5, - "youtube-iframe": 1, + "youtube-iframe": 2, "iframe": 1, "youtube-api": 1, - "youtube-player": 1, - "youtube-video": 1, - "manager": 4, + "youtube-player": 2, + "youtube-video": 2, + "manager": 5, "rooster": 1, "animate-numerical-value": 1, "count-up": 1, @@ -123508,11 +135693,11 @@ "meetings": 1, "jwplayer": 2, "mediaplayer": 2, - "media-player": 3, + "media-player": 4, "jw": 2, "ios-ui": 1, "emoji-keyboard": 2, - "gesture-handler": 9, + "gesture-handler": 11, "popup-ui": 1, "popup-ui-design": 1, "elegant": 1, @@ -123577,8 +135762,8 @@ "share-screen": 1, "emulator": 1, "recorder": 3, - "screen-capture": 2, - "screenrecord": 1, + "screen-capture": 3, + "screenrecord": 2, "screen-recorder": 1, "simple-logger": 1, "nestedlist": 1, @@ -123586,7 +135771,7 @@ "paypal": 2, "checkout": 1, "paypal-checkout": 1, - "reanimated2": 8, + "reanimated2": 9, "decode-qr": 1, "generate-qr": 1, "data-matrix": 2, @@ -123599,7 +135784,7 @@ "detect-qr-code-from-image": 1, "qrcode-detector": 1, "totp": 3, - "decoder": 1, + "decoder": 2, "weekview": 1, "calendar-view": 2, "fast-storage": 1, @@ -123609,7 +135794,7 @@ "encryption": 4, "mmkv": 2, "key-value-storage": 1, - "fast": 9, + "fast": 11, "persist-storage": 1, "secure-storage": 1, "redux-persist-storage": 1, @@ -123640,7 +135825,7 @@ "carplay": 1, "car": 1, "auto": 2, - "classes": 3, + "classes": 4, "usestyles": 1, "react-devtools": 1, "redux-devtools-extension": 1, @@ -123664,7 +135849,7 @@ "ionicons": 1, "ionic": 1, "processing": 2, - "edit": 1, + "edit": 2, "videoedit": 1, "ios-video-editor": 1, "android-video-editor": 1, @@ -123679,7 +135864,7 @@ "bottom-slider": 1, "widgetkit": 1, "ios14": 1, - "paper": 4, + "paper": 5, "media-queries": 1, "fbt": 1, "navigation-bar-color": 2, @@ -123701,7 +135886,7 @@ "design-system": 3, "wrapper": 4, "ndef": 1, - "form-validation": 1, + "form-validation": 2, "dx": 1, "wix": 1, "error-boundary": 1, @@ -123715,9 +135900,9 @@ "sca": 1, "strong-customer-authentication": 1, "2-factor": 1, - "2fa": 1, + "2fa": 2, "payment-intents": 2, - "tracker": 1, + "tracker": 2, "apple-health": 2, "googlefit": 1, "fitnessapi": 1, @@ -123755,19 +135940,19 @@ "files": 1, "courier": 1, "upload-blobs": 1, - "benchmark": 1, + "benchmark": 2, "key": 1, "value": 1, "turbo": 4, - "async": 6, + "async": 7, "vision": 3, "snapchat": 1, "ai": 5, "worklet": 3, "frame": 1, "tcp-socket": 1, - "tls": 1, - "ssl": 2, + "tls": 2, + "ssl": 3, "tcp-server": 1, "tcp-client": 1, "scroller": 1, @@ -123790,11 +135975,11 @@ "hold-to-open": 1, "atomic-css": 2, "service": 3, - "background-task": 1, + "background-task": 2, "image-box": 1, - "image-modal": 2, + "image-modal": 1, "stora": 1, - "state": 13, + "state": 15, "testing-library": 1, "anhtuank7c": 1, "ctlabvn": 1, @@ -123893,7 +136078,7 @@ "figma": 1, "retina": 1, "hole": 1, - "tint": 1, + "tint": 2, "click-through": 1, "soft-input": 1, "avoid-soft-input": 1, @@ -123927,7 +136112,7 @@ "semantic-versioning": 1, "versioning": 1, "release": 2, - "eventemitter": 1, + "eventemitter": 2, "loading-image": 1, "progressive": 1, "lazy-load": 1, @@ -123942,6 +136127,7 @@ "blacklivesmatter": 1, "nowar": 1, "augmented-reality": 1, + "ar": 1, "bundle-visualizer": 1, "bundle-size": 1, "visualizer": 2, @@ -123952,7 +136138,7 @@ "responsive-dimensions": 2, "hacktoberfest2021": 1, "hacktoberfest2022": 1, - "security": 7, + "security": 10, "curved": 2, "react-pager": 1, "react-tabs": 1, @@ -123993,13 +136179,13 @@ "flex-grow": 1, "fix": 1, "system-ui-visibility": 1, - "detector": 1, + "detector": 3, "generating-barcodes": 1, "tachyon": 1, "tachyons": 1, "category": 2, "compression": 4, - "compress": 2, + "compress": 3, "compress-images": 1, "compress-videos": 1, "compressor": 2, @@ -124010,7 +136196,7 @@ "video-metadata": 2, "bitrate": 1, "exif": 1, - "phone-number": 2, + "phone-number": 3, "gesture-flip": 1, "panresponder": 1, "month-year-picker": 1, @@ -124059,9 +136245,9 @@ "app-icon": 3, "bounceable-component": 1, "rn-bounceable": 1, - "edge-to-edge": 1, - "system-bar": 1, - "system-bars": 1, + "edge-to-edge": 3, + "system-bar": 2, + "system-bars": 2, "codegen": 1, "index.js": 1, "macro": 1, @@ -124075,7 +136261,7 @@ "logo": 1, "creditcard": 1, "sf": 1, - "symbols": 2, + "symbols": 3, "sfsymbols": 2, "symbol": 1, "store-kit": 1, @@ -124086,7 +136272,7 @@ "review-is-sent-to-the-app-gallery": 1, "in-app-comment": 1, "review-api": 1, - "state-management": 6, + "state-management": 7, "state-persistence": 1, "shipt": 1, "visual-regression": 1, @@ -124098,9 +136284,9 @@ "expo-video-player": 1, "videoplayer": 1, "expo-videoplayer": 1, - "passkey": 2, - "passkeys": 1, - "passwordless": 2, + "passkey": 3, + "passkeys": 2, + "passwordless": 3, "pdf417": 1, "ean13": 1, "port": 1, @@ -124119,14 +136305,14 @@ "hashing": 2, "cpp": 8, "icomoon": 1, - "svg-icons": 2, + "svg-icons": 3, "chat-ui": 1, "gauge": 1, "insta-story": 1, "story": 3, "alphabet": 1, "letters": 1, - "address": 1, + "address": 2, "placeholders": 1, "share-extension": 3, "custom-view": 1, @@ -124139,7 +136325,7 @@ "solito": 1, "tamagui": 1, "tag-input": 1, - "visibility": 2, + "visibility": 3, "visbility-sensor": 1, "scheduling": 1, "channels": 1, @@ -124150,6 +136336,7 @@ "interactive-notifications": 1, "ios-15": 1, "do-not-disturb": 1, + "react-auth": 1, "wheely": 1, "arguments": 1, "detox": 1, @@ -124162,11 +136349,11 @@ "advanced": 1, "native-advanced-ads": 1, "admob-native-advanced-ads": 1, - "graph": 5, + "graph": 6, "stock": 1, "beautiful": 1, "wallet": 4, - "skia": 8, + "skia": 9, "linegraph": 1, "web3": 3, "bignumber": 1, @@ -124191,6 +136378,7 @@ "avoiding-view": 1, "sticky-view": 1, "over-keyboard-view": 1, + "keyboard-background-view": 1, "keyboard-aware-scroll-view": 1, "keyboard-toolbar": 1, "keyboard-done-button": 1, @@ -124212,7 +136400,7 @@ "get-random-values": 2, "getrandomvalues": 2, "webcrypto": 1, - "random": 2, + "random": 3, "recyclerlistview": 1, "prettier": 1, "m1": 1, @@ -124355,7 +136543,7 @@ "match-media": 1, "breakpoint": 1, "validated-form": 1, - "form-component": 1, + "form-component": 2, "pin-input": 1, "otp": 4, "confetti": 1, @@ -124387,6 +136575,7 @@ "actions": 1, "uiapplicationshortcutitem": 2, "shortcut": 1, + "nitro": 15, "hotkeys": 1, "reactnativekeys": 1, "chunk": 1, @@ -124447,7 +136636,7 @@ "health-sdk": 1, "line-chart": 2, "chart-library": 1, - "ui-component": 5, + "ui-component": 6, "reanimated3": 4, "qrcode-svg": 1, "qrcode-styled": 1, @@ -124459,7 +136648,7 @@ "rn-vertical-slider": 1, "chatbot": 2, "chatgpt": 2, - "cropper": 2, + "cropper": 3, "rotation": 1, "month": 1, "12-columns": 1, @@ -124470,7 +136659,7 @@ "zero-dependency": 1, "amap": 1, "analytics-tracking": 1, - "ssl-pinning": 1, + "ssl-pinning": 2, "pki": 1, "mock-api": 1, "pretender": 1, @@ -124491,14 +136680,28 @@ "syntax-highlighter": 1, "code-highlight": 1, "syntax-highlighting": 2, + "screenguard": 1, "protection": 1, "prevent": 1, "capture-protection": 1, + "screenshot-prevent": 1, + "screenshot-blocker": 1, + "screenshot-detector": 1, + "screenshot-protection": 2, + "screenshot-prevention": 1, + "screenshot-blocking": 1, + "screenshot-block": 1, + "screenshot-blocking-ios": 1, + "screenshot-blocking-android": 1, + "screenshot-block-ios": 1, + "screenshot-block-android": 1, + "screenshot-blocker-ios": 1, + "screenshot-blocker-android": 1, "totp-utils": 1, "apearance": 1, "rsa": 1, "numero": 1, - "visualization": 3, + "visualization": 4, "autofocus": 1, "next-field": 1, "enter": 1, @@ -124528,11 +136731,12 @@ "is-maestro": 1, "android-widget": 1, "home-screen-widget": 1, - "ui-library": 5, + "ui-library": 7, "mergerefs": 1, "kit": 1, "situm": 1, "indoor-positioning": 1, + "indoor-maps": 1, "wayfinding": 1, "ory-kratos": 1, "registration": 1, @@ -124554,7 +136758,7 @@ "expo-time-picker": 1, "expo-timepicker": 1, "expo-durationpicker": 1, - "package": 2, + "package": 3, "nanohttpd": 1, "gcdhttpserver": 1, "webserver": 1, @@ -124582,12 +136786,12 @@ "spotlight-tour": 1, "tour": 1, "user-guide": 1, - "react-hook-form": 1, + "react-hook-form": 2, "mask-input": 1, "international-number-phone": 1, "custom-lib": 1, "codes": 2, - "flags": 1, + "flags": 2, "menubar-app": 1, "otp-verify": 1, "otp-input": 3, @@ -124613,7 +136817,7 @@ "datetpicker": 1, "datet-picker": 1, "daterange": 1, - "highlight": 3, + "highlight": 4, "keywords": 1, "blur-view": 1, "animate": 1, @@ -124746,6 +136950,7 @@ "action-cable": 1, "rails5": 1, "rails6": 1, + "uitextvi": 1, "server-sent-events": 1, "stream": 1, "eventsource": 1, @@ -124754,7 +136959,7 @@ "expo-foreground-actions": 1, "expoforegroundactions": 1, "user-interaction": 2, - "lightweight": 5, + "lightweight": 6, "tab-control": 2, "segmented-tabs": 1, "tabs-navigation": 1, @@ -124782,7 +136987,7 @@ "two-factor-authentication": 1, "2fa-otp-input": 1, "ios-library": 1, - "newarchitecture": 1, + "newarchitecture": 2, "otp-library": 1, "otp-textfield": 1, "otp-verification": 1, @@ -124798,6 +137003,8 @@ "network-discovery": 2, "websocket-connection": 1, "portscanning": 1, + "cryptocurrency": 1, + "quick": 1, "radiobuttons": 1, "floatingcard": 1, "inputs": 1, @@ -124821,7 +137028,7 @@ "gallery-preview": 1, "nacl": 1, "segment": 2, - "braze": 1, + "braze": 2, "appboy": 1, "segmentation": 2, "feature-flags": 1, @@ -124832,7 +137039,7 @@ "expo-insights": 1, "expoinsights": 1, "insights": 1, - "eas": 2, + "eas": 3, "expo-clipboard": 1, "expo-navigation-bar": 1, "expo-symbols": 1, @@ -124846,7 +137053,7 @@ "storekit": 1, "healthicons": 1, "in-app-billing": 1, - "clevertap": 1, + "clevertap": 2, "clevertap-react-native": 1, "engagement": 1, "user-retention": 1, @@ -124862,7 +137069,7 @@ "cocoalumberjack": 1, "logback": 1, "okta": 1, - "oidc": 1, + "oidc": 2, "ml-kit": 1, "filament": 1, "rendering": 1, @@ -124871,7 +137078,7 @@ "model": 1, "metal": 1, "vulkan": 1, - "tiny": 1, + "tiny": 2, "sync-engine": 1, "supabase": 1, "client-library": 2, @@ -124879,10 +137086,10 @@ "mit-license": 1, "node-js": 1, "nuxt": 1, - "orm": 1, - "postgres": 1, + "orm": 2, + "postgres": 2, "pushalert": 1, - "toastify": 3, + "toastify": 4, "react-toastify": 1, "toastify-react-native": 1, "expo-cli": 1, @@ -124895,7 +137102,7 @@ "multilanguage": 1, "country-codes": 2, "google-autocomplete": 1, - "google-places-autocomplete": 1, + "google-places-autocomplete": 2, "paste": 1, "wear-os": 1, "wearable": 1, @@ -124919,18 +137126,17 @@ "rnfs": 1, "lighttpd": 1, "embed": 1, - "android-finish": 1, - "management": 2, + "management": 3, "sms-verification": 1, "collaborate": 2, "student-vscode": 1, "razorpay": 1, - "moengage": 1, - "appsflyer": 1, + "moengage": 2, + "appsflyer": 2, "toastable": 1, "ruler-picker": 1, - "rneui": 2, - "themed": 1, + "rneui": 3, + "themed": 3, "toasts": 2, "sonner": 1, "sonner-native": 1, @@ -125006,7 +137212,7 @@ "cnpj": 3, "isemail": 1, "javascript-library": 2, - "typescript-library": 1, + "typescript-library": 2, "validate-js": 1, "azure-translator": 1, "translator": 2, @@ -125022,7 +137228,6 @@ "react-redux-persist": 1, "redux-persist2": 1, "redux-toolkit": 2, - "nitro": 10, "hotp": 1, "otpauth": 1, "otp-auth": 1, @@ -125053,7 +137258,7 @@ "no-babel": 1, "easy-setup": 1, "one-package": 1, - "mobile-ui": 1, + "mobile-ui": 2, "minimalist": 1, "mobile-first": 1, "nativeflowcss": 1, @@ -125064,7 +137269,7 @@ "expo-updates": 2, "expo-in-app-updates": 1, "expoinappupdates": 1, - "expo-module": 2, + "expo-module": 3, "in-app-updates": 2, "expo-manifests": 1, "expo-structured-headers": 1, @@ -125131,7 +137336,7 @@ "webpconverter": 1, "image-compression": 1, "webp-converter": 1, - "turbo-module": 1, + "turbo-module": 3, "locale": 1, "device-locale": 1, "native-sass": 1, @@ -125144,7 +137349,7 @@ "fusioncharts": 1, "plaid": 1, "plaid-link": 1, - "immer": 2, + "immer": 3, "resources": 1, "generate": 1, "scaffold": 2, @@ -125181,17 +137386,13 @@ "juhuu": 1, "schema": 1, "inference": 1, - "schema-validation": 1, - "type-inference": 1, - "runtime-validation": 1, - "static-types": 1, - "classname": 2, + "classname": 3, "classlist": 1, "merge": 1, "conflict": 1, "override": 1, "utility-classes": 1, - "classnames": 2, + "classnames": 3, "dayjs": 1, "moment": 1, "date-formatting": 1, @@ -125207,7 +137408,7 @@ "npm-cli": 1, "visibility-sensor": 1, "visibilitysensor": 1, - "in-view": 1, + "in-view": 2, "inview": 1, "waveform": 1, "audio-waveform": 1, @@ -125279,11 +137480,6 @@ "expo-push-notification-react-native": 1, "native-notify": 1, "native-notify-push-notifications": 1, - "media-processing": 1, - "video-processing": 1, - "nitro-media-kit": 1, - "ffmpeg": 1, - "ffmpeg-kit": 1, "toast-notification": 1, "irano": 1, "expo-irano": 1, @@ -125323,7 +137519,7 @@ "fishjam": 1, "fishjamcloud": 1, "membranewebrtc": 1, - "streaming": 1, + "streaming": 2, "animated-ellipsis": 1, "rn-animated-ellipsis": 1, "loading-animation": 1, @@ -125374,7 +137570,7 @@ "ai-chatbot": 1, "app-framework": 1, "toolkit": 1, - "reducer": 2, + "reducer": 4, "slice": 1, "predictable": 1, "functional": 1, @@ -125438,7 +137634,7 @@ "typinganimation": 1, "style-variance-authority": 1, "sva": 1, - "variants": 1, + "variants": 2, "draggable-flex": 1, "draggable-grid": 1, "reorder": 1, @@ -125471,12 +137667,9 @@ "key-events": 1, "linear-shadow": 1, "linear-inner-shadow": 1, - "inset": 1, "inset-shadow": 1, "shadow-pressable": 1, "shadow-toggle": 1, - "inner-shadow-pressable": 1, - "inner-shadow-toggle": 1, "skia-canvas": 1, "reactnativeinnershadow": 1, "segmented-control-2": 1, @@ -125489,9 +137682,9 @@ "live-updates": 1, "hot-updates": 1, "expo-ota": 1, - "appcenter": 1, + "appcenter": 2, "ota-update": 1, - "optimization": 1, + "optimization": 2, "optimize": 1, "expo-googlenearby-connection": 1, "expogooglenearbyconnection": 1, @@ -125611,6 +137804,7 @@ "google-translate": 1, "deepl": 1, "image-compressor": 2, + "in-app-browser-module": 1, "nitro-in-app-browser": 1, "mediapipe": 1, "local-llm": 1, @@ -125667,13 +137861,285 @@ "gorhom": 1, "image-compare": 1, "before-after-slider": 1, - "compare": 1, + "compare": 3, "decryption": 1, "encoding": 1, "decoding": 1, "mqtt": 1, "cocoamqtt": 1, - "paho": 1 + "paho": 1, + "google-api": 1, + "shakebugs": 1, + "report": 1, + "shake-sdk": 1, + "bug-reports": 1, + "wav": 2, + "mp3": 1, + "converter": 1, + "lame": 1, + "uuid": 1, + "rfc4122": 1, + "reactivelions": 1, + "screenshot-test": 1, + "screenshot-testing": 1, + "snapshot-test": 1, + "snapshot-testing": 1, + "splash-view": 1, + "iso": 1, + "queue": 1, + "wavpack": 1, + "audio-decoder": 1, + "audio-processing": 1, + "file-conversion": 1, + "progress-events": 1, + "gzip": 1, + "decompress": 1, + "expo-emoji-picker": 1, + "mobile-security": 1, + "stallion": 1, + "vlc": 1, + "mp4": 1, + "rtsp": 1, + "rtmp": 1, + "vlc-player": 1, + "airship": 1, + "react-native-velements": 2, + "rn-vui": 2, + "elements-themed": 1, + "rudder": 11, + "db-encryption": 1, + "amplitude": 1, + "singular": 1, + "video-composition": 1, + "expo-image-crop-tool": 1, + "image-crop-tool": 1, + "crop-tool": 1, + "expoimagecroptool": 1, + "shazamkit": 1, + "shazam": 1, + "animated-checkbox": 1, + "customizable-checkbox": 1, + "expo-passkey": 1, + "expopasskeymodule": 1, + "biometric": 2, + "better-auth": 1, + "status-bar-height": 1, + "status-bar-height-ios": 1, + "status-bar-height-android": 1, + "status-bar-height-ios-android": 1, + "bottom-inset": 1, + "safe-area-inset": 1, + "matomo": 1, + "foldable": 1, + "fold-detection": 1, + "foldable-phone": 1, + "fold": 1, + "foldable-device": 1, + "device-posture": 1, + "screen-posture": 1, + "multi-window": 1, + "foldable-support": 1, + "foldable-devices": 1, + "google-sso": 1, + "nitro-google-sso": 1, + "google-signin": 2, + "sso": 1, + "pdf-lib": 1, + "create": 1, + "modify": 1, + "creation": 1, + "modification": 1, + "editing": 1, + "deep-equal": 2, + "equality": 2, + "lodash": 1, + "isequal": 1, + "vue": 1, + "angular": 1, + "object-comparison": 1, + "array-comparison": 1, + "deep-comparison": 1, + "zero-dependencies": 1, + "circular-references": 1, + "speed": 1, + "efficient": 1, + "alternative": 1, + "replacement": 1, + "recoil": 1, + "atomic": 1, + "geolib": 1, + "wgs84": 1, + "distance": 1, + "geography": 1, + "geojson": 1, + "sexagesimal": 1, + "latlng": 1, + "debounce": 1, + "react-hook": 1, + "usedebounce": 1, + "react-use": 1, + "places-sdk": 1, + "google-places-sdk": 1, + "expo-iap": 1, + "expoiap": 1, + "emitter": 1, + "pubsub": 1, + "mitt": 1, + "event-handlers": 1, + "event-bus": 1, + "scheme-validation": 1, + "hookform": 1, + "yup": 1, + "joi": 1, + "superstruct": 1, + "zod": 1, + "vest": 1, + "io-ts": 1, + "effect-ts": 1, + "nope": 1, + "computed-types": 1, + "typanion": 1, + "ajv": 1, + "typebox": 1, + "arktype": 1, + "typeschema": 1, + "vine": 1, + "fluentvalidation-ts": 1, + "standard-schema": 1, + "schema-validation": 1, + "resolvers": 1, + "class-variance-authority": 2, + "cva": 1, + "stitches": 1, + "vanilla-extract": 1, + "phosphoricons": 1, + "leaderboard": 1, + "scoreboard": 1, + "ranking": 1, + "rank": 1, + "profile": 1, + "dnd": 1, + "pressable": 1, + "opacity": 1, + "pressability": 1, + "typed": 1, + "hint": 1, + "video-processing": 1, + "video-trim": 1, + "pressables": 1, + "drizzle": 1, + "pg": 1, + "mysql": 1, + "singlestore": 1, + "postgresql": 1, + "ts": 1, + "drizzle-orm": 1, + "exit": 2, + "close": 1, + "shutdown": 1, + "kill": 1, + "device-location": 1, + "phone-location": 1, + "gps-location": 1, + "phone-code": 1, + "simcard": 1, + "expo-checkbox": 1, + "pushdown-alert": 1, + "success-alert": 1, + "error-alert": 1, + "warning-alert": 1, + "pushdown": 1, + "webauthn": 1, + "credential-manager": 1, + "identity": 1, + "fido2": 1, + "password-manager": 1, + "signup": 1, + "expo-resolve-url": 1, + "resolveurl": 1, + "unshorten": 1, + "url-shortener": 1, + "word": 1, + "wordcloud": 1, + "word-cloud": 1, + "buuble": 1, + "bubble-chart": 1, + "tag": 1, + "tagcloud": 1, + "tag-cloud": 1, + "nitro-network-info": 1, + "connection": 1, + "cellular": 1, + "ethernet": 1, + "pencilkit": 1, + "apple-pencil": 1, + "expo-pencilkit-ui": 1, + "expo-pencilkit": 1, + "apple-pencilkit": 1, + "whip": 1, + "whep": 1, + "audio-api": 1, + "web-audio-api": 1, + "ip": 1, + "ipv4": 1, + "ipv6": 1, + "public": 1, + "external": 1, + "own": 1, + "visibility-detection": 1, + "user-experience": 1, + "lottie-splash-screen": 1, + "mutable": 2, + "copy-on-write": 2, + "mutative": 1, + "immutability": 1, + "mutation": 1, + "immutables": 1, + "state-tree": 1, + "exit-app": 1, + "close-app": 1, + "quit-app": 1, + "app-exit": 1, + "android-exit": 1, + "ios-exit": 1, + "system-exit": 1, + "apple-tv": 1, + "native-keyboard": 1, + "tvos-keyboard": 1, + "voice-typing": 1, + "voice-search": 1, + "uisearchcontroller": 1, + "tv": 1, + "certificate-pinning": 1, + "network-security": 1, + "ssl-pinning-tvos": 1, + "secure-networking": 1, + "cert-pinning": 1, + "rn-watch-connect": 1, + "rnwatchconnect": 1, + "watchconnectivity": 1, + "apple-watch-connectivity": 1, + "apple-watch-communication": 1, + "apple-watch-data-transfer": 1, + "apple-watch-message-transfer": 1, + "apple-watch-file-transfer": 1, + "navigation-buttons": 1, + "react-blur": 1, + "modern-blur": 1, + "galeria": 1, + "rerenders": 1, + "intellisense": 1, + "equal": 1, + "equals": 1, + "comparison": 1, + "object": 1, + "engine-aware": 1, + "crossrealm": 1, + "custom-equality": 1, + "structured-equality": 1, + "cross-realm": 1, + "youtube-bridge": 1, + "youtube-iframe-api": 1 }, "topicsList": [ "12-columns", @@ -125748,7 +138214,9 @@ "airdrop", "airplane", "airprint", + "airship", "ajax", + "ajv", "alarm", "alarm-picker", "alarm-picker-modal", @@ -125759,9 +138227,11 @@ "alipay", "alphabet", "alphabetlist", + "alternative", "amap", "amazon", "amazon-ivs", + "amplitude", "analysis", "analytics", "analytics-tracking", @@ -125779,7 +138249,7 @@ "android-calendar-events", "android-creadential-manager", "android-device", - "android-finish", + "android-exit", "android-keyboard-adjust", "android-library", "android-pay", @@ -125791,6 +138261,7 @@ "android-widget", "androidprogressbar", "ane", + "angular", "anhtuank7c", "animatable", "animate", @@ -125800,6 +138271,7 @@ "animate-numerical-value", "animated", "animated-accordion", + "animated-checkbox", "animated-component", "animated-components", "animated-digits", @@ -125838,6 +138310,7 @@ "app-dev", "app-development", "app-distribution", + "app-exit", "app-framework", "app-gallery", "app-icon", @@ -125877,8 +138350,16 @@ "apple-music", "apple-music-api", "apple-pay", + "apple-pencil", + "apple-pencilkit", + "apple-tv", "apple-wallet", "apple-watch", + "apple-watch-communication", + "apple-watch-connectivity", + "apple-watch-data-transfer", + "apple-watch-file-transfer", + "apple-watch-message-transfer", "application", "application-info", "application-manager", @@ -125886,6 +138367,7 @@ "appsflyer", "appstore", "appzung", + "ar", "ar-session", "arc", "arc-menu", @@ -125896,8 +138378,10 @@ "area-chart", "arguments", "arkit", + "arktype", "arm64", "array-buffer", + "array-comparison", "arraybuffer", "art", "articles", @@ -125916,16 +138400,20 @@ "asyncstorage", "asyncstorage-wrapper", "atlas", + "atomic", "atomic-css", "attribution", "attributiondetails", "audience-network", "audio", + "audio-api", "audio-calls", "audio-chat", + "audio-decoder", "audio-jack", "audio-library", "audio-player", + "audio-processing", "audio-recorder", "audio-toolkit", "audio-visualizer", @@ -126030,6 +138518,7 @@ "benchmark", "best-practice", "best-practices", + "better-auth", "better-sqlite3", "big", "big-list", @@ -126040,6 +138529,7 @@ "billing", "binary-search", "bindgen", + "biometric", "biometrics", "bitrate", "blacklivesmatter", @@ -126074,6 +138564,7 @@ "bottom-bar", "bottom-bar-color", "bottom-drawer", + "bottom-inset", "bottom-modal", "bottom-navigation", "bottom-panel", @@ -126109,10 +138600,12 @@ "brownfield", "browser", "browserify", + "bubble-chart", "buffer", "bug", "bug-reporter", "bug-reporting", + "bug-reports", "bugfender", "buglife", "bugsnag", @@ -126135,6 +138628,7 @@ "button-with-loader", "button-with-spinner", "buttons", + "buuble", "c++", "cache", "cached", @@ -126195,6 +138689,9 @@ "category", "cbc", "cell", + "cellular", + "cert-pinning", + "certificate-pinning", "cfb", "cfbundleshortversionstring", "cfbundleversion", @@ -126239,8 +138736,10 @@ "circular", "circular-chart", "circular-menu", + "circular-references", "circular-slider", "class-validator", + "class-variance-authority", "classes", "classic", "classic-header", @@ -126260,6 +138759,8 @@ "clock-view", "clone", "clone-view", + "close", + "close-app", "cloud", "cloud-firestore", "cloud-messaging", @@ -126307,6 +138808,7 @@ "community", "communityexchange", "compare", + "comparison", "compass", "compatible", "component", @@ -126320,6 +138822,7 @@ "compress-videos", "compression", "compressor", + "computed-types", "concurrent-mode", "conductor", "conference", @@ -126339,6 +138842,7 @@ "conflict", "confrence", "connect", + "connection", "connection-service", "connectionservice", "console", @@ -126356,10 +138860,12 @@ "control", "controlled-segmentedcontroltab", "controls", + "converter", "cookies", "coordinatorlayout", "coords", "copilot", + "copy-on-write", "cordova-sqlite-storage", "core", "corehaptics", @@ -126388,21 +138894,28 @@ "crash", "crashlytics", "crashreporting", + "create", "create-app", "create-thumbnail", + "creation", + "credential-manager", "credit", "credit-card", "credit-card-input", "creditcard", "crna", "crop", + "crop-tool", "cropper", "cropping", "cross", "cross-platform", + "cross-realm", "crossplatform", + "crossrealm", "crypto", "crypto.getrandomvalues", + "cryptocurrency", "cryptography", "csprng", "css", @@ -126421,6 +138934,7 @@ "custom-accordion", "custom-action-sheet", "custom-emojis", + "custom-equality", "custom-fonts", "custom-gestures", "custom-input", @@ -126434,12 +138948,14 @@ "customer-support", "customisable", "customizable", + "customizable-checkbox", "customizable-datepicker", "customizable-ui", "customize", "customize-date", "customize-event", "customtabsintent", + "cva", "d3", "d3-scale", "d3.js", @@ -126481,7 +138997,9 @@ "day", "dayjs", "db", + "db-encryption", "db-events", + "debounce", "debug", "debug-panel", "debugger", @@ -126492,10 +139010,13 @@ "decode-qr", "decoder", "decoding", + "decompress", "decorfitssystemwindows", "decryption", "dedupe", "deep", + "deep-comparison", + "deep-equal", "deep-link", "deep-linking", "deep-links", @@ -126523,7 +139044,9 @@ "device", "device-detection", "device-locale", + "device-location", "device-orientation", + "device-posture", "device-security", "devicemotion", "devtools", @@ -126541,8 +139064,10 @@ "discovery", "dismiss", "display", + "distance", "divider", "divider-color", + "dnd", "dns", "do-not-disturb", "doc", @@ -126579,6 +139104,8 @@ "draw", "drawer", "drawing", + "drizzle", + "drizzle-orm", "drop", "drop-down", "drop-in", @@ -126621,17 +139148,22 @@ "edge-to-edge", "edges", "edit", + "editing", "editor", + "effect-ts", + "efficient", "electron", "elegant", "elegant-header", "element", "elements", + "elements-themed", "elevation", "elm", "email", "email-validator", "embed", + "emitter", "emmit-database-operations", "emoji", "emoji-component", @@ -126648,6 +139180,7 @@ "engage", "engagement", "engine", + "engine-aware", "enter", "enter-animation", "entities", @@ -126658,7 +139191,11 @@ "environment", "environment-variables", "envs", + "equal", + "equality", + "equals", "error", + "error-alert", "error-boundary", "error-handler", "error-monitoring", @@ -126673,8 +139210,11 @@ "esp32", "esp32-idf", "ethereum", + "ethernet", "eva-icons", "event", + "event-bus", + "event-handlers", "event-listener", "event-listeners", "event-source", @@ -126687,7 +139227,9 @@ "exceptions", "executorch", "exif", + "exit", "exit-animation", + "exit-app", "expand", "expandable", "expandable-list", @@ -126710,6 +139252,7 @@ "expo-brightness", "expo-camera-characteristics", "expo-cellular", + "expo-checkbox", "expo-cli", "expo-click-outside", "expo-clipboard", @@ -126721,10 +139264,13 @@ "expo-duration-picker", "expo-durationpicker", "expo-dynamic-app-icon", + "expo-emoji-picker", "expo-foreground-actions", "expo-googlenearby-connection", "expo-haptics", "expo-health-connect", + "expo-iap", + "expo-image-crop-tool", "expo-image-manipulator", "expo-in-app-updates", "expo-insights", @@ -126745,6 +139291,9 @@ "expo-notifee-plugin", "expo-notifications", "expo-ota", + "expo-passkey", + "expo-pencilkit", + "expo-pencilkit-ui", "expo-pip", "expo-plugin", "expo-push-notification", @@ -126752,6 +139301,7 @@ "expo-push-notifications", "expo-push-notifications-react-native", "expo-quick-actions", + "expo-resolve-url", "expo-screen-capture", "expo-screen-orientation", "expo-secure-store", @@ -126801,11 +139351,14 @@ "expogo", "expogooglenearbyconnection", "expohealthconnect", + "expoiap", + "expoimagecroptool", "expoinappupdates", "expoinsights", "expokeyevent", "expomusicpicker", "exponent", + "expopasskeymodule", "expopip", "expoquickactions", "exposelectabletext", @@ -126821,6 +139374,7 @@ "expovideometadata", "expowidgets", "extension", + "external", "external-accessory", "external-apk-install", "external-display", @@ -126868,13 +139422,13 @@ "fetch", "fetch-plugins", "fetch-wrapper", - "ffmpeg", - "ffmpeg-kit", + "fido2", "field", "figma", "filament", "file", "file-access", + "file-conversion", "file-logger", "file-system", "file-system-image-cache", @@ -126939,10 +139493,18 @@ "flubber", "fluent", "fluent-ui", + "fluentvalidation-ts", "flurry", "flux", "focus", "focused-input", + "fold", + "fold-detection", + "foldable", + "foldable-device", + "foldable-devices", + "foldable-phone", + "foldable-support", "folding", "foldingcell", "font", @@ -126990,6 +139552,7 @@ "fusedlocationproviderclient", "fusioncharts", "fuzzy-links", + "galeria", "galio", "gallery", "gallery-preview", @@ -127016,6 +139579,9 @@ "geocoding", "geofence", "geofencing", + "geography", + "geojson", + "geolib", "geolocation", "geometry", "gerador", @@ -127059,6 +139625,7 @@ "google", "google-admob", "google-ads", + "google-api", "google-autocomplete", "google-cast", "google-drive", @@ -127078,12 +139645,15 @@ "google-places", "google-places-api", "google-places-autocomplete", + "google-places-sdk", "google-play", "google-play-game-services", "google-play-games", "google-play-service", "google-play-store", "google-sign-in", + "google-signin", + "google-sso", "google-translate", "google-wallet", "google-wallet-api", @@ -127095,6 +139665,7 @@ "gorgeous-header", "gorhom", "gps", + "gps-location", "gpu", "gradient", "gradients", @@ -127117,6 +139688,7 @@ "group-dropdown", "guides", "gyroscope", + "gzip", "hacktoberfest", "hacktoberfest2020", "hacktoberfest2021", @@ -127176,6 +139748,7 @@ "highlighter", "highlighting", "highlighting-library", + "hint", "hla", "hmac", "hoc", @@ -127188,6 +139761,7 @@ "home-screen", "home-screen-widget", "hook", + "hookform", "hooks", "horizontal", "horizontal-scrolling-carousels", @@ -127243,6 +139817,7 @@ "icons-source", "iconscout", "icu", + "identity", "idfa", "idle", "idle-timer", @@ -127258,6 +139833,7 @@ "image-compression", "image-compressor", "image-converter", + "image-crop-tool", "image-cropping", "image-editing", "image-editor", @@ -127303,14 +139879,17 @@ "immediate-update", "immer", "immersive", + "immutability", "immutable", "immutable.js", "immutablejs", + "immutables", "imports", "improved", "in-app", "in-app-billing", "in-app-browser", + "in-app-browser-module", "in-app-comment", "in-app-messaging", "in-app-purchase", @@ -127328,6 +139907,7 @@ "index.js", "indexeddb", "indicator", + "indoor-maps", "indoor-positioning", "inference", "infinite", @@ -127344,8 +139924,6 @@ "initials", "inline", "inner-shadow", - "inner-shadow-pressable", - "inner-shadow-toggle", "input", "input-accessory", "input-mask", @@ -127353,7 +139931,6 @@ "inputaccessoryview", "inputmask", "inputs", - "inset", "inset-shadow", "insight", "insights", @@ -127372,6 +139949,7 @@ "int", "integer", "integration", + "intellisense", "intent", "interactable", "interactable-reanimated", @@ -127394,6 +139972,7 @@ "invertible", "inview", "io", + "io-ts", "ionic", "ionicons", "ios", @@ -127404,6 +139983,7 @@ "ios-calendar-api", "ios-calendar-events", "ios-context-menu", + "ios-exit", "ios-keychain", "ios-lib", "ios-library", @@ -127414,16 +139994,21 @@ "ios-video-editor", "ios14", "iot", + "ip", "ipad", "ipados", "iphone", "iphone-x", "iphonex", + "ipv4", + "ipv6", "iqkeyboardmanager", "irano", "is-e2e", "is-maestro", "isemail", + "isequal", + "iso", "isomorphic", "item", "items", @@ -127449,6 +140034,7 @@ "jni", "jni-android", "jni-ios", + "joi", "joyride", "jpeg", "js", @@ -127475,6 +140061,7 @@ "keyboard-adjust", "keyboard-aware", "keyboard-aware-scroll-view", + "keyboard-background-view", "keyboard-component", "keyboard-done-button", "keyboard-event", @@ -127497,6 +140084,7 @@ "keystore-services", "keywords", "khtwah", + "kill", "kiss", "kit", "klarna-featured", @@ -127509,6 +140097,7 @@ "l20n", "label", "labels", + "lame", "lan", "lan-scan", "lan-scanner", @@ -127520,6 +140109,7 @@ "large-list", "largelist", "latency", + "latlng", "launch", "launch-screen", "launcher", @@ -127532,6 +140122,7 @@ "lazy-load", "lazy-loading", "lazyload", + "leaderboard", "leaflet", "leaflet-map", "lean-back", @@ -127618,6 +140209,7 @@ "lock-screen", "locker", "lockscreen", + "lodash", "log", "logback", "logger", @@ -127630,6 +140222,7 @@ "loop", "looped", "lottie", + "lottie-splash-screen", "low", "low-energy", "low-latency", @@ -127710,6 +140303,7 @@ "material-you", "materialkit", "math", + "matomo", "matter", "mcumgr", "md", @@ -127722,7 +140316,6 @@ "media-control", "media-gallery", "media-player", - "media-processing", "media-queries", "media-query", "mediapipe", @@ -127761,6 +140354,7 @@ "mirror", "mit", "mit-license", + "mitt", "mixed", "mixin", "mixpanel", @@ -127783,6 +140377,7 @@ "mobile-development", "mobile-first", "mobile-native-barcode-generator", + "mobile-security", "mobile-styling", "mobile-ui", "mobile-updates", @@ -127802,7 +140397,10 @@ "model", "models", "modern", + "modern-blur", "modern-header", + "modification", + "modify", "module", "modules", "moengage", @@ -127821,6 +140419,8 @@ "motionmanager", "mouse", "movable", + "mp3", + "mp4", "mp4upload", "mpandroidchart", "mpnowplayinginfocenter", @@ -127836,6 +140436,7 @@ "multi-slider", "multi-step", "multi-step-form", + "multi-window", "multiform", "multiform-validator", "multilanguage", @@ -127857,9 +140458,13 @@ "music-metadata", "music-picker", "music-player", + "mutable", + "mutation", "mutations", + "mutative", "mute", "my.com", + "mysql", "mytracker", "n-columns", "nacl", @@ -127870,6 +140475,7 @@ "native-advanced-ads", "native-component", "native-components", + "native-keyboard", "native-module", "native-modules", "native-native", @@ -127891,6 +140497,7 @@ "navigation-bar-color", "navigation-bar-contrast-enforced", "navigation-bar-divider-color", + "navigation-buttons", "navigation-color", "navigation-header", "navigation-hide", @@ -127928,6 +140535,7 @@ "network-discovery", "network-info", "network-monitoring", + "network-security", "networking", "neumorphism", "new", @@ -127942,11 +140550,12 @@ "nfc", "night-mode", "nitro", + "nitro-google-sso", "nitro-hotp", "nitro-in-app-browser", - "nitro-media-kit", "nitro-module", "nitro-modules", + "nitro-network-info", "nitro-totp", "nitrogen", "no-babel", @@ -127955,6 +140564,7 @@ "node-qrcode", "nodejs", "noder", + "nope", "normalized-cache", "nosql", "notch", @@ -127984,6 +140594,8 @@ "nuxt", "oauth", "oauth2", + "object", + "object-comparison", "object-detection", "objective-c", "observability", @@ -128014,6 +140626,7 @@ "onion", "onion-service", "onscroll-faltlist-animation", + "opacity", "open-link", "open-source", "open-street-maps", @@ -128055,6 +140668,7 @@ "over-keyboard-view", "overlay", "override", + "own", "p2p", "package", "packager", @@ -128095,6 +140709,7 @@ "passkeys", "passkit", "password", + "password-manager", "passwordless", "paste", "paths-js", @@ -128108,6 +140723,7 @@ "pdf", "pdf-generation", "pdf-generation-react", + "pdf-lib", "pdf-reader", "pdf-viewer", "pdf417", @@ -128116,6 +140732,7 @@ "pdfrenderer", "pedometer", "peer-to-peer", + "pencilkit", "pentest", "people", "per-app", @@ -128137,10 +140754,14 @@ "personalization", "perspective", "perspective-transformation", + "pg", "phone", "phone-auth", + "phone-code", "phone-input", + "phone-location", "phone-number", + "phosphoricons", "photo", "photo-browser", "photo-editing", @@ -128194,6 +140815,7 @@ "placeholder-loader", "placeholders", "places", + "places-sdk", "plaid", "plaid-link", "platform", @@ -128225,6 +140847,7 @@ "portscanning", "position", "postgres", + "postgresql", "pouchdb", "powerbi", "preact", @@ -128236,6 +140859,9 @@ "prefershomeindicatorautohidden", "presentational", "press", + "pressability", + "pressable", + "pressables", "pretender", "prettier", "prevent", @@ -128249,10 +140875,12 @@ "processing.js", "production", "producttour", + "profile", "profiler", "profiling", "progress", "progress-bar", + "progress-events", "progress-view", "progressbar", "progressindicator", @@ -128277,6 +140905,8 @@ "psuedo", "psuedo-localize", "pub/sub", + "public", + "pubsub", "pull-down-menu", "pull-to-refresh", "purchase", @@ -128289,6 +140919,8 @@ "push-notification-ios", "push-notifications", "pushalert", + "pushdown", + "pushdown-alert", "pushkit", "pwa", "pyramid", @@ -128310,11 +140942,14 @@ "qrcode-svg", "qrcodejs", "query", + "queue", + "quick", "quick-actions", "quick-hash", "quickhash", "quicklook", "quill", + "quit-app", "rabbit", "radar", "radar-graphs", @@ -128336,6 +140971,8 @@ "randombytes", "randomnumbergenerator", "range", + "rank", + "ranking", "rasp", "rasterize", "rate", @@ -128354,6 +140991,8 @@ "react-animate", "react-animation", "react-art", + "react-auth", + "react-blur", "react-button", "react-checkbox-tree", "react-component", @@ -128369,6 +141008,7 @@ "react-form", "react-formawesome-core", "react-global-state", + "react-hook", "react-hook-form", "react-hooks", "react-ios", @@ -128377,6 +141017,7 @@ "react-library", "react-map", "react-native", + "react-native-velements", "react-natve", "react-navigation", "react-pager", @@ -128402,6 +141043,7 @@ "react-tree-view", "react-ui", "react-ui-kit", + "react-use", "react-video", "react-video-controls", "react-video-player", @@ -128412,6 +141054,7 @@ "reactions-picker", "reactive", "reactive-form", + "reactivelions", "reactjs", "reactnative", "reactnative-animation-challenges", @@ -128455,6 +141098,7 @@ "recaptcha", "receipt-validation", "recents", + "recoil", "record", "recorder", "recording", @@ -128499,8 +141143,10 @@ "rendering", "renimated", "reorder", + "replacement", "replay", "reponsive", + "report", "reporter", "reporting", "request", @@ -128508,12 +141154,15 @@ "request-throttle", "require", "rerender", + "rerenders", "resegmented", "reset", "resize", "resizer", "resolution", "resolver", + "resolvers", + "resolveurl", "resources", "responsive", "responsive-design", @@ -128548,6 +141197,7 @@ "review-is-sent-to-the-play-store", "reviews", "rewarded-ad", + "rfc4122", "rgb", "rgba", "rich-editor", @@ -128574,12 +141224,15 @@ "rn-story-view", "rn-tourguide", "rn-vertical-slider", + "rn-vui", + "rn-watch-connect", "rn-zendesk", "rneui", "rnfs", "rng", "rnhc", "rnimagecolors", + "rnwatchconnect", "rocksdb", "rolling-numbers", "rondell", @@ -128596,10 +141249,12 @@ "rsa", "rtl", "rtl-support", + "rtmp", + "rtsp", + "rudder", "ruler", "ruler-picker", "runningspeed", - "runtime-validation", "rust-lang", "rxjs", "rxn", @@ -128610,6 +141265,7 @@ "safariview", "safe", "safe-area", + "safe-area-inset", "safearea", "safeareainsets", "safeareaview", @@ -128647,13 +141303,32 @@ "schema", "schema-validation", "scheme", + "scheme-validation", + "scoreboard", "screen", "screen-capture", + "screen-posture", "screen-record", "screen-recorder", + "screenguard", "screenrecord", "screens", "screenshot", + "screenshot-block", + "screenshot-block-android", + "screenshot-block-ios", + "screenshot-blocker", + "screenshot-blocker-android", + "screenshot-blocker-ios", + "screenshot-blocking", + "screenshot-blocking-android", + "screenshot-blocking-ios", + "screenshot-detector", + "screenshot-prevent", + "screenshot-prevention", + "screenshot-protection", + "screenshot-test", + "screenshot-testing", "scripts", "scroll", "scroll-change-picker", @@ -128686,6 +141361,7 @@ "section-list", "sectionlist", "secure", + "secure-networking", "secure-preferences", "secure-storage", "securerandom", @@ -128753,6 +141429,7 @@ "settings-enabler", "settings-list", "settingsclient", + "sexagesimal", "sf", "sfsafariviewcontroller", "sfsymbols", @@ -128783,6 +141460,8 @@ "shake-event", "shake-event-android", "shake-event-ios", + "shake-sdk", + "shakebugs", "shamsi", "shapes", "share", @@ -128797,6 +141476,8 @@ "shared-preferences", "shared-values", "sharedpreferences", + "shazam", + "shazamkit", "sheet", "shiki", "shimmer", @@ -128814,6 +141495,7 @@ "shoutem", "shoutem-ui", "show", + "shutdown", "side-menu", "sidebar", "sign-in-with-apple", @@ -128821,13 +141503,17 @@ "signature", "signaturepad", "signin", + "signup", "silent", + "simcard", "simple", "simple-logger", "simple-radio-buttons", "simulator", "simultaneously", "single", + "singlestore", + "singular", "sip", "siri", "siri-shortcuts", @@ -128873,6 +141559,8 @@ "snapchat", "snapping", "snapshot", + "snapshot-test", + "snapshot-testing", "social", "social-app", "social-signin", @@ -128896,6 +141584,7 @@ "speech-recognition", "speech-to-text", "speechrecognition", + "speed", "speed-meter", "speed-progress", "speed-view", @@ -128909,6 +141598,7 @@ "spinners", "splash", "splash-screen", + "splash-view", "splashscreen", "split", "splitter", @@ -128927,6 +141617,8 @@ "ssh-client", "ssl", "ssl-pinning", + "ssl-pinning-tvos", + "sso", "ssr", "stability", "stable-diffusion", @@ -128938,6 +141630,8 @@ "stagger-animation", "stagger-list", "stagger-view", + "stallion", + "standard-schema", "star", "star-icon", "star-rating", @@ -128952,13 +141646,17 @@ "state-management", "state-manager", "state-persistence", + "state-tree", "statechart", "stateless", "statemanager", - "static-types", "stats", "status", "status-bar", + "status-bar-height", + "status-bar-height-android", + "status-bar-height-ios", + "status-bar-height-ios-android", "status-bar-mode", "status-view", "statusbar", @@ -128977,6 +141675,7 @@ "stickyimmersive", "stiky-immersive", "stitch", + "stitches", "stock", "stopwatch", "stora", @@ -129001,6 +141700,7 @@ "stripe-payment", "stripe-payments", "strong-customer-authentication", + "structured-equality", "student-vscode", "style", "style-variance-authority", @@ -129017,10 +141717,12 @@ "subscription", "subscriptions", "success", + "success-alert", "suggestions", "supabase", "super", "superellipse", + "superstruct", "support", "suspense", "sva", @@ -129058,6 +141760,7 @@ "system", "system-bar", "system-bars", + "system-exit", "system-navigation-bar", "system-ui-visibility", "tab", @@ -129079,7 +141782,10 @@ "tabview", "tachyon", "tachyons", + "tag", + "tag-cloud", "tag-input", + "tagcloud", "tags", "tailwind", "tailwind-css", @@ -129226,24 +141932,30 @@ "triangle-view", "trie", "trust", + "ts", "tts", "turbo", "turbo-module", "turbolinks", "turbomodule", "tutorial", + "tv", "tvos", + "tvos-keyboard", "tween", "tweening", "twilio", "twilio-video", "twitter", "two-factor-authentication", + "typanion", "type", "type-animation", - "type-inference", "typeahead", + "typebox", + "typed", "typeface", + "typeschema", "typescipt", "typescript", "typescript-library", @@ -129278,8 +141990,10 @@ "uipagecontrol", "uipopover", "uiscene", + "uisearchcontroller", "uisegmentedcontrol", "uitableview", + "uitextvi", "uiview", "uivisualeffectview", "uiw", @@ -129294,6 +142008,7 @@ "universal-apps", "universal-links", "unknown-sources", + "unshorten", "unzip", "upc", "update", @@ -129307,6 +142022,7 @@ "uploadservice", "uri", "url", + "url-shortener", "urlsearchparams", "urlsession", "urovo", @@ -129314,10 +142030,12 @@ "use-count-up", "use-countup", "useapihook", + "usedebounce", "useeffect", "user", "user-authentication", "user-defaults", + "user-experience", "user-guide", "user-interaction", "user-interface", @@ -129334,6 +142052,7 @@ "utility-first", "utility-objects", "utils", + "uuid", "uwp", "ux", "ux-cam", @@ -129351,6 +142070,7 @@ "validator", "validação", "value", + "vanilla-extract", "variables", "variant", "variants", @@ -129370,12 +142090,14 @@ "versions", "vertical", "vertical-slider", + "vest", "vh", "vibration", "video", "video-call", "video-calls", "video-chat", + "video-composition", "video-controls", "video-editing", "video-editor", @@ -129386,6 +142108,7 @@ "video-player", "video-processing", "video-streaming", + "video-trim", "videoedit", "videoeditor", "videoeditor-sdk", @@ -129403,12 +142126,14 @@ "views", "viewshot", "vimeo", + "vine", "viro-community", "viroreact", "virtualizedlist", "visa", "visbility-sensor", "visibility", + "visibility-detection", "visibility-sensor", "visibilitysensor", "visible", @@ -129424,16 +142149,21 @@ "visualizer", "vk", "vkontakte", + "vlc", + "vlc-player", "vml", "voice", "voice-calls", "voice-recognition", + "voice-search", + "voice-typing", "voip", "voip-push-notification", "volative-storage", "volume", "volume-control", "vpn", + "vue", "vuex", "vulkan", "wagmi", @@ -129442,13 +142172,17 @@ "wallet", "walletconnect", "warn", + "warning-alert", "wasm", "watch", + "watchconnectivity", "watermark", "watermelon", "watermelondb", + "wav", "wave", "waveform", + "wavpack", "wayfinding", "wear-api", "wear-os", @@ -129459,8 +142193,10 @@ "weather-chart", "weather-forecast", "web", + "web-audio-api", "web3", "webassembly", + "webauthn", "webbrowser", "webcrypto", "webgl", @@ -129479,12 +142215,15 @@ "wechat-sdk", "weekview", "welcome", + "wgs84", "whatsapp", "whatwg-url", "wheel", "wheel-picker", "wheelpicker", "wheely", + "whep", + "whip", "wi-fi", "wi-fi-direct", "widget", @@ -129501,8 +142240,11 @@ "winui", "wix", "wizard", + "word", + "word-cloud", "word-completion", "word-prediction", + "wordcloud", "worklet", "worklets", "wrapper", @@ -129529,17 +142271,22 @@ "xxhash3-react-native", "youtube", "youtube-api", + "youtube-bridge", "youtube-iframe", + "youtube-iframe-api", "youtube-player", "youtube-video", + "yup", "zdog", "zendesk", "zendesk-help", + "zero-dependencies", "zero-dependency", "zeroconf", "zip", "zip-archive", "zip-assets", + "zod", "zoom", "zoom-image", "zoom-sdk", @@ -129551,4 +142298,4 @@ "zxing", "支付宝" ] -} +} \ No newline at end of file From 90d12cebcf34a433ec1b63e2e603716d7520515b Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:41:43 +0530 Subject: [PATCH 3/6] fix: added option to bypass vercel store blobk fetch and update fixes #1460 use data.json from assets folder instead when ONLY_WRITE_LOCAL_DATA_FILE is set to true - useful in development mode --- README.md | 1 + scripts/build-and-score-data.ts | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 080393877..231b62fed 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ You should be able to visit `localhost:3000` in your browser. - Visit https://github.com/settings/developers to get your keys (don't worry about the callback URL, put whatever you want). - Load the `GITHUB_TOKEN` environment variable into your shell. +- Set `ONLY_WRITE_LOCAL_DATA_FILE` to `true` in *scripts/build-and-score-data.ts* to skip fetching and updating store blob from Vercel and instead use and update the local `assets/data.json` file. This command creates site data in `./assets/data.json` diff --git a/scripts/build-and-score-data.ts b/scripts/build-and-score-data.ts index aba1c2162..c4244e7e3 100644 --- a/scripts/build-and-score-data.ts +++ b/scripts/build-and-score-data.ts @@ -30,6 +30,10 @@ const SCRAPE_GH_IMAGES = false; const DATA_PATH = path.resolve('assets', 'data.json'); const GITHUB_RESULTS_PATH = path.join('scripts', 'raw-github-results.json'); +// If script should only write to the local data file and not upload to the store. +// This is useful for debugging and testing purposes. +const ONLY_WRITE_LOCAL_DATA_FILE = true; + const invalidRepos = []; const mismatchedRepos = []; @@ -228,10 +232,10 @@ async function buildAndScoreData() { Object.keys(entry.npm).length > 0 ? entry : { - ...entry, - npm: - latestData.libraries.find(prevEntry => entry.npmPkg === prevEntry.npmPkg)?.npm ?? {}, - } + ...entry, + npm: + latestData.libraries.find(prevEntry => entry.npmPkg === prevEntry.npmPkg)?.npm ?? {}, + } ); const finalData = dataWithFallback.filter(npmPkg => !existingPackages.includes(npmPkg)); @@ -246,7 +250,7 @@ async function buildAndScoreData() { ); } - if (!USE_DEBUG_REPOS) { + if (!(USE_DEBUG_REPOS || ONLY_WRITE_LOCAL_DATA_FILE)) { await uploadToStore(fileContent); } @@ -328,6 +332,13 @@ async function loadRepositoryDataAsync() { } async function fetchLatestData() { + if (ONLY_WRITE_LOCAL_DATA_FILE) { + console.log('⚠️ Only writing to local data file, skipping blob store fetch'); + return { + latestData: JSON.parse(fs.readFileSync(DATA_PATH, 'utf8')), + }; + } + const { blobs } = await list(); if (blobs?.length > 0) { From a3634389f87273114af6f63e1b92549ec5cfc827 Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:42:35 +0530 Subject: [PATCH 4/6] chore: switched ONLY_WRITE_LOCAL_DATA_FILE to false --- scripts/build-and-score-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-and-score-data.ts b/scripts/build-and-score-data.ts index c4244e7e3..9b75eb182 100644 --- a/scripts/build-and-score-data.ts +++ b/scripts/build-and-score-data.ts @@ -32,7 +32,7 @@ const GITHUB_RESULTS_PATH = path.join('scripts', 'raw-github-results.json'); // If script should only write to the local data file and not upload to the store. // This is useful for debugging and testing purposes. -const ONLY_WRITE_LOCAL_DATA_FILE = true; +const ONLY_WRITE_LOCAL_DATA_FILE = false; const invalidRepos = []; const mismatchedRepos = []; From 0a68d7159e188f8c2c4a5e02819b548cd309d684 Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Sun, 22 Jun 2025 21:40:27 +0530 Subject: [PATCH 5/6] docs: corrected calculate-score file extension in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231b62fed..16d27d012 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ https://reactnative.directory/api/libraries ## I don't like how you calculate scores. -- Submit a PR with changes to `scripts/calculate-score.js`. +- Submit a PR with changes to `scripts/calculate-score.ts`. - You have all the power! Tell us what you want. ## How do I deploy my own version of this? From 0d5d5279f9f51b45af6e4f55a3b99a97106c777c Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:51:00 +0530 Subject: [PATCH 6/6] Revert "chore: updated assets/data.json to reflect #1727 fixes for development purposes" This reverts commit e6f721694045792279a261819b20873d43c5e944. --- assets/data.json | 35481 +++++++++++++++------------------------------ 1 file changed, 11367 insertions(+), 24114 deletions(-) diff --git a/assets/data.json b/assets/data.json index be0dc199d..b8f772d86 100644 --- a/assets/data.json +++ b/assets/data.json @@ -727,7 +727,7 @@ "forks": 35, "issues": 10, "subscribers": 4, - "stars": 523 + "stars": 505 }, "name": "react-native-logs", "fullName": "mowispace/react-native-logs", @@ -772,14 +772,13 @@ }, "npmPkg": "react-native-logs", "npm": { - "downloads": 179904, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 162673, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -809,7 +808,7 @@ "updatedAt": "2022-04-17T09:35:53Z", "createdAt": "2018-02-15T14:15:10Z", "pushedAt": "2022-04-17T09:35:53Z", - "forks": 33, + "forks": 34, "issues": 7, "subscribers": 4, "stars": 251 @@ -844,9 +843,9 @@ "unmaintained": true, "npmPkg": "react-native-gl-image-filters", "npm": { - "downloads": 269, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 148, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -854,7 +853,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.716, "topicSearchString": "react-native gl-react gl-react-native image-filters gl-react-expo gl-react-dom expo gl opengl react" }, { @@ -863,6 +862,9 @@ "android": true, "web": true, "expoGo": true, + "examples": [ + "https://github.com/Iconscout/react-native-unicons/tree/master/example" + ], "npmPkg": "@iconscout/react-native-unicons", "github": { "urls": { @@ -878,10 +880,10 @@ "updatedAt": "2024-12-03T07:11:31Z", "createdAt": "2019-07-28T12:24:10Z", "pushedAt": "2024-12-03T07:11:31Z", - "forks": 15, - "issues": 10, + "forks": 13, + "issues": 8, "subscribers": 4, - "stars": 28 + "stars": 27 }, "name": "@iconscout/react-native-unicons", "fullName": "Iconscout/react-native-unicons", @@ -913,18 +915,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1925, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 32, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native unicons icons iconscout vector vector-icons" }, { @@ -952,7 +948,7 @@ "forks": 26, "issues": 0, "subscribers": 10, - "stars": 125 + "stars": 123 }, "name": "react-native-photoeditorsdk", "fullName": "imgly/pesdk-react-native", @@ -994,9 +990,9 @@ "isArchived": false }, "npm": { - "downloads": 5502, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8347, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -1027,10 +1023,10 @@ "updatedAt": "2025-01-06T13:18:37Z", "createdAt": "2019-10-29T08:56:40Z", "pushedAt": "2025-01-06T13:18:37Z", - "forks": 32, + "forks": 31, "issues": 0, "subscribers": 10, - "stars": 156 + "stars": 150 }, "name": "react-native-videoeditorsdk", "fullName": "imgly/vesdk-react-native", @@ -1070,9 +1066,9 @@ "isArchived": false }, "npm": { - "downloads": 4062, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5161, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -1086,7 +1082,7 @@ "githubUrl": "https://github.com/ivpusic/react-native-image-crop-picker", "ios": true, "android": true, - "newArchitecture": true, + "newArchitecture": false, "github": { "urls": { "repo": "https://github.com/ivpusic/react-native-image-crop-picker", @@ -1098,13 +1094,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-29T22:19:47Z", + "updatedAt": "2025-03-14T08:40:35Z", "createdAt": "2016-05-17T14:25:03Z", - "pushedAt": "2025-05-29T22:19:47Z", - "forks": 1457, - "issues": 515, - "subscribers": 73, - "stars": 6241 + "pushedAt": "2025-03-14T08:40:35Z", + "forks": 1447, + "issues": 793, + "subscribers": 74, + "stars": 6226 }, "name": "react-native-image-crop-picker", "fullName": "ivpusic/react-native-image-crop-picker", @@ -1133,29 +1129,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.50.0", - "tagName": "v0.50.0", - "createdAt": "2025-05-29T21:53:46Z", - "publishedAt": "2025-05-29T21:54:39Z", + "name": "v0.42.0", + "tagName": "v0.42.0", + "createdAt": "2025-01-16T23:16:51Z", + "publishedAt": "2025-01-16T23:18:03Z", "isPrerelease": false }, "hasTypes": false, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-image-crop-picker", "npm": { - "downloads": 484543, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 645825, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 89, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated" + "Not supporting New Architecture" ], "popularity": 0.028, "topicSearchString": "react native react-native image picker crop cropping multiple camera video ios android recording" @@ -1212,16 +1208,16 @@ "unmaintained": true, "npmPkg": "react-native-resegmented-control", "npm": { - "downloads": 168, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 243, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.725, "topicSearchString": "react-native segmented control resegmented uisegmentedcontrol segmentedcontrolios segmented-control" }, { @@ -1271,15 +1267,15 @@ }, "npmPkg": "react-native-scales", "npm": { - "downloads": 28, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 17, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.314, + "popularity": -0.291, "topicSearchString": "khtwah step react-native dimensions" }, { @@ -1337,16 +1333,16 @@ }, "npmPkg": "react-native-redux", "npm": { - "downloads": 211, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1086, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.072, "topicSearchString": "khtwah reactnative redux react-redux redux-persist react react-native react-hooks reactjs redux-thunk redux-store redux-actions" }, { @@ -1386,18 +1382,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -1422,7 +1413,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 63 + "stars": 62 }, "name": "react-native-toastboard", "fullName": "MAKARD/react-native-toastboard", @@ -1457,15 +1448,15 @@ }, "npmPkg": "react-native-toastboard", "npm": { - "downloads": 431, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 314, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.221, "topicSearchString": "native react react-native toast toastboard toaster notifications" }, { @@ -1498,13 +1489,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-19T09:47:06Z", + "updatedAt": "2025-04-10T16:44:49Z", "createdAt": "2019-03-28T08:50:26Z", - "pushedAt": "2025-06-19T09:47:06Z", - "forks": 340, - "issues": 36, - "subscribers": 45, - "stars": 1056 + "pushedAt": "2025-04-10T16:44:49Z", + "forks": 328, + "issues": 34, + "subscribers": 47, + "stars": 1033 }, "name": "stream-chat-react-native", "fullName": "GetStream/stream-chat-react-native", @@ -1516,9 +1507,9 @@ "isArchived": false }, "npm": { - "downloads": 38021, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34562, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -1563,13 +1554,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-19T09:47:06Z", + "updatedAt": "2025-04-10T16:44:49Z", "createdAt": "2019-03-28T08:50:26Z", - "pushedAt": "2025-06-19T09:47:06Z", - "forks": 340, - "issues": 36, - "subscribers": 45, - "stars": 1056 + "pushedAt": "2025-04-10T16:44:49Z", + "forks": 328, + "issues": 34, + "subscribers": 47, + "stars": 1033 }, "name": "stream-chat-expo", "fullName": "GetStream/stream-chat-react-native", @@ -1581,9 +1572,9 @@ "isArchived": false }, "npm": { - "downloads": 56026, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 46465, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -1648,9 +1639,9 @@ "unmaintained": true, "npmPkg": "react-native-units", "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -1714,23 +1705,22 @@ "unmaintained": true, "npmPkg": "react-native-shake-event", "npm": { - "downloads": 22, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 56, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.805, + "popularity": -0.814, "topicSearchString": "android ios native react react-component react-native component shake shake-event shake-event-android shake-event-ios" }, { "githubUrl": "https://github.com/crazycodeboy/react-native-splash-screen", "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/crazycodeboy/react-native-splash-screen", @@ -1745,10 +1735,10 @@ "updatedAt": "2021-12-05T14:33:15Z", "createdAt": "2016-09-14T10:43:55Z", "pushedAt": "2021-12-05T14:33:15Z", - "forks": 1051, - "issues": 363, + "forks": 1049, + "issues": 362, "subscribers": 62, - "stars": 5657 + "stars": 5644 }, "name": "react-native-splash-screen", "fullName": "crazycodeboy/react-native-splash-screen", @@ -1787,9 +1777,9 @@ "unmaintained": true, "npmPkg": "react-native-splash-screen", "npm": { - "downloads": 544888, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 512141, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -1824,8 +1814,8 @@ "pushedAt": "2025-01-15T20:21:05Z", "forks": 13, "issues": 8, - "subscribers": 3, - "stars": 584 + "subscribers": 2, + "stars": 569 }, "name": "pinar", "fullName": "kristerkari/pinar", @@ -1866,9 +1856,9 @@ }, "npmPkg": "pinar", "npm": { - "downloads": 12138, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10857, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -1931,16 +1921,16 @@ "unmaintained": true, "npmPkg": "react-native-google-photos", "npm": { - "downloads": 33, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 91, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -0.828, "topicSearchString": "react-native video mp4upload google-photos downloader ios android blogger cloudvideo" }, { @@ -1999,16 +1989,16 @@ }, "npmPkg": "react-native-reader", "npm": { - "downloads": 197, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 409, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.221, "topicSearchString": "readability reader react-native ios-reader android-reader safari-reader" }, { @@ -2062,16 +2052,16 @@ }, "npmPkg": "react-native-columns", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.816, "topicSearchString": "android column columns ios react-native component resize" }, { @@ -2080,7 +2070,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/kristerkari/react-native-svg-transformer", @@ -2092,13 +2081,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-02T17:07:24Z", + "updatedAt": "2025-02-19T20:00:16Z", "createdAt": "2018-08-02T19:29:21Z", - "pushedAt": "2025-05-02T17:07:24Z", - "forks": 117, - "issues": 82, + "pushedAt": "2025-02-19T20:00:16Z", + "forks": 113, + "issues": 78, "subscribers": 7, - "stars": 1673 + "stars": 1652 }, "name": "react-native-svg-transformer", "fullName": "kristerkari/react-native-svg-transformer", @@ -2118,10 +2107,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.5.1", - "tagName": "v1.5.1", - "createdAt": "2025-05-02T17:07:24Z", - "publishedAt": "2025-05-02T17:08:31Z", + "name": "1.5.0", + "tagName": "v1.5.0", + "createdAt": "2024-07-09T19:24:02Z", + "publishedAt": "2024-07-09T19:31:52Z", "isPrerelease": false }, "hasTypes": false, @@ -2130,9 +2119,9 @@ }, "npmPkg": "react-native-svg-transformer", "npm": { - "downloads": 2313447, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1959022, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -2198,9 +2187,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-asset-plugin", "npm": { - "downloads": 38389, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29179, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -2266,16 +2255,16 @@ }, "npmPkg": "react-native-apple-ads-attribution", "npm": { - "downloads": 14, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.817, "topicSearchString": "react-native react-component react-components react native ios component apple search ads attribution api iad attributiondetails" }, { @@ -2338,16 +2327,16 @@ "unmaintained": true, "npmPkg": "react-native-formawesome", "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 89, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.816, "topicSearchString": "ui native react react-native validation class-validator validate.js form react-formawesome-core" }, { @@ -2368,10 +2357,10 @@ "updatedAt": "2024-01-29T13:16:01Z", "createdAt": "2018-09-14T14:48:56Z", "pushedAt": "2024-01-29T13:16:01Z", - "forks": 59, + "forks": 60, "issues": 0, "subscribers": 7, - "stars": 211 + "stars": 212 }, "name": "rn-secure-storage", "fullName": "talut/rn-secure-storage", @@ -2412,9 +2401,9 @@ }, "npmPkg": "rn-secure-storage", "npm": { - "downloads": 18263, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18125, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -2468,9 +2457,9 @@ "unmaintained": true, "npmPkg": "react-native-sideswipe", "npm": { - "downloads": 1839, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2367, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -2479,7 +2468,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "" }, { @@ -2526,16 +2515,16 @@ "unmaintained": true, "npmPkg": "react-native-navybits-date-time-picker", "npm": { - "downloads": 33, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 154, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.724, "topicSearchString": "react-native" }, { @@ -2598,16 +2587,16 @@ "unmaintained": true, "npmPkg": "react-native-image-cache-wrapper", "npm": { - "downloads": 312, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 447, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.723, "topicSearchString": "cache cached-image image-cache image imagebackground react-component react-native android ios" }, { @@ -2630,7 +2619,7 @@ "forks": 3, "issues": 4, "subscribers": 4, - "stars": 66 + "stars": 65 }, "name": "react-native-super-ellipse-mask", "fullName": "everdrone/react-native-super-ellipse-mask", @@ -2665,16 +2654,16 @@ "unmaintained": true, "npmPkg": "react-native-super-ellipse-mask", "npm": { - "downloads": 28, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 76, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.714, + "popularity": -0.711, "topicSearchString": "react-native squircle smooth rounded superellipse curvature continuity mask view apple smooth-corners corners rounded-corners" }, { @@ -2730,9 +2719,9 @@ "unmaintained": true, "npmPkg": "react-native-file-selector", "npm": { - "downloads": 157, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 113, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -2740,7 +2729,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.718, + "popularity": -0.723, "topicSearchString": "react-native andriod ios" }, { @@ -2789,9 +2778,9 @@ }, "npmPkg": "react-native-material-shadows", "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -2855,16 +2844,16 @@ }, "npmPkg": "react-native-about-libraries", "npm": { - "downloads": 277, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 682, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.472, "topicSearchString": "react-native android ios" }, { @@ -2920,16 +2909,16 @@ }, "npmPkg": "react-native-siri-wave-view", "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 71, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.722, "topicSearchString": "react-native android ios" }, { @@ -2985,16 +2974,16 @@ "unmaintained": true, "npmPkg": "react-native-lock-screen", "npm": { - "downloads": 55, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 88, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.732, + "popularity": -0.716, "topicSearchString": "react-native android ios" }, { @@ -3050,16 +3039,16 @@ "unmaintained": true, "npmPkg": "react-native-styled-dialogs", "npm": { - "downloads": 20, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.7, + "popularity": -0.724, "topicSearchString": "react-native android ios" }, { @@ -3084,7 +3073,7 @@ "forks": 8, "issues": 2, "subscribers": 7, - "stars": 165 + "stars": 164 }, "name": "react-native-morphing-text", "fullName": "prscX/react-native-morphing-text", @@ -3115,16 +3104,16 @@ }, "npmPkg": "react-native-morphing-text", "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.625, + "popularity": -0.712, "topicSearchString": "react-native android ios" }, { @@ -3181,9 +3170,9 @@ "unmaintained": true, "npmPkg": "react-native-chip-view", "npm": { - "downloads": 1410, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 856, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -3212,10 +3201,10 @@ "updatedAt": "2025-04-15T08:57:11Z", "createdAt": "2016-10-03T14:50:16Z", "pushedAt": "2025-04-15T08:57:11Z", - "forks": 95, + "forks": 93, "issues": 3, "subscribers": 33, - "stars": 325 + "stars": 322 }, "name": "instabug-reactnative", "fullName": "Instabug/Instabug-React-Native", @@ -3254,13 +3243,14 @@ }, "npmPkg": "instabug-reactnative", "npm": { - "downloads": 59264, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 51279, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -3293,10 +3283,10 @@ "updatedAt": "2024-06-10T16:19:16Z", "createdAt": "2015-10-25T21:05:29Z", "pushedAt": "2024-06-10T16:19:16Z", - "forks": 58, + "forks": 59, "issues": 3, "subscribers": 11, - "stars": 569 + "stars": 565 }, "name": "react-native-tableview-simple", "fullName": "Purii/react-native-tableview-simple", @@ -3334,9 +3324,9 @@ }, "npmPkg": "react-native-tableview-simple", "npm": { - "downloads": 2914, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2501, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -3405,16 +3395,16 @@ }, "npmPkg": "react-native-localizable", "npm": { - "downloads": 13, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.773, + "popularity": -0.767, "topicSearchString": "react-native react-component localizable ios android localization native javascript" }, { @@ -3436,10 +3426,10 @@ "updatedAt": "2021-03-26T18:09:38Z", "createdAt": "2015-08-03T17:10:14Z", "pushedAt": "2021-03-26T18:09:38Z", - "forks": 866, + "forks": 867, "issues": 224, "subscribers": 77, - "stars": 2984 + "stars": 2986 }, "name": "react-native-fbsdk", "fullName": "facebookarchive/react-native-fbsdk", @@ -3474,9 +3464,9 @@ }, "npmPkg": "react-native-fbsdk", "npm": { - "downloads": 20427, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 104929, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -3511,7 +3501,7 @@ "forks": 33, "issues": 5, "subscribers": 2, - "stars": 324 + "stars": 317 }, "name": "react-native-simple-toast", "fullName": "vonovak/react-native-simple-toast", @@ -3543,9 +3533,9 @@ }, "npmPkg": "react-native-simple-toast", "npm": { - "downloads": 97139, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 101121, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -3581,7 +3571,7 @@ "forks": 65, "issues": 6, "subscribers": 9, - "stars": 921 + "stars": 916 }, "name": "react-navigation-header-buttons", "fullName": "vonovak/react-navigation-header-buttons", @@ -3615,15 +3605,14 @@ }, "npmPkg": "react-navigation-header-buttons", "npm": { - "downloads": 19814, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14425, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -3687,16 +3676,16 @@ "unmaintained": true, "npmPkg": "react-native-d3multiline-chart", "npm": { - "downloads": 226, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 203, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.725, "topicSearchString": "animated multiline drawing line scatterpoint charts d3.js d3v4 android ios svg multiline-graph line-graph scatterpoint-graph d3js" }, { @@ -3721,7 +3710,7 @@ "forks": 11, "issues": 0, "subscribers": 4, - "stars": 49 + "stars": 48 }, "name": "react-native-bottom-toolbar", "fullName": "vonovak/react-native-bottom-toolbar", @@ -3762,16 +3751,16 @@ "unmaintained": true, "npmPkg": "react-native-bottom-toolbar", "npm": { - "downloads": 541, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 411, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.723, "topicSearchString": "react native ios toolbar bottom bar tabs react-native menubar menu tabbar android" }, { @@ -3796,7 +3785,7 @@ "forks": 16, "issues": 1, "subscribers": 4, - "stars": 392 + "stars": 393 }, "name": "react-navigation-props-mapper", "fullName": "vonovak/react-navigation-props-mapper", @@ -3829,9 +3818,9 @@ "unmaintained": true, "npmPkg": "react-navigation-props-mapper", "npm": { - "downloads": 10022, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16091, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -3860,10 +3849,10 @@ "updatedAt": "2024-10-25T11:59:53Z", "createdAt": "2017-04-17T16:58:48Z", "pushedAt": "2024-10-25T11:59:53Z", - "forks": 101, + "forks": 100, "issues": 39, "subscribers": 5, - "stars": 357 + "stars": 358 }, "name": "react-native-add-calendar-event", "fullName": "vonovak/react-native-add-calendar-event", @@ -3891,14 +3880,13 @@ }, "npmPkg": "react-native-add-calendar-event", "npm": { - "downloads": 69742, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 115646, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -3925,7 +3913,7 @@ "forks": 45, "issues": 9, "subscribers": 8, - "stars": 632 + "stars": 633 }, "name": "react-native-bottom-action-sheet", "fullName": "prscX/react-native-bottom-action-sheet", @@ -3957,9 +3945,9 @@ "unmaintained": true, "npmPkg": "react-native-bottom-action-sheet", "npm": { - "downloads": 245, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 439, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -3967,7 +3955,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.723, "topicSearchString": "react-native android ios" }, { @@ -3982,7 +3970,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/callstack/react-native-paper", @@ -3994,13 +3981,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-17T14:20:59Z", + "updatedAt": "2025-04-16T12:30:11Z", "createdAt": "2016-10-19T05:56:53Z", - "pushedAt": "2025-06-17T14:20:59Z", - "forks": 2116, - "issues": 228, - "subscribers": 121, - "stars": 13723 + "pushedAt": "2025-04-16T12:30:11Z", + "forks": 2103, + "issues": 306, + "subscribers": 122, + "stars": 13530 }, "name": "react-native-paper", "fullName": "callstack/react-native-paper", @@ -4025,10 +4012,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.14.5", - "tagName": "v5.14.5", - "createdAt": "2025-05-20T11:09:33Z", - "publishedAt": "2025-05-20T11:09:38Z", + "name": "Release 5.13.2", + "tagName": "v5.13.2", + "createdAt": "2025-04-16T12:30:31Z", + "publishedAt": "2025-04-16T12:30:37Z", "isPrerelease": false }, "hasTypes": true, @@ -4037,9 +4024,9 @@ }, "npmPkg": "react-native-paper", "npm": { - "downloads": 1105608, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1061019, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -4106,9 +4093,9 @@ "unmaintained": true, "npmPkg": "react-native-popover-menu", "npm": { - "downloads": 138, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 164, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -4116,7 +4103,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.72, "topicSearchString": "react-native android ios" }, { @@ -4177,16 +4164,16 @@ "unmaintained": true, "npmPkg": "react-native-face-pile", "npm": { - "downloads": 243, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 250, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.722, "topicSearchString": "facepile face-pile react-native avatar-group avatar-list circle-avatar-list faces" }, { @@ -4237,9 +4224,9 @@ }, "npmPkg": "react-native-asyncstorage", "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -4270,7 +4257,7 @@ "forks": 36, "issues": 12, "subscribers": 7, - "stars": 354 + "stars": 355 }, "name": "react-native-shine-button", "fullName": "prscX/react-native-shine-button", @@ -4302,9 +4289,9 @@ "unmaintained": true, "npmPkg": "react-native-shine-button", "npm": { - "downloads": 25, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 58, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -4312,7 +4299,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.71, + "popularity": -0.716, "topicSearchString": "react-native android ios" }, { @@ -4368,9 +4355,9 @@ }, "npmPkg": "react-native-iconic", "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 44, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -4378,7 +4365,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.705, "topicSearchString": "react-native android ios" }, { @@ -4432,16 +4419,16 @@ "unmaintained": true, "npmPkg": "react-native-download-button", "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 52, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.712, "topicSearchString": "react-native" }, { @@ -4464,8 +4451,8 @@ "pushedAt": "2020-07-18T11:10:48Z", "forks": 29, "issues": 6, - "subscribers": 17, - "stars": 531 + "subscribers": 18, + "stars": 532 }, "name": "react-native-spruce", "fullName": "prscX/react-native-spruce", @@ -4497,9 +4484,9 @@ "unmaintained": true, "npmPkg": "react-native-spruce", "npm": { - "downloads": 56, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 95, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -4507,7 +4494,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.714, + "popularity": -0.729, "topicSearchString": "react-native android ios" }, { @@ -4533,7 +4520,7 @@ "forks": 33, "issues": 16, "subscribers": 12, - "stars": 311 + "stars": 310 }, "name": "react-reactive-form", "fullName": "bietkul/react-reactive-form", @@ -4568,9 +4555,9 @@ "unmaintained": true, "npmPkg": "react-reactive-form", "npm": { - "downloads": 23971, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8416, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -4604,7 +4591,7 @@ "forks": 107, "issues": 9, "subscribers": 29, - "stars": 3497 + "stars": 3459 }, "name": "react-native-typography", "fullName": "hectahertz/react-native-typography", @@ -4642,9 +4629,9 @@ }, "npmPkg": "react-native-typography", "npm": { - "downloads": 27609, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22896, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -4698,16 +4685,16 @@ }, "npmPkg": "react-native-buttonex", "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 82, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.826, "topicSearchString": "button react-native ios android expo" }, { @@ -4759,8 +4746,8 @@ "npmPkg": "react-native-mirror", "npm": { "downloads": 62, - "start": "2025-05-23", - "end": "2025-06-21" + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -4825,16 +4812,16 @@ "unmaintained": true, "npmPkg": "react-native-viewpager-carousel", "npm": { - "downloads": 154, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 170, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.721, "topicSearchString": "react react-native viewpager carousel rondell android ios tabbar pager-component swipe swipeview" }, { @@ -4888,9 +4875,9 @@ "unmaintained": true, "npmPkg": "react-native-event-listeners", "npm": { - "downloads": 86309, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 91071, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -4919,10 +4906,10 @@ "updatedAt": "2021-03-12T17:06:03Z", "createdAt": "2015-07-09T12:25:55Z", "pushedAt": "2021-03-12T17:06:03Z", - "forks": 431, + "forks": 433, "issues": 138, "subscribers": 20, - "stars": 964 + "stars": 965 }, "name": "react-native-signature-capture", "fullName": "RepairShopr/react-native-signature-capture", @@ -4948,9 +4935,9 @@ "unmaintained": true, "npmPkg": "react-native-signature-capture", "npm": { - "downloads": 57332, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54325, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -4982,10 +4969,10 @@ "updatedAt": "2025-02-11T15:01:48Z", "createdAt": "2017-04-25T15:12:58Z", "pushedAt": "2025-02-11T15:01:48Z", - "forks": 542, - "issues": 360, + "forks": 536, + "issues": 345, "subscribers": 15, - "stars": 1678 + "stars": 1653 }, "name": "react-native-pdf", "fullName": "wonday/react-native-pdf", @@ -5022,9 +5009,9 @@ }, "npmPkg": "react-native-pdf", "npm": { - "downloads": 1020080, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1421896, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -5058,7 +5045,7 @@ "forks": 306, "issues": 84, "subscribers": 10, - "stars": 577 + "stars": 575 }, "name": "react-native-multiple-select", "fullName": "toystars/react-native-multiple-select", @@ -5090,9 +5077,9 @@ }, "npmPkg": "react-native-multiple-select", "npm": { - "downloads": 18933, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25921, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -5110,7 +5097,6 @@ "ios": true, "android": true, "windows": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/wonday/react-native-orientation-locker", @@ -5125,10 +5111,10 @@ "updatedAt": "2024-10-04T08:19:32Z", "createdAt": "2017-05-15T06:06:59Z", "pushedAt": "2024-10-04T08:19:32Z", - "forks": 255, + "forks": 253, "issues": 122, "subscribers": 9, - "stars": 777 + "stars": 773 }, "name": "react-native-orientation-locker", "fullName": "wonday/react-native-orientation-locker", @@ -5164,9 +5150,9 @@ }, "npmPkg": "react-native-orientation-locker", "npm": { - "downloads": 403503, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 446247, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -5195,13 +5181,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T20:59:03Z", + "updatedAt": "2025-02-26T00:36:45Z", "createdAt": "2016-02-19T11:03:31Z", - "pushedAt": "2025-06-16T20:59:03Z", - "forks": 367, - "issues": 80, + "pushedAt": "2025-02-26T00:36:45Z", + "forks": 365, + "issues": 99, "subscribers": 51, - "stars": 1575 + "stars": 1573 }, "name": "react-native-onesignal", "fullName": "OneSignal/react-native-onesignal", @@ -5231,10 +5217,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "5.2.12", - "tagName": "5.2.12", - "createdAt": "2025-05-29T15:09:27Z", - "publishedAt": "2025-05-29T15:14:31Z", + "name": "Release 5.2.9", + "tagName": "5.2.9", + "createdAt": "2025-02-26T19:55:21Z", + "publishedAt": "2025-02-26T20:15:56Z", "isPrerelease": false }, "hasTypes": true, @@ -5243,16 +5229,15 @@ }, "npmPkg": "react-native-onesignal", "npm": { - "downloads": 222075, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 194265, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 62, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -5319,16 +5304,16 @@ }, "npmPkg": "react-native-linkedin-login", "npm": { - "downloads": 194, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 74, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.723, "topicSearchString": "react react-component react-native native ios android linkedin login sdk linkedin-sdk signin" }, { @@ -5351,10 +5336,10 @@ "updatedAt": "2018-10-02T17:00:32Z", "createdAt": "2015-04-12T00:34:59Z", "pushedAt": "2018-10-02T17:00:32Z", - "forks": 349, + "forks": 352, "issues": 154, - "subscribers": 50, - "stars": 2535 + "subscribers": 51, + "stars": 2534 }, "name": "react-native-drawer", "fullName": "root-two/react-native-drawer", @@ -5391,9 +5376,9 @@ }, "npmPkg": "react-native-drawer", "npm": { - "downloads": 36831, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38293, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -5414,7 +5399,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-image-picker/react-native-image-picker", @@ -5426,13 +5410,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-04T08:25:42Z", + "updatedAt": "2025-02-27T09:13:40Z", "createdAt": "2015-06-08T20:25:31Z", - "pushedAt": "2025-05-04T08:25:42Z", + "pushedAt": "2025-02-27T09:13:40Z", "forks": 1925, - "issues": 287, - "subscribers": 111, - "stars": 8564 + "issues": 280, + "subscribers": 112, + "stars": 8543 }, "name": "react-native-image-picker", "fullName": "react-native-image-picker/react-native-image-picker", @@ -5454,10 +5438,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v8.2.1", - "tagName": "v8.2.1", - "createdAt": "2025-05-04T08:25:42Z", - "publishedAt": "2025-05-04T08:25:48Z", + "name": "v8.2.0", + "tagName": "v8.2.0", + "createdAt": "2025-02-27T09:13:40Z", + "publishedAt": "2025-02-27T09:13:48Z", "isPrerelease": false }, "hasTypes": true, @@ -5466,9 +5450,9 @@ }, "npmPkg": "react-native-image-picker", "npm": { - "downloads": 1426810, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1707998, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -5507,7 +5491,7 @@ "forks": 209, "issues": 27, "subscribers": 12, - "stars": 1561 + "stars": 1560 }, "name": "react-native-keyboard-spacer", "fullName": "Andr3wHur5t/react-native-keyboard-spacer", @@ -5542,9 +5526,9 @@ }, "npmPkg": "react-native-keyboard-spacer", "npm": { - "downloads": 30365, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34431, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -5612,9 +5596,9 @@ }, "npmPkg": "react-native-mixpanel", "npm": { - "downloads": 5309, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7016, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -5653,13 +5637,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:26:39Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:26:39Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/native", "fullName": "react-navigation/react-navigation", @@ -5682,22 +5666,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 6801634, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react-navigation ios android" }, { @@ -5721,8 +5697,8 @@ "pushedAt": "2018-01-05T19:36:22Z", "forks": 172, "issues": 51, - "subscribers": 109, - "stars": 3127 + "subscribers": 111, + "stars": 3126 }, "name": "native-navigation", "fullName": "airbnb/native-navigation", @@ -5747,9 +5723,9 @@ }, "npmPkg": "native-navigation", "npm": { - "downloads": 60, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 43, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -5758,7 +5734,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.727, "topicSearchString": "react-native react navigation navigator" }, { @@ -5777,13 +5753,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T09:37:36Z", + "updatedAt": "2025-04-03T16:03:54Z", "createdAt": "2016-03-11T11:22:54Z", - "pushedAt": "2025-06-16T09:37:36Z", - "forks": 2527, - "issues": 245, - "subscribers": 479, - "stars": 13103 + "pushedAt": "2025-04-03T16:03:54Z", + "forks": 2534, + "issues": 249, + "subscribers": 483, + "stars": 13087 }, "name": "react-native-navigation", "fullName": "wix/react-native-navigation", @@ -5804,21 +5780,21 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "8.1.0", - "tagName": "8.1.0", - "createdAt": "2025-06-16T09:37:35Z", - "publishedAt": "2025-06-16T09:37:45Z", - "isPrerelease": false + "name": "8.1.0-alpha01 (New Arch)", + "tagName": "8.1.0-alpha01", + "createdAt": "2025-04-06T13:54:43Z", + "publishedAt": "2025-04-08T08:00:43Z", + "isPrerelease": true }, "hasTypes": true, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-navigation", "npm": { - "downloads": 63970, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 79632, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -5852,10 +5828,10 @@ "updatedAt": "2022-05-31T06:01:47Z", "createdAt": "2015-08-17T15:49:51Z", "pushedAt": "2022-05-31T06:01:47Z", - "forks": 162, + "forks": 163, "issues": 48, "subscribers": 46, - "stars": 2965 + "stars": 2956 }, "name": "gl-react-expo", "fullName": "gre/gl-react", @@ -5884,9 +5860,9 @@ "unmaintained": true, "npmPkg": "gl-react-expo", "npm": { - "downloads": 1028, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1338, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -5919,7 +5895,7 @@ "pushedAt": "2019-10-10T10:49:33Z", "forks": 81, "issues": 12, - "subscribers": 9, + "subscribers": 10, "stars": 376 }, "name": "react-native-pages", @@ -5951,9 +5927,9 @@ "unmaintained": true, "npmPkg": "react-native-pages", "npm": { - "downloads": 5349, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2726, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -6014,9 +5990,9 @@ "unmaintained": true, "npmPkg": "react-native-page-control", "npm": { - "downloads": 7877, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9688, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -6059,10 +6035,10 @@ "updatedAt": "2025-01-16T13:46:35Z", "createdAt": "2017-01-27T18:24:50Z", "pushedAt": "2025-01-16T13:46:35Z", - "forks": 1737, - "issues": 53, - "subscribers": 223, - "stars": 16945 + "forks": 1731, + "issues": 51, + "subscribers": 224, + "stars": 16899 }, "name": "lottie-react-native", "fullName": "lottie-react-native/lottie-react-native", @@ -6088,9 +6064,9 @@ "isArchived": false }, "npm": { - "downloads": 2051566, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2407663, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -6103,16 +6079,15 @@ "topicSearchString": "lottie animation react react-native keyframe" }, { - "githubUrl": "https://github.com/react-native-maps/react-native-maps/tree/master/packages/lib", - "npmPkg": "react-native-maps", + "githubUrl": "https://github.com/react-native-maps/react-native-maps", "ios": true, "android": true, "expoGo": true, "examples": [ - "https://github.com/react-native-maps/react-native-maps/tree/master/packages/example", + "https://github.com/react-native-maps/react-native-maps/tree/master/example", "https://snack.expo.dev/H1zOFxnN-" ], - "newArchitecture": true, + "newArchitecture": false, "github": { "urls": { "repo": "https://github.com/react-native-maps/react-native-maps", @@ -6123,17 +6098,29 @@ "hasIssues": true, "hasWiki": false, "hasSponsorships": true, - "updatedAt": "2025-05-03T19:45:51Z", + "hasTopics": true, + "updatedAt": "2025-04-16T09:35:10Z", "createdAt": "2015-12-29T19:54:20Z", - "pushedAt": "2025-05-03T19:45:51Z", - "forks": 4655, - "issues": 91, - "subscribers": 215, - "stars": 15530 + "pushedAt": "2025-04-16T09:35:10Z", + "forks": 4618, + "issues": 68, + "subscribers": 219, + "stars": 15413 }, "name": "react-native-maps", "fullName": "react-native-maps/react-native-maps", + "isPrivate": false, "description": "React Native Mapview component for iOS + Android", + "topics": [ + "react", + "react-native", + "react-component", + "map", + "mapview", + "google-maps", + "mapkit", + "maps" + ], "license": { "key": "mit", "name": "MIT License", @@ -6141,24 +6128,33 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, + "lastRelease": { + "name": "v1.22.1", + "tagName": "v1.22.1", + "createdAt": "2025-04-16T07:33:43Z", + "publishedAt": "2025-04-16T07:33:51Z", + "isPrerelease": false + }, "hasTypes": false, + "newArchitecture": true, "isArchived": false }, + "npmPkg": "react-native-maps", "npm": { - "downloads": 1138588, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1133989, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "" + "topicSearchString": "react react-native react-component map mapview google-maps mapkit maps" }, { "githubUrl": "https://github.com/bramus/react-native-maps-directions", @@ -6182,10 +6178,10 @@ "updatedAt": "2022-07-27T21:51:21Z", "createdAt": "2017-11-19T20:27:42Z", "pushedAt": "2022-07-27T21:51:21Z", - "forks": 190, + "forks": 186, "issues": 53, "subscribers": 18, - "stars": 1267 + "stars": 1262 }, "name": "react-native-maps-directions", "fullName": "bramus/react-native-maps-directions", @@ -6216,9 +6212,9 @@ "unmaintained": true, "npmPkg": "react-native-maps-directions", "npm": { - "downloads": 43877, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 56107, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -6235,7 +6231,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "examples": [ "https://snack.expo.dev/SJfJguhrW" ], @@ -6253,10 +6248,10 @@ "updatedAt": "2023-10-26T16:45:11Z", "createdAt": "2015-10-18T02:04:35Z", "pushedAt": "2023-10-26T16:45:11Z", - "forks": 690, + "forks": 687, "issues": 164, - "subscribers": 111, - "stars": 9923 + "subscribers": 112, + "stars": 9904 }, "name": "react-native-animatable", "fullName": "oblador/react-native-animatable", @@ -6298,9 +6293,9 @@ }, "npmPkg": "react-native-animatable", "npm": { - "downloads": 1812694, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2422802, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -6337,9 +6332,9 @@ "createdAt": "2018-04-11T18:56:02Z", "pushedAt": "2024-04-16T14:41:11Z", "forks": 45, - "issues": 5, + "issues": 8, "subscribers": 5, - "stars": 525 + "stars": 521 }, "name": "react-native-calendario", "fullName": "maggialejandro/react-native-calendario", @@ -6372,9 +6367,9 @@ }, "npmPkg": "react-native-calendario", "npm": { - "downloads": 10876, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10764, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -6397,7 +6392,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "examples": [ "https://snack.expo.dev/HkoXUdhr-", "https://github.com/wix/react-native-calendars/tree/master/example" @@ -6413,13 +6407,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-09T09:42:33Z", + "updatedAt": "2025-04-15T13:46:14Z", "createdAt": "2016-11-11T12:17:27Z", - "pushedAt": "2025-06-09T09:42:33Z", - "forks": 2853, - "issues": 179, - "subscribers": 351, - "stars": 9959 + "pushedAt": "2025-04-15T13:46:14Z", + "forks": 2824, + "issues": 301, + "subscribers": 352, + "stars": 9831 }, "name": "react-native-calendars", "fullName": "wix/react-native-calendars", @@ -6442,10 +6436,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.1312.1", - "tagName": "1.1312.1", - "createdAt": "2025-05-26T08:03:58Z", - "publishedAt": "2025-05-26T08:22:23Z", + "name": "1.1311.0", + "tagName": "1.1311.0", + "createdAt": "2025-04-15T14:12:15Z", + "publishedAt": "2025-04-15T14:15:19Z", "isPrerelease": false }, "hasTypes": true, @@ -6454,9 +6448,9 @@ }, "npmPkg": "react-native-calendars", "npm": { - "downloads": 846561, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 931463, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -6477,7 +6471,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "examples": [ "https://icons.expo.fyi" ], @@ -6492,13 +6485,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-06T09:42:48Z", + "updatedAt": "2025-04-08T10:39:37Z", "createdAt": "2016-07-09T01:57:59Z", - "pushedAt": "2025-05-06T09:42:48Z", - "forks": 117, - "issues": 53, + "pushedAt": "2025-04-08T10:39:37Z", + "forks": 114, + "issues": 50, "subscribers": 12, - "stars": 703 + "stars": 689 }, "name": "@expo/vector-icons", "fullName": "expo/vector-icons", @@ -6521,20 +6514,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5263272, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 92, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "expo react-native icons icon-pack" }, { @@ -6558,7 +6544,7 @@ "pushedAt": "2020-01-09T05:06:42Z", "forks": 39, "issues": 1, - "subscribers": 11, + "subscribers": 12, "stars": 381 }, "name": "react-native-responsive-grid", @@ -6592,9 +6578,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-grid", "npm": { - "downloads": 1670, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2945, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -6627,7 +6613,7 @@ "forks": 292, "issues": 52, "subscribers": 9, - "stars": 1456 + "stars": 1452 }, "name": "react-native-step-indicator", "fullName": "24ark/react-native-step-indicator", @@ -6666,9 +6652,9 @@ "unmaintained": true, "npmPkg": "react-native-step-indicator", "npm": { - "downloads": 92618, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 100301, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -6699,10 +6685,10 @@ "updatedAt": "2020-12-19T15:57:48Z", "createdAt": "2016-09-11T00:56:21Z", "pushedAt": "2020-12-19T15:57:48Z", - "forks": 276, - "issues": 93, + "forks": 277, + "issues": 92, "subscribers": 27, - "stars": 2203 + "stars": 2202 }, "name": "react-native-modals", "fullName": "jacklam718/react-native-modals", @@ -6744,9 +6730,9 @@ "unmaintained": true, "npmPkg": "react-native-modals", "npm": { - "downloads": 6922, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8609, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -6781,7 +6767,7 @@ "updatedAt": "2019-10-26T19:56:56Z", "createdAt": "2017-03-12T10:57:40Z", "pushedAt": "2019-10-26T19:56:56Z", - "forks": 632, + "forks": 633, "issues": 75, "subscribers": 15, "stars": 903 @@ -6826,9 +6812,9 @@ "unmaintained": true, "npmPkg": "react-native-material-textfield", "npm": { - "downloads": 58138, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 229559, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -6864,10 +6850,10 @@ "updatedAt": "2024-12-15T09:14:54Z", "createdAt": "2015-07-17T14:34:39Z", "pushedAt": "2024-12-15T09:14:54Z", - "forks": 460, + "forks": 463, "issues": 138, "subscribers": 28, - "stars": 2914 + "stars": 2910 }, "name": "react-native-modalbox", "fullName": "maxs15/react-native-modalbox", @@ -6904,16 +6890,15 @@ }, "npmPkg": "react-native-modalbox", "npm": { - "downloads": 59004, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 77835, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -6924,7 +6909,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "examples": [ "https://snack.expo.dev/ByBCD_2r-" ], @@ -6942,10 +6926,10 @@ "updatedAt": "2025-04-02T15:48:07Z", "createdAt": "2016-09-23T16:45:46Z", "pushedAt": "2025-04-02T15:48:07Z", - "forks": 631, - "issues": 61, - "subscribers": 39, - "stars": 5582 + "forks": 630, + "issues": 52, + "subscribers": 41, + "stars": 5553 }, "name": "react-native-modal", "fullName": "react-native-modal/react-native-modal", @@ -6983,15 +6967,16 @@ }, "npmPkg": "react-native-modal", "npm": { - "downloads": 1760328, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2141881, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -7005,7 +6990,7 @@ "web": true, "expoGo": true, "alternatives": [ - "@rn-vui/themed" + "@rneui/themed" ], "github": { "urls": { @@ -7021,10 +7006,10 @@ "updatedAt": "2024-02-04T03:55:07Z", "createdAt": "2016-09-08T14:21:41Z", "pushedAt": "2024-02-04T03:55:07Z", - "forks": 4601, - "issues": 143, + "forks": 4605, + "issues": 140, "subscribers": 370, - "stars": 25458 + "stars": 25362 }, "name": "rneui", "fullName": "react-native-elements/react-native-elements", @@ -7061,9 +7046,9 @@ "isArchived": false }, "npm": { - "downloads": 537, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 818, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -7082,7 +7067,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "examples": [ "https://snack.expo.dev/HJjbO4nSW", "https://github.com/react-navigation/react-navigation/tree/main/example" @@ -7101,13 +7085,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-14T14:24:46Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-14T14:24:46Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "react-native-tab-view", "fullName": "react-navigation/react-navigation", @@ -7137,9 +7121,9 @@ }, "npmPkg": "react-native-tab-view", "npm": { - "downloads": 1900453, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2515361, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -7173,8 +7157,8 @@ "pushedAt": "2019-07-19T03:02:15Z", "forks": 174, "issues": 25, - "subscribers": 19, - "stars": 884 + "subscribers": 20, + "stars": 882 }, "name": "react-native-circular-slider", "fullName": "bartgryszko/react-native-circular-slider", @@ -7210,9 +7194,9 @@ "unmaintained": true, "npmPkg": "react-native-circular-slider", "npm": { - "downloads": 624, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 662, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -7221,7 +7205,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.473, "topicSearchString": "react react-native slider chart svg bedtime circular circle round time timer react-component clock animation" }, { @@ -7251,10 +7235,10 @@ "updatedAt": "2021-02-09T15:27:39Z", "createdAt": "2016-10-11T07:22:24Z", "pushedAt": "2021-02-09T15:27:39Z", - "forks": 2160, + "forks": 2159, "issues": 342, - "subscribers": 96, - "stars": 10479 + "subscribers": 97, + "stars": 10452 }, "name": "react-native-snap-carousel", "fullName": "meliorence/react-native-snap-carousel", @@ -7312,9 +7296,9 @@ "unmaintained": true, "npmPkg": "react-native-snap-carousel", "npm": { - "downloads": 468978, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 524359, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -7337,7 +7321,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/mmazzarolo/react-native-modal-datetime-picker", @@ -7352,10 +7335,10 @@ "updatedAt": "2024-08-22T15:03:41Z", "createdAt": "2016-09-14T11:27:18Z", "pushedAt": "2024-08-22T15:03:41Z", - "forks": 387, - "issues": 40, + "forks": 388, + "issues": 37, "subscribers": 33, - "stars": 3022 + "stars": 3018 }, "name": "react-native-modal-datetime-picker", "fullName": "mmazzarolo/react-native-modal-datetime-picker", @@ -7392,9 +7375,9 @@ }, "npmPkg": "react-native-modal-datetime-picker", "npm": { - "downloads": 1724056, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1473217, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -7455,16 +7438,16 @@ }, "npmPkg": "react-native-universal-picker", "npm": { - "downloads": 14, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 48, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.808, "topicSearchString": "react-native picker select dropdown ui" }, { @@ -7490,7 +7473,7 @@ "forks": 127, "issues": 15, "subscribers": 6, - "stars": 732 + "stars": 729 }, "name": "react-native-root-siblings", "fullName": "magicismight/react-native-root-siblings", @@ -7523,9 +7506,9 @@ }, "npmPkg": "react-native-root-siblings", "npm": { - "downloads": 272358, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 252536, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -7555,7 +7538,7 @@ "updatedAt": "2017-10-28T16:15:58Z", "createdAt": "2015-12-04T17:42:24Z", "pushedAt": "2017-10-28T16:15:58Z", - "forks": 108, + "forks": 109, "issues": 47, "subscribers": 18, "stars": 286 @@ -7588,9 +7571,9 @@ "unmaintained": true, "npmPkg": "react-native-tcp", "npm": { - "downloads": 18611, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16310, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -7604,8 +7587,11 @@ { "githubUrl": "https://github.com/TheWidlarzGroup/react-native-video", "examples": [ - "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/bare", - "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/expo" + "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/FabricExample", + "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/basic", + "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/embed-and-fullscreen", + "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/video-caching", + "https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/exampletvOS" ], "ios": true, "android": true, @@ -7626,13 +7612,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-06-18T06:17:47Z", + "updatedAt": "2025-04-16T07:30:52Z", "createdAt": "2015-03-31T05:08:38Z", - "pushedAt": "2025-06-18T06:17:47Z", - "forks": 2629, - "issues": 155, - "subscribers": 106, - "stars": 7408 + "pushedAt": "2025-04-16T07:30:52Z", + "forks": 2609, + "issues": 171, + "subscribers": 108, + "stars": 7362 }, "name": "react-native-video", "fullName": "TheWidlarzGroup/react-native-video", @@ -7647,10 +7633,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.15.0", - "tagName": "v6.15.0", - "createdAt": "2025-06-12T11:44:44Z", - "publishedAt": "2025-06-12T11:45:35Z", + "name": "v6.12.0", + "tagName": "v6.12.0", + "createdAt": "2025-04-06T14:42:43Z", + "publishedAt": "2025-04-06T14:46:22Z", "isPrerelease": false }, "hasTypes": false, @@ -7659,9 +7645,9 @@ }, "npmPkg": "react-native-video", "npm": { - "downloads": 1081193, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1170080, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -7683,7 +7669,6 @@ ], "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-share/react-native-share", @@ -7695,13 +7680,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T16:50:38Z", + "updatedAt": "2025-04-03T10:42:41Z", "createdAt": "2015-09-30T02:27:34Z", - "pushedAt": "2025-06-17T16:50:38Z", - "forks": 911, - "issues": 10, + "pushedAt": "2025-04-03T10:42:41Z", + "forks": 914, + "issues": 19, "subscribers": 60, - "stars": 3779 + "stars": 3761 }, "name": "react-native-share", "fullName": "react-native-share/react-native-share", @@ -7726,10 +7711,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v12.1.0", - "tagName": "v12.1.0", - "createdAt": "2025-06-17T16:50:38Z", - "publishedAt": "2025-06-17T16:50:52Z", + "name": "v12.0.9", + "tagName": "v12.0.9", + "createdAt": "2025-02-16T12:33:26Z", + "publishedAt": "2025-02-16T12:33:40Z", "isPrerelease": false }, "hasTypes": true, @@ -7738,9 +7723,9 @@ }, "npmPkg": "react-native-share", "npm": { - "downloads": 1332048, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1807038, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -7807,9 +7792,9 @@ }, "npmPkg": "react-native-dialogs", "npm": { - "downloads": 9328, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23365, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -7829,7 +7814,6 @@ "android": true, "visionos": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/oblador/react-native-keychain", @@ -7841,13 +7825,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-08T12:02:46Z", + "updatedAt": "2025-03-23T19:06:49Z", "createdAt": "2015-05-20T15:33:48Z", - "pushedAt": "2025-06-08T12:02:46Z", - "forks": 468, - "issues": 149, + "pushedAt": "2025-03-23T19:06:49Z", + "forks": 467, + "issues": 147, "subscribers": 40, - "stars": 3346 + "stars": 3307 }, "name": "react-native-keychain", "fullName": "oblador/react-native-keychain", @@ -7884,9 +7868,9 @@ }, "npmPkg": "react-native-keychain", "npm": { - "downloads": 788269, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 790413, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 89, "matchingScoreModifiers": [ @@ -7954,9 +7938,9 @@ }, "npmPkg": "react-native-social-share", "npm": { - "downloads": 565, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 641, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -7984,13 +7968,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-29T08:24:25Z", + "updatedAt": "2025-04-09T10:50:39Z", "createdAt": "2016-05-20T09:20:14Z", - "pushedAt": "2025-05-29T08:24:25Z", - "forks": 740, - "issues": 19, + "pushedAt": "2025-04-09T10:50:39Z", + "forks": 737, + "issues": 22, "subscribers": 46, - "stars": 2224 + "stars": 2204 }, "name": "react-native-ble-manager", "fullName": "innoveit/react-native-ble-manager", @@ -8013,10 +7997,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "v.12.1.5", - "tagName": "v.12.1.5", - "createdAt": "2025-05-29T08:24:25Z", - "publishedAt": "2025-05-29T08:25:11Z", + "name": "v.12.1.4", + "tagName": "v.12.1.4", + "createdAt": "2025-02-19T10:20:02Z", + "publishedAt": "2025-02-19T10:21:08Z", "isPrerelease": false }, "hasTypes": true, @@ -8025,9 +8009,9 @@ }, "npmPkg": "react-native-ble-manager", "npm": { - "downloads": 167669, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 225650, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 76, "matchingScoreModifiers": [ @@ -8056,7 +8040,7 @@ "updatedAt": "2021-11-22T20:20:51Z", "createdAt": "2015-05-10T04:53:50Z", "pushedAt": "2021-11-22T20:20:51Z", - "forks": 203, + "forks": 205, "issues": 68, "subscribers": 12, "stars": 446 @@ -8088,9 +8072,9 @@ "unmaintained": true, "npmPkg": "react-native-mail", "npm": { - "downloads": 39495, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 41043, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -8151,9 +8135,9 @@ "unmaintained": true, "npmPkg": "react-native-pdf-view", "npm": { - "downloads": 123, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 158, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -8161,7 +8145,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.725, "topicSearchString": "react-component react-native android ios pdf view" }, { @@ -8216,9 +8200,9 @@ }, "npmPkg": "react-native-card-io", "npm": { - "downloads": 295, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 315, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -8226,7 +8210,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.725, "topicSearchString": "react-component react-native card.io credit card scanner native ios android" }, { @@ -8282,9 +8266,9 @@ }, "npmPkg": "react-native-awesome-card-io", "npm": { - "downloads": 9856, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11386, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -8314,10 +8298,10 @@ "updatedAt": "2019-08-06T14:02:33Z", "createdAt": "2016-09-14T20:41:32Z", "pushedAt": "2019-08-06T14:02:33Z", - "forks": 255, + "forks": 258, "issues": 48, "subscribers": 15, - "stars": 568 + "stars": 567 }, "name": "react-native-google-places", "fullName": "tolu360/react-native-google-places", @@ -8358,9 +8342,9 @@ }, "npmPkg": "react-native-google-places", "npm": { - "downloads": 3226, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5378, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -8396,7 +8380,7 @@ "forks": 192, "issues": 204, "subscribers": 27, - "stars": 994 + "stars": 995 }, "name": "@expo/ex-navigation", "fullName": "expo/ex-navigation", @@ -8419,21 +8403,14 @@ "newArchitecture": false, "isArchived": true }, - "npm": { - "downloads": 64, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -100, "topicSearchString": "react-native navigation expo react" }, { @@ -8458,7 +8435,7 @@ "forks": 226, "issues": 76, "subscribers": 23, - "stars": 1608 + "stars": 1610 }, "name": "react-native-masked-text", "fullName": "bhrott/react-native-masked-text", @@ -8494,9 +8471,9 @@ "unmaintained": true, "npmPkg": "react-native-masked-text", "npm": { - "downloads": 207449, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 207708, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -8531,7 +8508,7 @@ "forks": 120, "issues": 5, "subscribers": 13, - "stars": 717 + "stars": 716 }, "name": "react-native-material-bottom-navigation", "fullName": "timomeh/react-native-material-bottom-navigation", @@ -8570,9 +8547,9 @@ "unmaintained": true, "npmPkg": "react-native-material-bottom-navigation", "npm": { - "downloads": 901, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 763, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -8604,7 +8581,7 @@ "pushedAt": "2021-05-08T11:28:39Z", "forks": 112, "issues": 28, - "subscribers": 210, + "subscribers": 211, "stars": 544 }, "name": "react-native-autogrow-textinput", @@ -8634,9 +8611,9 @@ "unmaintained": true, "npmPkg": "react-native-autogrow-textinput", "npm": { - "downloads": 4617, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23486, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -8705,9 +8682,9 @@ "unmaintained": true, "npmPkg": "react-native-camera-roll-picker", "npm": { - "downloads": 1672, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1950, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -8768,9 +8745,9 @@ }, "npmPkg": "react-native-conductor", "npm": { - "downloads": 14, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -8778,7 +8755,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.72, "topicSearchString": "react-native animation animated tween conductor utility" }, { @@ -8803,7 +8780,7 @@ "forks": 173, "issues": 21, "subscribers": 30, - "stars": 1727 + "stars": 1726 }, "name": "react-native-image-progress", "fullName": "oblador/react-native-image-progress", @@ -8847,9 +8824,9 @@ "unmaintained": true, "npmPkg": "react-native-image-progress", "npm": { - "downloads": 45474, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47685, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -8882,10 +8859,10 @@ "updatedAt": "2016-10-27T15:56:04Z", "createdAt": "2016-04-26T08:49:57Z", "pushedAt": "2016-10-27T15:56:04Z", - "forks": 426, - "issues": 59, + "forks": 427, + "issues": 60, "subscribers": 54, - "stars": 3255 + "stars": 3251 }, "name": "react-native-app-intro", "fullName": "FuYaoDe/react-native-app-intro", @@ -8923,9 +8900,9 @@ }, "npmPkg": "react-native-app-intro", "npm": { - "downloads": 241, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 561, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -8934,7 +8911,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.471, "topicSearchString": "swiper producttour app intro ios android react-component react-native parallax introduction" }, { @@ -8963,7 +8940,7 @@ "forks": 429, "issues": 53, "subscribers": 34, - "stars": 2813 + "stars": 2812 }, "name": "react-native-lightbox", "fullName": "oblador/react-native-lightbox", @@ -9002,9 +8979,9 @@ }, "npmPkg": "react-native-lightbox", "npm": { - "downloads": 151174, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 130085, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -9041,7 +9018,7 @@ "forks": 289, "issues": 15, "subscribers": 34, - "stars": 2992 + "stars": 2991 }, "name": "react-native-textinput-effects", "fullName": "halilb/react-native-textinput-effects", @@ -9079,9 +9056,9 @@ }, "npmPkg": "react-native-textinput-effects", "npm": { - "downloads": 5603, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3085, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -9147,9 +9124,9 @@ "unmaintained": true, "npmPkg": "react-native-sortable-listview", "npm": { - "downloads": 8913, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13147, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -9182,7 +9159,7 @@ "pushedAt": "2018-07-28T17:07:04Z", "forks": 171, "issues": 5, - "subscribers": 39, + "subscribers": 40, "stars": 1972 }, "name": "react-native-foldview", @@ -9213,9 +9190,9 @@ }, "npmPkg": "react-native-foldview", "npm": { - "downloads": 54, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 41, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -9224,7 +9201,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.731, + "popularity": -0.726, "topicSearchString": "react react-native native ios andorid foldingcell folding cell view" }, { @@ -9246,10 +9223,10 @@ "updatedAt": "2023-10-26T14:04:57Z", "createdAt": "2015-11-01T05:07:41Z", "pushedAt": "2023-10-26T14:04:57Z", - "forks": 474, + "forks": 473, "issues": 107, - "subscribers": 40, - "stars": 3651 + "subscribers": 41, + "stars": 3645 }, "name": "react-native-progress", "fullName": "oblador/react-native-progress", @@ -9293,9 +9270,9 @@ }, "npmPkg": "react-native-progress", "npm": { - "downloads": 633653, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 681253, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -9333,7 +9310,7 @@ "forks": 239, "issues": 77, "subscribers": 20, - "stars": 949 + "stars": 948 }, "name": "rn-viewpager", "fullName": "zbtang/React-Native-ViewPager", @@ -9362,9 +9339,9 @@ "isArchived": false }, "npm": { - "downloads": 4610, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4545, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -9399,7 +9376,7 @@ "forks": 130, "issues": 1, "subscribers": 12, - "stars": 397 + "stars": 396 }, "name": "react-native-menu", "fullName": "jaysoo/react-native-menu", @@ -9422,9 +9399,9 @@ "unmaintained": true, "npmPkg": "react-native-menu", "npm": { - "downloads": 4569, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1081, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -9457,7 +9434,7 @@ "forks": 49, "issues": 11, "subscribers": 5, - "stars": 533 + "stars": 532 }, "name": "react-native-button-component", "fullName": "jacklam718/react-native-button-component", @@ -9489,9 +9466,9 @@ "unmaintained": true, "npmPkg": "react-native-button-component", "npm": { - "downloads": 58, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 160, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -9499,7 +9476,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.719, "topicSearchString": "react-button react-native button-component button component react-component ios android react javascript" }, { @@ -9549,9 +9526,9 @@ }, "npmPkg": "react-native-fence-html", "npm": { - "downloads": 64, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 44, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -9559,7 +9536,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.705, "topicSearchString": "react-native react-component component html" }, { @@ -9587,7 +9564,7 @@ "forks": 78, "issues": 6, "subscribers": 6, - "stars": 658 + "stars": 657 }, "name": "react-native-autolink", "fullName": "joshswan/react-native-autolink", @@ -9621,9 +9598,9 @@ }, "npmPkg": "react-native-autolink", "npm": { - "downloads": 97744, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 62908, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -9660,7 +9637,7 @@ "forks": 76, "issues": 5, "subscribers": 4, - "stars": 810 + "stars": 807 }, "name": "react-native-hyperlink", "fullName": "obipawan/react-native-hyperlink", @@ -9699,9 +9676,9 @@ "unmaintained": true, "npmPkg": "react-native-hyperlink", "npm": { - "downloads": 205099, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 180584, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -9719,9 +9696,6 @@ "android": true, "expoGo": true, "unmaintained": true, - "alternatives": [ - "@futurejj/react-native-checkbox" - ], "github": { "urls": { "repo": "https://github.com/crazycodeboy/react-native-check-box", @@ -9777,9 +9751,9 @@ }, "npmPkg": "react-native-check-box", "npm": { - "downloads": 43543, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 96840, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -9834,16 +9808,16 @@ }, "npmPkg": "react-native-loading-container", "npm": { - "downloads": 66, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 49, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.709, "topicSearchString": "" }, { @@ -9870,7 +9844,7 @@ "forks": 259, "issues": 59, "subscribers": 30, - "stars": 1133 + "stars": 1134 }, "name": "react-native-swipe-cards", "fullName": "meteor-factory/react-native-tinder-swipe-cards", @@ -9901,9 +9875,9 @@ "isArchived": false }, "npm": { - "downloads": 479, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 342, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -9912,7 +9886,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.724, "topicSearchString": "react-native tinder cards swipe" }, { @@ -9934,10 +9908,10 @@ "updatedAt": "2025-01-30T10:04:12Z", "createdAt": "2015-10-27T15:09:33Z", "pushedAt": "2025-01-30T10:04:12Z", - "forks": 386, + "forks": 387, "issues": 58, "subscribers": 21, - "stars": 2219 + "stars": 2210 }, "name": "react-native-circular-progress", "fullName": "bartgryszko/react-native-circular-progress", @@ -9967,9 +9941,9 @@ }, "npmPkg": "react-native-circular-progress", "npm": { - "downloads": 293780, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 302445, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -10000,10 +9974,10 @@ "updatedAt": "2020-05-28T10:25:37Z", "createdAt": "2015-04-04T21:29:42Z", "pushedAt": "2020-05-28T10:25:37Z", - "forks": 395, + "forks": 398, "issues": 61, "subscribers": 39, - "stars": 2205 + "stars": 2208 }, "name": "react-native-side-menu", "fullName": "Kureev/react-native-side-menu", @@ -10038,9 +10012,9 @@ }, "npmPkg": "react-native-side-menu", "npm": { - "downloads": 8743, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5684, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -10082,10 +10056,10 @@ "updatedAt": "2020-07-31T13:09:01Z", "createdAt": "2015-04-20T15:22:55Z", "pushedAt": "2020-07-31T13:09:01Z", - "forks": 2134, + "forks": 2135, "issues": 683, "subscribers": 146, - "stars": 10470 + "stars": 10461 }, "name": "react-native-swiper", "fullName": "leecade/react-native-swiper", @@ -10119,9 +10093,9 @@ "unmaintained": true, "npmPkg": "react-native-swiper", "npm": { - "downloads": 240845, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 291355, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -10154,10 +10128,10 @@ "updatedAt": "2023-01-17T19:53:06Z", "createdAt": "2015-06-11T05:01:07Z", "pushedAt": "2023-01-17T19:53:06Z", - "forks": 2012, + "forks": 2013, "issues": 136, "subscribers": 137, - "stars": 6950 + "stars": 6945 }, "name": "react-native-scrollable-tab-view", "fullName": "ptomasroos/react-native-scrollable-tab-view", @@ -10195,9 +10169,9 @@ "unmaintained": true, "npmPkg": "react-native-scrollable-tab-view", "npm": { - "downloads": 20510, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42379, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -10230,10 +10204,10 @@ "updatedAt": "2021-03-26T08:20:02Z", "createdAt": "2015-08-25T11:12:44Z", "pushedAt": "2021-03-26T08:20:02Z", - "forks": 2063, + "forks": 2066, "issues": 281, "subscribers": 191, - "stars": 8971 + "stars": 8973 }, "name": "react-native-router-flux", "fullName": "aksonov/react-native-router-flux", @@ -10261,9 +10235,9 @@ "unmaintained": true, "npmPkg": "react-native-router-flux", "npm": { - "downloads": 7376, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10409, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -10305,10 +10279,10 @@ "updatedAt": "2024-12-18T12:38:54Z", "createdAt": "2016-04-15T11:37:23Z", "pushedAt": "2024-12-18T12:38:54Z", - "forks": 2315, + "forks": 2313, "issues": 276, - "subscribers": 266, - "stars": 20315 + "subscribers": 267, + "stars": 20301 }, "name": "native-base", "fullName": "GeekyAnts/NativeBase", @@ -10349,17 +10323,16 @@ "isArchived": false }, "npm": { - "downloads": 253498, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 214672, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 70, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -10408,16 +10381,16 @@ }, "npmPkg": "react-native-switcher", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.625, "topicSearchString": "" }, { @@ -10443,7 +10416,7 @@ "updatedAt": "2020-09-16T16:57:24Z", "createdAt": "2015-05-28T03:00:42Z", "pushedAt": "2020-09-16T16:57:24Z", - "forks": 560, + "forks": 562, "issues": 93, "subscribers": 48, "stars": 2614 @@ -10474,9 +10447,9 @@ }, "npmPkg": "react-native-swipeout", "npm": { - "downloads": 107743, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 112555, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -10508,10 +10481,10 @@ "updatedAt": "2018-11-29T07:34:25Z", "createdAt": "2015-04-02T19:56:05Z", "pushedAt": "2018-11-29T07:34:25Z", - "forks": 287, + "forks": 288, "issues": 52, "subscribers": 29, - "stars": 1489 + "stars": 1487 }, "name": "react-native-looped-carousel", "fullName": "phil-r/react-native-looped-carousel", @@ -10538,9 +10511,9 @@ "unmaintained": true, "npmPkg": "react-native-looped-carousel", "npm": { - "downloads": 1134, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1536, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -10549,7 +10522,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react native react-native carousel looped" }, { @@ -10612,9 +10585,9 @@ }, "unmaintained": true, "npm": { - "downloads": 646, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 517, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -10623,7 +10596,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.471, "topicSearchString": "react-native ios android react-component react button" }, { @@ -10645,7 +10618,7 @@ "updatedAt": "2018-04-22T11:26:47Z", "createdAt": "2016-04-21T11:34:10Z", "pushedAt": "2018-04-22T11:26:47Z", - "forks": 618, + "forks": 616, "issues": 241, "subscribers": 28, "stars": 2125 @@ -10679,9 +10652,9 @@ "unmaintained": true, "npmPkg": "react-native-datepicker", "npm": { - "downloads": 34738, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 105433, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -10717,10 +10690,10 @@ "updatedAt": "2024-12-24T05:38:08Z", "createdAt": "2015-10-14T17:29:41Z", "pushedAt": "2024-12-24T05:38:08Z", - "forks": 824, - "issues": 137, + "forks": 822, + "issues": 130, "subscribers": 22, - "stars": 2044 + "stars": 2038 }, "name": "react-native-google-places-autocomplete", "fullName": "FaridSafi/react-native-google-places-autocomplete", @@ -10755,16 +10728,16 @@ }, "npmPkg": "react-native-google-places-autocomplete", "npm": { - "downloads": 497444, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 962142, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 81, "matchingScoreModifiers": [ + "Very popular", "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -10793,10 +10766,10 @@ "updatedAt": "2018-07-10T07:22:04Z", "createdAt": "2015-07-17T14:13:57Z", "pushedAt": "2018-07-10T07:22:04Z", - "forks": 432, + "forks": 434, "issues": 86, - "subscribers": 15, - "stars": 1302 + "subscribers": 16, + "stars": 1301 }, "name": "react-native-slider", "fullName": "jeanregisser/react-native-slider", @@ -10829,9 +10802,9 @@ }, "npmPkg": "react-native-slider", "npm": { - "downloads": 42698, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 90641, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -10866,10 +10839,10 @@ "updatedAt": "2024-07-19T08:07:52Z", "createdAt": "2016-09-01T05:39:55Z", "pushedAt": "2024-07-19T08:07:52Z", - "forks": 575, - "issues": 4, + "forks": 576, + "issues": 3, "subscribers": 29, - "stars": 1500 + "stars": 1494 }, "name": "react-native-credit-card-input", "fullName": "sbycrosz/react-native-credit-card-input", @@ -10904,9 +10877,9 @@ }, "npmPkg": "react-native-credit-card-input", "npm": { - "downloads": 11596, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9754, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -10944,7 +10917,7 @@ "forks": 169, "issues": 20, "subscribers": 26, - "stars": 723 + "stars": 722 }, "name": "react-native-photo-browser", "fullName": "halilb/react-native-photo-browser", @@ -10981,9 +10954,9 @@ }, "npmPkg": "react-native-photo-browser", "npm": { - "downloads": 191, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 205, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -10992,7 +10965,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.721, "topicSearchString": "react react-component react-native photo-browser image-gallery media-gallery ios android photos" }, { @@ -11017,7 +10990,7 @@ "pushedAt": "2018-03-01T15:28:09Z", "forks": 245, "issues": 72, - "subscribers": 33, + "subscribers": 34, "stars": 880 }, "name": "react-native-pathjs-charts", @@ -11057,9 +11030,9 @@ }, "npmPkg": "react-native-pathjs-charts", "npm": { - "downloads": 175, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 295, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -11068,7 +11041,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.723, "topicSearchString": "react-native svg paths-js react-pathjs-chart ios android charts graphs cross-platform radar-graphs bar-graphs" }, { @@ -11089,18 +11062,17 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-09T15:56:11Z", + "updatedAt": "2025-04-16T21:20:47Z", "createdAt": "2023-08-08T20:40:44Z", - "pushedAt": "2025-06-09T15:56:11Z", - "forks": 77, - "issues": 73, + "pushedAt": "2025-04-16T21:20:47Z", + "forks": 67, + "issues": 63, "subscribers": 27, - "stars": 976 + "stars": 904 }, "name": "victory-native", "fullName": "FormidableLabs/victory-native-xl", "isPrivate": false, - "description": "A charting library for React Native with a focus on performance and customization.", "topics": [], "license": { "name": "MIT License", @@ -11114,9 +11086,9 @@ "isArchived": false }, "npm": { - "downloads": 593033, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 585794, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -11153,7 +11125,7 @@ "forks": 440, "issues": 80, "subscribers": 34, - "stars": 2527 + "stars": 2524 }, "name": "react-native-action-button", "fullName": "mastermoo/react-native-action-button", @@ -11182,9 +11154,9 @@ "unmaintained": true, "npmPkg": "react-native-action-button", "npm": { - "downloads": 14131, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13044, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -11216,10 +11188,10 @@ "updatedAt": "2017-11-15T23:32:24Z", "createdAt": "2015-11-03T12:37:07Z", "pushedAt": "2017-11-15T23:32:24Z", - "forks": 203, + "forks": 202, "issues": 72, "subscribers": 32, - "stars": 1438 + "stars": 1439 }, "name": "react-native-gifted-form", "fullName": "FaridSafi/react-native-gifted-form", @@ -11254,9 +11226,9 @@ "unmaintained": true, "npmPkg": "react-native-gifted-form", "npm": { - "downloads": 262, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 195, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -11265,7 +11237,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.724, "topicSearchString": "form react-native react react-component ios android" }, { @@ -11287,10 +11259,10 @@ "updatedAt": "2024-12-08T02:50:24Z", "createdAt": "2016-06-27T03:09:07Z", "pushedAt": "2024-12-08T02:50:24Z", - "forks": 242, + "forks": 243, "issues": 9, - "subscribers": 14, - "stars": 1872 + "subscribers": 15, + "stars": 1869 }, "name": "react-native-dropdownalert", "fullName": "testshallpass/react-native-dropdownalert", @@ -11329,15 +11301,14 @@ }, "npmPkg": "react-native-dropdownalert", "npm": { - "downloads": 38871, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36933, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -11368,7 +11339,7 @@ "forks": 108, "issues": 10, "subscribers": 7, - "stars": 583 + "stars": 584 }, "name": "react-native-read-more-text", "fullName": "expo/react-native-read-more-text", @@ -11389,9 +11360,9 @@ "unmaintained": true, "npmPkg": "react-native-read-more-text", "npm": { - "downloads": 18709, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19874, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -11421,13 +11392,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-07T22:45:54Z", + "updatedAt": "2025-03-17T21:26:13Z", "createdAt": "2016-05-16T14:16:31Z", - "pushedAt": "2025-06-07T22:45:54Z", - "forks": 248, - "issues": 40, + "pushedAt": "2025-03-17T21:26:13Z", + "forks": 246, + "issues": 39, "subscribers": 16, - "stars": 1516 + "stars": 1498 }, "name": "react-native-popup-menu", "fullName": "instea/react-native-popup-menu", @@ -11448,10 +11419,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "Compatibility with React 19", - "tagName": "v0.18.0", - "createdAt": "2025-06-07T22:45:54Z", - "publishedAt": "2025-06-07T22:48:38Z", + "name": "Compatiblity with RN 0.77", + "tagName": "v0.17.0", + "createdAt": "2025-03-17T21:26:13Z", + "publishedAt": "2025-03-17T21:31:05Z", "isPrerelease": false }, "hasTypes": true, @@ -11460,15 +11431,14 @@ }, "npmPkg": "react-native-popup-menu", "npm": { - "downloads": 173848, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 233549, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -11496,10 +11466,10 @@ "updatedAt": "2022-05-11T23:12:12Z", "createdAt": "2016-08-29T15:04:01Z", "pushedAt": "2022-05-11T23:12:12Z", - "forks": 319, + "forks": 320, "issues": 83, - "subscribers": 16, - "stars": 971 + "subscribers": 15, + "stars": 969 }, "name": "react-native-calendar-strip", "fullName": "BugiDev/react-native-calendar-strip", @@ -11536,9 +11506,9 @@ "unmaintained": true, "npmPkg": "react-native-calendar-strip", "npm": { - "downloads": 22312, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26465, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -11573,7 +11543,7 @@ "forks": 64, "issues": 13, "subscribers": 11, - "stars": 394 + "stars": 395 }, "name": "react-native-loader", "fullName": "mohebifar/react-native-loader", @@ -11605,9 +11575,9 @@ "unmaintained": true, "npmPkg": "react-native-loader", "npm": { - "downloads": 2160, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2393, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -11676,9 +11646,9 @@ "unmaintained": true, "npmPkg": "react-native-simple-modal", "npm": { - "downloads": 658, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1097, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -11686,7 +11656,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "modal react-native dialog react-component ios android component" }, { @@ -11714,7 +11684,7 @@ "pushedAt": "2022-04-08T18:57:29Z", "forks": 260, "issues": 90, - "subscribers": 23, + "subscribers": 24, "stars": 903 }, "name": "react-native-sortable-list", @@ -11753,9 +11723,9 @@ "unmaintained": true, "npmPkg": "react-native-sortable-list", "npm": { - "downloads": 5580, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6290, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -11789,7 +11759,7 @@ "pushedAt": "2018-05-03T05:37:14Z", "forks": 101, "issues": 27, - "subscribers": 10, + "subscribers": 11, "stars": 333 }, "name": "react-native-percentage-circle", @@ -11818,9 +11788,9 @@ "unmaintained": true, "npmPkg": "react-native-percentage-circle", "npm": { - "downloads": 250, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 322, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -11850,10 +11820,10 @@ "updatedAt": "2021-01-09T09:32:41Z", "createdAt": "2017-01-19T20:29:28Z", "pushedAt": "2021-01-09T09:32:41Z", - "forks": 92, + "forks": 93, "issues": 41, "subscribers": 13, - "stars": 1013 + "stars": 1005 }, "name": "react-native-image-header-scroll-view", "fullName": "bamlab/react-native-image-header-scroll-view", @@ -11889,9 +11859,9 @@ "unmaintained": true, "npmPkg": "react-native-image-header-scroll-view", "npm": { - "downloads": 5241, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4227, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -11949,13 +11919,12 @@ }, "npmPkg": "react-native-fade-in-image", "npm": { - "downloads": 61177, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 55972, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -11981,10 +11950,10 @@ "updatedAt": "2023-02-13T14:43:32Z", "createdAt": "2016-01-23T11:40:52Z", "pushedAt": "2023-02-13T14:43:32Z", - "forks": 101, + "forks": 99, "issues": 23, "subscribers": 7, - "stars": 392 + "stars": 390 }, "name": "react-native-flip-card", "fullName": "moschan/react-native-flip-card", @@ -12022,9 +11991,9 @@ "unmaintained": true, "npmPkg": "react-native-flip-card", "npm": { - "downloads": 24177, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23252, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -12093,9 +12062,9 @@ }, "npmPkg": "react-native-fcm", "npm": { - "downloads": 256, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 557, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -12105,7 +12074,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.471, "topicSearchString": "react-native ios android fcm firebase cloud-messaging notifications local-notifications" }, { @@ -12127,10 +12096,10 @@ "updatedAt": "2023-02-22T07:34:29Z", "createdAt": "2016-09-02T09:14:42Z", "pushedAt": "2023-02-22T07:34:29Z", - "forks": 240, + "forks": 242, "issues": 53, "subscribers": 17, - "stars": 1142 + "stars": 1139 }, "name": "react-native-easy-toast", "fullName": "crazycodeboy/react-native-easy-toast", @@ -12169,9 +12138,9 @@ "unmaintained": true, "npmPkg": "react-native-easy-toast", "npm": { - "downloads": 23151, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25328, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -12202,7 +12171,7 @@ "updatedAt": "2018-01-09T17:06:38Z", "createdAt": "2017-01-09T03:32:10Z", "pushedAt": "2018-01-09T17:06:38Z", - "forks": 72, + "forks": 73, "issues": 22, "subscribers": 9, "stars": 309 @@ -12236,9 +12205,9 @@ "unmaintained": true, "npmPkg": "react-native-mentions", "npm": { - "downloads": 545, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 880, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -12298,9 +12267,9 @@ "unmaintained": true, "npmPkg": "react-native-carousel-control", "npm": { - "downloads": 436, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 552, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -12308,7 +12277,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.471, "topicSearchString": "react native carousel ios android" }, { @@ -12330,7 +12299,7 @@ "updatedAt": "2017-11-04T02:36:11Z", "createdAt": "2016-03-18T19:14:01Z", "pushedAt": "2017-11-04T02:36:11Z", - "forks": 70, + "forks": 69, "issues": 9, "subscribers": 6, "stars": 294 @@ -12368,9 +12337,9 @@ "unmaintained": true, "npmPkg": "react-native-settings-list", "npm": { - "downloads": 2920, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2334, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -12437,9 +12406,9 @@ "unmaintained": true, "npmPkg": "react-native-clean-form", "npm": { - "downloads": 187, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -12447,7 +12416,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.731, "topicSearchString": "react-native redux-form immutable.js styled-components redux" }, { @@ -12473,7 +12442,7 @@ "forks": 75, "issues": 24, "subscribers": 11, - "stars": 438 + "stars": 437 }, "name": "react-native-accordion", "fullName": "naoufal/react-native-accordion", @@ -12501,9 +12470,9 @@ }, "npmPkg": "react-native-accordion", "npm": { - "downloads": 193, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 302, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -12511,7 +12480,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.724, "topicSearchString": "react-native react native accordion react-component component" }, { @@ -12534,7 +12503,7 @@ "updatedAt": "2017-11-08T09:36:06Z", "createdAt": "2015-10-10T09:10:39Z", "pushedAt": "2017-11-08T09:36:06Z", - "forks": 330, + "forks": 331, "issues": 87, "subscribers": 47, "stars": 1407 @@ -12565,9 +12534,9 @@ }, "npmPkg": "react-native-viewpager", "npm": { - "downloads": 1941, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2422, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -12603,7 +12572,7 @@ "forks": 128, "issues": 5, "subscribers": 14, - "stars": 660 + "stars": 661 }, "name": "react-native-dropdown", "fullName": "alinz/react-native-dropdown", @@ -12626,9 +12595,9 @@ }, "npmPkg": "react-native-dropdown", "npm": { - "downloads": 1577, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1446, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -12662,7 +12631,7 @@ "pushedAt": "2017-11-29T07:51:04Z", "forks": 47, "issues": 13, - "subscribers": 5, + "subscribers": 6, "stars": 153 }, "name": "react-native-chooser", @@ -12696,9 +12665,9 @@ }, "npmPkg": "react-native-chooser", "npm": { - "downloads": 179, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 128, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -12706,7 +12675,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.719, "topicSearchString": "react-native chooser select picker select-tag" }, { @@ -12729,10 +12698,10 @@ "updatedAt": "2024-08-09T02:37:16Z", "createdAt": "2015-04-12T06:11:27Z", "pushedAt": "2024-08-09T02:37:16Z", - "forks": 333, - "issues": 96, + "forks": 334, + "issues": 95, "subscribers": 13, - "stars": 817 + "stars": 814 }, "name": "react-native-calendar-picker", "fullName": "stephy/CalendarPicker", @@ -12767,9 +12736,9 @@ "isArchived": false }, "npm": { - "downloads": 84132, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 90677, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -12782,76 +12751,6 @@ "popularity": 0.028, "topicSearchString": "calendar picker date day calendar-picker-component component calendarpicker calendar-picker" }, - { - "githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input/tree/main/packages/react-native-autocomplete-input", - "examples": [ - "https://github.com/byteburgers/react-native-autocomplete-input/tree/main/examples/StarWarsMovieFinder", - "https://snack.expo.dev/@mrlaessig/rn-autocomplete-input-example" - ], - "images": [ - "https://raw.githubusercontent.com/mrlaessig/react-native-autocomplete-input/master/example.gif" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/byteburgers/react-native-autocomplete-input", - "clone": "https://github.com/byteburgers/react-native-autocomplete-input.git", - "homepage": "https://github.com/byteburgers/react-native-autocomplete-input#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-09T22:25:33Z", - "createdAt": "2016-02-22T14:38:28Z", - "pushedAt": "2025-06-09T22:25:33Z", - "forks": 245, - "issues": 9, - "subscribers": 14, - "stars": 855 - }, - "name": "react-native-autocomplete-input", - "fullName": "byteburgers/react-native-autocomplete-input", - "isPrivate": false, - "description": "Pure javascript autocomplete input for react-native", - "topics": [ - "react-native", - "ios", - "input", - "android", - "autocomplete" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-autocomplete-input", - "npm": { - "downloads": 81631, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 73, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios input android autocomplete" - }, { "githubUrl": "https://github.com/aksonov/react-native-tabs", "ios": true, @@ -12874,7 +12773,7 @@ "forks": 104, "issues": 24, "subscribers": 23, - "stars": 726 + "stars": 727 }, "name": "react-native-tabs", "fullName": "aksonov/react-native-tabs", @@ -12907,9 +12806,9 @@ "unmaintained": true, "npmPkg": "react-native-tabs", "npm": { - "downloads": 5278, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5279, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -12943,10 +12842,10 @@ "updatedAt": "2019-08-12T04:05:52Z", "createdAt": "2016-05-04T13:58:29Z", "pushedAt": "2019-08-12T04:05:52Z", - "forks": 162, + "forks": 163, "issues": 20, "subscribers": 31, - "stars": 2187 + "stars": 2185 }, "name": "react-native-easy-grid", "fullName": "GeekyAnts/react-native-easy-grid", @@ -12974,9 +12873,9 @@ "unmaintained": true, "npmPkg": "react-native-easy-grid", "npm": { - "downloads": 56024, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 51617, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -13042,9 +12941,9 @@ }, "npmPkg": "react-native-radio-buttons", "npm": { - "downloads": 3527, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4570, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -13075,9 +12974,9 @@ "createdAt": "2015-09-01T13:29:42Z", "pushedAt": "2019-12-12T02:59:05Z", "forks": 111, - "issues": 14, + "issues": 15, "subscribers": 12, - "stars": 549 + "stars": 548 }, "name": "react-native-gesture-password", "fullName": "Spikef/react-native-gesture-password", @@ -13114,9 +13013,9 @@ "unmaintained": true, "npmPkg": "react-native-gesture-password", "npm": { - "downloads": 177, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 322, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -13170,9 +13069,9 @@ }, "npmPkg": "react-native-calendar", "npm": { - "downloads": 952, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1157, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -13206,7 +13105,7 @@ "forks": 81, "issues": 1, "subscribers": 11, - "stars": 870 + "stars": 871 }, "name": "react-native-simple-store", "fullName": "jasonmerino/react-native-simple-store", @@ -13234,9 +13133,9 @@ "unmaintained": true, "npmPkg": "react-native-simple-store", "npm": { - "downloads": 1127, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1472, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -13273,7 +13172,7 @@ "forks": 170, "issues": 5, "subscribers": 18, - "stars": 1591 + "stars": 1590 }, "name": "react-native-loading-spinner-overlay", "fullName": "ladjs/react-native-loading-spinner-overlay", @@ -13322,9 +13221,9 @@ "unmaintained": true, "npmPkg": "react-native-loading-spinner-overlay", "npm": { - "downloads": 70996, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 70036, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -13355,10 +13254,10 @@ "updatedAt": "2024-03-30T04:45:38Z", "createdAt": "2015-12-16T02:33:09Z", "pushedAt": "2024-03-30T04:45:38Z", - "forks": 337, + "forks": 340, "issues": 80, "subscribers": 34, - "stars": 2328 + "stars": 2323 }, "name": "react-native-parallax-scroll-view", "fullName": "i6mi6/react-native-parallax-scroll-view", @@ -13395,9 +13294,9 @@ }, "npmPkg": "react-native-parallax-scroll-view", "npm": { - "downloads": 7479, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7531, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -13430,10 +13329,10 @@ "updatedAt": "2016-07-31T17:45:32Z", "createdAt": "2015-06-25T13:31:09Z", "pushedAt": "2016-07-31T17:45:32Z", - "forks": 47, + "forks": 48, "issues": 3, "subscribers": 10, - "stars": 265 + "stars": 266 }, "name": "react-native-tabbar", "fullName": "alinz/react-native-tabbar", @@ -13456,9 +13355,9 @@ }, "npmPkg": "react-native-tabbar", "npm": { - "downloads": 69, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 68, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -13492,7 +13391,7 @@ "forks": 82, "issues": 25, "subscribers": 8, - "stars": 443 + "stars": 444 }, "name": "react-native-message-bar", "fullName": "KBLNY/react-native-message-bar", @@ -13528,9 +13427,9 @@ }, "npmPkg": "react-native-message-bar", "npm": { - "downloads": 2478, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2282, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -13563,7 +13462,7 @@ "forks": 77, "issues": 16, "subscribers": 4, - "stars": 284 + "stars": 285 }, "name": "react-native-floating-label-text-input", "fullName": "eyaleizenberg/react-native-floating-label-text-input", @@ -13592,9 +13491,9 @@ "unmaintained": true, "npmPkg": "react-native-floating-label-text-input", "npm": { - "downloads": 112, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 199, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -13602,7 +13501,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.714, + "popularity": -0.725, "topicSearchString": "react-native react-component ios animated floating text-input text-field" }, { @@ -13659,9 +13558,9 @@ }, "npmPkg": "react-native-progress-hud", "npm": { - "downloads": 214, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 356, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -13677,6 +13576,9 @@ "ios": true, "android": true, "expoGo": true, + "examples": [ + "https://getexponent.com/@xcarpentier/react-native-country-picker-demo" + ], "github": { "urls": { "repo": "https://github.com/xcarpentier/react-native-country-picker-modal", @@ -13688,13 +13590,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-11T09:30:54Z", + "updatedAt": "2023-10-03T07:56:19Z", "createdAt": "2016-03-03T20:13:50Z", - "pushedAt": "2025-06-11T09:30:54Z", - "forks": 782, - "issues": 43, + "pushedAt": "2023-10-03T07:56:19Z", + "forks": 779, + "issues": 41, "subscribers": 18, - "stars": 1093 + "stars": 1087 }, "name": "react-native-country-picker-modal", "fullName": "xcarpentier/react-native-country-picker-modal", @@ -13729,15 +13631,15 @@ }, "npmPkg": "react-native-country-picker-modal", "npm": { - "downloads": 288879, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 271786, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -13800,9 +13702,9 @@ "unmaintained": true, "npmPkg": "react-native-awesome-button", "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 85, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -13810,7 +13712,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.715, "topicSearchString": "react react-native react-component button awesome-button react-ui" }, { @@ -13863,9 +13765,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-uri", "npm": { - "downloads": 17602, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15536, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -13901,13 +13803,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T09:42:44Z", + "updatedAt": "2024-02-26T15:42:15Z", "createdAt": "2020-07-29T06:05:00Z", - "pushedAt": "2025-06-12T09:42:44Z", - "forks": 91, - "issues": 55, + "pushedAt": "2024-02-26T15:42:15Z", + "forks": 84, + "issues": 54, "subscribers": 4, - "stars": 162 + "stars": 158 }, "name": "react-native-deck-swiper", "fullName": "webraptor/react-native-deck-swiper", @@ -13944,14 +13846,14 @@ }, "npmPkg": "react-native-deck-swiper", "npm": { - "downloads": 32200, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29649, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -14011,9 +13913,9 @@ }, "npmPkg": "react-native-webbrowser", "npm": { - "downloads": 13, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 32, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14021,7 +13923,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.673, + "popularity": -0.719, "topicSearchString": "webview webbrowser browser web native react ios android react-native react-component" }, { @@ -14047,7 +13949,7 @@ "forks": 88, "issues": 0, "subscribers": 15, - "stars": 474 + "stars": 473 }, "name": "react-native-circular-action-menu", "fullName": "geremih/react-native-circular-action-menu", @@ -14075,9 +13977,9 @@ }, "npmPkg": "react-native-circular-action-menu", "npm": { - "downloads": 380, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 692, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14085,7 +13987,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.471, "topicSearchString": "react-native action-button float-button multi-action-button circular-menu arc-menu satellite-menu" }, { @@ -14148,16 +14050,16 @@ }, "npmPkg": "react-native-stateless-form", "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 40, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.7, "topicSearchString": "react native react-native form stateless presentational components ios android" }, { @@ -14182,7 +14084,7 @@ "forks": 108, "issues": 5, "subscribers": 6, - "stars": 619 + "stars": 620 }, "name": "react-native-segmented-control-tab", "fullName": "kirankalyan5/react-native-segmented-control-tab", @@ -14219,9 +14121,9 @@ "unmaintained": true, "npmPkg": "react-native-segmented-control-tab", "npm": { - "downloads": 84601, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 134802, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -14281,9 +14183,9 @@ }, "npmPkg": "react-native-atoz-list", "npm": { - "downloads": 42, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 45, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14291,7 +14193,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.728, "topicSearchString": "selectlist alphabetlist contactlist" }, { @@ -14341,19 +14243,13 @@ "newArchitecture": false, "isArchived": true }, - "npm": { - "downloads": 1411, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native responsive image pixel-ratio" }, { @@ -14401,18 +14297,13 @@ "newArchitecture": false, "isArchived": true }, - "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -100, "topicSearchString": "react-native link" }, { @@ -14464,16 +14355,16 @@ }, "npmPkg": "react-native-emoji-picker", "npm": { - "downloads": 8662, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 596, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.471, "topicSearchString": "react-native react-component ios emoji emoji-picker" }, { @@ -14523,18 +14414,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 19, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -100, "topicSearchString": "react-native smart badge component" }, { @@ -14594,9 +14480,9 @@ }, "npmPkg": "tcomb-form-native", "npm": { - "downloads": 10780, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12952, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -14657,9 +14543,9 @@ }, "npmPkg": "react-native-infinite-scroll-view", "npm": { - "downloads": 20967, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24940, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14724,9 +14610,9 @@ "unmaintained": true, "npmPkg": "react-native-invertible-scroll-view", "npm": { - "downloads": 4502, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4808, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14786,9 +14672,9 @@ }, "npmPkg": "react-native-root-modal", "npm": { - "downloads": 2359, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2356, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14847,9 +14733,9 @@ }, "npmPkg": "react-native-emoji", "npm": { - "downloads": 31099, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33522, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14879,7 +14765,7 @@ "updatedAt": "2018-01-23T22:12:46Z", "createdAt": "2016-08-02T08:34:35Z", "pushedAt": "2018-01-23T22:12:46Z", - "forks": 123, + "forks": 124, "issues": 40, "subscribers": 5, "stars": 416 @@ -14921,9 +14807,9 @@ "unmaintained": true, "npmPkg": "react-native-simple-markdown", "npm": { - "downloads": 3697, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4160, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14986,9 +14872,9 @@ "unmaintained": true, "npmPkg": "react-native-statusbar-alert", "npm": { - "downloads": 1409, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 874, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -14996,7 +14882,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native status-bar alert banner ios android statusbar" }, { @@ -15057,9 +14943,9 @@ "unmaintained": true, "npmPkg": "react-native-text", "npm": { - "downloads": 2903, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2403, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15067,7 +14953,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native scaled ios android text react" }, { @@ -15134,9 +15020,9 @@ "unmaintained": true, "npmPkg": "react-native-immutable-list-view", "npm": { - "downloads": 798, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2172, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15169,7 +15055,7 @@ "forks": 30, "issues": 14, "subscribers": 7, - "stars": 192 + "stars": 191 }, "name": "react-native-search-header", "fullName": "tuantle/react-native-search-header", @@ -15202,9 +15088,9 @@ "unmaintained": true, "npmPkg": "react-native-search-header", "npm": { - "downloads": 193, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 273, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15212,7 +15098,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.721, "topicSearchString": "search-header react-native android ios search header mobile material-design component ui uikit" }, { @@ -15265,9 +15151,9 @@ "unmaintained": true, "npmPkg": "react-native-device-monitor", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -15295,10 +15181,10 @@ "updatedAt": "2022-05-16T20:08:07Z", "createdAt": "2016-09-24T12:46:21Z", "pushedAt": "2022-05-16T20:08:07Z", - "forks": 135, + "forks": 136, "issues": 36, "subscribers": 24, - "stars": 444 + "stars": 442 }, "name": "react-native-fbads", "fullName": "callstack/react-native-fbads", @@ -15333,9 +15219,9 @@ "unmaintained": true, "npmPkg": "react-native-fbads", "npm": { - "downloads": 705, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 846, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15343,7 +15229,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native facebook audience-network native-ads facebook-sdk javascript" }, { @@ -15362,13 +15248,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-29T16:27:57Z", + "updatedAt": "2025-03-27T23:31:20Z", "createdAt": "2016-04-10T23:56:20Z", - "pushedAt": "2025-05-29T16:27:57Z", + "pushedAt": "2025-03-27T23:31:20Z", "forks": 188, "issues": 0, - "subscribers": 73, - "stars": 532 + "subscribers": 72, + "stars": 528 }, "name": "react-native-branch", "fullName": "BranchMetrics/react-native-branch-deep-linking-attribution", @@ -15399,10 +15285,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 6.7.1", - "tagName": "v6.7.1", - "createdAt": "2025-05-29T16:27:57Z", - "publishedAt": "2025-05-29T16:30:03Z", + "name": "Release 6.6.0", + "tagName": "v6.6.0", + "createdAt": "2025-03-27T23:31:20Z", + "publishedAt": "2025-04-05T00:01:53Z", "isPrerelease": false }, "hasTypes": true, @@ -15410,9 +15296,9 @@ "isArchived": false }, "npm": { - "downloads": 279061, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 271706, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -15482,16 +15368,16 @@ "unmaintained": true, "npmPkg": "react-native-social-auth", "npm": { - "downloads": 128, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 88, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.716, "topicSearchString": "react-native module auth ios android facebook twitter native" }, { @@ -15544,9 +15430,9 @@ }, "npmPkg": "react-native-keep-awake", "npm": { - "downloads": 149855, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 156044, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -15576,10 +15462,10 @@ "updatedAt": "2021-09-28T12:20:08Z", "createdAt": "2015-11-05T16:33:08Z", "pushedAt": "2021-09-28T12:20:08Z", - "forks": 150, + "forks": 149, "issues": 51, "subscribers": 9, - "stars": 427 + "stars": 422 }, "name": "react-native-send-intent", "fullName": "lucasferreira/react-native-send-intent", @@ -15618,9 +15504,9 @@ "unmaintained": true, "npmPkg": "react-native-send-intent", "npm": { - "downloads": 32177, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36041, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15677,16 +15563,16 @@ "unmaintained": true, "npmPkg": "react-native-android-statusbar", "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 40, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.7, "topicSearchString": "react-component react-native android" }, { @@ -15710,7 +15596,7 @@ "forks": 95, "issues": 45, "subscribers": 13, - "stars": 487 + "stars": 489 }, "name": "react-native-smart-splash-screen", "fullName": "react-native-component/react-native-smart-splash-screen", @@ -15738,9 +15624,9 @@ "unmaintained": true, "npmPkg": "react-native-smart-splash-screen", "npm": { - "downloads": 90, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 151, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15748,7 +15634,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.728, + "popularity": -0.724, "topicSearchString": "react-native smart splash screen splashscreen component" }, { @@ -15805,9 +15691,9 @@ "unmaintained": true, "npmPkg": "rn-splash-screen", "npm": { - "downloads": 22, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 116, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15815,7 +15701,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.705, + "popularity": -0.716, "topicSearchString": "react-native react-component ios android splashscreen splash launchui show hide mobile splash-screen" }, { @@ -15838,7 +15724,7 @@ "forks": 21, "issues": 7, "subscribers": 8, - "stars": 388 + "stars": 387 }, "name": "react-native-effects-view", "fullName": "voronianski/react-native-effects-view", @@ -15867,9 +15753,9 @@ "unmaintained": true, "npmPkg": "react-native-effects-view", "npm": { - "downloads": 19, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -15898,10 +15784,10 @@ "updatedAt": "2022-12-30T19:44:45Z", "createdAt": "2015-06-06T00:20:31Z", "pushedAt": "2022-12-30T19:44:45Z", - "forks": 197, - "issues": 62, + "forks": 196, + "issues": 60, "subscribers": 14, - "stars": 889 + "stars": 886 }, "name": "react-native-location", "fullName": "timfpark/react-native-location", @@ -15935,9 +15821,9 @@ "unmaintained": true, "npmPkg": "react-native-location", "npm": { - "downloads": 10431, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12528, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -15965,13 +15851,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-31T10:12:20Z", + "updatedAt": "2025-03-21T18:11:24Z", "createdAt": "2016-03-24T16:33:42Z", - "pushedAt": "2025-05-31T10:12:20Z", + "pushedAt": "2025-03-21T18:11:24Z", "forks": 764, - "issues": 8, - "subscribers": 35, - "stars": 4232 + "issues": 10, + "subscribers": 36, + "stars": 4204 }, "name": "react-native-permissions", "fullName": "zoontek/react-native-permissions", @@ -15993,10 +15879,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "5.4.1", - "tagName": "5.4.1", - "createdAt": "2025-05-31T10:12:20Z", - "publishedAt": "2025-05-31T10:14:42Z", + "name": "5.3.0", + "tagName": "5.3.0", + "createdAt": "2025-03-21T18:11:24Z", + "publishedAt": "2025-03-21T18:12:45Z", "isPrerelease": false }, "hasTypes": true, @@ -16005,9 +15891,9 @@ }, "npmPkg": "react-native-permissions", "npm": { - "downloads": 2018492, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2464443, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -16026,7 +15912,6 @@ "android": true, "windows": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/gre/react-native-view-shot", @@ -16041,10 +15926,10 @@ "updatedAt": "2024-12-06T21:21:21Z", "createdAt": "2016-08-23T20:02:58Z", "pushedAt": "2024-12-06T21:21:21Z", - "forks": 335, - "issues": 106, + "forks": 332, + "issues": 102, "subscribers": 15, - "stars": 2817 + "stars": 2799 }, "name": "react-native-view-shot", "fullName": "gre/react-native-view-shot", @@ -16079,16 +15964,16 @@ }, "npmPkg": "react-native-view-shot", "npm": { - "downloads": 877300, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1351773, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 81, "matchingScoreModifiers": [ + "Very popular", "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -16115,7 +16000,7 @@ "updatedAt": "2020-05-03T15:58:06Z", "createdAt": "2015-06-25T00:45:18Z", "pushedAt": "2020-05-03T15:58:06Z", - "forks": 105, + "forks": 106, "issues": 14, "subscribers": 5, "stars": 494 @@ -16153,9 +16038,9 @@ "unmaintained": true, "npmPkg": "react-native-safari-view", "npm": { - "downloads": 37824, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30141, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -16184,10 +16069,10 @@ "updatedAt": "2018-07-29T21:50:13Z", "createdAt": "2016-06-22T07:22:57Z", "pushedAt": "2018-07-29T21:50:13Z", - "forks": 198, + "forks": 199, "issues": 118, "subscribers": 25, - "stars": 806 + "stars": 805 }, "name": "react-native-oauth", "fullName": "fullstackreact/react-native-oauth", @@ -16215,9 +16100,9 @@ "unmaintained": true, "npmPkg": "react-native-oauth", "npm": { - "downloads": 302, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 366, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -16227,7 +16112,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.723, "topicSearchString": "react react-native firestack firebase oauth twitter" }, { @@ -16281,9 +16166,9 @@ }, "npmPkg": "react-native-motion-manager", "npm": { - "downloads": 32, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -16291,7 +16176,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.708, "topicSearchString": "react-component react-native ios cmmotionmanager motionmanager gyroscope accelerometer magnetometer" }, { @@ -16317,7 +16202,7 @@ "forks": 255, "issues": 67, "subscribers": 16, - "stars": 525 + "stars": 523 }, "name": "rn-apple-healthkit", "fullName": "lucaspbordignon/rn-apple-healthkit", @@ -16354,9 +16239,9 @@ "unmaintained": true, "npmPkg": "rn-apple-healthkit", "npm": { - "downloads": 320, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1037, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -16365,7 +16250,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.472, "topicSearchString": "apple health-kit healthkit reactnative react-native react native ios" }, { @@ -16386,13 +16271,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-06T21:34:00Z", + "updatedAt": "2024-11-25T16:32:57Z", "createdAt": "2015-10-16T06:35:30Z", - "pushedAt": "2025-05-06T21:34:00Z", - "forks": 546, - "issues": 8, + "pushedAt": "2024-11-25T16:32:57Z", + "forks": 541, + "issues": 10, "subscribers": 27, - "stars": 1671 + "stars": 1663 }, "name": "react-native-contacts", "fullName": "morenoh149/react-native-contacts", @@ -16418,10 +16303,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "8.0.5", - "tagName": "v8.0.5", - "createdAt": "2025-05-06T21:34:00Z", - "publishedAt": "2025-05-06T22:01:50Z", + "name": "8.0.4", + "tagName": "v8.0.4", + "createdAt": "2024-10-25T15:44:13Z", + "publishedAt": "2024-10-25T15:46:19Z", "isPrerelease": false }, "hasTypes": true, @@ -16430,9 +16315,9 @@ }, "npmPkg": "react-native-contacts", "npm": { - "downloads": 201327, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 213750, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -16462,8 +16347,8 @@ "pushedAt": "2019-12-16T15:33:01Z", "forks": 107, "issues": 71, - "subscribers": 15, - "stars": 750 + "subscribers": 16, + "stars": 749 }, "name": "react-native-background-job", "fullName": "vikeri/react-native-background-job", @@ -16496,9 +16381,9 @@ "unmaintained": true, "npmPkg": "react-native-background-job", "npm": { - "downloads": 723, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 472, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -16507,7 +16392,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.72, "topicSearchString": "react-native background-job scheduled-jobs background-jobs" }, { @@ -16529,10 +16414,10 @@ "updatedAt": "2017-10-11T13:12:35Z", "createdAt": "2015-06-19T07:04:21Z", "pushedAt": "2017-10-11T13:12:35Z", - "forks": 160, + "forks": 161, "issues": 37, "subscribers": 9, - "stars": 426 + "stars": 428 }, "name": "react-native-geocoder", "fullName": "devfd/react-native-geocoder", @@ -16565,9 +16450,9 @@ }, "npmPkg": "react-native-geocoder", "npm": { - "downloads": 10724, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11289, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -16600,7 +16485,7 @@ "forks": 29, "issues": 0, "subscribers": 8, - "stars": 150 + "stars": 151 }, "name": "react-native-orientation-listener", "fullName": "walmartlabs/react-native-orientation-listener", @@ -16631,9 +16516,9 @@ }, "npmPkg": "react-native-orientation-listener", "npm": { - "downloads": 19, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -16641,7 +16526,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.724, "topicSearchString": "react-native orientation device-orientation" }, { @@ -16703,16 +16588,16 @@ }, "npmPkg": "react-native-device-display", "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 44, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.705, "topicSearchString": "react-component react-native ios display viewport device orientation orientation-changes universal-apps device-detection" }, { @@ -16734,13 +16619,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-02T13:35:31Z", + "updatedAt": "2025-01-20T21:52:12Z", "createdAt": "2016-08-01T18:44:54Z", - "pushedAt": "2025-05-02T13:35:31Z", + "pushedAt": "2025-01-20T21:52:12Z", "forks": 191, - "issues": 2, + "issues": 6, "subscribers": 22, - "stars": 1567 + "stars": 1556 }, "name": "react-native-background-fetch", "fullName": "transistorsoft/react-native-background-fetch", @@ -16766,9 +16651,9 @@ }, "npmPkg": "react-native-background-fetch", "npm": { - "downloads": 246666, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 206637, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -16800,7 +16685,7 @@ "forks": 26, "issues": 5, "subscribers": 6, - "stars": 129 + "stars": 130 }, "name": "react-native-stripe", "fullName": "lrettig/react-native-stripe", @@ -16830,16 +16715,16 @@ }, "npmPkg": "react-native-stripe", "npm": { - "downloads": 39, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 145, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.722, "topicSearchString": "android ios login native react react-component react-native sdk stripe" }, { @@ -16860,10 +16745,10 @@ "updatedAt": "2016-01-09T20:43:35Z", "createdAt": "2015-06-08T02:40:51Z", "pushedAt": "2016-01-09T20:43:35Z", - "forks": 41, + "forks": 42, "issues": 20, - "subscribers": 5, - "stars": 302 + "subscribers": 6, + "stars": 304 }, "name": "react-native-speech", "fullName": "naoufal/react-native-speech", @@ -16894,9 +16779,9 @@ }, "npmPkg": "react-native-speech", "npm": { - "downloads": 75, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 78, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -16904,7 +16789,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.724, "topicSearchString": "react-native react native siri speech speak speech-to-text react-component component" }, { @@ -16928,7 +16813,7 @@ "pushedAt": "2016-11-20T16:49:35Z", "forks": 37, "issues": 6, - "subscribers": 314, + "subscribers": 315, "stars": 247 }, "name": "react-native-wordpress-editor", @@ -16950,9 +16835,9 @@ }, "npmPkg": "react-native-wordpress-editor", "npm": { - "downloads": 196, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 307, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -16961,7 +16846,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.724, "topicSearchString": "" }, { @@ -16981,7 +16866,7 @@ "updatedAt": "2020-09-09T03:34:31Z", "createdAt": "2015-06-14T00:19:53Z", "pushedAt": "2020-09-09T03:34:31Z", - "forks": 184, + "forks": 186, "issues": 12, "subscribers": 12, "stars": 868 @@ -17017,9 +16902,9 @@ "unmaintained": true, "npmPkg": "react-native-search-bar", "npm": { - "downloads": 1620, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1508, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -17088,16 +16973,16 @@ }, "npmPkg": "react-native-digits", "npm": { - "downloads": 22, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.705, + "popularity": -0.72, "topicSearchString": "react-native component fabric twitter authentication digits android" }, { @@ -17156,9 +17041,9 @@ }, "npmPkg": "react-native-directed-scrollview", "npm": { - "downloads": 127, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 137, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17166,7 +17051,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.721, "topicSearchString": "react-component react-native ios android scrollview horizontal vertical direction native scroll react javascript reactnative" }, { @@ -17190,8 +17075,8 @@ "pushedAt": "2020-08-30T10:54:32Z", "forks": 143, "issues": 53, - "subscribers": 278, - "stars": 827 + "subscribers": 279, + "stars": 823 }, "name": "react-native-keyboard-input", "fullName": "wix-incubator/react-native-keyboard-input", @@ -17224,9 +17109,9 @@ }, "npmPkg": "react-native-keyboard-input", "npm": { - "downloads": 2570, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3436, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -17285,9 +17170,9 @@ }, "npmPkg": "react-native-privacy-snapshot", "npm": { - "downloads": 983, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 375, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17295,7 +17180,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.723, "topicSearchString": "react-native react-component privacy snapshot secure" }, { @@ -17318,7 +17203,7 @@ "forks": 92, "issues": 12, "subscribers": 4, - "stars": 368 + "stars": 363 }, "name": "react-native-android-sms-listener", "fullName": "andreyvital/react-native-android-sms-listener", @@ -17347,9 +17232,9 @@ "unmaintained": true, "npmPkg": "react-native-android-sms-listener", "npm": { - "downloads": 954, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 578, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17357,7 +17242,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react native react-native android sms listener sms-listener" }, { @@ -17378,10 +17263,10 @@ "updatedAt": "2021-03-22T16:30:40Z", "createdAt": "2015-07-12T19:07:39Z", "pushedAt": "2021-03-22T16:30:40Z", - "forks": 99, + "forks": 100, "issues": 27, "subscribers": 8, - "stars": 366 + "stars": 358 }, "name": "react-native-network-info", "fullName": "pusherman/react-native-network-info", @@ -17419,9 +17304,9 @@ "unmaintained": true, "npmPkg": "react-native-network-info", "npm": { - "downloads": 55003, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54604, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17450,10 +17335,10 @@ "updatedAt": "2021-04-19T16:36:58Z", "createdAt": "2015-07-31T18:11:19Z", "pushedAt": "2021-04-19T16:36:58Z", - "forks": 98, + "forks": 99, "issues": 33, "subscribers": 7, - "stars": 626 + "stars": 623 }, "name": "rn-nodeify", "fullName": "tradle/rn-nodeify", @@ -17474,9 +17359,9 @@ "unmaintained": true, "npmPkg": "rn-nodeify", "npm": { - "downloads": 72471, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 84509, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17504,10 +17389,10 @@ "updatedAt": "2022-05-29T16:37:01Z", "createdAt": "2015-12-22T22:05:40Z", "pushedAt": "2022-05-29T16:37:01Z", - "forks": 104, - "issues": 20, + "forks": 103, + "issues": 19, "subscribers": 5, - "stars": 434 + "stars": 433 }, "name": "react-native-extra-dimensions-android", "fullName": "Sunhat/react-native-extra-dimensions-android", @@ -17539,9 +17424,9 @@ "unmaintained": true, "npmPkg": "react-native-extra-dimensions-android", "npm": { - "downloads": 26081, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28312, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17574,7 +17459,7 @@ "forks": 47, "issues": 9, "subscribers": 6, - "stars": 212 + "stars": 211 }, "name": "react-native-proximity", "fullName": "williambout/react-native-proximity", @@ -17611,9 +17496,9 @@ }, "npmPkg": "react-native-proximity", "npm": { - "downloads": 89, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 156, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17621,7 +17506,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.718, "topicSearchString": "react-native react native proximity proximity-sensor sensor iphone ios android" }, { @@ -17643,9 +17528,9 @@ "createdAt": "2016-02-24T04:23:38Z", "pushedAt": "2022-12-30T11:04:58Z", "forks": 247, - "issues": 51, + "issues": 50, "subscribers": 10, - "stars": 929 + "stars": 928 }, "name": "react-native-calendar-events", "fullName": "wmcmahan/react-native-calendar-events", @@ -17689,9 +17574,9 @@ "unmaintained": true, "npmPkg": "react-native-calendar-events", "npm": { - "downloads": 97297, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 140465, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -17721,10 +17606,10 @@ "updatedAt": "2022-01-03T10:55:24Z", "createdAt": "2016-06-17T20:57:51Z", "pushedAt": "2022-01-03T10:55:24Z", - "forks": 327, + "forks": 328, "issues": 107, "subscribers": 13, - "stars": 822 + "stars": 820 }, "name": "react-native-photo-view", "fullName": "alwx/react-native-photo-view", @@ -17755,9 +17640,9 @@ "unmaintained": true, "npmPkg": "react-native-photo-view", "npm": { - "downloads": 565, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 819, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -17767,7 +17652,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native react-component ios android gallery lightbox pinch pinch-to-zoom mobile" }, { @@ -17788,10 +17673,10 @@ "updatedAt": "2020-02-20T11:25:10Z", "createdAt": "2015-07-01T12:33:24Z", "pushedAt": "2020-02-20T11:25:10Z", - "forks": 552, + "forks": 553, "issues": 151, "subscribers": 101, - "stars": 4832 + "stars": 4835 }, "name": "react-native-material-kit", "fullName": "xinthink/react-native-material-kit", @@ -17829,9 +17714,9 @@ "unmaintained": true, "npmPkg": "react-native-material-kit", "npm": { - "downloads": 464, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 549, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -17842,7 +17727,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.473, "topicSearchString": "react native react-component react-native component ios android material-design materialkit" }, { @@ -17870,7 +17755,7 @@ "forks": 432, "issues": 59, "subscribers": 30, - "stars": 2177 + "stars": 2180 }, "name": "react-native-i18n", "fullName": "AlexanderZaytsev/react-native-i18n", @@ -17902,9 +17787,9 @@ }, "npmPkg": "react-native-i18n", "npm": { - "downloads": 92532, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 84427, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -17968,9 +17853,9 @@ }, "npmPkg": "react-native-image-zoom", "npm": { - "downloads": 246, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 409, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -17978,7 +17863,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.721, "topicSearchString": "react-native android react-component" }, { @@ -18028,9 +17913,9 @@ "unmaintained": true, "npmPkg": "react-native-tooltip", "npm": { - "downloads": 1053, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1341, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -18058,10 +17943,10 @@ "updatedAt": "2019-05-29T10:01:30Z", "createdAt": "2016-08-12T08:43:45Z", "pushedAt": "2019-05-29T10:01:30Z", - "forks": 111, + "forks": 112, "issues": 17, "subscribers": 24, - "stars": 1158 + "stars": 1157 }, "name": "react-native-bottom-sheet-behavior", "fullName": "cesardeazevedo/react-native-bottom-sheet-behavior", @@ -18099,9 +17984,9 @@ "unmaintained": true, "npmPkg": "react-native-bottom-sheet-behavior", "npm": { - "downloads": 465, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 340, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -18110,7 +17995,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.721, "topicSearchString": "android react-native bottom-sheet-behavior coordinatorlayout bottomsheet bottomsheetbehavior google-maps floatingactionbutton nestedscrollview" }, { @@ -18135,7 +18020,7 @@ "updatedAt": "2021-12-09T23:52:04Z", "createdAt": "2015-07-09T18:11:31Z", "pushedAt": "2021-12-09T23:52:04Z", - "forks": 256, + "forks": 258, "issues": 8, "subscribers": 4, "stars": 406 @@ -18165,9 +18050,9 @@ }, "npmPkg": "react-native-intercom", "npm": { - "downloads": 6720, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6639, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -18239,9 +18124,9 @@ "unmaintained": true, "npmPkg": "react-native-globalize", "npm": { - "downloads": 3655, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5569, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -18268,13 +18153,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-17T01:59:37Z", + "updatedAt": "2024-03-03T12:49:50Z", "createdAt": "2015-07-27T12:49:29Z", - "pushedAt": "2025-06-17T01:59:37Z", - "forks": 264, - "issues": 24, + "pushedAt": "2024-03-03T12:49:50Z", + "forks": 265, + "issues": 23, "subscribers": 45, - "stars": 3040 + "stars": 3035 }, "name": "react-native-storage", "fullName": "sunnylqm/react-native-storage", @@ -18300,15 +18185,15 @@ }, "npmPkg": "react-native-storage", "npm": { - "downloads": 40817, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33894, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -18369,9 +18254,9 @@ }, "npmPkg": "react-native-extended-stylesheet", "npm": { - "downloads": 40962, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47783, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -18404,7 +18289,7 @@ "forks": 50, "issues": 0, "subscribers": 10, - "stars": 693 + "stars": 692 }, "name": "react-native-style-tachyons", "fullName": "tachyons-css/react-native-style-tachyons", @@ -18438,13 +18323,14 @@ }, "npmPkg": "react-native-style-tachyons", "npm": { - "downloads": 3160, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4505, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -18505,9 +18391,9 @@ }, "npmPkg": "react-native-google-analytics", "npm": { - "downloads": 845, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1325, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -18566,9 +18452,9 @@ "unmaintained": true, "npmPkg": "pouchdb-react-native", "npm": { - "downloads": 882, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1143, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -18633,9 +18519,9 @@ }, "npmPkg": "react-native-db-models", "npm": { - "downloads": 88, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 128, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -18643,7 +18529,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.719, "topicSearchString": "react-native asyncstorage database local-db db-events rerender emmit-database-operations models data-store ios" }, { @@ -18696,16 +18582,16 @@ "unmaintained": true, "npmPkg": "cairn", "npm": { - "downloads": 14, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 92, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.717, "topicSearchString": "react react-native css styling styles cairn" }, { @@ -18757,9 +18643,9 @@ "unmaintained": true, "npmPkg": "react-native-slowlog", "npm": { - "downloads": 2286, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1716, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -18820,16 +18706,16 @@ }, "npmPkg": "react-native-console-panel", "npm": { - "downloads": 82, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 74, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.723, "topicSearchString": "react-component react-native ios android console debug-panel" }, { @@ -18890,9 +18776,9 @@ }, "npmPkg": "react-native-dismiss-keyboard", "npm": { - "downloads": 15565, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 67136, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -18942,9 +18828,9 @@ }, "npmPkg": "react-native-popup", "npm": { - "downloads": 57, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 151, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -18952,7 +18838,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.715, + "popularity": -0.724, "topicSearchString": "react-native popup" }, { @@ -18974,10 +18860,10 @@ "updatedAt": "2024-11-25T14:34:01Z", "createdAt": "2015-11-30T10:23:11Z", "pushedAt": "2024-11-25T14:34:01Z", - "forks": 331, + "forks": 329, "issues": 4, "subscribers": 19, - "stars": 1642 + "stars": 1638 }, "name": "@bam.tech/react-native-image-resizer", "fullName": "bamlab/react-native-image-resizer", @@ -19015,20 +18901,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 151365, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react android ios images image image-resizer scaling scale resize jpeg" }, { @@ -19081,19 +18959,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 372, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -100, "topicSearchString": "react-native react-component ios android toast position remobile mobile" }, { @@ -19146,9 +19018,9 @@ }, "npmPkg": "react-native-lazyload", "npm": { - "downloads": 391, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 954, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -19156,7 +19028,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.473, "topicSearchString": "react-component react-native ios android lazyload load" }, { @@ -19222,9 +19094,9 @@ }, "npmPkg": "react-native-nav", "npm": { - "downloads": 638, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 808, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -19285,9 +19157,9 @@ }, "npmPkg": "react-imation", "npm": { - "downloads": 38, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 78, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -19347,9 +19219,9 @@ }, "npmPkg": "react-native-android-tablayout", "npm": { - "downloads": 34, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 91, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -19357,7 +19229,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.728, "topicSearchString": "react-component react-native android tablayout design support" }, { @@ -19419,9 +19291,9 @@ }, "npmPkg": "react-native-gifted-listview", "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 70, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -19430,7 +19302,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.721, "topicSearchString": "pull-to-refresh refreshable listview infinite-scrolling react-component react-native ios android" }, { @@ -19459,7 +19331,7 @@ "forks": 55, "issues": 2, "subscribers": 5, - "stars": 429 + "stars": 413 }, "name": "react-native-simple-dialogs", "fullName": "douglasjunior/react-native-simple-dialogs", @@ -19497,9 +19369,9 @@ }, "npmPkg": "react-native-simple-dialogs", "npm": { - "downloads": 6908, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8659, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -19533,7 +19405,7 @@ "forks": 58, "issues": 2, "subscribers": 7, - "stars": 992 + "stars": 987 }, "name": "react-native-keyboard-manager", "fullName": "douglasjunior/react-native-keyboard-manager", @@ -19566,9 +19438,9 @@ }, "npmPkg": "react-native-keyboard-manager", "npm": { - "downloads": 104193, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 113680, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -19602,7 +19474,7 @@ "forks": 115, "issues": 13, "subscribers": 33, - "stars": 2068 + "stars": 2066 }, "name": "nachos-ui", "fullName": "nachos-ui/nachos-ui", @@ -19630,9 +19502,9 @@ "unmaintained": true, "npmPkg": "nachos-ui", "npm": { - "downloads": 176, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 162, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -19641,7 +19513,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.725, "topicSearchString": "react react-component react-native ui-kit uikit web" }, { @@ -19662,10 +19534,10 @@ "updatedAt": "2018-12-27T10:31:48Z", "createdAt": "2015-12-11T15:29:45Z", "pushedAt": "2018-12-27T10:31:48Z", - "forks": 352, + "forks": 353, "issues": 70, "subscribers": 94, - "stars": 3144 + "stars": 3146 }, "name": "react-native-material-design", "fullName": "invertase/react-native-material-design", @@ -19700,9 +19572,9 @@ }, "npmPkg": "react-native-material-design", "npm": { - "downloads": 294, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 354, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -19711,7 +19583,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.722, "topicSearchString": "react-native material design ui components react-component android" }, { @@ -19765,9 +19637,9 @@ }, "npmPkg": "mrn", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 55, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -19776,7 +19648,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.732, "topicSearchString": "react-native material design ui components react-component mrn ui-components android" }, { @@ -19840,9 +19712,9 @@ }, "npmPkg": "react-native-parallax", "npm": { - "downloads": 106, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 91, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -19850,7 +19722,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.728, "topicSearchString": "react-native react-component component react mobile ios android ui parallax image" }, { @@ -19875,10 +19747,10 @@ "updatedAt": "2019-12-24T15:18:02Z", "createdAt": "2015-04-29T20:31:35Z", "pushedAt": "2019-12-24T15:18:02Z", - "forks": 217, + "forks": 216, "issues": 53, "subscribers": 45, - "stars": 1571 + "stars": 1573 }, "name": "react-native-chart", "fullName": "tomauty/react-native-chart", @@ -19910,9 +19782,9 @@ }, "npmPkg": "react-native-chart", "npm": { - "downloads": 264, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 226, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -19921,7 +19793,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.723, "topicSearchString": "chart javascript react-native svg" }, { @@ -19947,7 +19819,7 @@ "forks": 156, "issues": 22, "subscribers": 24, - "stars": 1290 + "stars": 1291 }, "name": "react-native-parallax-view", "fullName": "lelandrichardson/react-native-parallax-view", @@ -19972,9 +19844,9 @@ }, "npmPkg": "react-native-parallax-view", "npm": { - "downloads": 340, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 83, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -19983,7 +19855,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.726, "topicSearchString": "react react-native react-component parallax" }, { @@ -19994,7 +19866,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/oblador/react-native-collapsible", @@ -20012,7 +19883,7 @@ "forks": 429, "issues": 88, "subscribers": 30, - "stars": 2553 + "stars": 2525 }, "name": "react-native-collapsible", "fullName": "oblador/react-native-collapsible", @@ -20053,9 +19924,9 @@ }, "npmPkg": "react-native-collapsible", "npm": { - "downloads": 703798, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1160818, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -20091,7 +19962,7 @@ "forks": 165, "issues": 18, "subscribers": 9, - "stars": 668 + "stars": 666 }, "name": "react-native-popover", "fullName": "jeanregisser/react-native-popover", @@ -20118,9 +19989,9 @@ }, "npmPkg": "react-native-popover", "npm": { - "downloads": 2894, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2125, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -20180,9 +20051,9 @@ }, "npmPkg": "react-native-form-generator", "npm": { - "downloads": 1190, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 684, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20255,9 +20126,9 @@ }, "npmPkg": "react-native-simple-router", "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 76, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20265,7 +20136,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.711, "topicSearchString": "react react-component react-native ios navigation navigation-bar navbar router simple react-router react-navigation" }, { @@ -20318,9 +20189,9 @@ }, "npmPkg": "react-native-markdown", "npm": { - "downloads": 23, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 48, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20328,7 +20199,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.708, "topicSearchString": "react native markdown md parse parser" }, { @@ -20383,9 +20254,9 @@ }, "npmPkg": "react-native-custom-navigation", "npm": { - "downloads": 13, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20393,7 +20264,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.673, + "popularity": -0.718, "topicSearchString": "react react-component react-native react-navigation ios navigation navbar router" }, { @@ -20419,7 +20290,7 @@ "forks": 44, "issues": 7, "subscribers": 12, - "stars": 367 + "stars": 366 }, "name": "react-native-gesture-recognizers", "fullName": "johanneslumpe/react-native-gesture-recognizers", @@ -20443,9 +20314,9 @@ }, "npmPkg": "react-native-gesture-recognizers", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 49, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20453,7 +20324,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.709, "topicSearchString": "react-native gesture detection" }, { @@ -20479,7 +20350,7 @@ "forks": 92, "issues": 35, "subscribers": 6, - "stars": 333 + "stars": 332 }, "name": "react-native-gallery", "fullName": "ldn0x7dc/react-native-gallery", @@ -20493,9 +20364,9 @@ }, "npmPkg": "react-native-gallery", "npm": { - "downloads": 114, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 123, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20503,7 +20374,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.726, "topicSearchString": "" }, { @@ -20555,9 +20426,9 @@ }, "npmPkg": "react-native-md-textinput", "npm": { - "downloads": 74, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 123, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20565,7 +20436,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.726, "topicSearchString": "react-native textinput material-design material design" }, { @@ -20616,9 +20487,9 @@ }, "npmPkg": "react-native-custom-action-sheet", "npm": { - "downloads": 46, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20626,7 +20497,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.728, + "popularity": -0.729, "topicSearchString": "react-native react-component ios action-sheet" }, { @@ -20652,7 +20523,7 @@ "forks": 91, "issues": 20, "subscribers": 48, - "stars": 496 + "stars": 494 }, "name": "react-native-keyboard-aware-scrollview", "fullName": "wix-incubator/react-native-keyboard-aware-scrollview", @@ -20680,9 +20551,9 @@ }, "npmPkg": "react-native-keyboard-aware-scrollview", "npm": { - "downloads": 16440, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24922, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20713,7 +20584,7 @@ "updatedAt": "2016-06-15T05:58:12Z", "createdAt": "2015-10-26T10:39:47Z", "pushedAt": "2016-06-15T05:58:12Z", - "forks": 33, + "forks": 34, "issues": 9, "subscribers": 3, "stars": 176 @@ -20752,9 +20623,9 @@ }, "npmPkg": "react-native-gestures", "npm": { - "downloads": 70, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 97, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20762,7 +20633,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.719, "topicSearchString": "react-native react-component ios gestures pinch zoom drag drop" }, { @@ -20810,9 +20681,9 @@ }, "npmPkg": "react-native-ab", "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -20820,7 +20691,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.625, + "popularity": -0.75, "topicSearchString": "react native ab test testing experiment variant" }, { @@ -20880,16 +20751,16 @@ }, "npmPkg": "react-native-animated-ptr", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.667, + "popularity": -0.708, "topicSearchString": "react-native react-component ios android animated pull-to-refresh" }, { @@ -20929,16 +20800,16 @@ }, "npmPkg": "react-native-htmltext", "npm": { - "downloads": 54, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.731, + "popularity": -0.716, "topicSearchString": "" }, { @@ -20990,16 +20861,16 @@ }, "npmPkg": "react-native-listitem", "npm": { - "downloads": 34, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 90, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.728, "topicSearchString": "react-native react-component ios listitem swipe ui" }, { @@ -21018,13 +20889,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-03T08:01:11Z", + "updatedAt": "2025-02-11T18:10:12Z", "createdAt": "2016-07-27T10:57:27Z", - "pushedAt": "2025-04-03T08:01:11Z", - "forks": 509, - "issues": 22, - "subscribers": 73, - "stars": 3251 + "pushedAt": "2025-02-11T18:10:12Z", + "forks": 504, + "issues": 25, + "subscribers": 72, + "stars": 3206 }, "name": "react-native-ble-plx", "fullName": "dotintent/react-native-ble-plx", @@ -21062,13 +20933,12 @@ }, "npmPkg": "react-native-ble-plx", "npm": { - "downloads": 170851, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 168280, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 68, "matchingScoreModifiers": [ - "Very popular", "Popular", "Known", "Not supporting New Architecture" @@ -21101,10 +20971,10 @@ "updatedAt": "2022-10-24T12:02:37Z", "createdAt": "2017-05-07T16:22:54Z", "pushedAt": "2022-10-24T12:02:37Z", - "forks": 179, + "forks": 178, "issues": 7, "subscribers": 12, - "stars": 2133 + "stars": 2132 }, "name": "rn-placeholder", "fullName": "mfrachet/rn-placeholder", @@ -21140,9 +21010,9 @@ "unmaintained": true, "npmPkg": "rn-placeholder", "npm": { - "downloads": 101588, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 84821, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -21196,16 +21066,16 @@ }, "npmPkg": "rn-displayable", "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.808, "topicSearchString": "react-native ios android expo" }, { @@ -21226,7 +21096,7 @@ "updatedAt": "2023-04-13T16:08:20Z", "createdAt": "2016-10-27T09:03:49Z", "pushedAt": "2023-04-13T16:08:20Z", - "forks": 487, + "forks": 488, "issues": 2, "subscribers": 26, "stars": 1137 @@ -21264,9 +21134,9 @@ "unmaintained": true, "npmPkg": "tipsi-stripe", "npm": { - "downloads": 5899, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6626, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -21298,10 +21168,10 @@ "updatedAt": "2025-02-21T05:43:57Z", "createdAt": "2016-05-05T17:04:15Z", "pushedAt": "2025-02-21T05:43:57Z", - "forks": 206, - "issues": 37, + "forks": 207, + "issues": 36, "subscribers": 44, - "stars": 1112 + "stars": 1103 }, "name": "react-native-qrcode-svg", "fullName": "Expensify/react-native-qrcode-svg", @@ -21333,9 +21203,9 @@ }, "npmPkg": "react-native-qrcode-svg", "npm": { - "downloads": 902113, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 871236, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -21365,13 +21235,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-22T10:59:47Z", + "updatedAt": "2025-04-15T10:32:14Z", "createdAt": "2021-04-20T12:33:05Z", - "pushedAt": "2025-06-22T10:59:47Z", - "forks": 168, - "issues": 16, + "pushedAt": "2025-04-15T10:32:14Z", + "forks": 164, + "issues": 11, "subscribers": 18, - "stars": 851 + "stars": 807 }, "name": "react-native-google-mobile-ads", "fullName": "invertase/react-native-google-mobile-ads", @@ -21400,10 +21270,10 @@ "spdxId": "Apache-2.0" }, "lastRelease": { - "name": "v15.4.0", - "tagName": "v15.4.0", - "createdAt": "2025-06-07T07:33:07Z", - "publishedAt": "2025-06-07T07:33:17Z", + "name": "v15.1.0", + "tagName": "v15.1.0", + "createdAt": "2025-04-15T10:32:14Z", + "publishedAt": "2025-04-15T10:32:24Z", "isPrerelease": false }, "hasTypes": true, @@ -21412,9 +21282,9 @@ }, "npmPkg": "react-native-google-mobile-ads", "npm": { - "downloads": 116596, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 124229, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 76, "matchingScoreModifiers": [ @@ -21443,13 +21313,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/analytics", "fullName": "invertase/react-native-firebase", @@ -21472,21 +21342,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1599138, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase analytics" }, { @@ -21507,13 +21369,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/app-check", "fullName": "invertase/react-native-firebase", @@ -21537,21 +21399,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 66226, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase app-check appcheck" }, { @@ -21571,13 +21425,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/app-distribution", "fullName": "invertase/react-native-firebase", @@ -21600,21 +21454,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 32346, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase app-distribution" }, { @@ -21635,13 +21481,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/app", "fullName": "invertase/react-native-firebase", @@ -21691,21 +21537,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2513233, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react admob auth config digits fabric functions phone-auth sms firestore cloud-firestore datastore remote-config transactions react-native firebase firebase fcm apn gcm analytics messaging database android ios crash firestack performance firestore dynamic-links crashlytics" }, { @@ -21726,13 +21564,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-15T18:30:20Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-15T18:30:20Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/auth", "fullName": "invertase/react-native-firebase", @@ -21755,21 +21593,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 481397, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase auth" }, { @@ -21790,13 +21620,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/crashlytics", "fullName": "invertase/react-native-firebase", @@ -21824,21 +21654,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1069830, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase fabric crash bug error reporting crashlytics" }, { @@ -21859,13 +21681,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/database", "fullName": "invertase/react-native-firebase", @@ -21891,21 +21713,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 73928, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase realtime database synchronized realtome-database" }, { @@ -21925,13 +21739,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/dynamic-links", "fullName": "invertase/react-native-firebase", @@ -21955,21 +21769,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 207144, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase deep-link dynamic-link" }, { @@ -21990,13 +21796,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/firestore", "fullName": "invertase/react-native-firebase", @@ -22024,21 +21830,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 325111, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase cloud-firestore database nosql query realtime firestore" }, { @@ -22059,13 +21857,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/functions", "fullName": "invertase/react-native-firebase", @@ -22090,21 +21888,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 95987, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase https callable functions" }, { @@ -22125,13 +21915,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/in-app-messaging", "fullName": "invertase/react-native-firebase", @@ -22159,21 +21949,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 65118, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase in-app-messaging analytics predictions engage active-users inappmessaging" }, { @@ -22194,13 +21976,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/messaging", "fullName": "invertase/react-native-firebase", @@ -22223,21 +22005,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1420264, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase messaging" }, { @@ -22258,13 +22032,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/ml", "fullName": "invertase/react-native-firebase", @@ -22291,21 +22065,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3923, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase ml machine-learning text-recognition landmark-recognition image-labeler" }, { @@ -22326,13 +22092,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/perf", "fullName": "invertase/react-native-firebase", @@ -22360,21 +22126,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 524017, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase perf trace insight http latency performance-monitoring" }, { @@ -22395,13 +22153,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/remote-config", "fullName": "invertase/react-native-firebase", @@ -22426,21 +22184,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 488676, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase config remote remote-config" }, { @@ -22461,13 +22211,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/storage", "fullName": "invertase/react-native-firebase", @@ -22497,21 +22247,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 147293, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase images audio video json cloud-storage storage upload download" }, { @@ -22519,7 +22261,6 @@ "ios": true, "android": true, "unmaintained": true, - "fireos": true, "alternatives": [ "@dr.pogodin/react-native-fs", "expo-file-system" @@ -22538,10 +22279,10 @@ "updatedAt": "2023-04-12T21:30:13Z", "createdAt": "2015-05-08T17:04:15Z", "pushedAt": "2023-04-12T21:30:13Z", - "forks": 881, - "issues": 553, + "forks": 882, + "issues": 552, "subscribers": 43, - "stars": 5020 + "stars": 5015 }, "name": "react-native-fs", "fullName": "itinance/react-native-fs", @@ -22578,9 +22319,9 @@ }, "npmPkg": "react-native-fs", "npm": { - "downloads": 1405073, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1913592, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -22616,7 +22357,7 @@ "forks": 14, "issues": 0, "subscribers": 6, - "stars": 178 + "stars": 177 }, "name": "react-native-cell-components", "fullName": "lodev09/react-native-cell-components", @@ -22651,16 +22392,16 @@ "unmaintained": true, "npmPkg": "react-native-cell-components", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 212, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.722, "topicSearchString": "react-native cell components ios listview tableview" }, { @@ -22720,9 +22461,9 @@ }, "npmPkg": "react-native-photo-upload", "npm": { - "downloads": 893, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 580, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -22730,7 +22471,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.471, "topicSearchString": "photo react react-native resizer image picker base64 ios android photos reactjs image-picker fs image-resizer" }, { @@ -22754,7 +22495,7 @@ "forks": 63, "issues": 34, "subscribers": 27, - "stars": 1025 + "stars": 1024 }, "name": "react-native-create-bridge", "fullName": "peggyrayzis/react-native-create-bridge", @@ -22792,9 +22533,9 @@ "unmaintained": true, "npmPkg": "react-native-create-bridge", "npm": { - "downloads": 1478, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1058, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -22803,7 +22544,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react native react-native bridge cli swift java objective-c kotlin" }, { @@ -22857,16 +22598,16 @@ "unmaintained": true, "npmPkg": "react-native-fa-icons", "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 91, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.828, "topicSearchString": "react-native fonts font-awesome fontawesome icon icons-fontawesome icons" }, { @@ -22920,16 +22661,16 @@ "unmaintained": true, "npmPkg": "material-native", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 61, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.717, "topicSearchString": "react react-component react-native material material-design android ios" }, { @@ -22985,16 +22726,16 @@ }, "npmPkg": "react-native-submit-button", "npm": { - "downloads": 17, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.691, + "popularity": -0.721, "topicSearchString": "react native animated component button submit android ios react-native submit-button" }, { @@ -23012,13 +22753,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-15T10:41:32Z", + "updatedAt": "2025-02-22T00:51:21Z", "createdAt": "2015-08-26T09:06:18Z", - "pushedAt": "2025-06-15T10:41:32Z", - "forks": 153, - "issues": 15, + "pushedAt": "2025-02-22T00:51:21Z", + "forks": 152, + "issues": 13, "subscribers": 12, - "stars": 443 + "stars": 437 }, "name": "react-native-zip-archive", "fullName": "mockingbot/react-native-zip-archive", @@ -23042,10 +22783,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v7.0.2", - "tagName": "v7.0.2", - "createdAt": "2025-06-15T10:43:38Z", - "publishedAt": "2025-06-15T10:46:07Z", + "name": "v7.0.1", + "tagName": "v7.0.1", + "createdAt": "2024-10-08T02:20:04Z", + "publishedAt": "2024-10-08T02:23:07Z", "isPrerelease": false }, "hasTypes": false, @@ -23054,15 +22795,14 @@ }, "npmPkg": "react-native-zip-archive", "npm": { - "downloads": 124595, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 127560, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -23122,9 +22862,9 @@ }, "npmPkg": "react-native-actionsheet", "npm": { - "downloads": 57483, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 65997, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -23153,10 +22893,10 @@ "updatedAt": "2020-01-22T08:41:43Z", "createdAt": "2017-06-23T07:11:35Z", "pushedAt": "2020-01-22T08:41:43Z", - "forks": 198, + "forks": 197, "issues": 45, "subscribers": 28, - "stars": 872 + "stars": 866 }, "name": "react-native-document-scanner", "fullName": "Michaelvilleneuve/react-native-document-scanner", @@ -23189,9 +22929,9 @@ "unmaintained": true, "npmPkg": "react-native-document-scanner", "npm": { - "downloads": 59, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 105, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -23200,7 +22940,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.733, + "popularity": -0.721, "topicSearchString": "react-native scanner ios document" }, { @@ -23223,7 +22963,7 @@ "forks": 102, "issues": 21, "subscribers": 8, - "stars": 311 + "stars": 310 }, "name": "react-native-perspective-image-cropper", "fullName": "Michaelvilleneuve/react-native-perspective-image-cropper", @@ -23259,9 +22999,9 @@ "unmaintained": true, "npmPkg": "react-native-perspective-image-cropper", "npm": { - "downloads": 348, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 408, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -23323,9 +23063,9 @@ "unmaintained": true, "npmPkg": "react-native-loading-placeholder", "npm": { - "downloads": 3918, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4496, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -23396,18 +23136,13 @@ "newArchitecture": false, "isArchived": true }, - "npm": { - "downloads": 42, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -100, "topicSearchString": "react-native batch push notifications library push-notifications archived deprecated obsolete" }, { @@ -23457,16 +23192,16 @@ "unmaintained": true, "npmPkg": "react-native-bouncy-drawer", "npm": { - "downloads": 47, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.729, + "popularity": -0.75, "topicSearchString": "drawer react-native bouncy" }, { @@ -23487,7 +23222,7 @@ "updatedAt": "2017-10-13T11:41:01Z", "createdAt": "2017-10-12T17:32:33Z", "pushedAt": "2017-10-13T11:41:01Z", - "forks": 3, + "forks": 4, "issues": 1, "subscribers": 2, "stars": 94 @@ -23516,16 +23251,16 @@ }, "npmPkg": "react-native-ios-drag-drop", "npm": { - "downloads": 24, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.708, + "popularity": -0.724, "topicSearchString": "react-native drag-and-drop ios react component" }, { @@ -23575,16 +23310,16 @@ }, "npmPkg": "react-native-material-palette", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.721, "topicSearchString": "react-native react material-design material-ui" }, { @@ -23612,9 +23347,9 @@ "createdAt": "2017-10-12T20:02:23Z", "pushedAt": "2024-07-29T15:02:28Z", "forks": 166, - "issues": 32, + "issues": 31, "subscribers": 12, - "stars": 1045 + "stars": 1033 }, "name": "react-native-onboarding-swiper", "fullName": "jfilter/react-native-onboarding-swiper", @@ -23647,9 +23382,9 @@ }, "npmPkg": "react-native-onboarding-swiper", "npm": { - "downloads": 19421, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34368, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -23681,10 +23416,10 @@ "updatedAt": "2019-04-19T21:39:12Z", "createdAt": "2016-03-24T15:40:53Z", "pushedAt": "2019-04-19T21:39:12Z", - "forks": 580, + "forks": 582, "issues": 171, "subscribers": 85, - "stars": 3783 + "stars": 3782 }, "name": "react-native-material-ui", "fullName": "xotahal/react-native-material-ui", @@ -23723,9 +23458,9 @@ "unmaintained": true, "npmPkg": "react-native-material-ui", "npm": { - "downloads": 1741, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1362, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -23788,16 +23523,16 @@ "unmaintained": true, "npmPkg": "react-native-falling-drawer", "npm": { - "downloads": 25, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.71, + "popularity": -0.717, "topicSearchString": "drawer falling customizable collapsible" }, { @@ -23843,16 +23578,16 @@ }, "npmPkg": "rn-render-perfs", "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.673, "topicSearchString": "" }, { @@ -23914,9 +23649,9 @@ "unmaintained": true, "npmPkg": "react-native-schemes-manager", "npm": { - "downloads": 7561, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10788, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -23955,7 +23690,7 @@ "forks": 949, "issues": 175, "subscribers": 126, - "stars": 10538 + "stars": 10487 }, "name": "@ui-kitten/components", "fullName": "akveo/react-native-ui-kitten", @@ -23977,7 +23712,6 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npm": {}, "score": 22, "matchingScoreModifiers": [ @@ -24047,16 +23781,16 @@ }, "npmPkg": "react-native-offscreen-toolbar", "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 77, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.817, + "popularity": -0.824, "topicSearchString": "react-native react-component component react mobile ui toolbar navbar header material material-design" }, { @@ -24113,16 +23847,16 @@ "unmaintained": true, "npmPkg": "react-native-braintree-payments-drop-in", "npm": { - "downloads": 109, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 271, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.724, "topicSearchString": "react-native braintree payments drop-in" }, { @@ -24130,7 +23864,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "expoGo": true, "github": { "urls": { @@ -24146,10 +23879,10 @@ "updatedAt": "2024-08-30T21:17:50Z", "createdAt": "2017-06-14T19:50:59Z", "pushedAt": "2024-08-30T21:17:50Z", - "forks": 2756, - "issues": 700, + "forks": 2761, + "issues": 699, "subscribers": 229, - "stars": 34246 + "stars": 34223 }, "name": "formik", "fullName": "jaredpalmer/formik", @@ -24182,9 +23915,9 @@ }, "npmPkg": "formik", "npm": { - "downloads": 12555286, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12106933, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -24246,16 +23979,16 @@ }, "npmPkg": "react-native-google-play-game-services", "npm": { - "downloads": 16, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 17, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.787, + "popularity": -0.791, "topicSearchString": "react-native google-play google-play-game-services android google-play-games google-play-service" }, { @@ -24304,16 +24037,16 @@ "unmaintained": true, "npmPkg": "react-native-popup-menu-android", "npm": { - "downloads": 222, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 336, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.82, "topicSearchString": "react-native android popup popover menu overlay native-native native material" }, { @@ -24368,9 +24101,9 @@ "unmaintained": true, "npmPkg": "react-scroll-paged-view", "npm": { - "downloads": 145, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 181, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -24429,13 +24162,14 @@ }, "npmPkg": "react-native-azure-auth", "npm": { - "downloads": 10156, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12540, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -24496,9 +24230,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-popover", "npm": { - "downloads": 34119, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38569, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -24566,16 +24300,16 @@ "unmaintained": true, "npmPkg": "react-native-vkontakte-login", "npm": { - "downloads": 405, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 785, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.472, "topicSearchString": "react react-native vk vkontakte sdk login share" }, { @@ -24594,13 +24328,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-16T15:50:49Z", + "updatedAt": "2025-04-14T15:01:32Z", "createdAt": "2018-02-11T22:31:55Z", - "pushedAt": "2025-06-16T15:50:49Z", - "forks": 466, - "issues": 84, + "pushedAt": "2025-04-14T15:01:32Z", + "forks": 464, + "issues": 82, "subscribers": 20, - "stars": 1826 + "stars": 1817 }, "name": "react-native-picker-select", "fullName": "lawnstarter/react-native-picker-select", @@ -24640,9 +24374,9 @@ }, "npmPkg": "react-native-picker-select", "npm": { - "downloads": 521069, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 556787, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 62, "matchingScoreModifiers": [ @@ -24702,16 +24436,16 @@ }, "npmPkg": "react-native-keyguard", "npm": { - "downloads": 23, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 32, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.819, "topicSearchString": "react-component react-native android lock-screen" }, { @@ -24743,7 +24477,7 @@ "forks": 100, "issues": 8, "subscribers": 10, - "stars": 585 + "stars": 577 }, "name": "react-native-swiper-flatlist", "fullName": "gusgard/react-native-swiper-flatlist", @@ -24795,9 +24529,9 @@ }, "npmPkg": "react-native-swiper-flatlist", "npm": { - "downloads": 58093, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 63698, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -24833,7 +24567,7 @@ "forks": 8, "issues": 0, "subscribers": 2, - "stars": 105 + "stars": 104 }, "name": "react-native-grid-list", "fullName": "gusgard/react-native-grid-list", @@ -24871,9 +24605,9 @@ "unmaintained": true, "npmPkg": "react-native-grid-list", "npm": { - "downloads": 69, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 272, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -24912,10 +24646,10 @@ "updatedAt": "2024-02-04T13:21:23Z", "createdAt": "2017-03-04T16:33:14Z", "pushedAt": "2024-02-04T13:21:23Z", - "forks": 93, - "issues": 15, + "forks": 92, + "issues": 13, "subscribers": 4, - "stars": 336 + "stars": 333 }, "name": "react-native-image-marker", "fullName": "JimmyDaddy/react-native-image-marker", @@ -24956,9 +24690,9 @@ }, "npmPkg": "react-native-image-marker", "npm": { - "downloads": 13598, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 99793, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -24991,10 +24725,10 @@ "updatedAt": "2024-01-09T16:09:55Z", "createdAt": "2018-04-18T05:50:46Z", "pushedAt": "2024-01-09T16:09:55Z", - "forks": 171, - "issues": 53, + "forks": 170, + "issues": 52, "subscribers": 7, - "stars": 653 + "stars": 646 }, "name": "react-native-walkthrough-tooltip", "fullName": "jasongaare/react-native-walkthrough-tooltip", @@ -25028,9 +24762,9 @@ }, "npmPkg": "react-native-walkthrough-tooltip", "npm": { - "downloads": 261769, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 271509, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -25061,10 +24795,10 @@ "updatedAt": "2024-06-02T10:23:45Z", "createdAt": "2015-04-09T07:53:25Z", "pushedAt": "2024-06-02T10:23:45Z", - "forks": 163, + "forks": 164, "issues": 26, "subscribers": 23, - "stars": 1012 + "stars": 1011 }, "name": "react-native-canvas", "fullName": "iddan/react-native-canvas", @@ -25090,9 +24824,9 @@ }, "npmPkg": "react-native-canvas", "npm": { - "downloads": 23732, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 110155, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -25156,16 +24890,16 @@ "unmaintained": true, "npmPkg": "react-native-draggable-calendar", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.71, "topicSearchString": "react-native calendar drag draggable draggable-calendar" }, { @@ -25190,7 +24924,7 @@ "forks": 134, "issues": 16, "subscribers": 5, - "stars": 394 + "stars": 390 }, "name": "rn-pdf-reader-js", "fullName": "xcarpentier/rn-pdf-reader-js", @@ -25227,9 +24961,9 @@ "unmaintained": true, "npmPkg": "rn-pdf-reader-js", "npm": { - "downloads": 17667, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13822, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -25267,7 +25001,7 @@ "forks": 139, "issues": 24, "subscribers": 11, - "stars": 859 + "stars": 851 }, "name": "react-native-snackbar", "fullName": "cooperka/react-native-snackbar", @@ -25303,14 +25037,15 @@ }, "npmPkg": "react-native-snackbar", "npm": { - "downloads": 54592, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 55435, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -25373,16 +25108,16 @@ "unmaintained": true, "npmPkg": "react-native-pseudo-localization", "npm": { - "downloads": 25, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.81, + "popularity": -0.805, "topicSearchString": "chaos-engineering i18n internationalization l10n language localization pseudo-localization psuedo-localize psuedo translation i10n react-native pseudo" }, { @@ -25452,9 +25187,9 @@ "unmaintained": true, "npmPkg": "react-native-keyboard-accessory", "npm": { - "downloads": 55088, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 48935, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -25476,7 +25211,6 @@ ], "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/henninghall/react-native-date-picker", @@ -25488,13 +25222,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-05T18:26:24Z", + "updatedAt": "2025-04-06T11:36:15Z", "createdAt": "2018-04-08T18:31:00Z", - "pushedAt": "2025-06-05T18:26:24Z", - "forks": 344, - "issues": 37, + "pushedAt": "2025-04-06T11:36:15Z", + "forks": 336, + "issues": 34, "subscribers": 8, - "stars": 2387 + "stars": 2356 }, "name": "react-native-date-picker", "fullName": "henninghall/react-native-date-picker", @@ -25519,10 +25253,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "5.0.13", - "tagName": "5.0.13", - "createdAt": "2025-06-05T18:26:24Z", - "publishedAt": "2025-06-05T18:28:04Z", + "name": "5.0.12", + "tagName": "5.0.12", + "createdAt": "2025-04-06T11:08:35Z", + "publishedAt": "2025-04-06T11:08:55Z", "isPrerelease": false }, "hasTypes": true, @@ -25531,9 +25265,9 @@ }, "npmPkg": "react-native-date-picker", "npm": { - "downloads": 679421, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 798690, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -25603,9 +25337,9 @@ }, "npmPkg": "react-native-gradients", "npm": { - "downloads": 7032, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7545, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -25635,13 +25369,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T08:19:21Z", + "updatedAt": "2025-04-07T20:34:04Z", "createdAt": "2018-08-28T15:32:05Z", - "pushedAt": "2025-06-10T08:19:21Z", - "forks": 603, - "issues": 254, + "pushedAt": "2025-04-07T20:34:04Z", + "forks": 601, + "issues": 242, "subscribers": 106, - "stars": 11059 + "stars": 10930 }, "name": "@nozbe/watermelondb", "fullName": "Nozbe/WatermelonDB", @@ -25676,22 +25410,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 53339, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "database sqlite react react-native indexeddb lokijs watermelon watermelondb offline offline-first persistence reactive rxjs better-sqlite3 db hacktoberfest" }, { @@ -25745,9 +25471,9 @@ }, "npmPkg": "react-native-version-info", "npm": { - "downloads": 30739, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33819, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -25784,13 +25510,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-07T12:19:55Z", + "updatedAt": "2024-12-20T20:40:29Z", "createdAt": "2017-03-16T20:18:39Z", - "pushedAt": "2025-05-07T12:19:55Z", - "forks": 940, - "issues": 24, - "subscribers": 50, - "stars": 3499 + "pushedAt": "2024-12-20T20:40:29Z", + "forks": 928, + "issues": 28, + "subscribers": 54, + "stars": 3436 }, "name": "react-native-track-player", "fullName": "doublesymmetry/react-native-track-player", @@ -25828,9 +25554,9 @@ }, "npmPkg": "react-native-track-player", "npm": { - "downloads": 118578, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 134236, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -25868,7 +25594,7 @@ "forks": 3, "issues": 0, "subscribers": 4, - "stars": 33 + "stars": 32 }, "name": "react-native-hotspot", "fullName": "lawnstarter/react-native-hotspot", @@ -25896,16 +25622,16 @@ }, "npmPkg": "react-native-hotspot", "npm": { - "downloads": 24, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.208, + "popularity": -0.218, "topicSearchString": "hotspot tutorial onboarding react react-native expo frontend" }, { @@ -25960,16 +25686,16 @@ "unmaintained": true, "npmPkg": "react-native-text-avatar", "npm": { - "downloads": 292, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 341, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.721, "topicSearchString": "react-native component avatar text letter text-avatar letter-avatar" }, { @@ -26025,16 +25751,16 @@ "unmaintained": true, "npmPkg": "react-native-buglife", "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 108, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.822, "topicSearchString": "react-native react-component component react mobile ios android buglife bug-reporting bug-reporter" }, { @@ -26089,16 +25815,16 @@ "unmaintained": true, "npmPkg": "react-native-customize-selected-date", "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 93, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.818, "topicSearchString": "customize selected date calendar event customize-event react-native customize-date" }, { @@ -26146,16 +25872,16 @@ }, "npmPkg": "react-native-suggester", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 53, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.25, + "popularity": -0.212, "topicSearchString": "react-native textinput autocompletion" }, { @@ -26207,16 +25933,16 @@ "unmaintained": true, "npmPkg": "react-native-scrolling-images", "npm": { - "downloads": 33, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 43, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -0.827, "topicSearchString": "animated scrolling image background parallax" }, { @@ -26238,9 +25964,9 @@ "createdAt": "2017-06-22T07:27:48Z", "pushedAt": "2024-06-29T13:46:27Z", "forks": 99, - "issues": 21, + "issues": 23, "subscribers": 7, - "stars": 190 + "stars": 191 }, "name": "react-native-instagram-login", "fullName": "hungdev/react-native-instagram-login", @@ -26272,9 +25998,9 @@ }, "npmPkg": "react-native-instagram-login", "npm": { - "downloads": 845, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2296, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -26342,16 +26068,16 @@ "unmaintained": true, "npmPkg": "react-native-ruler", "npm": { - "downloads": 44, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.705, + "popularity": -0.729, "topicSearchString": "devtools measure ruler react react-native expo" }, { @@ -26402,16 +26128,16 @@ "unmaintained": true, "npmPkg": "react-native-safe-image", "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 41, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.726, "topicSearchString": "react-native image fallback typescript" }, { @@ -26420,7 +26146,6 @@ "https://docs.expo.dev/versions/latest/sdk/apple-authentication/#usage" ], "ios": true, - "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -26434,13 +26159,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-apple-authentication", "fullName": "expo/expo", @@ -26466,16 +26191,17 @@ }, "npmPkg": "expo-apple-authentication", "npm": { - "downloads": 453805, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 362683, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -26487,7 +26213,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26500,13 +26225,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T09:40:32Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-20T09:40:32Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-application", "fullName": "expo/expo", @@ -26530,9 +26255,9 @@ }, "npmPkg": "expo-application", "npm": { - "downloads": 3108284, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2294050, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -26550,10 +26275,8 @@ "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-asset", "ios": true, "android": true, - "tvos": true, "web": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26566,13 +26289,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T15:56:55Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-12T15:56:55Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-asset", "fullName": "expo/expo", @@ -26596,9 +26319,9 @@ }, "npmPkg": "expo-asset", "npm": { - "downloads": 5665904, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5164738, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -26623,9 +26346,7 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26638,13 +26359,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T08:58:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-18T08:58:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-av", "fullName": "expo/expo", @@ -26669,9 +26390,9 @@ }, "npmPkg": "expo-av", "npm": { - "downloads": 1433517, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1495427, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -26692,6 +26413,7 @@ ], "ios": true, "android": true, + "expoGo": true, "newArchitecture": true, "github": { "urls": { @@ -26704,13 +26426,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-14T02:20:31Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-14T02:20:31Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-background-fetch", "fullName": "expo/expo", @@ -26736,16 +26458,17 @@ }, "npmPkg": "expo-background-fetch", "npm": { - "downloads": 174617, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 149189, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -26773,13 +26496,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-battery", "fullName": "expo/expo", @@ -26803,16 +26526,17 @@ }, "npmPkg": "expo-battery", "npm": { - "downloads": 68947, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54815, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -26826,9 +26550,7 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -26841,13 +26563,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T05:26:30Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-08T05:26:30Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-blur", "fullName": "expo/expo", @@ -26871,9 +26593,9 @@ }, "npmPkg": "expo-blur", "npm": { - "downloads": 1758483, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1299959, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -26908,13 +26630,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T10:40:52Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T10:40:52Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-brightness", "fullName": "expo/expo", @@ -26939,9 +26661,9 @@ }, "npmPkg": "expo-brightness", "npm": { - "downloads": 80385, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 66098, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -26975,13 +26697,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-06T09:28:43Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-06T09:28:43Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-calendar", "fullName": "expo/expo", @@ -27006,9 +26728,9 @@ }, "npmPkg": "expo-calendar", "npm": { - "downloads": 198089, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 159323, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27032,7 +26754,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -27045,13 +26766,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T09:01:57Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-18T09:01:57Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-camera", "fullName": "expo/expo", @@ -27075,9 +26796,9 @@ }, "npmPkg": "expo-camera", "npm": { - "downloads": 1229317, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 816707, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27109,13 +26830,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-14T02:20:31Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-14T02:20:31Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-cellular", "fullName": "expo/expo", @@ -27139,16 +26860,17 @@ }, "npmPkg": "expo-cellular", "npm": { - "downloads": 27912, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21957, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27159,7 +26881,6 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27174,13 +26895,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T22:18:37Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-21T22:18:37Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-constants", "fullName": "expo/expo", @@ -27204,9 +26925,9 @@ }, "npmPkg": "expo-constants", "npm": { - "downloads": 6349092, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5680284, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27237,13 +26958,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T05:26:30Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-08T05:26:30Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-contacts", "fullName": "expo/expo", @@ -27267,9 +26988,9 @@ }, "npmPkg": "expo-contacts", "npm": { - "downloads": 221363, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 176479, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27291,9 +27012,7 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -27306,13 +27025,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T10:40:52Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T10:40:52Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-crypto", "fullName": "expo/expo", @@ -27341,9 +27060,9 @@ }, "npmPkg": "expo-crypto", "npm": { - "downloads": 1954549, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1245574, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27365,7 +27084,6 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27380,13 +27098,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-device", "fullName": "expo/expo", @@ -27410,16 +27128,17 @@ }, "npmPkg": "expo-device", "npm": { - "downloads": 1761460, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1456098, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27432,7 +27151,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -27444,13 +27162,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T17:28:07Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-16T17:28:07Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-document-picker", "fullName": "expo/expo", @@ -27475,9 +27193,9 @@ }, "npmPkg": "expo-document-picker", "npm": { - "downloads": 1020652, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 605172, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27498,7 +27216,6 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27513,13 +27230,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T08:53:56Z", + "updatedAt": "2025-04-14T20:11:26Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-17T08:53:56Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T20:11:26Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-file-system", "fullName": "expo/expo", @@ -27544,9 +27261,9 @@ }, "npmPkg": "expo-file-system", "npm": { - "downloads": 5922023, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5339468, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27568,9 +27285,7 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -27583,13 +27298,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T09:56:32Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-12T09:56:32Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-font", "fullName": "expo/expo", @@ -27613,16 +27328,17 @@ }, "npmPkg": "expo-font", "npm": { - "downloads": 5785646, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5131000, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27649,13 +27365,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T08:58:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-18T08:58:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-gl", "fullName": "expo/expo", @@ -27681,9 +27397,9 @@ }, "npmPkg": "expo-gl", "npm": { - "downloads": 95363, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 84452, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27718,13 +27434,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-28T10:33:49Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-28T10:33:49Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-haptics", "fullName": "expo/expo", @@ -27749,9 +27465,9 @@ }, "npmPkg": "expo-haptics", "npm": { - "downloads": 1822850, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1423989, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27775,7 +27491,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -27787,13 +27502,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-image-manipulator", "fullName": "expo/expo", @@ -27817,16 +27532,17 @@ }, "npmPkg": "expo-image-manipulator", "npm": { - "downloads": 846699, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1134060, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -27854,13 +27570,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T17:25:56Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-16T17:25:56Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-image-picker", "fullName": "expo/expo", @@ -27886,9 +27602,9 @@ }, "npmPkg": "expo-image-picker", "npm": { - "downloads": 1785304, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1274700, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27919,13 +27635,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T05:26:30Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-08T05:26:30Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-intent-launcher", "fullName": "expo/expo", @@ -27951,9 +27667,9 @@ }, "npmPkg": "expo-intent-launcher", "npm": { - "downloads": 230652, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 214976, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -27974,7 +27690,6 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -27989,13 +27704,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T03:18:49Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-18T03:18:49Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-keep-awake", "fullName": "expo/expo", @@ -28020,9 +27735,9 @@ }, "npmPkg": "expo-keep-awake", "npm": { - "downloads": 5525320, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4981014, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -28044,7 +27759,6 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, "fireos": true, "newArchitecture": true, @@ -28059,13 +27773,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T05:26:30Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-08T05:26:30Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-linear-gradient", "fullName": "expo/expo", @@ -28089,9 +27803,9 @@ }, "npmPkg": "expo-linear-gradient", "npm": { - "downloads": 2377838, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1629364, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -28112,7 +27826,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -28124,13 +27837,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T11:07:48Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-19T11:07:48Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-local-authentication", "fullName": "expo/expo", @@ -28158,9 +27871,9 @@ }, "npmPkg": "expo-local-authentication", "npm": { - "downloads": 561282, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 476984, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -28179,10 +27892,8 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -28194,13 +27905,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-localization", "fullName": "expo/expo", @@ -28226,16 +27937,17 @@ }, "npmPkg": "expo-localization", "npm": { - "downloads": 1507706, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 999153, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28250,7 +27962,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -28263,13 +27974,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-14T02:20:31Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-14T02:20:31Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-location", "fullName": "expo/expo", @@ -28298,16 +28009,17 @@ }, "npmPkg": "expo-location", "npm": { - "downloads": 1216438, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 874757, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28331,13 +28043,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-mail-composer", "fullName": "expo/expo", @@ -28362,16 +28074,17 @@ }, "npmPkg": "expo-mail-composer", "npm": { - "downloads": 139922, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 119076, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28384,9 +28097,7 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -28399,13 +28110,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T14:37:34Z", + "updatedAt": "2025-04-16T16:00:55Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-16T14:37:34Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-16T16:00:55Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-media-library", "fullName": "expo/expo", @@ -28433,9 +28144,9 @@ }, "npmPkg": "expo-media-library", "npm": { - "downloads": 561025, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 434414, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 89, "matchingScoreModifiers": [ @@ -28453,7 +28164,6 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -28467,13 +28177,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-network", "fullName": "expo/expo", @@ -28497,16 +28207,17 @@ }, "npmPkg": "expo-network", "npm": { - "downloads": 290683, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 236740, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28520,7 +28231,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -28532,13 +28242,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T05:26:30Z", + "updatedAt": "2025-04-15T10:01:06Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-08T05:26:30Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-15T10:01:06Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-notifications", "fullName": "expo/expo", @@ -28564,9 +28274,9 @@ }, "npmPkg": "expo-notifications", "npm": { - "downloads": 1650117, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1307079, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -28640,9 +28350,9 @@ }, "npmPkg": "expo-pixi", "npm": { - "downloads": 427, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 536, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 30, "matchingScoreModifiers": [ @@ -28651,7 +28361,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.472, "topicSearchString": "react native expo exponent game gl graphics opengl 2d pixi pixi.js sprite webgl cross-platform signature" }, { @@ -28672,13 +28382,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T12:30:49Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-10T12:30:49Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-print", "fullName": "expo/expo", @@ -28705,9 +28415,9 @@ }, "npmPkg": "expo-print", "npm": { - "downloads": 191074, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 158371, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -28738,13 +28448,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-01T21:22:37Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-01T21:22:37Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-processing", "fullName": "expo/expo", @@ -28770,19 +28480,20 @@ }, "npmPkg": "expo-processing", "npm": { - "downloads": 449, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 919, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": 0.027, "topicSearchString": "expo processing.js graphics opengl gl" }, { @@ -28792,9 +28503,7 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -28807,13 +28516,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-secure-store", "fullName": "expo/expo", @@ -28839,16 +28548,17 @@ }, "npmPkg": "expo-secure-store", "npm": { - "downloads": 1852488, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1340526, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28881,13 +28591,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-sensors", "fullName": "expo/expo", @@ -28918,16 +28628,17 @@ }, "npmPkg": "expo-sensors", "npm": { - "downloads": 143371, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 85249, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -28950,13 +28661,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-sms", "fullName": "expo/expo", @@ -28980,16 +28691,17 @@ }, "npmPkg": "expo-sms", "npm": { - "downloads": 99479, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 79659, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -29016,13 +28728,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T20:06:22Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-17T20:06:22Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-speech", "fullName": "expo/expo", @@ -29048,9 +28760,9 @@ }, "npmPkg": "expo-speech", "npm": { - "downloads": 93944, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 57655, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -29086,13 +28798,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T08:58:13Z", + "updatedAt": "2025-04-15T08:12:33Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-18T08:58:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-15T08:12:33Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-sqlite", "fullName": "expo/expo", @@ -29119,9 +28831,9 @@ }, "npmPkg": "expo-sqlite", "npm": { - "downloads": 361780, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 226017, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -29144,7 +28856,6 @@ "android": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -29156,13 +28867,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-store-review", "fullName": "expo/expo", @@ -29189,16 +28900,17 @@ }, "npmPkg": "expo-store-review", "npm": { - "downloads": 522061, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 444433, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -29223,13 +28935,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-14T02:20:31Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-14T02:20:31Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-task-manager", "fullName": "expo/expo", @@ -29255,16 +28967,17 @@ }, "npmPkg": "expo-task-manager", "npm": { - "downloads": 404651, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 358456, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -29293,10 +29006,10 @@ "updatedAt": "2024-07-28T18:21:03Z", "createdAt": "2017-05-31T23:34:03Z", "pushedAt": "2024-07-28T18:21:03Z", - "forks": 88, - "issues": 81, + "forks": 87, + "issues": 80, "subscribers": 22, - "stars": 808 + "stars": 795 }, "name": "expo-three", "fullName": "expo/expo-three", @@ -29333,9 +29046,9 @@ }, "npmPkg": "expo-three", "npm": { - "downloads": 34814, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39141, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -29368,13 +29081,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-video-thumbnails", "fullName": "expo/expo", @@ -29401,16 +29114,17 @@ }, "npmPkg": "expo-video-thumbnails", "npm": { - "downloads": 122743, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 106220, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -29438,13 +29152,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T14:21:04Z", + "updatedAt": "2025-04-16T10:08:35Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T14:21:04Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-16T10:08:35Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-web-browser", "fullName": "expo/expo", @@ -29470,9 +29184,9 @@ }, "npmPkg": "expo-web-browser", "npm": { - "downloads": 2851305, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2089902, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -29492,7 +29206,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "dev": true, "github": { "urls": { @@ -29505,13 +29218,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-19T14:47:08Z", + "updatedAt": "2025-04-14T20:11:26Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-19T14:47:08Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T20:11:26Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "jest-expo", "fullName": "expo/expo", @@ -29531,9 +29244,9 @@ }, "npmPkg": "jest-expo", "npm": { - "downloads": 2765462, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2933758, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -29595,16 +29308,16 @@ }, "npmPkg": "rn-verifcode", "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.25, + "popularity": -0.125, "topicSearchString": "react-native textinput sms-code verification verification-code" }, { @@ -29669,18 +29382,13 @@ "newArchitecture": false, "isArchived": true }, - "npm": { - "downloads": 166, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -100, "topicSearchString": "in-app browser react-native custom-tabs tabs chrome chrome-custom-tabs safari-view-controller sfsafariviewcontroller kotlin swift typescript flow" }, { @@ -29741,16 +29449,16 @@ "unmaintained": true, "npmPkg": "react-native-window-guard", "npm": { - "downloads": 230, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 425, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.722, "topicSearchString": "react-native component safearea ios android" }, { @@ -29775,7 +29483,7 @@ "forks": 11, "issues": 5, "subscribers": 8, - "stars": 33 + "stars": 32 }, "name": "react-native-dns-lookup", "fullName": "tableau/react-native-dns-lookup", @@ -29805,9 +29513,9 @@ "unmaintained": true, "npmPkg": "react-native-dns-lookup", "npm": { - "downloads": 4156, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3820, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -29846,7 +29554,7 @@ "forks": 33, "issues": 18, "subscribers": 1, - "stars": 413 + "stars": 414 }, "name": "react-native-input-spinner", "fullName": "marcocesarato/react-native-input-spinner", @@ -29889,12 +29597,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-input-spinner", "npm": { - "downloads": 7189, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7356, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -29902,7 +29609,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "component react-component react-native android ios windows reactnative spinner number input float real integer decimal int selector" }, { @@ -29953,18 +29660,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 1411, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native keyboard input keyboard-aware keyboardavoid" }, { @@ -30013,18 +29715,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 136, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -100, "topicSearchString": "react-native expandable accordion" }, { @@ -30073,18 +29770,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 47, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.729, + "popularity": -100, "topicSearchString": "react-native fadein fadeout" }, { @@ -30134,18 +29826,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 3088, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native slider swiper gallery" }, { @@ -30171,10 +29858,10 @@ "updatedAt": "2023-04-28T13:26:50Z", "createdAt": "2019-05-26T14:37:53Z", "pushedAt": "2023-04-28T13:26:50Z", - "forks": 18, + "forks": 16, "issues": 5, "subscribers": 11, - "stars": 206 + "stars": 204 }, "name": "react-native-eva-icons", "fullName": "akveo/react-native-eva-icons", @@ -30204,12 +29891,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-eva-icons", "npm": { - "downloads": 26359, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22552, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -30217,7 +29903,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react-native eva-icons svg icons-source" }, { @@ -30283,9 +29969,9 @@ "unmaintained": true, "npmPkg": "react-native-nested-listview", "npm": { - "downloads": 966, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1546, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -30316,7 +30002,7 @@ "forks": 29, "issues": 24, "subscribers": 5, - "stars": 188 + "stars": 184 }, "name": "react-native-wifi-p2p", "fullName": "kirillzyusko/react-native-wifi-p2p", @@ -30346,9 +30032,9 @@ }, "npmPkg": "react-native-wifi-p2p", "npm": { - "downloads": 2397, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 450, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -30356,7 +30042,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.223, "topicSearchString": "react-native android p2p peer-to-peer wifi-direct wi-fi-direct wifi-p2p-manager wifi" }, { @@ -30377,10 +30063,10 @@ "updatedAt": "2025-03-12T13:22:41Z", "createdAt": "2019-07-19T15:19:09Z", "pushedAt": "2025-03-12T13:22:41Z", - "forks": 22, + "forks": 21, "issues": 4, "subscribers": 5, - "stars": 463 + "stars": 457 }, "name": "react-native-bundle-splitter", "fullName": "kirillzyusko/react-native-bundle-splitter", @@ -30430,9 +30116,9 @@ }, "npmPkg": "react-native-bundle-splitter", "npm": { - "downloads": 8712, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12337, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -30502,16 +30188,16 @@ "unmaintained": true, "npmPkg": "react-native-gesture-detector", "npm": { - "downloads": 98, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 110, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.723, "topicSearchString": "react-native gesture custom-gestures detection component" }, { @@ -30539,10 +30225,10 @@ "updatedAt": "2019-10-15T21:32:50Z", "createdAt": "2017-04-20T08:24:52Z", "pushedAt": "2019-10-15T21:32:50Z", - "forks": 123, + "forks": 122, "issues": 11, "subscribers": 12, - "stars": 944 + "stars": 934 }, "name": "react-native-indicators", "fullName": "n4kz/react-native-indicators", @@ -30581,9 +30267,9 @@ "unmaintained": true, "npmPkg": "react-native-indicators", "npm": { - "downloads": 59923, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 69872, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -30608,7 +30294,6 @@ "ios": true, "android": true, "windows": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-documents/document-picker", @@ -30620,13 +30305,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-05T15:03:25Z", + "updatedAt": "2025-04-04T12:30:50Z", "createdAt": "2016-06-28T14:58:12Z", - "pushedAt": "2025-05-05T15:03:25Z", - "forks": 420, - "issues": 10, + "pushedAt": "2025-04-04T12:30:50Z", + "forks": 413, + "issues": 8, "subscribers": 10, - "stars": 1437 + "stars": 1411 }, "name": "@react-native-documents/picker", "fullName": "react-native-documents/document-picker", @@ -30652,19 +30337,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 206641, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native document picker uidocumentmenuviewcontroller dropbox google-drive icloud" }, { @@ -30697,7 +30376,7 @@ "forks": 160, "issues": 55, "subscribers": 10, - "stars": 673 + "stars": 658 }, "name": "react-native-modern-datepicker", "fullName": "HosseinShabani/react-native-modern-datepicker", @@ -30731,9 +30410,9 @@ "unmaintained": true, "npmPkg": "react-native-modern-datepicker", "npm": { - "downloads": 12813, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15091, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -30772,7 +30451,7 @@ "forks": 382, "issues": 77, "subscribers": 9, - "stars": 782 + "stars": 779 }, "name": "@ptomasroos/react-native-multi-slider", "fullName": "ptomasroos/react-native-multi-slider", @@ -30809,21 +30488,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 170715, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "multi-slider react-component react-components react native slider multiple react-native component ios android" }, { @@ -30847,10 +30518,10 @@ "updatedAt": "2022-06-06T15:35:55Z", "createdAt": "2020-01-09T22:51:10Z", "pushedAt": "2022-06-06T15:35:55Z", - "forks": 94, + "forks": 93, "issues": 62, "subscribers": 5, - "stars": 505 + "stars": 497 }, "name": "@react-native-cookies/cookies", "fullName": "react-native-cookies/cookies", @@ -30883,20 +30554,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 592066, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native component android ios cookies webview" }, { @@ -30917,10 +30581,10 @@ "updatedAt": "2025-03-25T18:24:27Z", "createdAt": "2019-12-08T14:43:48Z", "pushedAt": "2025-03-25T18:24:27Z", - "forks": 99, - "issues": 12, + "forks": 98, + "issues": 11, "subscribers": 4, - "stars": 280 + "stars": 268 }, "name": "react-native-create-thumbnail", "fullName": "souvik-ghosh/react-native-create-thumbnail", @@ -30953,13 +30617,14 @@ }, "npmPkg": "react-native-create-thumbnail", "npm": { - "downloads": 89617, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 108194, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -30994,13 +30659,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T14:59:57Z", + "updatedAt": "2025-04-16T13:34:41Z", "createdAt": "2018-04-25T06:35:29Z", - "pushedAt": "2025-06-17T14:59:57Z", - "forks": 1332, - "issues": 214, - "subscribers": 81, - "stars": 9763 + "pushedAt": "2025-04-16T13:34:41Z", + "forks": 1305, + "issues": 250, + "subscribers": 79, + "stars": 9527 }, "name": "react-native-reanimated", "fullName": "software-mansion/react-native-reanimated", @@ -31025,9 +30690,9 @@ }, "npmPkg": "react-native-reanimated", "npm": { - "downloads": 6384098, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5924770, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 89, "matchingScoreModifiers": [ @@ -31070,7 +30735,7 @@ "forks": 320, "issues": 179, "subscribers": 24, - "stars": 3351 + "stars": 3346 }, "name": "reanimated-bottom-sheet", "fullName": "osdnk/react-native-reanimated-bottom-sheet", @@ -31103,9 +30768,9 @@ }, "unmaintained": true, "npm": { - "downloads": 87829, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28619, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -31185,19 +30850,13 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 14854, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native react-component ios android pinch-to-zoom pinch mobile native component view zoom zoomable double tap react reactjs double-tap" }, { @@ -31246,9 +30905,9 @@ "unmaintained": true, "npmPkg": "react-native-media-clipboard", "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -31283,7 +30942,7 @@ "forks": 29, "issues": 17, "subscribers": 1, - "stars": 88 + "stars": 87 }, "name": "emoji-mart-native", "fullName": "tunoltd/emoji-mart-native", @@ -31322,9 +30981,9 @@ "unmaintained": true, "npmPkg": "emoji-mart-native", "npm": { - "downloads": 3324, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3318, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -31352,13 +31011,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-28T18:04:34Z", + "updatedAt": "2025-04-03T21:01:10Z", "createdAt": "2016-02-10T16:06:07Z", - "pushedAt": "2025-05-28T18:04:34Z", - "forks": 1452, - "issues": 28, - "subscribers": 235, - "stars": 18668 + "pushedAt": "2025-04-03T21:01:10Z", + "forks": 1446, + "issues": 37, + "subscribers": 241, + "stars": 18429 }, "name": "ignite-cli", "fullName": "infinitered/ignite", @@ -31380,10 +31039,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v10.5.3", - "tagName": "v10.5.3", - "createdAt": "2025-05-22T16:14:20Z", - "publishedAt": "2025-05-22T16:14:27Z", + "name": "v10.2.0", + "tagName": "v10.2.0", + "createdAt": "2025-03-26T15:11:08Z", + "publishedAt": "2025-03-26T15:11:15Z", "isPrerelease": false }, "hasTypes": false, @@ -31391,9 +31050,9 @@ "isArchived": false }, "npm": { - "downloads": 3850, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3801, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -31423,13 +31082,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-22T17:37:13Z", + "updatedAt": "2025-04-02T15:54:58Z", "createdAt": "2016-04-15T21:58:32Z", - "pushedAt": "2025-04-22T17:37:13Z", - "forks": 954, - "issues": 138, - "subscribers": 156, - "stars": 15251 + "pushedAt": "2025-04-02T15:54:58Z", + "forks": 950, + "issues": 142, + "subscribers": 157, + "stars": 15174 }, "name": "reactotron", "fullName": "infinitered/reactotron", @@ -31454,10 +31113,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "reactotron-react-native@5.1.13", - "tagName": "reactotron-react-native@5.1.13", - "createdAt": "2025-04-22T17:37:13Z", - "publishedAt": "2025-04-22T17:39:16Z", + "name": "reactotron-core-ui@2.6.1", + "tagName": "reactotron-core-ui@2.6.1", + "createdAt": "2025-03-17T20:19:35Z", + "publishedAt": "2025-03-17T20:21:42Z", "isPrerelease": false }, "hasTypes": false, @@ -31466,16 +31125,17 @@ }, "npmPkg": "reactotron", "npm": { - "downloads": 1537, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1484, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -31497,13 +31157,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T17:26:55Z", + "updatedAt": "2025-03-19T22:29:06Z", "createdAt": "2016-04-10T00:44:42Z", - "pushedAt": "2025-06-19T17:26:55Z", - "forks": 185, - "issues": 38, + "pushedAt": "2025-03-19T22:29:06Z", + "forks": 184, + "issues": 40, "subscribers": 35, - "stars": 2832 + "stars": 2814 }, "name": "apisauce", "fullName": "infinitered/apisauce", @@ -31526,10 +31186,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v3.2.0", - "tagName": "v3.2.0", - "createdAt": "2025-06-19T17:26:55Z", - "publishedAt": "2025-06-19T17:27:03Z", + "name": "v3.1.1", + "tagName": "v3.1.1", + "createdAt": "2025-03-19T22:29:06Z", + "publishedAt": "2025-03-19T22:29:13Z", "isPrerelease": false }, "hasTypes": true, @@ -31538,9 +31198,9 @@ }, "npmPkg": "apisauce", "npm": { - "downloads": 603925, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 576543, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -31571,13 +31231,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T14:34:44Z", + "updatedAt": "2025-03-31T14:28:42Z", "createdAt": "2015-04-19T13:17:30Z", - "pushedAt": "2025-06-16T14:34:44Z", - "forks": 427, - "issues": 21, - "subscribers": 56, - "stars": 2751 + "pushedAt": "2025-03-31T14:28:42Z", + "forks": 423, + "issues": 17, + "subscribers": 57, + "stars": 2721 }, "name": "react-native-background-geolocation", "fullName": "transistorsoft/react-native-background-geolocation", @@ -31610,9 +31270,9 @@ }, "npmPkg": "react-native-background-geolocation", "npm": { - "downloads": 74297, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 72068, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -31680,16 +31340,16 @@ "unmaintained": true, "npmPkg": "react-native-ui-blueprint", "npm": { - "downloads": 122, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 141, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.722, "topicSearchString": "ruler pixel-perfect grid guides designer mobile ui ux dev-tools developer-tools react-native pixel" }, { @@ -31698,7 +31358,6 @@ "android": true, "expoGo": true, "dev": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/FormidableLabs/eslint-plugin-react-native-a11y", @@ -31713,10 +31372,10 @@ "updatedAt": "2024-11-04T13:42:45Z", "createdAt": "2018-07-03T13:45:20Z", "pushedAt": "2024-11-04T13:42:45Z", - "forks": 27, + "forks": 25, "issues": 7, - "subscribers": 47, - "stars": 299 + "subscribers": 49, + "stars": 293 }, "name": "eslint-plugin-react-native-a11y", "fullName": "FormidableLabs/eslint-plugin-react-native-a11y", @@ -31750,15 +31409,14 @@ }, "npmPkg": "eslint-plugin-react-native-a11y", "npm": { - "downloads": 522977, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 907794, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -31823,9 +31481,9 @@ }, "npmPkg": "rn-zendesk", "npm": { - "downloads": 286, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 354, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -31858,7 +31516,7 @@ "forks": 33, "issues": 8, "subscribers": 2, - "stars": 113 + "stars": 109 }, "name": "@react-native-community/progress-bar-android", "fullName": "react-native-progress-view/progress-bar-android", @@ -31890,19 +31548,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 50468, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native androidprogressbar android progress-bar progressbar hacktoberfest" }, { @@ -31932,10 +31584,10 @@ "updatedAt": "2024-11-15T03:21:25Z", "createdAt": "2019-02-08T15:43:17Z", "pushedAt": "2024-11-15T03:21:25Z", - "forks": 51, + "forks": 48, "issues": 9, - "subscribers": 5, - "stars": 186 + "subscribers": 4, + "stars": 183 }, "name": "@react-native-community/progress-view", "fullName": "react-native-progress-view/progress-view", @@ -31970,19 +31622,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 57241, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "progressviewios progress progress-view react-native progress-bar ios hacktoberfest windows macos" }, { @@ -32007,10 +31652,10 @@ "updatedAt": "2025-03-03T11:25:40Z", "createdAt": "2019-02-07T10:53:29Z", "pushedAt": "2025-03-03T11:25:40Z", - "forks": 133, - "issues": 69, + "forks": 132, + "issues": 68, "subscribers": 7, - "stars": 727 + "stars": 721 }, "name": "@react-native-clipboard/clipboard", "fullName": "react-native-clipboard/clipboard", @@ -32041,19 +31686,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 1425037, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "clipboard getstring react-native setstring hacktoberfest" }, { @@ -32083,10 +31721,10 @@ "updatedAt": "2024-12-11T01:38:10Z", "createdAt": "2019-02-06T17:47:06Z", "pushedAt": "2024-12-11T01:38:10Z", - "forks": 82, + "forks": 81, "issues": 40, "subscribers": 3, - "stars": 619 + "stars": 604 }, "name": "@react-native-segmented-control/segmented-control", "fullName": "react-native-segmented-control/segmented-control", @@ -32116,20 +31754,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 179314, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "segmentedcontrolios react-native segmented-control hacktoberfest" }, { @@ -32148,13 +31778,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-06T09:53:25Z", + "updatedAt": "2025-03-04T14:09:00Z", "createdAt": "2016-05-06T19:11:39Z", - "pushedAt": "2025-05-06T09:53:25Z", - "forks": 512, - "issues": 234, + "pushedAt": "2025-03-04T14:09:00Z", + "forks": 491, + "issues": 222, "subscribers": 34, - "stars": 1993 + "stars": 1928 }, "name": "@react-native-voice/voice", "fullName": "react-native-voice/voice", @@ -32187,20 +31817,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 77038, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "android ios react-native speech voice speech-recognition voice-recognition" }, { @@ -32229,10 +31852,10 @@ "updatedAt": "2021-03-07T21:11:53Z", "createdAt": "2019-11-25T11:22:52Z", "pushedAt": "2021-03-07T21:11:53Z", - "forks": 25, + "forks": 22, "issues": 0, "subscribers": 6, - "stars": 323 + "stars": 318 }, "name": "react-native-animated-spinkit", "fullName": "phamfoo/react-native-animated-spinkit", @@ -32268,9 +31891,9 @@ "unmaintained": true, "npmPkg": "react-native-animated-spinkit", "npm": { - "downloads": 21558, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22303, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -32289,7 +31912,6 @@ "windows": true, "macos": true, "visionos": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-webview/react-native-webview", @@ -32301,13 +31923,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-06-08T12:24:22Z", + "updatedAt": "2025-03-26T16:08:12Z", "createdAt": "2018-09-09T00:14:44Z", - "pushedAt": "2025-06-08T12:24:22Z", - "forks": 2887, - "issues": 37, + "pushedAt": "2025-03-26T16:08:12Z", + "forks": 2860, + "issues": 56, "subscribers": 57, - "stars": 6869 + "stars": 6798 }, "name": "react-native-webview", "fullName": "react-native-webview/react-native-webview", @@ -32322,10 +31944,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v13.15.0", - "tagName": "v13.15.0", - "createdAt": "2025-06-08T12:24:22Z", - "publishedAt": "2025-06-08T12:24:30Z", + "name": "v13.13.5", + "tagName": "v13.13.5", + "createdAt": "2025-03-26T16:08:12Z", + "publishedAt": "2025-03-26T16:08:21Z", "isPrerelease": false }, "hasTypes": true, @@ -32334,9 +31956,9 @@ }, "npmPkg": "react-native-webview", "npm": { - "downloads": 5125613, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5005366, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -32371,10 +31993,10 @@ "updatedAt": "2022-01-03T15:22:50Z", "createdAt": "2015-04-01T00:54:40Z", "pushedAt": "2022-01-03T15:22:50Z", - "forks": 3290, + "forks": 3297, "issues": 73, - "subscribers": 169, - "stars": 9642 + "subscribers": 170, + "stars": 9651 }, "name": "react-native-camera", "fullName": "react-native-camera/react-native-camera", @@ -32392,9 +32014,9 @@ }, "npmPkg": "react-native-camera", "npm": { - "downloads": 354539, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 342164, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -32431,10 +32053,10 @@ "updatedAt": "2025-01-23T18:01:56Z", "createdAt": "2020-03-22T15:03:34Z", "pushedAt": "2025-01-23T18:01:56Z", - "forks": 59, + "forks": 58, "issues": 10, "subscribers": 10, - "stars": 1297 + "stars": 1251 }, "name": "react-native-notifier", "fullName": "seniv/react-native-notifier", @@ -32470,9 +32092,9 @@ }, "npmPkg": "react-native-notifier", "npm": { - "downloads": 38764, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31569, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -32502,10 +32124,10 @@ "updatedAt": "2024-08-28T18:30:21Z", "createdAt": "2019-03-24T14:21:18Z", "pushedAt": "2024-08-28T18:30:21Z", - "forks": 26, + "forks": 25, "issues": 7, "subscribers": 2, - "stars": 111 + "stars": 108 }, "name": "expo-ui-kit", "fullName": "react-ui-kit/expo-ui-kit", @@ -32536,16 +32158,16 @@ }, "npmPkg": "expo-ui-kit", "npm": { - "downloads": 58, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 168, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.216, + "popularity": -0.22, "topicSearchString": "expo react-native react-ui-kit expo-ui-kit component ui-kit ui-kit-framework theme predefined-props rgba" }, { @@ -32576,7 +32198,7 @@ "forks": 24, "issues": 1, "subscribers": 16, - "stars": 1015 + "stars": 1008 }, "name": "@grapp/stacks", "fullName": "grapp-dev/stacks", @@ -32611,20 +32233,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1197, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native web typescript stacks layout ui view user-interface" }, { @@ -32646,13 +32261,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-24T22:05:36Z", + "updatedAt": "2025-01-11T12:32:13Z", "createdAt": "2017-08-01T16:38:22Z", - "pushedAt": "2025-04-24T22:05:36Z", - "forks": 205, + "pushedAt": "2025-01-11T12:32:13Z", + "forks": 206, "issues": 4, "subscribers": 17, - "stars": 2356 + "stars": 2334 }, "name": "react-native-localize", "fullName": "zoontek/react-native-localize", @@ -32691,9 +32306,9 @@ }, "npmPkg": "react-native-localize", "npm": { - "downloads": 1449601, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1945761, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -32720,7 +32335,6 @@ "expoGo": true, "windows": true, "visionos": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-datetimepicker/datetimepicker", @@ -32732,13 +32346,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T09:27:21Z", + "updatedAt": "2025-02-04T09:00:00Z", "createdAt": "2019-05-17T13:56:57Z", - "pushedAt": "2025-06-20T09:27:21Z", - "forks": 411, - "issues": 73, + "pushedAt": "2025-02-04T09:00:00Z", + "forks": 405, + "issues": 66, "subscribers": 21, - "stars": 2687 + "stars": 2638 }, "name": "@react-native-community/datetimepicker", "fullName": "react-native-datetimepicker/datetimepicker", @@ -32764,31 +32378,22 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v8.4.2", - "tagName": "v8.4.2", - "createdAt": "2025-06-20T09:27:21Z", - "publishedAt": "2025-06-20T09:27:33Z", + "name": "v8.3.0", + "tagName": "v8.3.0", + "createdAt": "2025-02-04T09:00:00Z", + "publishedAt": "2025-02-04T09:00:12Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 2795795, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "component react-native ios android windows datepicker timepicker datetime datetimepicker hacktoberfest" }, { @@ -32811,7 +32416,7 @@ "pushedAt": "2021-10-10T06:22:16Z", "forks": 24, "issues": 18, - "subscribers": 26, + "subscribers": 28, "stars": 133 }, "name": "react-native-dualscreeninfo", @@ -32835,9 +32440,9 @@ }, "unmaintained": true, "npm": { - "downloads": 29, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 57, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -32845,7 +32450,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.715, "topicSearchString": "react-native dual-screen" }, { @@ -32868,7 +32473,7 @@ "pushedAt": "2023-02-08T23:54:14Z", "forks": 24, "issues": 18, - "subscribers": 26, + "subscribers": 28, "stars": 133 }, "name": "react-native-twopane-navigation", @@ -32893,9 +32498,9 @@ }, "unmaintained": true, "npm": { - "downloads": 59, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 108, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -32903,7 +32508,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.733, + "popularity": -0.722, "topicSearchString": "react-native dual-screen navigation" }, { @@ -32929,7 +32534,7 @@ "pushedAt": "2022-04-04T18:18:00Z", "forks": 24, "issues": 18, - "subscribers": 26, + "subscribers": 28, "stars": 133 }, "name": "react-native-twopaneview", @@ -32953,9 +32558,9 @@ }, "unmaintained": true, "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -32974,9 +32579,7 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -32988,13 +32591,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T14:17:24Z", + "updatedAt": "2025-04-14T20:11:26Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-19T14:17:24Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T20:11:26Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-splash-screen", "fullName": "expo/expo", @@ -33022,9 +32625,9 @@ }, "npmPkg": "expo-splash-screen", "npm": { - "downloads": 3569080, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2765069, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -33042,7 +32645,6 @@ "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-updates", "ios": true, "android": true, - "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -33056,13 +32658,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T22:18:37Z", + "updatedAt": "2025-04-14T20:11:26Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-21T22:18:37Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T20:11:26Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-updates", "fullName": "expo/expo", @@ -33086,9 +32688,9 @@ }, "npmPkg": "expo-updates", "npm": { - "downloads": 1847441, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1572305, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -33151,9 +32753,9 @@ }, "npmPkg": "react-native-appearance", "npm": { - "downloads": 41208, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28575, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -33182,13 +32784,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T05:26:30Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-08T05:26:30Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-auth-session", "fullName": "expo/expo", @@ -33216,9 +32818,9 @@ }, "npmPkg": "expo-auth-session", "npm": { - "downloads": 1000866, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 592776, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -33251,13 +32853,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T10:40:52Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T10:40:52Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-linking", "fullName": "expo/expo", @@ -33281,9 +32883,9 @@ }, "npmPkg": "expo-linking", "npm": { - "downloads": 3489520, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2624408, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -33316,13 +32918,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T10:40:52Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T10:40:52Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-screen-orientation", "fullName": "expo/expo", @@ -33348,9 +32950,9 @@ }, "npmPkg": "expo-screen-orientation", "npm": { - "downloads": 517853, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 406397, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -33371,7 +32973,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -33383,13 +32984,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-sharing", "fullName": "expo/expo", @@ -33416,16 +33017,17 @@ }, "npmPkg": "expo-sharing", "npm": { - "downloads": 834121, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 695042, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -33450,13 +33052,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T17:20:01Z", + "updatedAt": "2025-04-14T09:43:50Z", "createdAt": "2019-08-14T18:26:28Z", - "pushedAt": "2025-06-21T17:20:01Z", - "forks": 215, - "issues": 44, - "subscribers": 13, - "stars": 2359 + "pushedAt": "2025-04-14T09:43:50Z", + "forks": 207, + "issues": 38, + "subscribers": 14, + "stars": 2302 }, "name": "react-native-safe-area-context", "fullName": "AppAndFlow/react-native-safe-area-context", @@ -33482,10 +33084,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.5.0", - "tagName": "v5.5.0", - "createdAt": "2025-06-21T17:20:02Z", - "publishedAt": "2025-06-21T17:20:11Z", + "name": "Release 5.4.0", + "tagName": "v5.4.0", + "createdAt": "2025-04-14T09:43:52Z", + "publishedAt": "2025-04-14T09:45:00Z", "isPrerelease": false }, "hasTypes": true, @@ -33494,9 +33096,9 @@ }, "npmPkg": "react-native-safe-area-context", "npm": { - "downloads": 7279885, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6483223, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -33533,13 +33135,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T13:20:25Z", + "updatedAt": "2025-04-14T10:14:54Z", "createdAt": "2018-08-03T11:36:32Z", - "pushedAt": "2025-06-12T13:20:25Z", - "forks": 532, - "issues": 103, + "pushedAt": "2025-04-14T10:14:54Z", + "forks": 523, + "issues": 104, "subscribers": 42, - "stars": 3332 + "stars": 3286 }, "name": "react-native-screens", "fullName": "software-mansion/react-native-screens", @@ -33558,11 +33160,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "4.11.1", - "tagName": "4.11.1", - "createdAt": "2025-05-28T11:34:57Z", - "publishedAt": "2025-05-28T11:40:43Z", - "isPrerelease": false + "name": "4.11.0-beta.2", + "tagName": "4.11.0-beta.2", + "createdAt": "2025-04-11T18:10:26Z", + "publishedAt": "2025-04-11T18:21:39Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": true, @@ -33570,9 +33172,9 @@ }, "npmPkg": "react-native-screens", "npm": { - "downloads": 6428177, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6110463, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -33606,10 +33208,10 @@ "updatedAt": "2025-01-21T16:03:36Z", "createdAt": "2019-05-29T19:16:31Z", "pushedAt": "2025-01-21T16:03:36Z", - "forks": 103, + "forks": 100, "issues": 12, "subscribers": 27, - "stars": 2280 + "stars": 2265 }, "name": "react-native-shared-element", "fullName": "IjzerenHein/react-native-shared-element", @@ -33648,9 +33250,9 @@ }, "npmPkg": "react-native-shared-element", "npm": { - "downloads": 28684, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27026, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -33674,7 +33276,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/callstack/react-native-pager-view", @@ -33686,13 +33287,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T14:25:11Z", + "updatedAt": "2025-01-20T01:57:50Z", "createdAt": "2019-02-06T16:17:45Z", - "pushedAt": "2025-06-17T14:25:11Z", - "forks": 437, - "issues": 121, + "pushedAt": "2025-01-20T01:57:50Z", + "forks": 431, + "issues": 133, "subscribers": 25, - "stars": 2989 + "stars": 2937 }, "name": "react-native-pager-view", "fullName": "callstack/react-native-pager-view", @@ -33713,10 +33314,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.8.1", - "tagName": "v6.8.1", - "createdAt": "2025-05-29T09:31:33Z", - "publishedAt": "2025-05-29T09:32:08Z", + "name": "v6.5.2", + "tagName": "v6.5.2", + "createdAt": "2025-03-10T07:38:52Z", + "publishedAt": "2025-03-10T07:42:09Z", "isPrerelease": false }, "hasTypes": true, @@ -33725,17 +33326,16 @@ }, "npmPkg": "react-native-pager-view", "npm": { - "downloads": 2045727, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2362219, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -33749,7 +33349,6 @@ "expoGo": true, "windows": true, "macos": true, - "tvos": true, "fireos": true, "visionos": true, "npmPkg": "@react-native-community/netinfo", @@ -33768,10 +33367,10 @@ "updatedAt": "2024-09-20T16:24:41Z", "createdAt": "2019-02-06T15:54:46Z", "pushedAt": "2024-09-20T16:24:41Z", - "forks": 384, - "issues": 135, - "subscribers": 20, - "stars": 2086 + "forks": 381, + "issues": 132, + "subscribers": 19, + "stars": 2061 }, "name": "@react-native-community/netinfo", "fullName": "react-native-netinfo/react-native-netinfo", @@ -33802,22 +33401,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3204458, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native netinfo networking network-info network" }, { @@ -33838,7 +33429,7 @@ "updatedAt": "2025-03-19T21:43:52Z", "createdAt": "2017-07-29T14:39:19Z", "pushedAt": "2025-03-19T21:43:52Z", - "forks": 265, + "forks": 266, "issues": 56, "subscribers": 14, "stars": 1203 @@ -33884,14 +33475,15 @@ "unmaintained": true, "npmPkg": "react-native-text-input-mask", "npm": { - "downloads": 67541, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 77018, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": -0.472, @@ -33950,18 +33542,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 36439, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "toolbar-android react-native" }, { @@ -33984,10 +33571,10 @@ "updatedAt": "2021-10-08T10:00:40Z", "createdAt": "2019-05-17T14:15:11Z", "pushedAt": "2021-10-08T10:00:40Z", - "forks": 75, + "forks": 77, "issues": 23, "subscribers": 10, - "stars": 289 + "stars": 290 }, "name": "@react-native-community/art", "fullName": "react-native-art/art", @@ -34016,19 +33603,13 @@ "newArchitecture": false, "isArchived": true }, - "npm": { - "downloads": 371182, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native art community" }, { @@ -34052,9 +33633,9 @@ "createdAt": "2019-02-08T15:50:15Z", "pushedAt": "2024-04-24T22:21:44Z", "forks": 261, - "issues": 173, - "subscribers": 16, - "stars": 794 + "issues": 172, + "subscribers": 15, + "stars": 783 }, "name": "@react-native-community/push-notification-ios", "fullName": "react-native-push-notification/ios", @@ -34088,21 +33669,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 647571, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native push-notification-ios push-notification notification-ios notification hacktoberfest ios push-notifications" }, { @@ -34166,9 +33740,9 @@ }, "npmPkg": "react-native-safe-area-view", "npm": { - "downloads": 456517, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 359419, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -34208,10 +33782,10 @@ "updatedAt": "2024-08-29T14:23:21Z", "createdAt": "2015-04-09T21:49:16Z", "pushedAt": "2024-08-29T14:23:21Z", - "forks": 504, - "issues": 217, - "subscribers": 43, - "stars": 3830 + "forks": 503, + "issues": 214, + "subscribers": 44, + "stars": 3818 }, "name": "@react-native-community/blur", "fullName": "Kureev/react-native-blur", @@ -34243,21 +33817,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 588339, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 24, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Not updated recently" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android blur component" }, { @@ -34271,7 +33837,6 @@ "expoGo": true, "windows": true, "macos": true, - "tvos": true, "fireos": true, "visionos": true, "npmPkg": "@react-native-async-storage/async-storage", @@ -34287,13 +33852,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-05T12:14:47Z", + "updatedAt": "2025-02-28T10:20:03Z", "createdAt": "2019-02-06T15:51:20Z", - "pushedAt": "2025-06-05T12:14:47Z", - "forks": 454, - "issues": 16, + "pushedAt": "2025-02-28T10:20:03Z", + "forks": 450, + "issues": 21, "subscribers": 34, - "stars": 4911 + "stars": 4857 }, "name": "@react-native-async-storage/async-storage", "fullName": "react-native-async-storage/async-storage", @@ -34317,20 +33882,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 6360168, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 100, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated" - ], - "popularity": 0.028, + "npm": {}, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -100, "topicSearchString": "react-native react-native async-storage asyncstorage storage" }, { @@ -34350,7 +33905,6 @@ "macos": true, "npmPkg": "@react-native-picker/picker", "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-native-picker/picker", @@ -34362,13 +33916,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T08:42:42Z", + "updatedAt": "2025-01-07T12:56:14Z", "createdAt": "2019-03-01T01:55:16Z", - "pushedAt": "2025-06-20T08:42:42Z", - "forks": 288, - "issues": 227, + "pushedAt": "2025-01-07T12:56:14Z", + "forks": 285, + "issues": 221, "subscribers": 15, - "stars": 1671 + "stars": 1623 }, "name": "@react-native-picker/picker", "fullName": "react-native-picker/picker", @@ -34393,30 +33947,22 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.11.1", - "tagName": "v2.11.1", - "createdAt": "2025-06-20T08:42:42Z", - "publishedAt": "2025-06-20T08:42:56Z", + "name": "v2.11.0", + "tagName": "v2.11.0", + "createdAt": "2025-01-07T12:56:14Z", + "publishedAt": "2025-01-07T12:56:27Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 2135273, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 65, + "npm": {}, + "score": 35, "matchingScoreModifiers": [ - "Popular", - "Known", - "Lots of open issues", - "Recently updated" + "Lots of open issues" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native picker dropdown select ios android macos windows hacktoberfest" }, { @@ -34441,7 +33987,7 @@ "forks": 369, "issues": 10, "subscribers": 15, - "stars": 1009 + "stars": 997 }, "name": "@react-native-camera-roll/camera-roll", "fullName": "react-native-cameraroll/react-native-cameraroll", @@ -34471,19 +34017,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 551488, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native cameraroll camera photo-gallery" }, { @@ -34508,7 +34047,7 @@ "forks": 112, "issues": 7, "subscribers": 8, - "stars": 412 + "stars": 406 }, "name": "@react-native-community/image-editor", "fullName": "callstack/react-native-image-editor", @@ -34542,18 +34081,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 68045, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android image-editor imageeditor image web" }, { @@ -34581,10 +34115,10 @@ "updatedAt": "2024-11-04T05:19:29Z", "createdAt": "2019-02-07T10:42:47Z", "pushedAt": "2024-11-04T05:19:29Z", - "forks": 119, + "forks": 116, "issues": 49, "subscribers": 10, - "stars": 1061 + "stars": 1039 }, "name": "@react-native-masked-view/masked-view", "fullName": "react-native-masked-view/masked-view", @@ -34613,20 +34147,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1258936, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native masked-view hacktoberfest" }, { @@ -34653,10 +34179,10 @@ "updatedAt": "2025-03-04T00:38:15Z", "createdAt": "2015-03-31T17:44:40Z", "pushedAt": "2025-03-04T00:38:15Z", - "forks": 655, - "issues": 169, + "forks": 653, + "issues": 168, "subscribers": 44, - "stars": 4931 + "stars": 4920 }, "name": "react-native-linear-gradient", "fullName": "react-native-linear-gradient/react-native-linear-gradient", @@ -34683,9 +34209,9 @@ }, "npmPkg": "react-native-linear-gradient", "npm": { - "downloads": 1821146, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1859924, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -34749,16 +34275,16 @@ "unmaintained": true, "npmPkg": "react-native-medium-clap", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 45, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.828, "topicSearchString": "medium-clap react-component react-native web ios android" }, { @@ -34780,7 +34306,7 @@ "pushedAt": "2020-03-17T13:45:50Z", "forks": 13, "issues": 5, - "subscribers": 105, + "subscribers": 104, "stars": 29 }, "name": "react-native-audio-session", @@ -34814,9 +34340,9 @@ "unmaintained": true, "npmPkg": "react-native-audio-session", "npm": { - "downloads": 7676, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9172, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -34845,10 +34371,10 @@ "updatedAt": "2024-10-24T21:40:19Z", "createdAt": "2016-11-05T16:07:50Z", "pushedAt": "2024-10-24T21:40:19Z", - "forks": 372, - "issues": 184, - "subscribers": 25, - "stars": 621 + "forks": 371, + "issues": 183, + "subscribers": 24, + "stars": 617 }, "name": "react-native-twilio-video-webrtc", "fullName": "blackuy/react-native-twilio-video-webrtc", @@ -34886,16 +34412,15 @@ }, "npmPkg": "react-native-twilio-video-webrtc", "npm": { - "downloads": 36877, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34379, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -34920,16 +34445,16 @@ }, "stats": { "hasIssues": true, - "hasWiki": false, + "hasWiki": true, "hasSponsorships": false, "hasTopics": true, "updatedAt": "2024-11-18T15:23:41Z", "createdAt": "2018-12-07T14:33:26Z", "pushedAt": "2024-11-18T15:23:41Z", - "forks": 436, - "issues": 303, + "forks": 427, + "issues": 299, "subscribers": 27, - "stars": 984 + "stars": 967 }, "name": "react-native-callkeep", "fullName": "react-native-webrtc/react-native-callkeep", @@ -34966,16 +34491,15 @@ }, "npmPkg": "react-native-callkeep", "npm": { - "downloads": 25025, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24103, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -34996,13 +34520,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-28T07:33:02Z", + "updatedAt": "2025-04-11T18:23:29Z", "createdAt": "2015-09-27T10:57:30Z", - "pushedAt": "2025-04-28T07:33:02Z", - "forks": 1092, - "issues": 29, - "subscribers": 122, - "stars": 4807 + "pushedAt": "2025-04-11T18:23:29Z", + "forks": 1081, + "issues": 28, + "subscribers": 121, + "stars": 4774 }, "name": "react-native-webrtc", "fullName": "react-native-webrtc/react-native-webrtc", @@ -35036,15 +34560,16 @@ }, "npmPkg": "react-native-webrtc", "npm": { - "downloads": 135758, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 106020, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -35065,13 +34590,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-30T16:01:47Z", + "updatedAt": "2024-11-19T06:50:29Z", "createdAt": "2016-04-12T08:56:36Z", - "pushedAt": "2025-04-30T16:01:47Z", - "forks": 187, - "issues": 95, - "subscribers": 16, - "stars": 576 + "pushedAt": "2024-11-19T06:50:29Z", + "forks": 184, + "issues": 94, + "subscribers": 15, + "stars": 568 }, "name": "react-native-incall-manager", "fullName": "react-native-webrtc/react-native-incall-manager", @@ -35096,10 +34621,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "Release 4.2.1", - "tagName": "4.2.1", - "createdAt": "2025-04-30T16:01:47Z", - "publishedAt": "2025-04-30T16:08:10Z", + "name": "Release 4.2.0", + "tagName": "4.2.0", + "createdAt": "2024-02-19T04:56:05Z", + "publishedAt": "2024-02-19T05:00:11Z", "isPrerelease": false }, "hasTypes": false, @@ -35108,9 +34633,9 @@ }, "npmPkg": "react-native-incall-manager", "npm": { - "downloads": 52559, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39892, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -35136,13 +34661,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-30T16:22:34Z", + "updatedAt": "2024-07-22T18:52:51Z", "createdAt": "2016-04-20T10:38:44Z", - "pushedAt": "2025-04-30T16:22:34Z", - "forks": 77, + "pushedAt": "2024-07-22T18:52:51Z", + "forks": 76, "issues": 16, "subscribers": 12, - "stars": 224 + "stars": 221 }, "name": "react-native-voip-push-notification", "fullName": "react-native-webrtc/react-native-voip-push-notification", @@ -35157,10 +34682,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "Release 3.3.3", - "tagName": "3.3.3", - "createdAt": "2025-04-30T16:22:34Z", - "publishedAt": "2025-04-30T16:26:57Z", + "name": "Release 3.3.1", + "tagName": "3.3.1", + "createdAt": "2022-12-05T19:58:11Z", + "publishedAt": "2022-12-05T20:01:24Z", "isPrerelease": false }, "hasTypes": true, @@ -35169,13 +34694,14 @@ }, "npmPkg": "react-native-voip-push-notification", "npm": { - "downloads": 27973, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21238, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -35200,13 +34726,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-17T06:57:21Z", + "updatedAt": "2025-04-12T16:14:46Z", "createdAt": "2019-07-02T10:45:52Z", - "pushedAt": "2025-06-17T06:57:21Z", - "forks": 264, - "issues": 8, + "pushedAt": "2025-04-12T16:14:46Z", + "forks": 257, + "issues": 7, "subscribers": 18, - "stars": 3943 + "stars": 3878 }, "name": "react-native-bootsplash", "fullName": "zoontek/react-native-bootsplash", @@ -35232,10 +34758,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "6.3.9", - "tagName": "6.3.9", - "createdAt": "2025-06-08T09:12:57Z", - "publishedAt": "2025-06-08T09:14:30Z", + "name": "6.3.5", + "tagName": "6.3.5", + "createdAt": "2025-04-12T16:14:46Z", + "publishedAt": "2025-04-12T16:17:02Z", "isPrerelease": false }, "hasTypes": true, @@ -35244,9 +34770,9 @@ }, "npmPkg": "react-native-bootsplash", "npm": { - "downloads": 476972, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 494489, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -35314,9 +34840,9 @@ }, "npmPkg": "redux-flipper", "npm": { - "downloads": 78357, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 108345, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -35346,13 +34872,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T10:49:22Z", + "updatedAt": "2025-04-15T18:46:02Z", "createdAt": "2017-12-11T21:41:45Z", - "pushedAt": "2025-06-20T10:49:22Z", + "pushedAt": "2025-04-15T18:46:02Z", "forks": 11, "issues": 1, "subscribers": 4, - "stars": 392 + "stars": 384 }, "name": "react-native-responsive-image-view", "fullName": "wKovacs64/react-native-responsive-image-view", @@ -35391,9 +34917,9 @@ }, "npmPkg": "react-native-responsive-image-view", "npm": { - "downloads": 1907, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2310, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -35431,10 +34957,10 @@ "updatedAt": "2024-10-12T15:09:13Z", "createdAt": "2020-02-16T15:07:53Z", "pushedAt": "2024-10-12T15:09:13Z", - "forks": 39, + "forks": 38, "issues": 2, "subscribers": 7, - "stars": 748 + "stars": 727 }, "name": "react-native-image-colors", "fullName": "osamaqarem/react-native-image-colors", @@ -35475,9 +35001,9 @@ }, "npmPkg": "react-native-image-colors", "npm": { - "downloads": 89424, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 113344, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -35513,13 +35039,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-26T17:18:35Z", + "updatedAt": "2024-08-06T17:20:23Z", "createdAt": "2019-06-28T09:32:15Z", - "pushedAt": "2025-05-26T17:18:35Z", - "forks": 103, - "issues": 6, + "pushedAt": "2024-08-06T17:20:23Z", + "forks": 101, + "issues": 4, "subscribers": 8, - "stars": 1020 + "stars": 989 }, "name": "react-native-animated-nav-tab-bar", "fullName": "torgeadelin/react-native-animated-nav-tab-bar", @@ -35546,10 +35072,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "3.1.13", - "tagName": "3.1.13", - "createdAt": "2025-05-26T17:18:35Z", - "publishedAt": "2025-05-26T17:19:30Z", + "name": "Lazy prop fix", + "tagName": "3.1.11", + "createdAt": "2024-08-06T17:15:56Z", + "publishedAt": "2024-08-06T17:17:31Z", "isPrerelease": false }, "hasTypes": true, @@ -35558,15 +35084,15 @@ }, "npmPkg": "react-native-animated-nav-tab-bar", "npm": { - "downloads": 2060, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2005, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -35592,7 +35118,7 @@ "createdAt": "2018-10-11T23:45:17Z", "pushedAt": "2025-01-15T00:22:10Z", "forks": 8, - "issues": 18, + "issues": 17, "subscribers": 15, "stars": 115 }, @@ -35614,9 +35140,9 @@ }, "npmPkg": "expo-2d-context", "npm": { - "downloads": 95245, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 93161, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -35635,7 +35161,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/meliorence/react-native-render-html", @@ -35650,10 +35175,10 @@ "updatedAt": "2024-09-24T11:12:01Z", "createdAt": "2016-11-29T10:50:53Z", "pushedAt": "2024-09-24T11:12:01Z", - "forks": 570, - "issues": 73, + "forks": 560, + "issues": 66, "subscribers": 32, - "stars": 3563 + "stars": 3548 }, "name": "react-native-render-html", "fullName": "meliorence/react-native-render-html", @@ -35678,9 +35203,9 @@ "isArchived": false }, "npm": { - "downloads": 1163127, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1579351, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -35714,13 +35239,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-11T09:26:31Z", + "updatedAt": "2025-03-31T20:10:03Z", "createdAt": "2015-11-14T15:45:34Z", - "pushedAt": "2025-06-11T09:26:31Z", - "forks": 3368, - "issues": 227, - "subscribers": 191, - "stars": 13920 + "pushedAt": "2025-03-31T20:10:03Z", + "forks": 3362, + "issues": 215, + "subscribers": 192, + "stars": 13828 }, "name": "react-native-gifted-chat", "fullName": "FaridSafi/react-native-gifted-chat", @@ -35757,9 +35282,9 @@ }, "npmPkg": "react-native-gifted-chat", "npm": { - "downloads": 204718, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 199423, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -35790,13 +35315,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-28T09:59:44Z", + "updatedAt": "2025-04-15T10:54:51Z", "createdAt": "2016-08-08T15:26:08Z", - "pushedAt": "2025-04-28T09:59:44Z", + "pushedAt": "2025-04-15T10:54:51Z", "forks": 439, "issues": 103, - "subscribers": 88, - "stars": 4941 + "subscribers": 89, + "stars": 4935 }, "name": "@shoutem/ui", "fullName": "shoutem/ui", @@ -35828,21 +35353,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1651, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 81, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "shoutem-ui react-native ios android native-components shoutem" }, { @@ -35850,7 +35368,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/iamacup/react-native-markdown-display", @@ -35865,10 +35382,10 @@ "updatedAt": "2023-12-11T13:45:18Z", "createdAt": "2019-10-29T12:10:24Z", "pushedAt": "2023-12-11T13:45:18Z", - "forks": 187, - "issues": 43, + "forks": 183, + "issues": 40, "subscribers": 6, - "stars": 717 + "stars": 684 }, "name": "react-native-markdown-display", "fullName": "iamacup/react-native-markdown-display", @@ -35902,9 +35419,9 @@ }, "npmPkg": "react-native-markdown-display", "npm": { - "downloads": 865665, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 798841, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -35921,7 +35438,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -35935,13 +35451,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-12T17:53:13Z", + "updatedAt": "2025-03-31T19:28:09Z", "createdAt": "2015-12-12T12:52:11Z", - "pushedAt": "2025-06-12T17:53:13Z", - "forks": 1035, - "issues": 7, + "pushedAt": "2025-03-31T19:28:09Z", + "forks": 1031, + "issues": 29, "subscribers": 46, - "stars": 9608 + "stars": 9511 }, "name": "react-i18next", "fullName": "i18next/react-i18next", @@ -35973,9 +35489,9 @@ }, "npmPkg": "react-i18next", "npm": { - "downloads": 21604539, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19610131, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -35992,7 +35508,6 @@ "githubUrl": "https://github.com/APSL/react-native-keyboard-aware-scroll-view", "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/APSL/react-native-keyboard-aware-scroll-view", @@ -36007,10 +35522,10 @@ "updatedAt": "2021-11-04T10:02:03Z", "createdAt": "2015-10-20T18:22:34Z", "pushedAt": "2021-11-04T10:02:03Z", - "forks": 577, - "issues": 165, + "forks": 579, + "issues": 164, "subscribers": 43, - "stars": 5347 + "stars": 5329 }, "name": "react-native-keyboard-aware-scroll-view", "fullName": "APSL/react-native-keyboard-aware-scroll-view", @@ -36049,9 +35564,9 @@ "unmaintained": true, "npmPkg": "react-native-keyboard-aware-scroll-view", "npm": { - "downloads": 1233013, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1282606, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -36084,7 +35599,7 @@ "updatedAt": "2021-11-04T09:36:39Z", "createdAt": "2018-06-07T14:22:34Z", "pushedAt": "2021-11-04T09:36:39Z", - "forks": 15, + "forks": 14, "issues": 10, "subscribers": 6, "stars": 421 @@ -36118,9 +35633,9 @@ "unmaintained": true, "npmPkg": "react-native-scroll-into-view", "npm": { - "downloads": 21341, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23786, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -36139,7 +35654,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/nirsky/react-native-size-matters", @@ -36154,10 +35668,10 @@ "updatedAt": "2023-10-03T09:22:03Z", "createdAt": "2017-11-21T09:44:14Z", "pushedAt": "2023-10-03T09:22:03Z", - "forks": 150, - "issues": 3, + "forks": 148, + "issues": 2, "subscribers": 14, - "stars": 2445 + "stars": 2415 }, "name": "react-native-size-matters", "fullName": "nirsky/react-native-size-matters", @@ -36189,9 +35703,9 @@ }, "npmPkg": "react-native-size-matters", "npm": { - "downloads": 749719, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 837302, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -36230,9 +35744,9 @@ "createdAt": "2015-12-15T21:24:33Z", "pushedAt": "2025-02-25T15:46:44Z", "forks": 208, - "issues": 19, + "issues": 18, "subscribers": 9, - "stars": 1503 + "stars": 1477 }, "name": "@expo/react-native-action-sheet", "fullName": "expo/react-native-action-sheet", @@ -36265,19 +35779,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 918868, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "expo react-native action-sheet hacktoberfest android ios actionsheet" }, { @@ -36287,7 +35794,6 @@ ], "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/peacechen/react-native-modal-selector", @@ -36343,9 +35849,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-selector", "npm": { - "downloads": 599812, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 693614, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -36386,10 +35892,10 @@ "updatedAt": "2020-04-14T18:49:24Z", "createdAt": "2017-10-30T09:28:29Z", "pushedAt": "2020-04-14T18:49:24Z", - "forks": 406, + "forks": 404, "issues": 187, "subscribers": 15, - "stars": 2382 + "stars": 2379 }, "name": "react-native-svg-charts", "fullName": "JesperLekland/react-native-svg-charts", @@ -36430,9 +35936,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-charts", "npm": { - "downloads": 188217, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 198921, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -36448,14 +35954,13 @@ { "githubUrl": "https://github.com/software-mansion/react-native-svg", "examples": [ - "https://github.com/software-mansion/react-native-svg/tree/main/apps/fabric-example", - "https://github.com/software-mansion/react-native-svg/tree/main/apps/fabric-macos-example", - "https://github.com/software-mansion/react-native-svg/tree/main/apps/fabric-windows-example", - "https://github.com/software-mansion/react-native-svg/tree/main/apps/paper-example", - "https://github.com/software-mansion/react-native-svg/tree/main/apps/paper-macos-example", - "https://github.com/software-mansion/react-native-svg/tree/main/apps/paper-windows-example", - "https://github.com/software-mansion/react-native-svg/tree/main/apps/tests-example", - "https://github.com/software-mansion/react-native-svg/tree/main/apps/web-example" + "https://github.com/software-mansion/react-native-svg/tree/main/example", + "https://github.com/software-mansion/react-native-svg/tree/main/fabric-example", + "https://github.com/software-mansion/react-native-svg/tree/main/fabric-macos-example", + "https://github.com/software-mansion/react-native-svg/tree/main/fabric-windows-example", + "https://github.com/software-mansion/react-native-svg/tree/main/paper-macos-example", + "https://github.com/software-mansion/react-native-svg/tree/main/tests-example", + "https://github.com/software-mansion/react-native-svg/tree/main/web-example" ], "ios": true, "android": true, @@ -36478,13 +35983,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T13:19:18Z", + "updatedAt": "2025-04-04T11:32:39Z", "createdAt": "2016-01-17T14:29:21Z", - "pushedAt": "2025-05-12T13:19:18Z", - "forks": 1084, - "issues": 165, - "subscribers": 99, - "stars": 7757 + "pushedAt": "2025-04-04T11:32:39Z", + "forks": 1082, + "issues": 144, + "subscribers": 100, + "stars": 7693 }, "name": "react-native-svg", "fullName": "software-mansion/react-native-svg", @@ -36509,10 +36014,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v15.12.0", - "tagName": "v15.12.0", - "createdAt": "2025-05-12T13:19:21Z", - "publishedAt": "2025-05-12T13:24:33Z", + "name": "v15.11.2", + "tagName": "v15.11.2", + "createdAt": "2025-02-24T09:44:53Z", + "publishedAt": "2025-02-24T09:52:16Z", "isPrerelease": false }, "hasTypes": true, @@ -36521,16 +36026,17 @@ }, "npmPkg": "react-native-svg", "npm": { - "downloads": 6061153, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6323459, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 84, + "score": 89, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Lots of open issues" + "Lots of open issues", + "Recently updated" ], "popularity": 0.028, "topicSearchString": "react-component react-native ios android windows svg art vml gradient" @@ -36553,13 +36059,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T07:42:43Z", + "updatedAt": "2025-04-05T15:26:30Z", "createdAt": "2017-10-22T00:31:20Z", - "pushedAt": "2025-06-21T07:42:43Z", - "forks": 643, - "issues": 222, + "pushedAt": "2025-04-05T15:26:30Z", + "forks": 640, + "issues": 218, "subscribers": 35, - "stars": 3041 + "stars": 3002 }, "name": "react-native-iap", "fullName": "hyochan/react-native-iap", @@ -36598,9 +36104,9 @@ }, "npmPkg": "react-native-iap", "npm": { - "downloads": 205051, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 236695, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -36633,10 +36139,10 @@ "updatedAt": "2018-06-19T12:48:01Z", "createdAt": "2017-07-06T21:20:25Z", "pushedAt": "2018-06-19T12:48:01Z", - "forks": 165, + "forks": 164, "issues": 61, "subscribers": 7, - "stars": 437 + "stars": 432 }, "name": "react-native-markdown-renderer", "fullName": "mientjan/react-native-markdown-renderer", @@ -36671,9 +36177,9 @@ "unmaintained": true, "npmPkg": "react-native-markdown-renderer", "npm": { - "downloads": 30415, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28159, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -36709,10 +36215,10 @@ "updatedAt": "2025-02-03T21:09:59Z", "createdAt": "2015-09-16T14:06:22Z", "pushedAt": "2025-02-03T21:09:59Z", - "forks": 1417, - "issues": 5, + "forks": 1409, + "issues": 9, "subscribers": 72, - "stars": 6579 + "stars": 6560 }, "name": "react-native-device-info", "fullName": "react-native-device-info/react-native-device-info", @@ -36749,9 +36255,9 @@ }, "npmPkg": "react-native-device-info", "npm": { - "downloads": 2772610, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3230520, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -36782,10 +36288,10 @@ "updatedAt": "2021-12-20T14:47:41Z", "createdAt": "2015-12-14T19:53:36Z", "pushedAt": "2021-12-20T14:47:41Z", - "forks": 1859, + "forks": 1867, "issues": 149, "subscribers": 95, - "stars": 6780 + "stars": 6776 }, "name": "react-native-push-notification", "fullName": "zo0r/react-native-push-notification", @@ -36822,9 +36328,9 @@ }, "npmPkg": "react-native-push-notification", "npm": { - "downloads": 404769, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 457561, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -36854,13 +36360,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-06T16:21:28Z", + "updatedAt": "2024-11-25T09:54:02Z", "createdAt": "2015-10-19T06:22:23Z", - "pushedAt": "2025-05-06T16:21:28Z", - "forks": 702, - "issues": 328, + "pushedAt": "2024-11-25T09:54:02Z", + "forks": 689, + "issues": 322, "subscribers": 38, - "stars": 2839 + "stars": 2821 }, "name": "react-native-sound", "fullName": "zmxv/react-native-sound", @@ -36882,21 +36388,21 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.12.0", - "tagName": "v0.12.0", - "createdAt": "2025-05-06T06:27:53Z", - "publishedAt": "2025-05-06T06:59:36Z", + "name": "v0.11.2", + "tagName": "v0.11.2", + "createdAt": "2022-01-06T17:26:18Z", + "publishedAt": "2022-01-06T17:28:05Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-sound", "npm": { - "downloads": 514279, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1074297, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -36932,7 +36438,7 @@ "updatedAt": "2020-04-28T14:55:13Z", "createdAt": "2019-06-06T22:00:35Z", "pushedAt": "2020-04-28T14:55:13Z", - "forks": 36, + "forks": 37, "issues": 0, "subscribers": 7, "stars": 366 @@ -36954,9 +36460,9 @@ "isArchived": true }, "npm": { - "downloads": 3717, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3457, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -36995,10 +36501,10 @@ "updatedAt": "2022-10-31T01:41:06Z", "createdAt": "2017-04-13T04:13:44Z", "pushedAt": "2022-10-31T01:41:06Z", - "forks": 1314, - "issues": 410, - "subscribers": 61, - "stars": 8354 + "forks": 1306, + "issues": 407, + "subscribers": 62, + "stars": 8318 }, "name": "react-native-fast-image", "fullName": "DylanVann/react-native-fast-image", @@ -37037,9 +36543,9 @@ }, "npmPkg": "react-native-fast-image", "npm": { - "downloads": 737702, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 926214, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -37079,9 +36585,9 @@ "updatedAt": "2020-05-19T21:35:09Z", "createdAt": "2016-09-13T13:43:44Z", "pushedAt": "2020-05-19T21:35:09Z", - "forks": 533, + "forks": 534, "issues": 154, - "subscribers": 22, + "subscribers": 23, "stars": 2452 }, "name": "react-native-image-zoom-viewer", @@ -37112,9 +36618,9 @@ "isArchived": true }, "npm": { - "downloads": 421828, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 187336, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -37146,10 +36652,10 @@ "updatedAt": "2019-09-26T08:17:13Z", "createdAt": "2016-09-13T10:17:51Z", "pushedAt": "2019-09-26T08:17:13Z", - "forks": 426, + "forks": 428, "issues": 83, "subscribers": 11, - "stars": 1210 + "stars": 1207 }, "name": "react-native-modal-dropdown", "fullName": "sohobloo/react-native-modal-dropdown", @@ -37190,9 +36696,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-dropdown", "npm": { - "downloads": 20884, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27469, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -37251,9 +36757,9 @@ "unmaintained": true, "npmPkg": "react-native-modal-translucent", "npm": { - "downloads": 425, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 414, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -37261,7 +36767,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.723, "topicSearchString": "react-native modal translucent statusbar" }, { @@ -37286,13 +36792,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-05-13T16:34:26Z", + "updatedAt": "2025-03-19T21:31:06Z", "createdAt": "2019-09-06T09:39:03Z", - "pushedAt": "2025-05-13T16:34:26Z", - "forks": 140, + "pushedAt": "2025-03-19T21:31:06Z", + "forks": 138, "issues": 17, - "subscribers": 268, - "stars": 3182 + "subscribers": 274, + "stars": 3134 }, "name": "@shopify/restyle", "fullName": "Shopify/restyle", @@ -37317,20 +36823,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 147953, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 92, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -37353,13 +36852,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T15:58:44Z", + "updatedAt": "2025-04-16T11:18:37Z", "createdAt": "2018-06-21T21:15:55Z", - "pushedAt": "2025-06-18T15:58:44Z", - "forks": 99, - "issues": 45, + "pushedAt": "2025-04-16T11:18:37Z", + "forks": 91, + "issues": 39, "subscribers": 19, - "stars": 959 + "stars": 897 }, "name": "react-native-purchases", "fullName": "RevenueCat/react-native-purchases", @@ -37384,10 +36883,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "8.11.5", - "tagName": "8.11.5", - "createdAt": "2025-06-18T16:20:39Z", - "publishedAt": "2025-06-18T16:21:55Z", + "name": "8.9.4", + "tagName": "8.9.4", + "createdAt": "2025-04-07T21:40:02Z", + "publishedAt": "2025-04-07T21:41:14Z", "isPrerelease": false }, "hasTypes": true, @@ -37396,9 +36895,9 @@ }, "npmPkg": "react-native-purchases", "npm": { - "downloads": 214936, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 198816, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -37436,13 +36935,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-14T02:40:36Z", + "updatedAt": "2023-10-20T01:00:25Z", "createdAt": "2019-02-06T17:44:24Z", - "pushedAt": "2025-05-14T02:40:36Z", - "forks": 89, + "pushedAt": "2023-10-20T01:00:25Z", + "forks": 87, "issues": 60, "subscribers": 6, - "stars": 378 + "stars": 377 }, "name": "@react-native-community/checkbox", "fullName": "react-native-checkbox/react-native-checkbox", @@ -37464,18 +36963,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 365877, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "checkbox react-native react-native" }, { @@ -37495,13 +36989,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-15T07:00:11Z", + "updatedAt": "2025-03-12T08:16:29Z", "createdAt": "2015-08-13T06:13:57Z", - "pushedAt": "2025-05-15T07:00:11Z", - "forks": 849, - "issues": 8, - "subscribers": 46, - "stars": 3383 + "pushedAt": "2025-03-12T08:16:29Z", + "forks": 845, + "issues": 9, + "subscribers": 47, + "stars": 3358 }, "name": "@react-native-google-signin/google-signin", "fullName": "react-native-google-signin/google-signin", @@ -37530,29 +37024,20 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v14.0.1", - "tagName": "v14.0.1", - "createdAt": "2025-05-15T07:00:11Z", - "publishedAt": "2025-05-15T07:00:23Z", + "name": "v13.2.0", + "tagName": "v13.2.0", + "createdAt": "2025-02-15T09:34:08Z", + "publishedAt": "2025-02-15T09:34:19Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 827998, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 95, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known" - ], - "popularity": 0.028, + "npm": {}, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -100, "topicSearchString": "react-native google-sign-in google-login android-creadential-manager oauth oauth2 ios android web googlesignin googleauth hacktoberfest" }, { @@ -37606,16 +37091,16 @@ "unmaintained": true, "npmPkg": "react-native-kvideo", "npm": { - "downloads": 16, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.787, + "popularity": -0.773, "topicSearchString": "ivideo video video-play react-video react-native" }, { @@ -37666,9 +37151,9 @@ }, "npmPkg": "react-native-navigation-hooks", "npm": { - "downloads": 17502, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24950, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -37697,13 +37182,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-20T08:45:55Z", + "updatedAt": "2025-04-09T23:29:08Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-06-20T08:45:55Z", - "forks": 2124, - "issues": 455, - "subscribers": 206, - "stars": 9533 + "pushedAt": "2025-04-09T23:29:08Z", + "forks": 2113, + "issues": 461, + "subscribers": 210, + "stars": 9510 }, "name": "aws-amplify", "fullName": "aws-amplify/amplify-js", @@ -37723,9 +37208,9 @@ }, "npmPkg": "aws-amplify", "npm": { - "downloads": 3525345, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3319396, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -37758,13 +37243,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-17T10:59:13Z", + "updatedAt": "2025-04-09T23:29:08Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-06-17T10:59:13Z", - "forks": 2124, - "issues": 455, - "subscribers": 206, - "stars": 9533 + "pushedAt": "2025-04-09T23:29:08Z", + "forks": 2113, + "issues": 461, + "subscribers": 210, + "stars": 9510 }, "name": "@aws-amplify/datastore", "fullName": "aws-amplify/amplify-js", @@ -37782,22 +37267,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3481892, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -37819,13 +37296,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-05-27T14:05:21Z", + "updatedAt": "2025-04-09T23:29:08Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-05-27T14:05:21Z", - "forks": 2124, - "issues": 455, - "subscribers": 206, - "stars": 9533 + "pushedAt": "2025-04-09T23:29:08Z", + "forks": 2113, + "issues": 461, + "subscribers": 210, + "stars": 9510 }, "name": "@aws-amplify/react-native", "fullName": "aws-amplify/amplify-js", @@ -37843,22 +37320,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 156224, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -37880,13 +37349,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-20T08:45:55Z", + "updatedAt": "2025-04-09T23:29:08Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-06-20T08:45:55Z", - "forks": 2124, - "issues": 455, - "subscribers": 206, - "stars": 9533 + "pushedAt": "2025-04-09T23:29:08Z", + "forks": 2113, + "issues": 461, + "subscribers": 210, + "stars": 9510 }, "name": "@aws-amplify/auth", "fullName": "aws-amplify/amplify-js", @@ -37904,22 +37373,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 4132027, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -37939,13 +37400,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-17T10:59:13Z", + "updatedAt": "2025-04-09T23:29:08Z", "createdAt": "2017-10-02T22:17:14Z", - "pushedAt": "2025-06-17T10:59:13Z", - "forks": 2124, - "issues": 455, - "subscribers": 206, - "stars": 9533 + "pushedAt": "2025-04-09T23:29:08Z", + "forks": 2113, + "issues": 461, + "subscribers": 210, + "stars": 9510 }, "name": "@aws-amplify/notifications", "fullName": "aws-amplify/amplify-js", @@ -37963,22 +37424,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2910664, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -38000,13 +37453,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-17T21:57:33Z", + "updatedAt": "2025-04-15T21:24:50Z", "createdAt": "2015-09-15T19:36:29Z", - "pushedAt": "2025-06-17T21:57:33Z", - "forks": 583, - "issues": 28, - "subscribers": 70, - "stars": 1335 + "pushedAt": "2025-04-15T21:24:50Z", + "forks": 580, + "issues": 27, + "subscribers": 71, + "stars": 1331 }, "name": "parse", "fullName": "parse-community/Parse-SDK-JS", @@ -38042,9 +37495,9 @@ "isArchived": false }, "npm": { - "downloads": 872130, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 346376, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -38121,9 +37574,9 @@ "unmaintained": true, "npmPkg": "react-native-material-menu", "npm": { - "downloads": 60420, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 48184, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -38187,9 +37640,9 @@ }, "npmPkg": "react-native-console-time-polyfill", "npm": { - "downloads": 40947, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47044, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -38217,10 +37670,10 @@ "updatedAt": "2023-09-18T15:40:28Z", "createdAt": "2018-12-13T09:29:03Z", "pushedAt": "2023-09-18T15:40:28Z", - "forks": 85, - "issues": 16, + "forks": 83, + "issues": 15, "subscribers": 9, - "stars": 519 + "stars": 513 }, "name": "react-native-change-icon", "fullName": "skb1129/react-native-change-icon", @@ -38252,9 +37705,9 @@ }, "npmPkg": "react-native-change-icon", "npm": { - "downloads": 35433, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 43899, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -38284,10 +37737,10 @@ "updatedAt": "2023-07-17T16:02:52Z", "createdAt": "2017-07-27T05:39:43Z", "pushedAt": "2023-07-17T16:02:52Z", - "forks": 46, + "forks": 47, "issues": 6, "subscribers": 3, - "stars": 363 + "stars": 362 }, "name": "react-native-open-maps", "fullName": "brh55/react-native-open-maps", @@ -38323,9 +37776,9 @@ }, "npmPkg": "react-native-open-maps", "npm": { - "downloads": 47525, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 51523, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -38357,10 +37810,10 @@ "updatedAt": "2023-10-26T12:47:39Z", "createdAt": "2017-03-27T21:06:02Z", "pushedAt": "2023-10-26T12:47:39Z", - "forks": 51, + "forks": 50, "issues": 4, "subscribers": 5, - "stars": 760 + "stars": 759 }, "name": "react-native-store-review", "fullName": "oblador/react-native-store-review", @@ -38401,9 +37854,9 @@ }, "npmPkg": "react-native-store-review", "npm": { - "downloads": 72525, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 89973, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -38434,10 +37887,10 @@ "updatedAt": "2024-09-01T08:39:25Z", "createdAt": "2019-03-29T16:41:44Z", "pushedAt": "2024-09-01T08:39:25Z", - "forks": 231, - "issues": 147, + "forks": 228, + "issues": 145, "subscribers": 21, - "stars": 1389 + "stars": 1375 }, "name": "@react-native-community/geolocation", "fullName": "michalchudziak/react-native-geolocation", @@ -38468,21 +37921,14 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 770108, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native geolocation location react library" }, { @@ -38504,10 +37950,10 @@ "updatedAt": "2023-06-26T15:21:55Z", "createdAt": "2018-03-05T19:15:51Z", "pushedAt": "2023-06-26T15:21:55Z", - "forks": 371, + "forks": 370, "issues": 9, - "subscribers": 40, - "stars": 1890 + "subscribers": 39, + "stars": 1881 }, "name": "react-native-template-typescript", "fullName": "react-native-community/react-native-template-typescript", @@ -38570,10 +38016,10 @@ "updatedAt": "2021-11-25T09:19:43Z", "createdAt": "2016-06-27T07:13:04Z", "pushedAt": "2021-11-25T09:19:43Z", - "forks": 345, + "forks": 346, "issues": 123, "subscribers": 20, - "stars": 1068 + "stars": 1064 }, "name": "@react-native-community/audio-toolkit", "fullName": "react-native-audio-toolkit/react-native-audio-toolkit", @@ -38606,21 +38052,14 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 11943, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native audio audio-toolkit reactnative audio-library cross-platform" }, { @@ -38667,18 +38106,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 25, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.81, + "popularity": -100, "topicSearchString": "modal modal-dialog modal-statusbar" }, { @@ -38701,10 +38135,10 @@ "updatedAt": "2020-02-26T02:59:06Z", "createdAt": "2015-03-30T21:55:57Z", "pushedAt": "2020-02-26T02:59:06Z", - "forks": 304, + "forks": 303, "issues": 30, "subscribers": 40, - "stars": 1892 + "stars": 1893 }, "name": "react-native-navbar", "fullName": "Kureev/react-native-navbar", @@ -38734,9 +38168,9 @@ }, "npmPkg": "react-native-navbar", "npm": { - "downloads": 1940, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1796, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -38796,9 +38230,9 @@ }, "npmPkg": "react-native-platform-touchable", "npm": { - "downloads": 11991, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13650, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -38812,7 +38246,7 @@ { "githubUrl": "https://github.com/mpiannucci/react-native-context-menu-view", "images": [ - "https://i.imgur.com/VNpVY6z.gif" + "https://raw.githubusercontent.com/mpiannucci/react-native-context-menu-view/master/assets/context-menu-ios.gif" ], "ios": true, "android": true, @@ -38828,13 +38262,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-02T15:33:01Z", + "updatedAt": "2025-03-26T10:59:23Z", "createdAt": "2019-10-07T18:39:07Z", - "pushedAt": "2025-05-02T15:33:01Z", + "pushedAt": "2025-03-26T10:59:23Z", "forks": 69, "issues": 31, "subscribers": 9, - "stars": 848 + "stars": 815 }, "name": "react-native-context-menu-view", "fullName": "mpiannucci/react-native-context-menu-view", @@ -38855,10 +38289,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.19.0", - "tagName": "v1.19.0", - "createdAt": "2025-05-02T15:26:26Z", - "publishedAt": "2025-05-02T15:26:58Z", + "name": "Version 1.18.0", + "tagName": "v1.18.0", + "createdAt": "2025-03-14T18:57:28Z", + "publishedAt": "2025-03-14T18:59:32Z", "isPrerelease": false }, "hasTypes": true, @@ -38867,14 +38301,15 @@ }, "npmPkg": "react-native-context-menu-view", "npm": { - "downloads": 92531, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 80270, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -38901,10 +38336,10 @@ "updatedAt": "2022-09-16T07:29:14Z", "createdAt": "2019-01-14T12:37:51Z", "pushedAt": "2022-09-16T07:29:14Z", - "forks": 130, + "forks": 131, "issues": 16, "subscribers": 3, - "stars": 248 + "stars": 246 }, "name": "rn-range-slider", "fullName": "githuboftigran/rn-range-slider", @@ -38937,9 +38372,9 @@ "unmaintained": true, "npmPkg": "rn-range-slider", "npm": { - "downloads": 63000, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 68876, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -38981,7 +38416,7 @@ "forks": 4, "issues": 1, "subscribers": 4, - "stars": 86 + "stars": 85 }, "name": "@mohamadkh75/react-native-jalali-datepicker", "fullName": "MoKhajavi75/react-native-jalali-datepicker", @@ -39015,18 +38450,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 62, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.218, + "popularity": -100, "topicSearchString": "react-native calendar date datepicker jalali jalaali shamsi persian" }, { @@ -39095,16 +38525,16 @@ "unmaintained": true, "npmPkg": "react-native-fb-image-grid", "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 84, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.814, "topicSearchString": "react-native react-component component react mobile ios android ui image imageloader gif glide" }, { @@ -39161,9 +38591,9 @@ }, "unmaintained": true, "npm": { - "downloads": 59, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 173, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -39171,7 +38601,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.733, + "popularity": -0.721, "topicSearchString": "mongodb aws twilio http mobile serverless stitch atlas react-native" }, { @@ -39195,10 +38625,10 @@ "updatedAt": "2024-05-23T14:30:03Z", "createdAt": "2018-10-02T20:16:03Z", "pushedAt": "2024-05-23T14:30:03Z", - "forks": 56, - "issues": 23, + "forks": 58, + "issues": 21, "subscribers": 19, - "stars": 337 + "stars": 334 }, "name": "@fortawesome/react-native-fontawesome", "fullName": "FortAwesome/react-native-fontawesome", @@ -39223,19 +38653,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 89854, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -39261,10 +38685,10 @@ "updatedAt": "2022-10-24T07:21:35Z", "createdAt": "2017-01-09T09:28:12Z", "pushedAt": "2022-10-24T07:21:35Z", - "forks": 155, + "forks": 156, "issues": 20, "subscribers": 9, - "stars": 500 + "stars": 496 }, "name": "react-native-autoheight-webview", "fullName": "iou90/react-native-autoheight-webview", @@ -39297,13 +38721,12 @@ "unmaintained": true, "npmPkg": "react-native-autoheight-webview", "npm": { - "downloads": 71565, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 68277, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ - "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -39330,10 +38753,10 @@ "updatedAt": "2024-06-14T18:51:42Z", "createdAt": "2016-09-28T21:29:22Z", "pushedAt": "2024-06-14T18:51:42Z", - "forks": 151, - "issues": 104, + "forks": 150, + "issues": 103, "subscribers": 12, - "stars": 663 + "stars": 650 }, "name": "react-native-tts", "fullName": "ak1394/react-native-tts", @@ -39369,9 +38792,9 @@ }, "npmPkg": "react-native-tts", "npm": { - "downloads": 103264, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 101493, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -39391,7 +38814,6 @@ "windows": true, "visionos": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/lugg/react-native-config", @@ -39406,10 +38828,10 @@ "updatedAt": "2025-02-17T20:06:05Z", "createdAt": "2016-02-23T00:19:11Z", "pushedAt": "2025-02-17T20:06:05Z", - "forks": 606, - "issues": 307, + "forks": 607, + "issues": 309, "subscribers": 32, - "stars": 4899 + "stars": 4880 }, "name": "react-native-config", "fullName": "lugg/react-native-config", @@ -39445,9 +38867,9 @@ }, "npmPkg": "react-native-config", "npm": { - "downloads": 1480356, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1745822, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -39514,9 +38936,9 @@ }, "npmPkg": "react-native-deep-linking", "npm": { - "downloads": 9169, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15094, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -39578,9 +39000,9 @@ "unmaintained": true, "npmPkg": "react-native-boundary", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 81, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -39588,7 +39010,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.725, "topicSearchString": "react-native geofence boundary ios android location region-monitoring geofencing" }, { @@ -39608,7 +39030,7 @@ "updatedAt": "2020-03-31T17:03:03Z", "createdAt": "2017-10-05T15:16:23Z", "pushedAt": "2020-03-31T17:03:03Z", - "forks": 12, + "forks": 11, "issues": 3, "subscribers": 2, "stars": 93 @@ -39632,9 +39054,9 @@ "unmaintained": true, "npmPkg": "react-native-swift", "npm": { - "downloads": 3364, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5011, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -39670,7 +39092,7 @@ "forks": 258, "issues": 14, "subscribers": 23, - "stars": 2351 + "stars": 2348 }, "name": "react-native-offline", "fullName": "rgommezz/react-native-offline", @@ -39705,9 +39127,9 @@ "unmaintained": true, "npmPkg": "react-native-offline", "npm": { - "downloads": 29082, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36115, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -39741,7 +39163,7 @@ "forks": 51, "issues": 12, "subscribers": 8, - "stars": 469 + "stars": 468 }, "name": "react-native-status-bar-height", "fullName": "ovr/react-native-status-bar-height", @@ -39771,9 +39193,9 @@ "unmaintained": true, "npmPkg": "react-native-status-bar-height", "npm": { - "downloads": 202890, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 212562, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -39806,7 +39228,7 @@ "forks": 445, "issues": 168, "subscribers": 53, - "stars": 2795 + "stars": 2787 }, "name": "react-native-sqlite-storage", "fullName": "andpor/react-native-sqlite-storage", @@ -39845,9 +39267,9 @@ "unmaintained": true, "npmPkg": "react-native-sqlite-storage", "npm": { - "downloads": 101967, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 111280, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -39883,7 +39305,7 @@ "forks": 152, "issues": 16, "subscribers": 21, - "stars": 1236 + "stars": 1232 }, "name": "react-native-parsed-text", "fullName": "taskrabbit/react-native-parsed-text", @@ -39918,9 +39340,9 @@ }, "npmPkg": "react-native-parsed-text", "npm": { - "downloads": 270800, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 266792, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -39937,10 +39359,6 @@ "ios": true, "android": true, "expoGo": true, - "unmaintained": true, - "alternatives": [ - "react-native-tree-multi-select" - ], "github": { "urls": { "repo": "https://github.com/tableflip/react-native-select-multiple", @@ -39988,11 +39406,12 @@ "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-select-multiple", "npm": { - "downloads": 15560, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6584, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -40057,16 +39476,16 @@ }, "npmPkg": "react-native-exceptions-manager", "npm": { - "downloads": 39, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 48, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.708, "topicSearchString": "crash react react-native exception" }, { @@ -40091,7 +39510,7 @@ "forks": 617, "issues": 200, "subscribers": 93, - "stars": 2919 + "stars": 2921 }, "name": "react-native-wechat", "fullName": "yorkie/react-native-wechat", @@ -40121,9 +39540,9 @@ }, "npmPkg": "react-native-wechat", "npm": { - "downloads": 1372, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1617, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -40159,13 +39578,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-20T11:58:16Z", + "updatedAt": "2024-12-19T12:58:15Z", "createdAt": "2015-06-02T17:19:20Z", - "pushedAt": "2025-05-20T11:58:16Z", - "forks": 1452, - "issues": 7, - "subscribers": 222, - "stars": 9116 + "pushedAt": "2024-12-19T12:58:15Z", + "forks": 1445, + "issues": 6, + "subscribers": 225, + "stars": 9094 }, "name": "react-native-code-push", "fullName": "microsoft/react-native-code-push", @@ -40194,13 +39613,13 @@ }, "hasTypes": true, "newArchitecture": false, - "isArchived": true + "isArchived": false }, "npmPkg": "react-native-code-push", "npm": { - "downloads": 293865, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 408899, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -40262,9 +39681,9 @@ }, "npmPkg": "react-navigation-transitions", "npm": { - "downloads": 1629, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2667, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -40296,10 +39715,10 @@ "updatedAt": "2021-06-15T11:31:21Z", "createdAt": "2016-11-03T00:54:01Z", "pushedAt": "2021-06-15T11:31:21Z", - "forks": 477, - "issues": 42, + "forks": 478, + "issues": 41, "subscribers": 11, - "stars": 644 + "stars": 642 }, "name": "react-native-video-controls", "fullName": "itsnubix/react-native-video-controls", @@ -40332,9 +39751,9 @@ "unmaintained": true, "npmPkg": "react-native-video-controls", "npm": { - "downloads": 57289, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 60641, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -40397,9 +39816,9 @@ "isArchived": true }, "npm": { - "downloads": 9013, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6813, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -40466,16 +39885,16 @@ }, "npmPkg": "react-native-itunes", "npm": { - "downloads": 156, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 209, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.718, + "popularity": -0.721, "topicSearchString": "react-component react-native ios itunes apple music apple-music" }, { @@ -40500,10 +39919,10 @@ "updatedAt": "2023-11-02T13:13:59Z", "createdAt": "2015-04-01T03:20:10Z", "pushedAt": "2023-11-02T13:13:59Z", - "forks": 432, + "forks": 434, "issues": 118, "subscribers": 45, - "stars": 2731 + "stars": 2730 }, "name": "react-native-htmlview", "fullName": "jsdf/react-native-htmlview", @@ -40533,9 +39952,9 @@ }, "npmPkg": "react-native-htmlview", "npm": { - "downloads": 114218, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 135149, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -40567,10 +39986,10 @@ "updatedAt": "2024-12-16T03:52:28Z", "createdAt": "2018-03-05T14:04:44Z", "pushedAt": "2024-12-16T03:52:28Z", - "forks": 146, + "forks": 145, "issues": 14, "subscribers": 10, - "stars": 1498 + "stars": 1485 }, "name": "react-native-flash-message", "fullName": "lucasferreira/react-native-flash-message", @@ -40615,15 +40034,14 @@ }, "npmPkg": "react-native-flash-message", "npm": { - "downloads": 214495, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 194187, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -40648,7 +40066,7 @@ "updatedAt": "2023-07-03T11:46:39Z", "createdAt": "2015-04-07T21:30:54Z", "pushedAt": "2023-07-03T11:46:39Z", - "forks": 118, + "forks": 117, "issues": 69, "subscribers": 19, "stars": 902 @@ -40680,9 +40098,9 @@ "isArchived": false }, "npm": { - "downloads": 50224, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 63505, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -40713,7 +40131,7 @@ "updatedAt": "2022-09-01T01:53:08Z", "createdAt": "2018-04-08T19:07:42Z", "pushedAt": "2022-09-01T01:53:08Z", - "forks": 34, + "forks": 35, "issues": 8, "subscribers": 3, "stars": 45 @@ -40754,9 +40172,9 @@ "unmaintained": true, "npmPkg": "react-native-photo-view-ex", "npm": { - "downloads": 2713, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2989, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -40787,7 +40205,7 @@ "forks": 286, "issues": 42, "subscribers": 26, - "stars": 2403 + "stars": 2395 }, "name": "react-native-spinkit", "fullName": "maxs15/react-native-spinkit", @@ -40823,15 +40241,14 @@ }, "npmPkg": "react-native-spinkit", "npm": { - "downloads": 39112, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35995, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -40888,16 +40305,16 @@ "unmaintained": true, "npmPkg": "react-native-tab-view-viewpager-adapter", "npm": { - "downloads": 283, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 291, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.723, "topicSearchString": "" }, { @@ -40925,7 +40342,7 @@ "forks": 6, "issues": 2, "subscribers": 2, - "stars": 170 + "stars": 168 }, "name": "react-native-webp-format", "fullName": "Aleksefo/react-native-webp-format", @@ -40958,9 +40375,9 @@ }, "npmPkg": "react-native-webp-format", "npm": { - "downloads": 34734, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39227, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -40991,7 +40408,7 @@ "forks": 27, "issues": 1, "subscribers": 4, - "stars": 205 + "stars": 203 }, "name": "react-navigation-backhandler", "fullName": "vonovak/react-navigation-backhandler", @@ -41021,9 +40438,9 @@ }, "npmPkg": "react-navigation-backhandler", "npm": { - "downloads": 13832, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14898, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -41054,7 +40471,7 @@ "forks": 107, "issues": 0, "subscribers": 14, - "stars": 628 + "stars": 629 }, "name": "react-native-billing", "fullName": "idehub/react-native-billing", @@ -41090,9 +40507,9 @@ }, "npmPkg": "react-native-billing", "npm": { - "downloads": 81, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 179, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -41100,7 +40517,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.722, "topicSearchString": "react native inapp billing purchase react-native android bridge" }, { @@ -41126,7 +40543,7 @@ "forks": 26, "issues": 3, "subscribers": 1, - "stars": 102 + "stars": 101 }, "name": "react-native-typewriter", "fullName": "TaylorBriggs/react-native-typewriter", @@ -41160,9 +40577,9 @@ }, "npmPkg": "react-native-typewriter", "npm": { - "downloads": 8444, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5797, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -41197,7 +40614,7 @@ "forks": 25, "issues": 15, "subscribers": 3, - "stars": 179 + "stars": 177 }, "name": "react-native-syntax-highlighter", "fullName": "conorhastings/react-native-syntax-highlighter", @@ -41225,9 +40642,9 @@ "unmaintained": true, "npmPkg": "react-native-syntax-highlighter", "npm": { - "downloads": 7090, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13693, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -41304,9 +40721,9 @@ }, "npmPkg": "react-native-fetch-blob", "npm": { - "downloads": 3811, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4838, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -41370,9 +40787,9 @@ }, "npmPkg": "react-native-md5", "npm": { - "downloads": 11367, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11964, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -41404,7 +40821,7 @@ "forks": 53, "issues": 19, "subscribers": 6, - "stars": 209 + "stars": 210 }, "name": "react-native-geocoding", "fullName": "marlove/react-native-geocoding", @@ -41438,9 +40855,9 @@ "unmaintained": true, "npmPkg": "react-native-geocoding", "npm": { - "downloads": 64455, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 82610, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -41473,7 +40890,7 @@ "forks": 68, "issues": 24, "subscribers": 8, - "stars": 129 + "stars": 130 }, "name": "react-native-prompt-android", "fullName": "shimohq/react-native-prompt-android", @@ -41501,9 +40918,9 @@ "unmaintained": true, "npmPkg": "react-native-prompt-android", "npm": { - "downloads": 20362, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24097, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -41534,10 +40951,10 @@ "updatedAt": "2018-09-10T00:08:01Z", "createdAt": "2015-11-20T03:19:17Z", "pushedAt": "2018-09-10T00:08:01Z", - "forks": 194, + "forks": 192, "issues": 28, "subscribers": 11, - "stars": 832 + "stars": 834 }, "name": "react-native-star-rating", "fullName": "djchie/react-native-star-rating", @@ -41569,9 +40986,9 @@ }, "npmPkg": "react-native-star-rating", "npm": { - "downloads": 22329, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 78309, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -41606,7 +41023,7 @@ "forks": 159, "issues": 29, "subscribers": 8, - "stars": 298 + "stars": 297 }, "name": "react-native-switch", "fullName": "shahen94/react-native-switch", @@ -41637,9 +41054,9 @@ "unmaintained": true, "npmPkg": "react-native-switch", "npm": { - "downloads": 74034, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 77490, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -41672,7 +41089,7 @@ "forks": 56, "issues": 10, "subscribers": 4, - "stars": 204 + "stars": 203 }, "name": "react-native-user-avatar", "fullName": "avishayil/react-native-user-avatar", @@ -41706,9 +41123,9 @@ "unmaintained": true, "npmPkg": "react-native-user-avatar", "npm": { - "downloads": 8575, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13496, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -41741,10 +41158,10 @@ "updatedAt": "2023-12-12T10:16:14Z", "createdAt": "2017-05-24T09:47:57Z", "pushedAt": "2023-12-12T10:16:14Z", - "forks": 91, + "forks": 89, "issues": 5, "subscribers": 13, - "stars": 1085 + "stars": 1079 }, "name": "react-native-shimmer-placeholder", "fullName": "tomzaku/react-native-shimmer-placeholder", @@ -41778,9 +41195,9 @@ }, "npmPkg": "react-native-shimmer-placeholder", "npm": { - "downloads": 161372, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 152020, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -41814,7 +41231,7 @@ "forks": 58, "issues": 13, "subscribers": 1, - "stars": 257 + "stars": 256 }, "name": "react-native-card-flip", "fullName": "lhandel/react-native-card-flip", @@ -41847,9 +41264,9 @@ "unmaintained": true, "npmPkg": "react-native-card-flip", "npm": { - "downloads": 6271, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7211, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -41912,9 +41329,9 @@ "unmaintained": true, "npmPkg": "react-native-device-detection", "npm": { - "downloads": 5552, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9461, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -41931,8 +41348,8 @@ ], "ios": true, "android": true, - "newArchitecture": true, - "newArchitectureNote": "Supported since v14.1.0", + "newArchitecture": false, + "newArchitectureNote": "PR open for new architecture support https://github.com/teslamotors/react-native-camera-kit/issues/537", "github": { "urls": { "repo": "https://github.com/teslamotors/react-native-camera-kit", @@ -41944,13 +41361,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-09T23:48:42Z", + "updatedAt": "2025-04-01T14:24:14Z", "createdAt": "2016-04-13T11:56:29Z", - "pushedAt": "2025-06-09T23:48:42Z", - "forks": 584, - "issues": 94, - "subscribers": 206, - "stars": 2581 + "pushedAt": "2025-04-01T14:24:14Z", + "forks": 580, + "issues": 93, + "subscribers": 207, + "stars": 2558 }, "name": "react-native-camera-kit", "fullName": "teslamotors/react-native-camera-kit", @@ -41971,10 +41388,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v15.1.0", - "tagName": "v15.1.0", - "createdAt": "2025-06-09T23:48:42Z", - "publishedAt": "2025-06-09T23:50:19Z", + "name": "v14.2.0", + "tagName": "v14.2.0", + "createdAt": "2025-02-11T21:14:59Z", + "publishedAt": "2025-02-11T21:18:42Z", "isPrerelease": false }, "hasTypes": true, @@ -41983,17 +41400,18 @@ }, "npmPkg": "react-native-camera-kit", "npm": { - "downloads": 79198, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 71245, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 89, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated" + "Recently updated", + "Not supporting New Architecture" ], "popularity": 0.028, "topicSearchString": "react-native ios android camera" @@ -42050,9 +41468,9 @@ "unmaintained": true, "npmPkg": "react-native-native-video-player", "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 60, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -42111,9 +41529,9 @@ "unmaintained": true, "npmPkg": "react-native-quick-actions", "npm": { - "downloads": 30009, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 40944, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -42150,10 +41568,10 @@ "updatedAt": "2021-09-06T19:34:35Z", "createdAt": "2016-04-14T21:11:28Z", "pushedAt": "2021-09-06T19:34:35Z", - "forks": 507, + "forks": 508, "issues": 57, - "subscribers": 37, - "stars": 2802 + "subscribers": 36, + "stars": 2805 }, "name": "react-native-swipe-list-view", "fullName": "jemise111/react-native-swipe-list-view", @@ -42193,9 +41611,9 @@ "unmaintained": true, "npmPkg": "react-native-swipe-list-view", "npm": { - "downloads": 163105, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 165469, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -42257,16 +41675,16 @@ }, "npmPkg": "react-native-platform-stylesheet", "npm": { - "downloads": 1068, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1391, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native stylesheet ios android platform react" }, { @@ -42288,10 +41706,10 @@ "updatedAt": "2017-08-10T10:59:31Z", "createdAt": "2017-02-17T23:07:27Z", "pushedAt": "2017-08-10T10:59:31Z", - "forks": 95, + "forks": 94, "issues": 60, "subscribers": 11, - "stars": 1111 + "stars": 1113 }, "name": "react-native-background-task", "fullName": "jamesisaac/react-native-background-task", @@ -42326,9 +41744,9 @@ }, "npmPkg": "react-native-background-task", "npm": { - "downloads": 567, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 733, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -42337,7 +41755,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.474, + "popularity": -0.471, "topicSearchString": "react-native background-jobs fetch android ios offline sync" }, { @@ -42360,8 +41778,8 @@ "pushedAt": "2023-04-27T14:29:23Z", "forks": 213, "issues": 112, - "subscribers": 21, - "stars": 1645 + "subscribers": 22, + "stars": 1646 }, "name": "react-native-background-timer", "fullName": "ocetnik/react-native-background-timer", @@ -42385,12 +41803,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-background-timer", "npm": { - "downloads": 329718, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 313439, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -42400,7 +41817,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react-native background timer android ios" }, { @@ -42423,10 +41840,10 @@ "updatedAt": "2020-10-02T11:53:43Z", "createdAt": "2016-12-14T08:45:38Z", "pushedAt": "2020-10-02T11:53:43Z", - "forks": 189, + "forks": 190, "issues": 40, "subscribers": 8, - "stars": 388 + "stars": 386 }, "name": "react-native-wheel-picker-android", "fullName": "Cero-Studio/ReactNativeWheelPicker", @@ -42454,9 +41871,9 @@ }, "unmaintained": true, "npm": { - "downloads": 33353, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42323, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -42517,9 +41934,9 @@ }, "npmPkg": "react-native-round-flags", "npm": { - "downloads": 1372, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1537, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -42578,9 +41995,9 @@ "unmaintained": true, "npmPkg": "react-native-easy-markdown", "npm": { - "downloads": 18189, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18965, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -42594,7 +42011,6 @@ "githubUrl": "https://github.com/mkuczera/react-native-haptic-feedback", "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/mkuczera/react-native-haptic-feedback", @@ -42612,7 +42028,7 @@ "forks": 106, "issues": 14, "subscribers": 9, - "stars": 918 + "stars": 908 }, "name": "react-native-haptic-feedback", "fullName": "mkuczera/react-native-haptic-feedback", @@ -42648,9 +42064,9 @@ }, "npmPkg": "react-native-haptic-feedback", "npm": { - "downloads": 867531, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1383334, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -42681,10 +42097,10 @@ "updatedAt": "2025-04-01T10:04:46Z", "createdAt": "2017-12-02T20:42:59Z", "pushedAt": "2025-04-01T10:04:46Z", - "forks": 143, - "issues": 2, + "forks": 142, + "issues": 3, "subscribers": 6, - "stars": 757 + "stars": 742 }, "name": "react-native-map-link", "fullName": "tschoffelen/react-native-map-link", @@ -42721,14 +42137,15 @@ }, "npmPkg": "react-native-map-link", "npm": { - "downloads": 108206, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 111057, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -42754,10 +42171,10 @@ "updatedAt": "2018-03-22T08:21:00Z", "createdAt": "2017-05-26T09:33:41Z", "pushedAt": "2018-03-22T08:21:00Z", - "forks": 471, - "issues": 132, + "forks": 470, + "issues": 131, "subscribers": 13, - "stars": 754 + "stars": 747 }, "name": "react-native-material-dropdown", "fullName": "n4kz/react-native-material-dropdown", @@ -42788,9 +42205,9 @@ }, "npmPkg": "react-native-material-dropdown", "npm": { - "downloads": 10690, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 102482, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -42811,7 +42228,6 @@ ], "ios": true, "android": true, - "fireos": true, "web": true, "expoGo": true, "examples": [ @@ -42833,10 +42249,10 @@ "updatedAt": "2025-03-15T03:05:15Z", "createdAt": "2017-04-16T06:14:33Z", "pushedAt": "2025-03-15T03:05:15Z", - "forks": 422, + "forks": 421, "issues": 236, "subscribers": 66, - "stars": 5378 + "stars": 5347 }, "name": "recyclerlistview", "fullName": "Flipkart/recyclerlistview", @@ -42873,9 +42289,9 @@ }, "npmPkg": "recyclerlistview", "npm": { - "downloads": 2732857, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3102801, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -42910,8 +42326,8 @@ "pushedAt": "2019-09-06T06:03:57Z", "forks": 663, "issues": 220, - "subscribers": 89, - "stars": 2170 + "subscribers": 91, + "stars": 2168 }, "name": "@mapbox/react-native-mapbox-gl", "fullName": "nitaliano/react-native-mapbox-gl", @@ -42944,21 +42360,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 243, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -100, "topicSearchString": "gl ios android mapbox react-component react-native mapbox-gl" }, { @@ -42980,10 +42389,10 @@ "updatedAt": "2018-01-05T07:37:14Z", "createdAt": "2015-07-17T20:46:05Z", "pushedAt": "2018-01-05T07:37:14Z", - "forks": 698, + "forks": 699, "issues": 101, "subscribers": 24, - "stars": 1723 + "stars": 1726 }, "name": "react-native-orientation", "fullName": "yamill/react-native-orientation", @@ -43015,9 +42424,9 @@ }, "npmPkg": "react-native-orientation", "npm": { - "downloads": 29594, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 37230, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -43047,10 +42456,10 @@ "updatedAt": "2021-01-04T15:57:17Z", "createdAt": "2015-08-18T08:10:28Z", "pushedAt": "2021-01-04T15:57:17Z", - "forks": 182, + "forks": 183, "issues": 24, "subscribers": 27, - "stars": 1422 + "stars": 1421 }, "name": "react-native-tableview", "fullName": "aksonov/react-native-tableview", @@ -43084,9 +42493,9 @@ "unmaintained": true, "npmPkg": "react-native-tableview", "npm": { - "downloads": 1134, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1398, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -43095,7 +42504,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native react-component uitableview tableview ios" }, { @@ -43118,10 +42527,10 @@ "updatedAt": "2021-08-05T10:44:38Z", "createdAt": "2017-11-02T14:03:41Z", "pushedAt": "2021-08-05T10:44:38Z", - "forks": 257, + "forks": 258, "issues": 33, "subscribers": 45, - "stars": 2339 + "stars": 2331 }, "name": "react-native-largelist", "fullName": "bolan9999/react-native-largelist", @@ -43151,9 +42560,9 @@ }, "unmaintained": true, "npm": { - "downloads": 1048, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1898, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -43162,7 +42571,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.472, "topicSearchString": "react-native react-component large-list flatlist sectionlist tableview high-performance swipeout swipable-flatlist" }, { @@ -43187,10 +42596,10 @@ "updatedAt": "2025-04-16T04:30:56Z", "createdAt": "2016-02-23T04:52:07Z", "pushedAt": "2025-04-16T04:30:56Z", - "forks": 380, + "forks": 382, "issues": 73, "subscribers": 29, - "stars": 2128 + "stars": 2115 }, "name": "react-native-root-toast", "fullName": "magicismight/react-native-root-toast", @@ -43225,14 +42634,15 @@ }, "npmPkg": "react-native-root-toast", "npm": { - "downloads": 161773, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 160174, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -43259,8 +42669,8 @@ "pushedAt": "2019-06-16T00:09:30Z", "forks": 150, "issues": 22, - "subscribers": 12, - "stars": 1343 + "subscribers": 13, + "stars": 1333 }, "name": "react-native-masonry", "fullName": "brh55/react-native-masonry", @@ -43298,9 +42708,9 @@ "unmaintained": true, "npmPkg": "react-native-masonry", "npm": { - "downloads": 119, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 177, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -43309,7 +42719,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.722, "topicSearchString": "react-native masonry pinterest grid layout masonry-layout masonry-grid react pinterest-like" }, { @@ -43371,9 +42781,9 @@ }, "npmPkg": "react-native-sglistview", "npm": { - "downloads": 21, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 143, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -43382,7 +42792,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.702, + "popularity": -0.722, "topicSearchString": "reactnative listview react react-native component sglistview sglistview-performance sg" }, { @@ -43405,10 +42815,10 @@ "updatedAt": "2018-03-05T14:29:02Z", "createdAt": "2017-03-13T08:53:57Z", "pushedAt": "2018-03-05T14:29:02Z", - "forks": 173, + "forks": 175, "issues": 38, "subscribers": 25, - "stars": 1178 + "stars": 1176 }, "name": "react-native-timeline-listview", "fullName": "thegamenicorus/react-native-timeline-listview", @@ -43436,9 +42846,9 @@ }, "npmPkg": "react-native-timeline-listview", "npm": { - "downloads": 341, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 392, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -43447,7 +42857,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.722, "topicSearchString": "react-native timeline listview schedule component ios android" }, { @@ -43469,10 +42879,10 @@ "updatedAt": "2024-12-17T21:36:24Z", "createdAt": "2017-10-06T17:32:03Z", "pushedAt": "2024-12-17T21:36:24Z", - "forks": 395, - "issues": 98, + "forks": 386, + "issues": 96, "subscribers": 19, - "stars": 2346 + "stars": 2319 }, "name": "react-native-copilot", "fullName": "mohebifar/react-native-copilot", @@ -43509,16 +42919,15 @@ }, "npmPkg": "react-native-copilot", "npm": { - "downloads": 28954, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27750, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -43543,10 +42952,10 @@ "updatedAt": "2021-08-12T07:17:47Z", "createdAt": "2016-05-10T12:41:43Z", "pushedAt": "2021-08-12T07:17:47Z", - "forks": 59, + "forks": 60, "issues": 10, "subscribers": 7, - "stars": 645 + "stars": 646 }, "name": "react-native-sketch", "fullName": "jgrancher/react-native-sketch", @@ -43578,9 +42987,9 @@ }, "npmPkg": "react-native-sketch", "npm": { - "downloads": 57, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 84, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -43588,7 +42997,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.715, + "popularity": -0.714, "topicSearchString": "react react-component react-native ios sketch draw drawing touch paint canvas signature" }, { @@ -43611,10 +43020,10 @@ "updatedAt": "2022-03-30T10:42:35Z", "createdAt": "2018-06-17T16:14:11Z", "pushedAt": "2022-03-30T10:42:35Z", - "forks": 321, + "forks": 324, "issues": 48, "subscribers": 52, - "stars": 3167 + "stars": 3157 }, "name": "galio-framework", "fullName": "galio-org/galio", @@ -43655,9 +43064,9 @@ }, "unmaintained": true, "npm": { - "downloads": 2452, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2613, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -43688,10 +43097,10 @@ "updatedAt": "2024-06-12T15:19:12Z", "createdAt": "2017-04-07T21:01:50Z", "pushedAt": "2024-06-12T15:19:12Z", - "forks": 152, + "forks": 154, "issues": 3, "subscribers": 30, - "stars": 1457 + "stars": 1448 }, "name": "react-native-super-grid", "fullName": "saleel/react-native-super-grid", @@ -43726,9 +43135,9 @@ }, "npmPkg": "react-native-super-grid", "npm": { - "downloads": 53308, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 41579, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -43799,9 +43208,9 @@ }, "npmPkg": "react-native-activity-view", "npm": { - "downloads": 351, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 526, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -43809,7 +43218,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.471, "topicSearchString": "react-native react native activity-view react-component component action-sheet share-sheet share sheet facebook twitter mail social airdrop" }, { @@ -43861,9 +43270,9 @@ }, "npmPkg": "react-native-refresher", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -43919,9 +43328,9 @@ }, "npmPkg": "react-native-carousel", "npm": { - "downloads": 3816, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2379, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -43954,7 +43363,7 @@ "forks": 57, "issues": 10, "subscribers": 21, - "stars": 392 + "stars": 391 }, "name": "react-native-draftjs-render", "fullName": "globocom/react-native-draftjs-render", @@ -43986,9 +43395,9 @@ }, "npmPkg": "react-native-draftjs-render", "npm": { - "downloads": 5951, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7618, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -44017,10 +43426,10 @@ "updatedAt": "2021-12-13T01:34:01Z", "createdAt": "2015-09-04T04:18:04Z", "pushedAt": "2021-12-13T01:34:01Z", - "forks": 224, - "issues": 4, + "forks": 223, + "issues": 10, "subscribers": 10, - "stars": 443 + "stars": 444 }, "name": "react-native-html-to-pdf", "fullName": "christopherdro/react-native-html-to-pdf", @@ -44052,9 +43461,9 @@ "unmaintained": true, "npmPkg": "react-native-html-to-pdf", "npm": { - "downloads": 90870, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 173007, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -44089,7 +43498,7 @@ "forks": 17, "issues": 4, "subscribers": 4, - "stars": 107 + "stars": 106 }, "name": "react-native-html-webview", "fullName": "almost/react-native-html-webview", @@ -44116,16 +43525,16 @@ }, "npmPkg": "react-native-html-webview", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 93, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.718, "topicSearchString": "react-component reactnative react-native react html ios" }, { @@ -44147,7 +43556,7 @@ "updatedAt": "2017-12-18T07:18:35Z", "createdAt": "2015-07-08T10:53:56Z", "pushedAt": "2017-12-18T07:18:35Z", - "forks": 45, + "forks": 46, "issues": 9, "subscribers": 2, "stars": 102 @@ -44170,16 +43579,16 @@ }, "npmPkg": "react-native-html-render", "npm": { - "downloads": 72, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 82, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.726, "topicSearchString": "react-component react-native ios noder react" }, { @@ -44233,9 +43642,9 @@ }, "npmPkg": "react-native-measure-text", "npm": { - "downloads": 1885, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1525, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -44267,8 +43676,8 @@ "updatedAt": "2021-12-07T19:09:16Z", "createdAt": "2017-10-12T16:43:01Z", "pushedAt": "2021-12-07T19:09:16Z", - "forks": 101, - "issues": 38, + "forks": 98, + "issues": 37, "subscribers": 4, "stars": 440 }, @@ -44303,12 +43712,13 @@ "unmaintained": true, "npmPkg": "react-native-file-viewer", "npm": { - "downloads": 273182, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 373509, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ + "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -44338,7 +43748,7 @@ "forks": 37, "issues": 7, "subscribers": 5, - "stars": 687 + "stars": 679 }, "name": "react-native-responsive-fontsize", "fullName": "heyman333/react-native-responsive-fontSize", @@ -44379,9 +43789,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-fontsize", "npm": { - "downloads": 82915, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 148179, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -44411,7 +43821,7 @@ "updatedAt": "2022-09-01T01:52:01Z", "createdAt": "2018-01-10T10:33:49Z", "pushedAt": "2022-09-01T01:52:01Z", - "forks": 79, + "forks": 80, "issues": 15, "subscribers": 8, "stars": 409 @@ -44453,9 +43863,9 @@ }, "npmPkg": "react-native-text-size", "npm": { - "downloads": 28063, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 78128, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -44508,16 +43918,16 @@ }, "npmPkg": "react-native-hypertext", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.767, "topicSearchString": "react native hypertext html links" }, { @@ -44571,16 +43981,16 @@ }, "npmPkg": "react-native-asciimage", "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 32, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.819, "topicSearchString": "react-native react react-component ios native ascii asciimage image" }, { @@ -44602,7 +44012,7 @@ "updatedAt": "2019-08-23T10:25:24Z", "createdAt": "2016-01-20T17:55:40Z", "pushedAt": "2019-08-23T10:25:24Z", - "forks": 224, + "forks": 225, "issues": 32, "subscribers": 20, "stars": 1309 @@ -44643,9 +44053,9 @@ }, "npmPkg": "react-native-fabric", "npm": { - "downloads": 487, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 955, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -44654,7 +44064,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.473, "topicSearchString": "android answers crashlytics fabric ios mobile react react-component react-native component" }, { @@ -44673,13 +44083,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T05:13:01Z", + "updatedAt": "2025-02-25T11:15:27Z", "createdAt": "2020-03-17T10:24:44Z", - "pushedAt": "2025-06-19T05:13:01Z", + "pushedAt": "2025-02-25T11:15:27Z", "forks": 11, - "issues": 13, - "subscribers": 7, - "stars": 55 + "issues": 11, + "subscribers": 8, + "stars": 54 }, "name": "react-native-ux-cam", "fullName": "uxcam/react-native-ux-cam", @@ -44707,13 +44117,12 @@ "isArchived": false }, "npm": { - "downloads": 37359, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 55418, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -44740,7 +44149,7 @@ "pushedAt": "2018-07-01T04:25:30Z", "forks": 4, "issues": 0, - "subscribers": 171, + "subscribers": 170, "stars": 28 }, "name": "react-native-td", @@ -44773,9 +44182,9 @@ }, "npmPkg": "react-native-td", "npm": { - "downloads": 25, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -44783,7 +44192,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.71, + "popularity": -0.724, "topicSearchString": "react-native treasure-data typescript treasuredata" }, { @@ -44840,16 +44249,16 @@ "unmaintained": true, "npmPkg": "react-native-flurry-sdk", "npm": { - "downloads": 304, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 424, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.722, "topicSearchString": "react-native module android ios tvos flurry analytics config messaging push marketing" }, { @@ -44871,10 +44280,10 @@ "updatedAt": "2023-06-12T20:09:22Z", "createdAt": "2017-03-22T19:15:24Z", "pushedAt": "2023-06-12T20:09:22Z", - "forks": 484, + "forks": 485, "issues": 69, - "subscribers": 237, - "stars": 8269 + "subscribers": 238, + "stars": 8277 }, "name": "reactxp", "fullName": "microsoft/reactxp", @@ -44899,12 +44308,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "reactxp", "npm": { - "downloads": 6088, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1289, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -44914,7 +44322,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "" }, { @@ -44939,7 +44347,7 @@ "forks": 32, "issues": 17, "subscribers": 17, - "stars": 140 + "stars": 139 }, "name": "react-native-geo-fencing", "fullName": "surialabs/react-native-geo-fencing", @@ -44966,9 +44374,9 @@ }, "npmPkg": "react-native-geo-fencing", "npm": { - "downloads": 454, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 493, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -44976,7 +44384,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.722, "topicSearchString": "react-native googlemaps geometry polygon containslocation geo-fencing" }, { @@ -45038,9 +44446,9 @@ }, "npmPkg": "react-native-fused-location", "npm": { - "downloads": 442, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 578, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -45048,7 +44456,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.472, "topicSearchString": "react react-native location gps fused android play-services npm native javascript" }, { @@ -45091,16 +44499,16 @@ }, "npmPkg": "react-native-google-static-map", "npm": { - "downloads": 183, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 336, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.72, "topicSearchString": "react-component react-native ios" }, { @@ -45145,9 +44553,9 @@ }, "npmPkg": "react-native-geolocation-android", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -45202,18 +44610,13 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 243, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -100, "topicSearchString": "react-native picker wheel" }, { @@ -45222,7 +44625,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/getsentry/sentry-react-native", @@ -45234,13 +44636,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T13:21:19Z", + "updatedAt": "2025-04-16T11:15:31Z", "createdAt": "2016-11-30T14:45:57Z", - "pushedAt": "2025-06-20T13:21:19Z", - "forks": 334, - "issues": 169, - "subscribers": 78, - "stars": 1671 + "pushedAt": "2025-04-16T11:15:31Z", + "forks": 333, + "issues": 163, + "subscribers": 75, + "stars": 1647 }, "name": "@sentry/react-native", "fullName": "getsentry/sentry-react-native", @@ -45263,22 +44665,14 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 2164579, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native sentry crashreporting ios" }, { @@ -45336,9 +44730,9 @@ "unmaintained": true, "npmPkg": "react-native-bluetooth-status", "npm": { - "downloads": 8676, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15869, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -45371,7 +44765,7 @@ "forks": 184, "issues": 41, "subscribers": 6, - "stars": 416 + "stars": 415 }, "name": "react-native-confirmation-code-input", "fullName": "ttdung11t2/react-native-confirmation-code-input", @@ -45404,9 +44798,9 @@ "unmaintained": true, "npmPkg": "react-native-confirmation-code-input", "npm": { - "downloads": 4992, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6028, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -45435,10 +44829,10 @@ "updatedAt": "2024-05-17T03:59:20Z", "createdAt": "2017-01-12T10:04:59Z", "pushedAt": "2024-05-17T03:59:20Z", - "forks": 191, + "forks": 190, "issues": 46, "subscribers": 11, - "stars": 349 + "stars": 348 }, "name": "react-native-google-fit", "fullName": "StasDoskalenko/react-native-google-fit", @@ -45469,9 +44863,9 @@ }, "npmPkg": "react-native-google-fit", "npm": { - "downloads": 12418, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 17631, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -45541,9 +44935,9 @@ }, "npmPkg": "react-native-idle-timer", "npm": { - "downloads": 23370, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 32190, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -45597,16 +44991,16 @@ "unmaintained": true, "npmPkg": "react-native-image-mapper", "npm": { - "downloads": 568, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 736, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.471, "topicSearchString": "" }, { @@ -45635,10 +45029,10 @@ "updatedAt": "2024-10-27T16:02:37Z", "createdAt": "2018-09-07T06:39:07Z", "pushedAt": "2024-10-27T16:02:37Z", - "forks": 222, - "issues": 76, + "forks": 216, + "issues": 75, "subscribers": 11, - "stars": 1373 + "stars": 1358 }, "name": "react-native-inappbrowser-reborn", "fullName": "proyecto26/react-native-inappbrowser", @@ -45685,16 +45079,15 @@ "isArchived": false }, "npm": { - "downloads": 445990, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 492495, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -45742,9 +45135,9 @@ "unmaintained": true, "npmPkg": "react-native-progress-bar-animated", "npm": { - "downloads": 6116, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4758, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -45814,16 +45207,16 @@ "unmaintained": true, "npmPkg": "react-native-reanimated-slider", "npm": { - "downloads": 187, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 157, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.718, "topicSearchString": "reanimated slider seekbar video react-native ios react android slider-component" }, { @@ -45869,9 +45262,9 @@ }, "unmaintained": true, "npm": { - "downloads": 73866, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 82478, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -45901,10 +45294,10 @@ "updatedAt": "2021-06-27T15:21:00Z", "createdAt": "2016-05-10T17:13:13Z", "pushedAt": "2021-06-27T15:21:00Z", - "forks": 211, - "issues": 16, + "forks": 208, + "issues": 20, "subscribers": 5, - "stars": 985 + "stars": 987 }, "name": "react-native-sensitive-info", "fullName": "mCodex/react-native-sensitive-info", @@ -45944,9 +45337,9 @@ "unmaintained": true, "npmPkg": "react-native-sensitive-info", "npm": { - "downloads": 116715, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 123497, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -45977,10 +45370,10 @@ "updatedAt": "2019-07-13T17:19:46Z", "createdAt": "2015-06-03T03:41:22Z", "pushedAt": "2019-07-13T17:19:46Z", - "forks": 377, + "forks": 378, "issues": 75, - "subscribers": 22, - "stars": 1505 + "subscribers": 23, + "stars": 1503 }, "name": "react-native-touch-id", "fullName": "naoufal/react-native-touch-id", @@ -46014,9 +45407,9 @@ }, "npmPkg": "react-native-touch-id", "npm": { - "downloads": 49006, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 50089, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -46050,7 +45443,7 @@ "forks": 123, "issues": 7, "subscribers": 8, - "stars": 382 + "stars": 381 }, "name": "react-native-version-number", "fullName": "APSL/react-native-version-number", @@ -46084,9 +45477,9 @@ "unmaintained": true, "npmPkg": "react-native-version-number", "npm": { - "downloads": 97894, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 100199, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -46118,10 +45511,10 @@ "updatedAt": "2023-07-21T15:40:23Z", "createdAt": "2015-06-30T10:23:38Z", "pushedAt": "2023-07-21T15:40:23Z", - "forks": 444, + "forks": 445, "issues": 127, "subscribers": 27, - "stars": 1159 + "stars": 1160 }, "name": "react-native-youtube", "fullName": "davidohayon669/react-native-youtube", @@ -46152,9 +45545,9 @@ }, "npmPkg": "react-native-youtube", "npm": { - "downloads": 20159, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27869, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -46220,16 +45613,16 @@ "unmaintained": true, "npmPkg": "react-native-powerbi", "npm": { - "downloads": 136, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 202, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.821, + "popularity": -0.82, "topicSearchString": "react native powerbi" }, { @@ -46258,7 +45651,7 @@ "forks": 74, "issues": 0, "subscribers": 3, - "stars": 66 + "stars": 67 }, "name": "react-native-msal", "fullName": "stashenergy/react-native-msal", @@ -46297,9 +45690,9 @@ }, "npmPkg": "react-native-msal", "npm": { - "downloads": 22070, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25122, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -46341,7 +45734,7 @@ "forks": 191, "issues": 12, "subscribers": 26, - "stars": 2020 + "stars": 2011 }, "name": "react-native-sticky-parallax-header", "fullName": "netguru/sticky-parallax-header", @@ -46375,11 +45768,10 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npm": { - "downloads": 9071, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8662, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -46388,7 +45780,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "open-source contribution stickyheader header parallax hacktoberfest react-native" }, { @@ -46453,16 +45845,16 @@ "unmaintained": true, "npmPkg": "react-native-material-backdrop-modal", "npm": { - "downloads": 141, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 245, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.721, "topicSearchString": "react-native component ios android material-design backdrop modal expo" }, { @@ -46496,7 +45888,7 @@ "forks": 21, "issues": 5, "subscribers": 4, - "stars": 159 + "stars": 160 }, "name": "react-native-woodpicker", "fullName": "thodubois/react-native-woodpicker", @@ -46528,9 +45920,9 @@ }, "npmPkg": "react-native-woodpicker", "npm": { - "downloads": 8776, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8262, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -46559,10 +45951,10 @@ "updatedAt": "2023-09-01T08:42:54Z", "createdAt": "2020-03-28T15:48:29Z", "pushedAt": "2023-09-01T08:42:54Z", - "forks": 29, + "forks": 30, "issues": 15, "subscribers": 6, - "stars": 267 + "stars": 266 }, "name": "react-native-ultimate-config", "fullName": "maxkomarychev/react-native-ultimate-config", @@ -46597,9 +45989,9 @@ }, "npmPkg": "react-native-ultimate-config", "npm": { - "downloads": 16267, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14105, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -46664,16 +46056,16 @@ "unmaintained": true, "npmPkg": "rn-font-mapping", "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.81, "topicSearchString": "react-native fontfamily fontweight fontscale ios android font rn" }, { @@ -46705,10 +46097,10 @@ "updatedAt": "2022-08-10T12:11:39Z", "createdAt": "2018-10-22T08:47:38Z", "pushedAt": "2022-08-10T12:11:39Z", - "forks": 289, + "forks": 287, "issues": 101, "subscribers": 16, - "stars": 2879 + "stars": 2868 }, "name": "react-native-modalize", "fullName": "jeremybarbet/react-native-modalize", @@ -46754,9 +46146,9 @@ "unmaintained": true, "npmPkg": "react-native-modalize", "npm": { - "downloads": 146135, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 141122, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -46792,10 +46184,10 @@ "updatedAt": "2024-10-30T09:50:53Z", "createdAt": "2020-05-25T22:50:59Z", "pushedAt": "2024-10-30T09:50:53Z", - "forks": 193, - "issues": 54, + "forks": 188, + "issues": 53, "subscribers": 11, - "stars": 803 + "stars": 793 }, "name": "rn-tourguide", "fullName": "xcarpentier/rn-tourguide", @@ -46838,15 +46230,14 @@ }, "npmPkg": "rn-tourguide", "npm": { - "downloads": 17013, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16215, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -46868,7 +46259,6 @@ "web": true, "visionos": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/callstack/react-native-slider", @@ -46880,13 +46270,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-23T13:18:41Z", + "updatedAt": "2025-04-11T12:28:48Z", "createdAt": "2019-02-06T16:03:45Z", - "pushedAt": "2025-05-23T13:18:41Z", - "forks": 272, - "issues": 36, - "subscribers": 13, - "stars": 1298 + "pushedAt": "2025-04-11T12:28:48Z", + "forks": 268, + "issues": 41, + "subscribers": 14, + "stars": 1268 }, "name": "@react-native-community/slider", "fullName": "callstack/react-native-slider", @@ -46908,19 +46298,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 1699655, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react-native slider" }, { @@ -46978,18 +46362,13 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 211, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.822, + "popularity": -100, "topicSearchString": "react-native triangle triangle-view geometry shapes" }, { @@ -47059,16 +46438,16 @@ "unmaintained": true, "npmPkg": "reinput", "npm": { - "downloads": 329, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 353, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.722, "topicSearchString": "react-native input animation textinput material-design material placeholder labels icons" }, { @@ -47094,13 +46473,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-14T12:14:32Z", + "updatedAt": "2024-10-17T13:25:35Z", "createdAt": "2020-06-18T23:27:45Z", - "pushedAt": "2025-06-14T12:14:32Z", - "forks": 57, - "issues": 10, + "pushedAt": "2024-10-17T13:25:35Z", + "forks": 51, + "issues": 11, "subscribers": 9, - "stars": 603 + "stars": 585 }, "name": "react-native-network-logger", "fullName": "alexbrazier/react-native-network-logger", @@ -47132,10 +46511,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.0.1", - "tagName": "v2.0.1", - "createdAt": "2025-06-14T12:14:34Z", - "publishedAt": "2025-06-14T12:14:37Z", + "name": "Release 1.17.0", + "tagName": "v1.17.0", + "createdAt": "2024-09-24T15:40:51Z", + "publishedAt": "2024-09-24T15:40:56Z", "isPrerelease": false }, "hasTypes": true, @@ -47144,14 +46523,14 @@ }, "npmPkg": "react-native-network-logger", "npm": { - "downloads": 169149, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 148492, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -47162,7 +46541,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/goatandsheep/react-native-dotenv", @@ -47178,9 +46556,9 @@ "createdAt": "2020-07-08T13:31:51Z", "pushedAt": "2024-02-28T16:27:06Z", "forks": 47, - "issues": 5, - "subscribers": 2, - "stars": 841 + "issues": 14, + "subscribers": 3, + "stars": 837 }, "name": "react-native-dotenv", "fullName": "goatandsheep/react-native-dotenv", @@ -47219,9 +46597,9 @@ }, "npmPkg": "react-native-dotenv", "npm": { - "downloads": 773994, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 684970, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -47290,9 +46668,9 @@ "isArchived": false }, "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 83, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -47300,7 +46678,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.726, "topicSearchString": "react-component react-native dropdown ios android select-tag chooser" }, { @@ -47351,16 +46729,16 @@ }, "npmPkg": "react-native-music-metadata", "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 86, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.827, "topicSearchString": "react-native react-component metadata music track" }, { @@ -47383,10 +46761,10 @@ "updatedAt": "2022-10-06T07:06:50Z", "createdAt": "2016-05-10T09:11:36Z", "pushedAt": "2022-10-06T07:06:50Z", - "forks": 240, + "forks": 239, "issues": 32, "subscribers": 16, - "stars": 699 + "stars": 696 }, "name": "react-native-music-control", "fullName": "tanguyantoine/react-native-music-control", @@ -47424,9 +46802,9 @@ }, "npmPkg": "react-native-music-control", "npm": { - "downloads": 12900, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6360, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -47460,7 +46838,7 @@ "forks": 131, "issues": 33, "subscribers": 21, - "stars": 569 + "stars": 570 }, "name": "react-native-mock", "fullName": "RealOrangeOne/react-native-mock", @@ -47492,9 +46870,9 @@ }, "npmPkg": "react-native-mock", "npm": { - "downloads": 18742, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15176, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -47552,9 +46930,9 @@ }, "npmPkg": "react-timer-mixin", "npm": { - "downloads": 423199, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 384299, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -47613,9 +46991,9 @@ }, "npmPkg": "react-native-fileupload", "npm": { - "downloads": 29, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -47623,7 +47001,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.717, "topicSearchString": "react-component react-native ios file upload" }, { @@ -47646,9 +47024,9 @@ "createdAt": "2015-05-09T21:55:48Z", "pushedAt": "2023-01-26T08:04:49Z", "forks": 139, - "issues": 5, + "issues": 6, "subscribers": 18, - "stars": 351 + "stars": 349 }, "name": "react-native-udp", "fullName": "tradle/react-native-udp", @@ -47685,9 +47063,9 @@ "unmaintained": true, "npmPkg": "react-native-udp", "npm": { - "downloads": 133485, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 125346, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -47748,16 +47126,16 @@ "unmaintained": true, "npmPkg": "react-native-shadow-stack", "npm": { - "downloads": 33, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 49, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -0.809, "topicSearchString": "react native react-native number animated component" }, { @@ -47765,7 +47143,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/wcandillon/react-native-redash", @@ -47777,13 +47154,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-06-21T12:28:46Z", + "updatedAt": "2024-01-06T12:28:36Z", "createdAt": "2019-04-30T09:46:58Z", - "pushedAt": "2025-06-21T12:28:46Z", - "forks": 117, + "pushedAt": "2024-01-06T12:28:36Z", + "forks": 116, "issues": 91, "subscribers": 17, - "stars": 2018 + "stars": 2007 }, "name": "react-native-redash", "fullName": "wcandillon/react-native-redash", @@ -47810,16 +47187,16 @@ }, "npmPkg": "react-native-redash", "npm": { - "downloads": 557363, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 633338, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 62, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -47875,9 +47252,9 @@ "unmaintained": true, "npmPkg": "react-native-randombytes", "npm": { - "downloads": 178385, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 142266, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -47907,10 +47284,10 @@ "updatedAt": "2025-02-25T04:01:26Z", "createdAt": "2017-12-22T12:05:09Z", "pushedAt": "2025-02-25T04:01:26Z", - "forks": 53, + "forks": 54, "issues": 19, "subscribers": 2, - "stars": 150 + "stars": 144 }, "name": "react-native-radial-gradient", "fullName": "surajitsarkar19/react-native-radial-gradient", @@ -47937,9 +47314,9 @@ }, "npmPkg": "react-native-radial-gradient", "npm": { - "downloads": 33337, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30264, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -47972,10 +47349,10 @@ "updatedAt": "2023-05-12T11:16:38Z", "createdAt": "2016-08-22T23:07:17Z", "pushedAt": "2023-05-12T11:16:38Z", - "forks": 500, + "forks": 499, "issues": 115, "subscribers": 32, - "stars": 2039 + "stars": 2038 }, "name": "react-native-qrcode-scanner", "fullName": "moaazsidat/react-native-qrcode-scanner", @@ -48012,9 +47389,9 @@ }, "npmPkg": "react-native-qrcode-scanner", "npm": { - "downloads": 71190, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 92461, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -48077,13 +47454,12 @@ "unmaintained": true, "npmPkg": "react-native-os", "npm": { - "downloads": 59176, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 51375, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -48139,9 +47515,9 @@ "unmaintained": true, "npmPkg": "react-native-level-fs", "npm": { - "downloads": 77560, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 67589, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -48173,7 +47549,7 @@ "forks": 112, "issues": 11, "subscribers": 5, - "stars": 940 + "stars": 939 }, "name": "react-native-iphone-x-helper", "fullName": "ptelad/react-native-iphone-x-helper", @@ -48199,9 +47575,9 @@ }, "npmPkg": "react-native-iphone-x-helper", "npm": { - "downloads": 1796972, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1744883, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -48233,8 +47609,8 @@ "pushedAt": "2022-08-13T13:35:24Z", "forks": 63, "issues": 24, - "subscribers": 11, - "stars": 377 + "subscribers": 12, + "stars": 378 }, "name": "react-native-crypto", "fullName": "tradle/react-native-crypto", @@ -48259,9 +47635,9 @@ "unmaintained": true, "npmPkg": "react-native-crypto", "npm": { - "downloads": 191601, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 151527, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -48292,7 +47668,7 @@ "createdAt": "2017-06-19T08:32:11Z", "pushedAt": "2023-03-06T12:57:51Z", "forks": 29, - "issues": 5, + "issues": 4, "subscribers": 3, "stars": 202 }, @@ -48327,9 +47703,9 @@ "unmaintained": true, "npmPkg": "react-native-marquee", "npm": { - "downloads": 4545, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4580, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -48360,10 +47736,10 @@ "updatedAt": "2020-05-19T21:17:13Z", "createdAt": "2016-09-13T13:43:25Z", "pushedAt": "2020-05-19T21:17:13Z", - "forks": 250, + "forks": 252, "issues": 50, - "subscribers": 13, - "stars": 642 + "subscribers": 14, + "stars": 641 }, "name": "react-native-image-pan-zoom", "fullName": "ascoders/react-native-image-zoom", @@ -48392,9 +47768,9 @@ }, "unmaintained": true, "npm": { - "downloads": 509247, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 285285, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -48425,10 +47801,10 @@ "updatedAt": "2022-11-15T18:05:16Z", "createdAt": "2019-06-11T23:31:14Z", "pushedAt": "2022-11-15T18:05:16Z", - "forks": 128, - "issues": 42, + "forks": 122, + "issues": 38, "subscribers": 2, - "stars": 709 + "stars": 695 }, "name": "react-native-skeleton-placeholder", "fullName": "chramos/react-native-skeleton-placeholder", @@ -48448,10 +47824,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "V6-beta.9", - "tagName": "v6-beta.9", - "createdAt": "2025-05-06T15:06:26Z", - "publishedAt": "2025-05-06T15:08:51Z", + "name": "v6-beta.7", + "tagName": "v6-beta.7", + "createdAt": "2025-02-15T10:51:30Z", + "publishedAt": "2025-02-15T10:57:28Z", "isPrerelease": true }, "hasTypes": false, @@ -48461,9 +47837,9 @@ "unmaintained": true, "npmPkg": "react-native-skeleton-placeholder", "npm": { - "downloads": 220932, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 213463, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -48495,10 +47871,10 @@ "updatedAt": "2022-06-28T01:58:46Z", "createdAt": "2018-03-22T20:14:30Z", "pushedAt": "2022-06-28T01:58:46Z", - "forks": 793, - "issues": 489, + "forks": 794, + "issues": 487, "subscribers": 20, - "stars": 2860 + "stars": 2861 }, "name": "rn-fetch-blob", "fullName": "joltup/rn-fetch-blob", @@ -48535,9 +47911,9 @@ }, "npmPkg": "rn-fetch-blob", "npm": { - "downloads": 329546, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 391563, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -48609,16 +47985,16 @@ "isArchived": false }, "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 86, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.727, "topicSearchString": "react-component reactnative react-native realtimemessaging realtime ios push-notifications realtime-messaging" }, { @@ -48670,16 +48046,16 @@ }, "npmPkg": "react-native-webintent", "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.688, "topicSearchString": "react react-native intent android browser react-component" }, { @@ -48709,13 +48085,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-16T07:27:47Z", + "updatedAt": "2025-04-03T16:10:08Z", "createdAt": "2019-04-24T15:47:37Z", - "pushedAt": "2025-05-16T07:27:47Z", - "forks": 46, + "pushedAt": "2025-04-03T16:10:08Z", + "forks": 47, "issues": 4, "subscribers": 11, - "stars": 1267 + "stars": 1242 }, "name": "react-native-modalfy", "fullName": "colorfy-software/react-native-modalfy", @@ -48753,14 +48129,15 @@ }, "npmPkg": "react-native-modalfy", "npm": { - "downloads": 23813, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19087, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -48795,7 +48172,7 @@ "updatedAt": "2021-11-07T08:09:30Z", "createdAt": "2018-08-02T21:51:28Z", "pushedAt": "2021-11-07T08:09:30Z", - "forks": 91, + "forks": 89, "issues": 13, "subscribers": 12, "stars": 1165 @@ -48828,9 +48205,9 @@ "unmaintained": true, "npmPkg": "react-navigation-collapsible", "npm": { - "downloads": 5865, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4276, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -48865,7 +48242,7 @@ "updatedAt": "2020-06-22T13:36:40Z", "createdAt": "2019-02-26T18:53:46Z", "pushedAt": "2020-06-22T13:36:40Z", - "forks": 62, + "forks": 63, "issues": 9, "subscribers": 3, "stars": 316 @@ -48906,9 +48283,9 @@ "unmaintained": true, "npmPkg": "react-native-barcode-mask", "npm": { - "downloads": 63226, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 43378, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -48938,13 +48315,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T10:29:48Z", + "updatedAt": "2025-04-16T05:23:23Z", "createdAt": "2016-06-14T23:10:12Z", - "pushedAt": "2025-06-11T10:29:48Z", - "forks": 211, - "issues": 9, - "subscribers": 24, - "stars": 524 + "pushedAt": "2025-04-16T05:23:23Z", + "forks": 203, + "issues": 15, + "subscribers": 23, + "stars": 510 }, "name": "react-native-auth0", "fullName": "auth0/react-native-auth0", @@ -48965,11 +48342,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v5.0.0-beta.2", - "tagName": "v5.0.0-beta.2", - "createdAt": "2025-06-13T09:13:39Z", - "publishedAt": "2025-06-13T09:15:11Z", - "isPrerelease": true + "name": "v4.4.0", + "tagName": "v4.4.0", + "createdAt": "2025-02-19T07:06:34Z", + "publishedAt": "2025-02-19T07:07:24Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -48977,9 +48354,9 @@ }, "npmPkg": "react-native-auth0", "npm": { - "downloads": 220102, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 239764, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -49017,10 +48394,10 @@ "updatedAt": "2024-07-21T11:50:06Z", "createdAt": "2016-07-17T06:11:54Z", "pushedAt": "2024-07-21T11:50:06Z", - "forks": 140, + "forks": 141, "issues": 14, - "subscribers": 5, - "stars": 962 + "subscribers": 4, + "stars": 955 }, "name": "react-native-restart", "fullName": "avishayil/react-native-restart", @@ -49054,9 +48431,9 @@ }, "npmPkg": "react-native-restart", "npm": { - "downloads": 572193, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 536962, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49089,10 +48466,10 @@ "updatedAt": "2025-02-21T17:39:09Z", "createdAt": "2018-10-27T23:23:49Z", "pushedAt": "2025-02-21T17:39:09Z", - "forks": 205, + "forks": 203, "issues": 14, "subscribers": 39, - "stars": 3568 + "stars": 3541 }, "name": "@react-native-community/hooks", "fullName": "react-native-community/hooks", @@ -49117,19 +48494,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 347179, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -49153,10 +48523,10 @@ "updatedAt": "2020-12-23T20:43:27Z", "createdAt": "2018-04-14T17:15:29Z", "pushedAt": "2020-12-23T20:43:27Z", - "forks": 133, + "forks": 134, "issues": 21, "subscribers": 16, - "stars": 1591 + "stars": 1582 }, "name": "react-native-responsive-screen", "fullName": "marudy/react-native-responsive-screen", @@ -49194,9 +48564,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-screen", "npm": { - "downloads": 127903, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 208973, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49223,7 +48593,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/Monte9/react-native-ratings", @@ -49238,10 +48607,10 @@ "updatedAt": "2024-04-02T02:12:34Z", "createdAt": "2017-05-03T00:51:51Z", "pushedAt": "2024-04-02T02:12:34Z", - "forks": 193, + "forks": 194, "issues": 59, - "subscribers": 8, - "stars": 926 + "subscribers": 7, + "stars": 917 }, "name": "react-native-ratings", "fullName": "Monte9/react-native-ratings", @@ -49278,9 +48647,9 @@ }, "npmPkg": "react-native-ratings", "npm": { - "downloads": 639077, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 751051, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49315,10 +48684,10 @@ "updatedAt": "2019-11-12T02:37:25Z", "createdAt": "2018-08-25T07:20:57Z", "pushedAt": "2019-11-12T02:37:25Z", - "forks": 137, + "forks": 135, "issues": 38, "subscribers": 4, - "stars": 413 + "stars": 411 }, "name": "react-native-smooth-pincode-input", "fullName": "xamous/react-native-smooth-pincode-input", @@ -49349,9 +48718,9 @@ "unmaintained": true, "npmPkg": "react-native-smooth-pincode-input", "npm": { - "downloads": 22821, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26045, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -49383,10 +48752,10 @@ "updatedAt": "2022-10-08T15:42:23Z", "createdAt": "2018-01-11T06:42:18Z", "pushedAt": "2022-10-08T15:42:23Z", - "forks": 284, - "issues": 113, + "forks": 283, + "issues": 112, "subscribers": 18, - "stars": 1640 + "stars": 1631 }, "name": "react-native-geolocation-service", "fullName": "Agontuk/react-native-geolocation-service", @@ -49417,9 +48786,9 @@ "unmaintained": true, "npmPkg": "react-native-geolocation-service", "npm": { - "downloads": 385711, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 475235, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -49455,10 +48824,10 @@ "updatedAt": "2023-02-13T23:11:34Z", "createdAt": "2016-12-29T08:59:15Z", "pushedAt": "2023-02-13T23:11:34Z", - "forks": 216, + "forks": 218, "issues": 33, - "subscribers": 16, - "stars": 923 + "subscribers": 17, + "stars": 918 }, "name": "react-native-sensors", "fullName": "react-native-sensors/react-native-sensors", @@ -49494,9 +48863,9 @@ "unmaintained": true, "npmPkg": "react-native-sensors", "npm": { - "downloads": 78213, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 92749, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49516,7 +48885,6 @@ "ios": true, "android": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/computerjazz/react-native-draggable-flatlist", @@ -49528,13 +48896,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-06T05:05:27Z", + "updatedAt": "2025-04-08T22:43:25Z", "createdAt": "2018-06-23T22:07:51Z", - "pushedAt": "2025-05-06T05:05:27Z", - "forks": 406, - "issues": 192, + "pushedAt": "2025-04-08T22:43:25Z", + "forks": 399, + "issues": 183, "subscribers": 9, - "stars": 2070 + "stars": 2038 }, "name": "react-native-draggable-flatlist", "fullName": "computerjazz/react-native-draggable-flatlist", @@ -49559,9 +48927,9 @@ }, "lastRelease": { "name": "", - "tagName": "v4.0.3", - "createdAt": "2025-05-06T05:05:28Z", - "publishedAt": "2025-05-07T14:21:57Z", + "tagName": "v4.0.2", + "createdAt": "2025-04-03T20:38:50Z", + "publishedAt": "2025-04-08T17:30:10Z", "isPrerelease": false }, "hasTypes": true, @@ -49570,15 +48938,16 @@ }, "npmPkg": "react-native-draggable-flatlist", "npm": { - "downloads": 614721, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1034807, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 62, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -49616,7 +48985,7 @@ "forks": 268, "issues": 53, "subscribers": 20, - "stars": 888 + "stars": 887 }, "name": "react-native-fingerprint-scanner", "fullName": "hieuvp/react-native-fingerprint-scanner", @@ -49660,9 +49029,9 @@ }, "npmPkg": "react-native-fingerprint-scanner", "npm": { - "downloads": 21209, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29708, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49695,10 +49064,10 @@ "updatedAt": "2024-09-11T16:00:06Z", "createdAt": "2016-05-23T04:06:07Z", "pushedAt": "2024-09-11T16:00:06Z", - "forks": 235, - "issues": 68, - "subscribers": 19, - "stars": 682 + "forks": 225, + "issues": 65, + "subscribers": 17, + "stars": 672 }, "name": "react-native-google-cast", "fullName": "react-native-google-cast/react-native-google-cast", @@ -49735,9 +49104,9 @@ }, "npmPkg": "react-native-google-cast", "npm": { - "downloads": 79133, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 66358, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49777,8 +49146,8 @@ "pushedAt": "2023-05-05T09:54:34Z", "forks": 160, "issues": 42, - "subscribers": 10, - "stars": 735 + "subscribers": 11, + "stars": 736 }, "name": "react-native-table-component", "fullName": "dohooo/react-native-table-component", @@ -49803,9 +49172,9 @@ }, "npmPkg": "react-native-table-component", "npm": { - "downloads": 104274, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 107688, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49867,9 +49236,9 @@ }, "unmaintained": true, "npm": { - "downloads": 5654, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18313, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -49907,7 +49276,7 @@ "updatedAt": "2022-08-14T05:56:58Z", "createdAt": "2016-12-25T14:34:14Z", "pushedAt": "2022-08-14T05:56:58Z", - "forks": 152, + "forks": 153, "issues": 60, "subscribers": 9, "stars": 933 @@ -49940,9 +49309,9 @@ "unmaintained": true, "npmPkg": "rn-sliding-up-panel", "npm": { - "downloads": 12758, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12269, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -49961,8 +49330,6 @@ ], "ios": true, "android": true, - "fireos": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/FormidableLabs/react-native-app-auth", @@ -49974,13 +49341,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T21:21:22Z", + "updatedAt": "2025-03-12T17:59:57Z", "createdAt": "2017-11-13T17:59:31Z", - "pushedAt": "2025-05-27T21:21:22Z", - "forks": 422, - "issues": 119, - "subscribers": 59, - "stars": 2154 + "pushedAt": "2025-03-12T17:59:57Z", + "forks": 418, + "issues": 118, + "subscribers": 60, + "stars": 2119 }, "name": "react-native-app-auth", "fullName": "FormidableLabs/react-native-app-auth", @@ -50008,16 +49375,15 @@ }, "npmPkg": "react-native-app-auth", "npm": { - "downloads": 595389, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 458212, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 62, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -50044,7 +49410,7 @@ "forks": 16, "issues": 2, "subscribers": 4, - "stars": 373 + "stars": 374 }, "name": "react-navigation-heavy-screen", "fullName": "nandorojo/react-navigation-heavy-screen", @@ -50066,12 +49432,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-navigation-heavy-screen", "npm": { - "downloads": 1182, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1020, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -50079,7 +49444,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -50104,10 +49469,10 @@ "updatedAt": "2024-05-11T17:28:26Z", "createdAt": "2020-03-08T13:14:48Z", "pushedAt": "2024-05-11T17:28:26Z", - "forks": 168, + "forks": 165, "issues": 34, "subscribers": 21, - "stars": 4273 + "stars": 4267 }, "name": "tailwind-rn", "fullName": "vadimdemedes/tailwind-rn", @@ -50138,9 +49503,9 @@ }, "npmPkg": "tailwind-rn", "npm": { - "downloads": 24391, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 20808, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -50156,7 +49521,6 @@ "githubUrl": "https://github.com/charpeni/react-native-url-polyfill", "ios": true, "android": true, - "fireos": true, "expoGo": true, "github": { "urls": { @@ -50172,10 +49536,10 @@ "updatedAt": "2025-04-01T22:41:57Z", "createdAt": "2019-11-22T04:28:41Z", "pushedAt": "2025-04-01T22:41:57Z", - "forks": 24, - "issues": 7, + "forks": 23, + "issues": 6, "subscribers": 2, - "stars": 370 + "stars": 362 }, "name": "react-native-url-polyfill", "fullName": "charpeni/react-native-url-polyfill", @@ -50209,14 +49573,15 @@ }, "npmPkg": "react-native-url-polyfill", "npm": { - "downloads": 3537600, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3683866, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -50229,7 +49594,6 @@ ], "ios": true, "android": true, - "fireos": true, "web": true, "expoGo": true, "github": { @@ -50246,10 +49610,10 @@ "updatedAt": "2024-10-22T20:17:50Z", "createdAt": "2017-01-20T00:30:11Z", "pushedAt": "2024-10-22T20:17:50Z", - "forks": 414, + "forks": 413, "issues": 17, "subscribers": 85, - "stars": 13910 + "stars": 13891 }, "name": "react-content-loader", "fullName": "danilowoz/react-content-loader", @@ -50288,16 +49652,15 @@ }, "npmPkg": "react-content-loader", "npm": { - "downloads": 2374942, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2898155, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -50325,10 +49688,10 @@ "updatedAt": "2019-10-10T10:57:37Z", "createdAt": "2017-02-24T14:57:01Z", "pushedAt": "2019-10-10T10:57:37Z", - "forks": 82, + "forks": 81, "issues": 16, "subscribers": 5, - "stars": 417 + "stars": 416 }, "name": "react-native-material-ripple", "fullName": "n4kz/react-native-material-ripple", @@ -50358,9 +49721,9 @@ "unmaintained": true, "npmPkg": "react-native-material-ripple", "npm": { - "downloads": 71279, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 263566, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -50395,13 +49758,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T10:57:15Z", + "updatedAt": "2025-03-05T17:05:10Z", "createdAt": "2018-10-01T14:32:13Z", - "pushedAt": "2025-06-20T10:57:15Z", - "forks": 273, - "issues": 7, + "pushedAt": "2025-03-05T17:05:10Z", + "forks": 271, + "issues": 3, "subscribers": 29, - "stars": 3218 + "stars": 3182 }, "name": "@testing-library/react-native", "fullName": "callstack/react-native-testing-library", @@ -50435,21 +49798,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3858828, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react test integration testing jest hacktoberfest" }, { @@ -50477,15 +49831,15 @@ "stats": { "hasIssues": true, "hasWiki": true, - "hasSponsorships": true, + "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-22T11:16:33Z", + "updatedAt": "2025-02-19T10:24:20Z", "createdAt": "2018-08-17T14:40:34Z", - "pushedAt": "2025-06-22T11:16:33Z", - "forks": 128, - "issues": 0, + "pushedAt": "2025-02-19T10:24:20Z", + "forks": 126, + "issues": 2, "subscribers": 4, - "stars": 1133 + "stars": 1112 }, "name": "react-native-confirmation-code-field", "fullName": "retyui/react-native-confirmation-code-field", @@ -50517,10 +49871,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 8.0.0", - "tagName": "8.0.0", - "createdAt": "2025-06-06T23:02:58Z", - "publishedAt": "2025-06-06T23:06:17Z", + "name": "7.4.0", + "tagName": "7.4.0", + "createdAt": "2024-03-21T09:11:53Z", + "publishedAt": "2024-03-21T09:16:30Z", "isPrerelease": false }, "hasTypes": true, @@ -50529,15 +49883,14 @@ }, "npmPkg": "react-native-confirmation-code-field", "npm": { - "downloads": 435012, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 415512, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -50561,10 +49914,10 @@ "updatedAt": "2023-01-23T06:43:20Z", "createdAt": "2017-09-15T21:36:17Z", "pushedAt": "2023-01-23T06:43:20Z", - "forks": 89, + "forks": 87, "issues": 18, "subscribers": 8, - "stars": 672 + "stars": 663 }, "name": "react-native-rate", "fullName": "KjellConnelly/react-native-rate", @@ -50592,9 +49945,9 @@ "unmaintained": true, "npmPkg": "react-native-rate", "npm": { - "downloads": 140514, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 187204, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -50610,7 +49963,6 @@ "githubUrl": "https://github.com/rh389/react-native-securerandom", "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/robhogan/react-native-securerandom", @@ -50625,7 +49977,7 @@ "updatedAt": "2022-09-22T11:54:44Z", "createdAt": "2017-10-11T16:00:02Z", "pushedAt": "2022-09-22T11:54:44Z", - "forks": 26, + "forks": 25, "issues": 3, "subscribers": 2, "stars": 63 @@ -50665,9 +50017,9 @@ "unmaintained": true, "npmPkg": "react-native-securerandom", "npm": { - "downloads": 583612, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 518523, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -50705,7 +50057,7 @@ "pushedAt": "2021-04-12T18:10:51Z", "forks": 76, "issues": 14, - "subscribers": 8, + "subscribers": 9, "stars": 508 }, "name": "react-native-cardview", @@ -50743,9 +50095,9 @@ "unmaintained": true, "npmPkg": "react-native-cardview", "npm": { - "downloads": 3137, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3226, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -50814,9 +50166,9 @@ "unmaintained": true, "npmPkg": "react-native-barcode-builder", "npm": { - "downloads": 24478, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27186, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -50854,10 +50206,10 @@ "updatedAt": "2020-09-22T06:14:17Z", "createdAt": "2017-11-14T16:20:09Z", "pushedAt": "2020-09-22T06:14:17Z", - "forks": 312, + "forks": 314, "issues": 45, "subscribers": 18, - "stars": 1688 + "stars": 1675 }, "name": "react-native-app-intro-slider", "fullName": "Jacse/react-native-app-intro-slider", @@ -50894,9 +50246,9 @@ "unmaintained": true, "npmPkg": "react-native-app-intro-slider", "npm": { - "downloads": 83984, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 57374, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -50932,7 +50284,7 @@ "forks": 59, "issues": 28, "subscribers": 4, - "stars": 238 + "stars": 237 }, "name": "react-native-secure-key-store", "fullName": "pradeep1991singh/react-native-secure-key-store", @@ -50970,9 +50322,9 @@ "unmaintained": true, "npmPkg": "react-native-secure-key-store", "npm": { - "downloads": 33370, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36450, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -51009,13 +50361,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-28T19:55:50Z", + "updatedAt": "2025-04-05T15:42:43Z", "createdAt": "2019-04-07T21:53:54Z", - "pushedAt": "2025-05-28T19:55:50Z", - "forks": 874, - "issues": 142, - "subscribers": 34, - "stars": 2529 + "pushedAt": "2025-04-05T15:42:43Z", + "forks": 849, + "issues": 128, + "subscribers": 33, + "stars": 2464 }, "name": "@rnmapbox/maps", "fullName": "rnmapbox/maps", @@ -51040,32 +50392,24 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v10.1.39", - "tagName": "v10.1.39", - "createdAt": "2025-05-28T19:55:50Z", - "publishedAt": "2025-05-29T09:31:58Z", + "name": "v10.1.38", + "tagName": "v10.1.38", + "createdAt": "2025-04-05T15:42:43Z", + "publishedAt": "2025-04-05T15:45:26Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 363605, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "gl ios android mapbox react-native mapbox-gl-native map expo maplibre" }, { @@ -51090,10 +50434,10 @@ "updatedAt": "2021-01-10T14:35:17Z", "createdAt": "2017-09-01T15:25:34Z", "pushedAt": "2021-01-10T14:35:17Z", - "forks": 216, - "issues": 69, - "subscribers": 8, - "stars": 717 + "forks": 211, + "issues": 68, + "subscribers": 6, + "stars": 711 }, "name": "react-native-map-clustering", "fullName": "tomekvenits/react-native-map-clustering", @@ -51132,9 +50476,9 @@ "unmaintained": true, "npmPkg": "react-native-map-clustering", "npm": { - "downloads": 77009, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 72490, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -51164,13 +50508,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T17:31:45Z", + "updatedAt": "2025-04-09T20:37:31Z", "createdAt": "2017-06-17T00:05:59Z", - "pushedAt": "2025-05-27T17:31:45Z", - "forks": 323, - "issues": 6, + "pushedAt": "2025-04-09T20:37:31Z", + "forks": 316, + "issues": 9, "subscribers": 31, - "stars": 1492 + "stars": 1464 }, "name": "react-native-nfc-manager", "fullName": "revtel/react-native-nfc-manager", @@ -51202,9 +50546,9 @@ }, "npmPkg": "react-native-nfc-manager", "npm": { - "downloads": 155052, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 156467, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -51236,10 +50580,10 @@ "updatedAt": "2024-02-12T08:54:59Z", "createdAt": "2016-05-01T10:49:19Z", "pushedAt": "2024-02-12T08:54:59Z", - "forks": 89, + "forks": 88, "issues": 18, "subscribers": 14, - "stars": 745 + "stars": 737 }, "name": "react-native-watch-connectivity", "fullName": "watch-connectivity/react-native-watch-connectivity", @@ -51266,9 +50610,9 @@ }, "npmPkg": "react-native-watch-connectivity", "npm": { - "downloads": 37117, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 49691, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -51299,7 +50643,7 @@ "updatedAt": "2022-02-27T12:02:55Z", "createdAt": "2018-07-10T08:42:00Z", "pushedAt": "2022-02-27T12:02:55Z", - "forks": 106, + "forks": 107, "issues": 34, "subscribers": 7, "stars": 279 @@ -51327,9 +50671,9 @@ }, "npmPkg": "react-native-background-downloader", "npm": { - "downloads": 640, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1237, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -51414,9 +50758,9 @@ "unmaintained": true, "npmPkg": "react-native-google-nearby-messages", "npm": { - "downloads": 32, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 105, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -51424,7 +50768,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.719, + "popularity": -0.721, "topicSearchString": "react-native google nearby messages android ios native-module nearby-messages google-nearby swift java kotlin bluetooth ble wifi broadcast audio microphone api library typescript" }, { @@ -51446,10 +50790,10 @@ "updatedAt": "2024-12-31T04:31:41Z", "createdAt": "2017-06-19T05:41:41Z", "pushedAt": "2024-12-31T04:31:41Z", - "forks": 177, + "forks": 176, "issues": 17, "subscribers": 63, - "stars": 3007 + "stars": 2978 }, "name": "react-native-game-engine", "fullName": "bberak/react-native-game-engine", @@ -51478,9 +50822,9 @@ }, "npmPkg": "react-native-game-engine", "npm": { - "downloads": 6692, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6778, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -51517,7 +50861,7 @@ "forks": 5, "issues": 2, "subscribers": 2, - "stars": 17 + "stars": 16 }, "name": "react-native-font-faces", "fullName": "kylerjensen/react-native-font-faces", @@ -51554,9 +50898,9 @@ "unmaintained": true, "npmPkg": "react-native-font-faces", "npm": { - "downloads": 1848, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1797, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -51592,10 +50936,10 @@ "updatedAt": "2024-08-01T10:10:05Z", "createdAt": "2020-01-09T10:31:03Z", "pushedAt": "2024-08-01T10:10:05Z", - "forks": 138, - "issues": 99, + "forks": 130, + "issues": 94, "subscribers": 15, - "stars": 1796 + "stars": 1737 }, "name": "react-native-actions-sheet", "fullName": "ammarahm-ed/react-native-actions-sheet", @@ -51643,9 +50987,9 @@ }, "npmPkg": "react-native-actions-sheet", "npm": { - "downloads": 173595, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 176343, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -51682,10 +51026,10 @@ "updatedAt": "2022-04-05T12:24:03Z", "createdAt": "2018-08-25T16:09:26Z", "pushedAt": "2022-04-05T12:24:03Z", - "forks": 224, - "issues": 107, + "forks": 223, + "issues": 106, "subscribers": 12, - "stars": 1128 + "stars": 1125 }, "name": "react-native-photo-editor", "fullName": "prscX/react-native-photo-editor", @@ -51717,9 +51061,9 @@ "unmaintained": true, "npmPkg": "react-native-photo-editor", "npm": { - "downloads": 6204, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6651, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -51760,9 +51104,9 @@ "createdAt": "2020-06-08T09:08:36Z", "pushedAt": "2025-02-24T12:17:06Z", "forks": 71, - "issues": 15, + "issues": 14, "subscribers": 9, - "stars": 2092 + "stars": 2061 }, "name": "react-native-blurhash", "fullName": "mrousavy/react-native-blurhash", @@ -51806,9 +51150,9 @@ }, "npmPkg": "react-native-blurhash", "npm": { - "downloads": 37586, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39281, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -51841,10 +51185,10 @@ "updatedAt": "2024-06-17T14:24:06Z", "createdAt": "2019-12-14T12:05:10Z", "pushedAt": "2024-06-17T14:24:06Z", - "forks": 159, - "issues": 60, - "subscribers": 8, - "stars": 643 + "forks": 156, + "issues": 55, + "subscribers": 9, + "stars": 634 }, "name": "react-native-youtube-iframe", "fullName": "LonelyCpp/react-native-youtube-iframe", @@ -51887,9 +51231,9 @@ }, "npmPkg": "react-native-youtube-iframe", "npm": { - "downloads": 359766, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 391829, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -51924,7 +51268,7 @@ "forks": 8, "issues": 2, "subscribers": 4, - "stars": 54 + "stars": 55 }, "name": "react-native-notification-badge", "fullName": "mrousavy/react-native-notification-badge", @@ -51955,9 +51299,9 @@ "unmaintained": true, "npmPkg": "react-native-notification-badge", "npm": { - "downloads": 4809, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9089, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -51991,13 +51335,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-13T18:26:44Z", + "updatedAt": "2024-08-22T15:27:32Z", "createdAt": "2020-07-25T14:16:01Z", - "pushedAt": "2025-05-13T18:26:44Z", + "pushedAt": "2024-08-22T15:27:32Z", "forks": 0, - "issues": 0, + "issues": 4, "subscribers": 4, - "stars": 29 + "stars": 26 }, "name": "react-native-rooster", "fullName": "mCodex/react-native-rooster", @@ -52009,6 +51353,7 @@ "ios", "android", "toast", + "styled-components", "typescript", "macos", "windows" @@ -52021,10 +51366,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.0.1", - "tagName": "v2.0.1", - "createdAt": "2025-05-13T18:26:44Z", - "publishedAt": "2025-05-13T18:29:35Z", + "name": "v1.3.0", + "tagName": "v1.3.0", + "createdAt": "2020-09-26T12:59:03Z", + "publishedAt": "2020-09-26T13:23:08Z", "isPrerelease": false }, "hasTypes": true, @@ -52033,16 +51378,17 @@ }, "npmPkg": "react-native-rooster", "npm": { - "downloads": 64, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 66, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.219, - "topicSearchString": "react-native rooster ios android toast typescript macos windows" + "popularity": -0.22, + "topicSearchString": "react-native rooster ios android toast styled-components typescript macos windows" }, { "githubUrl": "https://github.com/vydimitrov/use-count-up", @@ -52076,7 +51422,7 @@ "forks": 15, "issues": 1, "subscribers": 2, - "stars": 433 + "stars": 430 }, "name": "use-count-up", "fullName": "vydimitrov/use-count-up", @@ -52124,13 +51470,14 @@ }, "npmPkg": "use-count-up", "npm": { - "downloads": 153055, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 147765, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -52164,10 +51511,10 @@ "updatedAt": "2025-04-14T14:55:53Z", "createdAt": "2019-09-14T12:47:25Z", "pushedAt": "2025-04-14T14:55:53Z", - "forks": 87, + "forks": 88, "issues": 1, "subscribers": 6, - "stars": 707 + "stars": 702 }, "name": "react-native-countdown-circle-timer", "fullName": "vydimitrov/react-countdown-circle-timer", @@ -52193,14 +51540,15 @@ "isArchived": false }, "npm": { - "downloads": 52354, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 59206, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -52264,9 +51612,9 @@ "unmaintained": true, "npmPkg": "react-native-event-source", "npm": { - "downloads": 17875, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24382, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -52299,7 +51647,7 @@ "updatedAt": "2021-01-20T09:54:48Z", "createdAt": "2020-03-16T12:03:33Z", "pushedAt": "2021-01-20T09:54:48Z", - "forks": 12, + "forks": 13, "issues": 18, "subscribers": 2, "stars": 23 @@ -52339,16 +51687,16 @@ "unmaintained": true, "npmPkg": "react-native-zoom-bridge", "npm": { - "downloads": 47, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 228, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.829, + "popularity": -0.819, "topicSearchString": "react-native zoom-sdk mobilertc zoom.us video-calls conference-calls chat-online zoom-us sdk bridge ios android confrence calls meetings" }, { @@ -52424,9 +51772,9 @@ }, "npmPkg": "react-native-jw-media-player", "npm": { - "downloads": 1862, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4055, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 30, "matchingScoreModifiers": [ @@ -52459,10 +51807,10 @@ "updatedAt": "2021-06-22T06:41:53Z", "createdAt": "2017-07-27T11:27:16Z", "pushedAt": "2021-06-22T06:41:53Z", - "forks": 54, + "forks": 53, "issues": 18, "subscribers": 4, - "stars": 538 + "stars": 535 }, "name": "react-native-ios-kit", "fullName": "callstack/react-native-ios-kit", @@ -52494,9 +51842,9 @@ "unmaintained": true, "npmPkg": "react-native-ios-kit", "npm": { - "downloads": 1713, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1326, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -52528,10 +51876,10 @@ "updatedAt": "2025-01-02T21:01:14Z", "createdAt": "2017-12-25T01:44:50Z", "pushedAt": "2025-01-02T21:01:14Z", - "forks": 100, - "issues": 20, + "forks": 99, + "issues": 19, "subscribers": 8, - "stars": 307 + "stars": 305 }, "name": "react-native-emoji-selector", "fullName": "arronhunt/react-native-emoji-selector", @@ -52563,9 +51911,9 @@ }, "npmPkg": "react-native-emoji-selector", "npm": { - "downloads": 28329, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18132, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -52597,10 +51945,10 @@ "updatedAt": "2023-01-24T23:03:29Z", "createdAt": "2020-05-03T17:31:33Z", "pushedAt": "2023-01-24T23:03:29Z", - "forks": 62, + "forks": 63, "issues": 17, "subscribers": 14, - "stars": 1552 + "stars": 1550 }, "name": "react-native-scroll-bottom-sheet", "fullName": "rgommezz/react-native-scroll-bottom-sheet", @@ -52639,9 +51987,9 @@ "unmaintained": true, "npmPkg": "react-native-scroll-bottom-sheet", "npm": { - "downloads": 1194, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1566, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -52650,7 +51998,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native react ios android bottom-sheet bottomsheet cross-platform 60fps reanimated gesture-handler" }, { @@ -52718,9 +52066,9 @@ }, "unmaintained": true, "npm": { - "downloads": 14389, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15497, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -52757,7 +52105,7 @@ "forks": 36, "issues": 1, "subscribers": 10, - "stars": 656 + "stars": 658 }, "name": "@freakycoder/react-native-header-view", "fullName": "WrathChaos/react-native-header-view", @@ -52808,19 +52156,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 146, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -100, "topicSearchString": "elegant elegant-header gorgeous gorgeous-header apple apple-header header classic modern modern-header classic-header react-native icons javascript ui-lib rn header-view view react reactjs ios mobile mobile-app-development android" }, { @@ -52844,7 +52186,7 @@ "updatedAt": "2019-12-25T19:38:46Z", "createdAt": "2017-02-01T08:01:01Z", "pushedAt": "2019-12-25T19:38:46Z", - "forks": 353, + "forks": 354, "issues": 70, "subscribers": 7, "stars": 395 @@ -52881,9 +52223,9 @@ "unmaintained": true, "npmPkg": "react-native-phone-input", "npm": { - "downloads": 62029, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 64037, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -52956,9 +52298,9 @@ }, "npmPkg": "react-native-siri-shortcut", "npm": { - "downloads": 19942, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23133, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -52993,7 +52335,7 @@ "forks": 15, "issues": 2, "subscribers": 3, - "stars": 151 + "stars": 150 }, "name": "react-native-image-keyboard", "fullName": "Gustash/react-native-image-keyboard", @@ -53030,9 +52372,9 @@ }, "npmPkg": "react-native-image-keyboard", "npm": { - "downloads": 1083, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1488, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -53068,7 +52410,7 @@ "forks": 4, "issues": 2, "subscribers": 1, - "stars": 55 + "stars": 54 }, "name": "easyqrcode-react-native", "fullName": "ushelp/EasyQRCode-React-Native", @@ -53110,16 +52452,16 @@ "isArchived": false }, "npm": { - "downloads": 281, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 154, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.224, "topicSearchString": "qrcode easyqrcode qrcodejs react-native reactnative rn-qrcode reactnative-qrcode qrcode-react-native javascript-qrcode qrcode-logo qrcode-generator easyqrcodejs javascript javascript-qrcode-generator qrcode-javascript" }, { @@ -53185,16 +52527,16 @@ "unmaintained": true, "npmPkg": "react-native-app-review", "npm": { - "downloads": 26, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 68, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.712, + "popularity": -0.721, "topicSearchString": "react-native ios android macos app-review in-app-review play-store app-store playstore appstore" }, { @@ -53225,7 +52567,7 @@ "forks": 48, "issues": 34, "subscribers": 3, - "stars": 207 + "stars": 206 }, "name": "react-native-responsive-linechart", "fullName": "xanderdeseyn/react-native-responsive-linechart", @@ -53262,9 +52604,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-linechart", "npm": { - "downloads": 17492, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12399, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -53280,7 +52622,6 @@ "dev": true, "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/pmadruga/react-native-clean-project", @@ -53298,7 +52639,7 @@ "forks": 53, "issues": 15, "subscribers": 8, - "stars": 1245 + "stars": 1236 }, "name": "react-native-clean-project", "fullName": "pmadruga/react-native-clean-project", @@ -53331,9 +52672,9 @@ }, "npmPkg": "react-native-clean-project", "npm": { - "downloads": 392920, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 817548, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -53364,10 +52705,10 @@ "updatedAt": "2024-11-30T18:36:36Z", "createdAt": "2018-01-07T21:29:23Z", "pushedAt": "2024-11-30T18:36:36Z", - "forks": 18, + "forks": 17, "issues": 18, "subscribers": 2, - "stars": 222 + "stars": 225 }, "name": "react-native-sass-transformer", "fullName": "kristerkari/react-native-sass-transformer", @@ -53400,14 +52741,13 @@ }, "npmPkg": "react-native-sass-transformer", "npm": { - "downloads": 40496, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42583, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -53464,16 +52804,16 @@ "unmaintained": true, "npmPkg": "react-native-bigimageviewer", "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.802, "topicSearchString": "react-native ios android image bigimageviewer imageview" }, { @@ -53502,10 +52842,10 @@ "updatedAt": "2022-09-05T12:06:44Z", "createdAt": "2018-05-05T17:45:45Z", "pushedAt": "2022-09-05T12:06:44Z", - "forks": 63, - "issues": 8, + "forks": 62, + "issues": 7, "subscribers": 4, - "stars": 329 + "stars": 330 }, "name": "rn-tooltip", "fullName": "AndreiCalazans/rn-tooltip", @@ -53533,9 +52873,9 @@ "unmaintained": true, "npmPkg": "rn-tooltip", "npm": { - "downloads": 60848, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 69317, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -53558,7 +52898,6 @@ ], "ios": true, "android": true, - "fireos": true, "web": true, "expoGo": true, "github": { @@ -53572,13 +52911,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T07:19:20Z", + "updatedAt": "2025-04-15T17:25:02Z", "createdAt": "2016-07-28T22:43:55Z", - "pushedAt": "2025-06-16T07:19:20Z", - "forks": 76, + "pushedAt": "2025-04-15T17:25:02Z", + "forks": 77, "issues": 15, "subscribers": 8, - "stars": 795 + "stars": 772 }, "name": "react-qr-code", "fullName": "rosskhanas/react-qr-code", @@ -53601,10 +52940,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.0.16", - "tagName": "2.0.16", - "createdAt": "2025-06-16T07:19:24Z", - "publishedAt": "2025-06-16T07:20:44Z", + "name": "Release 2.0.15", + "tagName": "2.0.15", + "createdAt": "2024-06-20T19:39:58Z", + "publishedAt": "2024-06-20T19:40:15Z", "isPrerelease": false }, "hasTypes": true, @@ -53613,9 +52952,9 @@ }, "npmPkg": "react-qr-code", "npm": { - "downloads": 2872099, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2795892, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -53688,18 +53027,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 5487, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native ios android react mercadopago sdk library mercadopago-api bridge" }, { @@ -53763,9 +53097,9 @@ "unmaintained": true, "npmPkg": "react-native-material-tabs", "npm": { - "downloads": 1619, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1750, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -53798,13 +53132,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T21:48:27Z", + "updatedAt": "2025-03-24T22:29:47Z", "createdAt": "2020-01-22T15:17:28Z", - "pushedAt": "2025-06-20T21:48:27Z", - "forks": 171, - "issues": 30, - "subscribers": 23, - "stars": 1173 + "pushedAt": "2025-03-24T22:29:47Z", + "forks": 167, + "issues": 36, + "subscribers": 24, + "stars": 1139 }, "name": "@storybook/react-native", "fullName": "storybookjs/react-native", @@ -53826,20 +53160,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1256249, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native storybook" }, { @@ -53862,13 +53189,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-13T08:45:27Z", + "updatedAt": "2024-08-28T13:38:38Z", "createdAt": "2019-08-17T23:43:01Z", - "pushedAt": "2025-05-13T08:45:27Z", + "pushedAt": "2024-08-28T13:38:38Z", "forks": 23, "issues": 0, "subscribers": 5, - "stars": 407 + "stars": 405 }, "name": "react-native-apple-card-views", "fullName": "WrathChaos/react-native-apple-card-views", @@ -53909,13 +53236,14 @@ }, "npmPkg": "react-native-apple-card-views", "npm": { - "downloads": 260, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 130, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.219, @@ -53949,9 +53277,9 @@ "createdAt": "2019-12-01T21:56:36Z", "pushedAt": "2025-04-03T17:31:14Z", "forks": 221, - "issues": 14, + "issues": 10, "subscribers": 14, - "stars": 1513 + "stars": 1479 }, "name": "@invertase/react-native-apple-authentication", "fullName": "invertase/react-native-apple-authentication", @@ -53987,19 +53315,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 543427, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native apple ios button firebase aws authentication apple-auth apple-authentication" }, { @@ -54029,7 +53351,7 @@ "forks": 3, "issues": 6, "subscribers": 3, - "stars": 86 + "stars": 87 }, "name": "tape-cli", "fullName": "tapehq/tape-cli", @@ -54073,16 +53395,16 @@ "unmaintained": true, "npmPkg": "tape-cli", "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.731, "topicSearchString": "oclif simulator ios android screen-record record share-screen gif screenshot emulator recording recorder screen-capture screenrecord screen-recorder" }, { @@ -54141,16 +53463,16 @@ "unmaintained": true, "npmPkg": "react-native-simple-logger", "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 46, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.817, + "popularity": -0.828, "topicSearchString": "simple-logger react-native logger simple" }, { @@ -54214,16 +53536,16 @@ "unmaintained": true, "npmPkg": "react-native-easy-calendar", "npm": { - "downloads": 251, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 150, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.723, "topicSearchString": "react-native ios android calendar" }, { @@ -54285,18 +53607,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 21, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.802, + "popularity": -100, "topicSearchString": "react-native react native nestedlist nestedview nested android ios simple" }, { @@ -54360,9 +53677,9 @@ "unmaintained": true, "npmPkg": "react-native-paypal", "npm": { - "downloads": 626, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1005, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -54370,7 +53687,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native paypal checkout paypal-checkout braintree android ios payment" }, { @@ -54400,9 +53717,9 @@ "createdAt": "2020-09-14T19:18:48Z", "pushedAt": "2021-10-25T17:08:17Z", "forks": 102, - "issues": 56, + "issues": 57, "subscribers": 14, - "stars": 944 + "stars": 940 }, "name": "@rainbow-me/animated-charts", "fullName": "rainbow-me/react-native-animated-charts", @@ -54436,20 +53753,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 694, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -100, "topicSearchString": "charts react native react-native animations reanimated2 reanimated" }, { @@ -54476,7 +53786,7 @@ "forks": 21, "issues": 5, "subscribers": 5, - "stars": 152 + "stars": 148 }, "name": "rn-qr-generator", "fullName": "gevgasparyan/rn-qr-generator", @@ -54522,14 +53832,13 @@ }, "npmPkg": "rn-qr-generator", "npm": { - "downloads": 69796, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 45751, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -54554,13 +53863,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-23T15:52:22Z", + "updatedAt": "2024-09-23T15:37:34Z", "createdAt": "2020-09-17T22:44:48Z", - "pushedAt": "2025-05-23T15:52:22Z", + "pushedAt": "2024-09-23T15:37:34Z", "forks": 11, - "issues": 4, + "issues": 3, "subscribers": 1, - "stars": 80 + "stars": 79 }, "name": "react-native-pdf-light", "fullName": "alpha0010/react-native-pdf-viewer", @@ -54582,10 +53891,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.4.2", - "tagName": "v2.4.2", - "createdAt": "2025-05-23T15:52:27Z", - "publishedAt": "2025-05-23T15:52:32Z", + "name": "Release 2.4.1", + "tagName": "v2.4.1", + "createdAt": "2024-09-23T14:37:44Z", + "publishedAt": "2024-09-23T14:37:48Z", "isPrerelease": false }, "hasTypes": true, @@ -54593,13 +53902,13 @@ "isArchived": false }, "npm": { - "downloads": 11174, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7118, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 32, "matchingScoreModifiers": [ - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -54630,10 +53939,10 @@ "updatedAt": "2024-08-26T03:48:01Z", "createdAt": "2017-12-10T08:25:06Z", "pushedAt": "2024-08-26T03:48:01Z", - "forks": 91, + "forks": 90, "issues": 26, "subscribers": 3, - "stars": 328 + "stars": 326 }, "name": "react-native-week-view", "fullName": "hoangnm/react-native-week-view", @@ -54663,9 +53972,9 @@ }, "npmPkg": "react-native-week-view", "npm": { - "downloads": 2603, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4231, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -54694,10 +54003,10 @@ "updatedAt": "2024-11-03T18:00:09Z", "createdAt": "2020-03-10T15:23:29Z", "pushedAt": "2024-11-03T18:00:09Z", - "forks": 114, + "forks": 111, "issues": 42, "subscribers": 15, - "stars": 1697 + "stars": 1676 }, "name": "react-native-mmkv-storage", "fullName": "ammarahm-ed/react-native-mmkv-storage", @@ -54747,15 +54056,14 @@ }, "npmPkg": "react-native-mmkv-storage", "npm": { - "downloads": 100161, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 85245, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -54780,13 +54088,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-12T06:42:50Z", + "updatedAt": "2025-04-11T08:08:38Z", "createdAt": "2019-10-12T18:40:48Z", - "pushedAt": "2025-05-12T06:42:50Z", + "pushedAt": "2025-04-11T08:08:38Z", "forks": 57, - "issues": 5, + "issues": 3, "subscribers": 6, - "stars": 847 + "stars": 823 }, "name": "react-native-bouncy-checkbox", "fullName": "WrathChaos/react-native-bouncy-checkbox", @@ -54835,14 +54143,15 @@ }, "npmPkg": "react-native-bouncy-checkbox", "npm": { - "downloads": 100013, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 95743, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -54872,13 +54181,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-03T20:05:33Z", + "updatedAt": "2025-03-09T21:12:09Z", "createdAt": "2020-07-31T12:28:32Z", - "pushedAt": "2025-06-03T20:05:33Z", - "forks": 811, - "issues": 59, - "subscribers": 31, - "stars": 7931 + "pushedAt": "2025-03-09T21:12:09Z", + "forks": 786, + "issues": 58, + "subscribers": 33, + "stars": 7670 }, "name": "@gorhom/bottom-sheet", "fullName": "gorhom/react-native-bottom-sheet", @@ -54903,31 +54212,22 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.1.6", - "tagName": "v5.1.6", - "createdAt": "2025-06-03T20:05:35Z", - "publishedAt": "2025-06-03T20:05:40Z", + "name": "Release 5.1.2", + "tagName": "v5.1.2", + "createdAt": "2025-03-09T21:12:41Z", + "publishedAt": "2025-03-09T21:12:44Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2474273, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android web bottom-sheet bottomsheet reanimated sheet modal" }, { @@ -54952,10 +54252,10 @@ "updatedAt": "2022-09-30T17:31:46Z", "createdAt": "2020-07-16T17:44:46Z", "pushedAt": "2022-09-30T17:31:46Z", - "forks": 45, + "forks": 44, "issues": 24, "subscribers": 4, - "stars": 174 + "stars": 173 }, "name": "@react-keycloak/native", "fullName": "react-keycloak/react-native-keycloak", @@ -54989,19 +54289,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 4420, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react react-native ios android keycloak keycloak-js hacktoberfest" }, { @@ -55011,7 +54305,6 @@ ], "ios": true, "android": true, - "fireos": true, "dev": true, "unmaintained": true, "github": { @@ -55028,10 +54321,10 @@ "updatedAt": "2024-11-21T15:08:55Z", "createdAt": "2018-04-12T16:47:36Z", "pushedAt": "2024-11-21T15:08:55Z", - "forks": 956, + "forks": 950, "issues": 419, "subscribers": 163, - "stars": 13412 + "stars": 13397 }, "name": "react-native-flipper", "fullName": "facebook/flipper", @@ -55054,17 +54347,16 @@ }, "npmPkg": "react-native-flipper", "npm": { - "downloads": 419780, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 516989, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 70, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.472, @@ -55128,9 +54420,9 @@ }, "npmPkg": "react-native-testfairy", "npm": { - "downloads": 9008, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9896, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -55206,9 +54498,9 @@ "unmaintained": true, "npmPkg": "react-native-gallery-toolkit", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 82, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -55216,7 +54508,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.726, "topicSearchString": "gallery android ios react-native reanimated reanimated2 imageviewer react animations pinch-to-zoom" }, { @@ -55244,7 +54536,7 @@ "forks": 255, "issues": 13, "subscribers": 15, - "stars": 2713 + "stars": 2691 }, "name": "react-native-rename", "fullName": "junedomingo/react-native-rename", @@ -55280,9 +54572,9 @@ }, "npmPkg": "react-native-rename", "npm": { - "downloads": 37309, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36197, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -55321,7 +54613,7 @@ "forks": 8, "issues": 1, "subscribers": 2, - "stars": 32 + "stars": 31 }, "name": "react-native-pkce-challenge", "fullName": "dcangulo/react-native-pkce-challenge", @@ -55360,13 +54652,12 @@ }, "npmPkg": "react-native-pkce-challenge", "npm": { - "downloads": 39745, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30960, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -55389,13 +54680,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-13T00:06:30Z", + "updatedAt": "2025-04-15T22:06:07Z", "createdAt": "2018-09-23T15:28:22Z", - "pushedAt": "2025-06-13T00:06:30Z", + "pushedAt": "2025-04-15T22:06:07Z", "forks": 1, "issues": 0, "subscribers": 0, - "stars": 27 + "stars": 25 }, "name": "@forward-software/react-native-toolbox", "fullName": "forwardsoftware/react-native-toolbox", @@ -55418,28 +54709,23 @@ "id": "MDc6TGljZW5zZTE0" }, "lastRelease": { - "name": "v4.1.4", - "tagName": "v4.1.4", - "createdAt": "2025-06-13T00:06:30Z", - "publishedAt": "2025-06-13T00:06:43Z", + "name": "v4.0.5", + "tagName": "v4.0.5", + "createdAt": "2025-04-15T22:06:07Z", + "publishedAt": "2025-04-15T22:06:20Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 270, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -100, "topicSearchString": "react-native scripts utils development utilities cli development-tools" }, { @@ -55504,15 +54790,16 @@ }, "npmPkg": "react-native-color-picker-ios", "npm": { - "downloads": 126, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 162, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.226, + "popularity": -0.225, "topicSearchString": "react-native ios android hacktoberfest color-picker typescript" }, { @@ -55571,9 +54858,9 @@ "unmaintained": true, "npmPkg": "react-native-in-app-utils", "npm": { - "downloads": 2169, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2602, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -55607,10 +54894,10 @@ "updatedAt": "2024-09-01T01:23:45Z", "createdAt": "2020-02-26T08:49:06Z", "pushedAt": "2024-09-01T01:23:45Z", - "forks": 27, + "forks": 24, "issues": 11, - "subscribers": 7, - "stars": 229 + "subscribers": 6, + "stars": 227 }, "name": "react-native-external-display", "fullName": "mybigday/react-native-external-display", @@ -55638,9 +54925,9 @@ }, "npmPkg": "react-native-external-display", "npm": { - "downloads": 6639, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7718, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -55680,10 +54967,10 @@ "updatedAt": "2024-08-07T22:46:52Z", "createdAt": "2019-03-26T03:45:34Z", "pushedAt": "2024-08-07T22:46:52Z", - "forks": 119, - "issues": 43, + "forks": 115, + "issues": 40, "subscribers": 21, - "stars": 745 + "stars": 721 }, "name": "react-native-carplay", "fullName": "birkir/react-native-carplay", @@ -55710,9 +54997,9 @@ }, "npmPkg": "react-native-carplay", "npm": { - "downloads": 3854, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4448, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -55753,7 +55040,7 @@ "forks": 88, "issues": 24, "subscribers": 5, - "stars": 579 + "stars": 577 }, "name": "react-native-toast-notifications", "fullName": "arnnis/react-native-toast-notifications", @@ -55794,9 +55081,9 @@ }, "npmPkg": "react-native-toast-notifications", "npm": { - "downloads": 131344, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 125718, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -55869,9 +55156,9 @@ "unmaintained": true, "npmPkg": "react-native-use-styles", "npm": { - "downloads": 31, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 125, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -55901,10 +55188,10 @@ "updatedAt": "2023-07-31T05:03:45Z", "createdAt": "2016-05-29T22:40:01Z", "pushedAt": "2023-07-31T05:03:45Z", - "forks": 812, - "issues": 174, + "forks": 807, + "issues": 170, "subscribers": 80, - "stars": 10444 + "stars": 10426 }, "name": "react-native-debugger", "fullName": "jhen0409/react-native-debugger", @@ -55937,9 +55224,9 @@ }, "npmPkg": "react-native-debugger", "npm": { - "downloads": 3183, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3548, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -55974,7 +55261,7 @@ "forks": 97, "issues": 52, "subscribers": 7, - "stars": 271 + "stars": 267 }, "name": "react-native-spotify-remote", "fullName": "cjam/react-native-spotify-remote", @@ -56015,9 +55302,9 @@ }, "npmPkg": "react-native-spotify-remote", "npm": { - "downloads": 509, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 606, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -56031,7 +55318,6 @@ "githubUrl": "https://github.com/rt2zz/redux-persist", "ios": true, "android": true, - "fireos": true, "expoGo": true, "github": { "urls": { @@ -56048,9 +55334,9 @@ "createdAt": "2015-07-23T04:43:58Z", "pushedAt": "2021-10-24T01:11:37Z", "forks": 834, - "issues": 519, - "subscribers": 85, - "stars": 13011 + "issues": 518, + "subscribers": 84, + "stars": 13000 }, "name": "redux-persist", "fullName": "rt2zz/redux-persist", @@ -56083,9 +55369,9 @@ "unmaintained": true, "npmPkg": "redux-persist", "npm": { - "downloads": 4792068, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4685450, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -56128,7 +55414,7 @@ "forks": 3, "issues": 8, "subscribers": 3, - "stars": 137 + "stars": 136 }, "name": "react-native-ios-modal", "fullName": "dominicstop/react-native-ios-modal", @@ -56165,13 +55451,12 @@ }, "npmPkg": "react-native-ios-modal", "npm": { - "downloads": 4516, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6041, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -56201,10 +55486,10 @@ "updatedAt": "2024-10-09T14:22:39Z", "createdAt": "2020-05-07T20:06:41Z", "pushedAt": "2024-10-09T14:22:39Z", - "forks": 81, - "issues": 1, - "subscribers": 14, - "stars": 2126 + "forks": 80, + "issues": 0, + "subscribers": 13, + "stars": 2098 }, "name": "dripsy", "fullName": "nandorojo/dripsy", @@ -56228,9 +55513,9 @@ }, "npmPkg": "dripsy", "npm": { - "downloads": 19959, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21616, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -56307,16 +55592,16 @@ "unmaintained": true, "npmPkg": "react-native-sdkx", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 43, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.767, + "popularity": -0.827, "topicSearchString": "react-native ios android greedygame admob monetization facebook mopub-ads" }, { @@ -56376,16 +55661,15 @@ "unmaintained": true, "npmPkg": "typed-async-storage", "npm": { - "downloads": 364, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 315, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -0.825, "topicSearchString": "react react-native asyncstorage storage asyncstorage-wrapper proptype-validators" }, { @@ -56406,13 +55690,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-13T16:11:10Z", + "updatedAt": "2024-10-17T12:10:18Z", "createdAt": "2018-04-11T08:37:46Z", - "pushedAt": "2025-06-13T16:11:10Z", - "forks": 220, - "issues": 154, + "pushedAt": "2024-10-17T12:10:18Z", + "forks": 217, + "issues": 153, "subscribers": 8, - "stars": 776 + "stars": 764 }, "name": "react-native-audio-recorder-player", "fullName": "hyochan/react-native-audio-recorder-player", @@ -56441,10 +55725,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "3.6.13", - "tagName": "3.6.13", - "createdAt": "2025-06-13T16:11:10Z", - "publishedAt": "2025-06-13T16:11:38Z", + "name": "3.6.12", + "tagName": "3.6.12", + "createdAt": "2024-10-17T12:10:18Z", + "publishedAt": "2024-10-17T12:10:46Z", "isPrerelease": false }, "hasTypes": true, @@ -56453,16 +55737,16 @@ }, "npmPkg": "react-native-audio-recorder-player", "npm": { - "downloads": 159283, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 149606, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 62, + "score": 46, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -56492,10 +55776,10 @@ "updatedAt": "2021-12-31T07:17:52Z", "createdAt": "2019-06-03T07:41:01Z", "pushedAt": "2021-12-31T07:17:52Z", - "forks": 131, + "forks": 132, "issues": 37, "subscribers": 10, - "stars": 973 + "stars": 972 }, "name": "rn-swipeable-panel", "fullName": "enesozturk/rn-swipeable-panel", @@ -56541,9 +55825,9 @@ "unmaintained": true, "npmPkg": "rn-swipeable-panel", "npm": { - "downloads": 2338, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2481, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -56576,7 +55860,7 @@ "forks": 12, "issues": 9, "subscribers": 1, - "stars": 43 + "stars": 44 }, "name": "react-native-ionicons", "fullName": "arniu/react-native-ionicons", @@ -56612,9 +55896,9 @@ "unmaintained": true, "npmPkg": "react-native-ionicons", "npm": { - "downloads": 3059, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3491, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -56642,10 +55926,10 @@ "updatedAt": "2024-04-15T12:44:03Z", "createdAt": "2016-11-13T14:10:21Z", "pushedAt": "2024-04-15T12:44:03Z", - "forks": 277, - "issues": 133, + "forks": 275, + "issues": 131, "subscribers": 27, - "stars": 1274 + "stars": 1271 }, "name": "react-native-video-processing", "fullName": "shahen94/react-native-video-processing", @@ -56685,9 +55969,9 @@ }, "npmPkg": "react-native-video-processing", "npm": { - "downloads": 3297, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2823, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -56726,13 +56010,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-28T04:53:49Z", + "updatedAt": "2025-03-30T00:03:02Z", "createdAt": "2020-11-03T14:20:50Z", - "pushedAt": "2025-04-28T04:53:49Z", - "forks": 67, - "issues": 44, + "pushedAt": "2025-03-30T00:03:02Z", + "forks": 65, + "issues": 42, "subscribers": 7, - "stars": 1107 + "stars": 1070 }, "name": "@react-native-menu/menu", "fullName": "react-native-menu/menu", @@ -56764,18 +56048,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 205280, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Popular", - "Known" + "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android uimenu uiaction hacktoberfest" }, { @@ -56833,13 +56111,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-23T15:37:46Z", + "updatedAt": "2025-04-01T16:57:37Z", "createdAt": "2020-10-24T07:20:41Z", - "pushedAt": "2025-04-23T15:37:46Z", - "forks": 34, - "issues": 35, + "pushedAt": "2025-04-01T16:57:37Z", + "forks": 35, + "issues": 34, "subscribers": 4, - "stars": 629 + "stars": 624 }, "name": "react-native-ios-context-menu", "fullName": "dominicstop/react-native-ios-context-menu", @@ -56863,10 +56141,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.1.2", - "tagName": "v3.1.2", - "createdAt": "2025-04-23T15:37:46Z", - "publishedAt": "2025-04-23T15:37:50Z", + "name": "Release 3.1.1", + "tagName": "v3.1.1", + "createdAt": "2025-04-01T16:57:37Z", + "publishedAt": "2025-04-01T16:57:39Z", "isPrerelease": false }, "hasTypes": true, @@ -56875,13 +56153,14 @@ }, "npmPkg": "react-native-ios-context-menu", "npm": { - "downloads": 139372, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 124929, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 54, + "score": 59, "matchingScoreModifiers": [ - "Known" + "Known", + "Recently updated" ], "popularity": 0.028, "topicSearchString": "react-native ios ios-context-menu reactnativeioscontextmenu component native-ui-component contextmenu" @@ -56910,7 +56189,7 @@ "forks": 28, "issues": 21, "subscribers": 2, - "stars": 90 + "stars": 89 }, "name": "sharingan-rn-modal-dropdown", "fullName": "selvamk-js/sharingan-rn-modal-dropdown", @@ -56945,16 +56224,16 @@ "unmaintained": true, "npmPkg": "sharingan-rn-modal-dropdown", "npm": { - "downloads": 327, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 421, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.721, "topicSearchString": "react-native ios android dropdown material-dropdown group-dropdown" }, { @@ -57012,16 +56291,16 @@ "unmaintained": true, "npmPkg": "react-native-latlon", "npm": { - "downloads": 4, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.6, + "popularity": -0.787, "topicSearchString": "react-native ios android" }, { @@ -57086,9 +56365,9 @@ }, "npmPkg": "react-native-simple-bottom-sheet", "npm": { - "downloads": 6639, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5014, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -57118,10 +56397,10 @@ "updatedAt": "2020-11-02T17:25:41Z", "createdAt": "2020-10-22T22:02:20Z", "pushedAt": "2020-11-02T17:25:41Z", - "forks": 9, + "forks": 8, "issues": 2, "subscribers": 6, - "stars": 174 + "stars": 172 }, "name": "react-native-widgetkit", "fullName": "fasky-software/react-native-widgetkit", @@ -57148,13 +56427,12 @@ "unmaintained": true, "npmPkg": "react-native-widgetkit", "npm": { - "downloads": 26612, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11062, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -57185,13 +56463,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-09T21:15:23Z", + "updatedAt": "2025-04-04T09:24:45Z", "createdAt": "2020-08-07T14:49:02Z", - "pushedAt": "2025-06-09T21:15:23Z", - "forks": 178, - "issues": 2, + "pushedAt": "2025-04-04T09:24:45Z", + "forks": 176, + "issues": 12, "subscribers": 4, - "stars": 726 + "stars": 711 }, "name": "react-native-paper-dates", "fullName": "web-ridge/react-native-paper-dates", @@ -57219,10 +56497,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.22.46", - "tagName": "v0.22.46", - "createdAt": "2025-06-09T21:15:42Z", - "publishedAt": "2025-06-09T21:15:43Z", + "name": "Release 0.22.40", + "tagName": "v0.22.40", + "createdAt": "2025-04-04T09:25:03Z", + "publishedAt": "2025-04-04T09:25:04Z", "isPrerelease": false }, "hasTypes": true, @@ -57231,9 +56509,9 @@ }, "npmPkg": "react-native-paper-dates", "npm": { - "downloads": 128685, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 103774, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -57303,9 +56581,9 @@ }, "npmPkg": "react-native-stylex", "npm": { - "downloads": 719, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1127, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -57339,10 +56617,10 @@ "updatedAt": "2022-04-26T18:52:15Z", "createdAt": "2018-08-01T17:39:49Z", "pushedAt": "2022-04-26T18:52:15Z", - "forks": 179, + "forks": 178, "issues": 33, - "subscribers": 45, - "stars": 3905 + "subscribers": 44, + "stars": 3902 }, "name": "react-native-fbt", "fullName": "facebook/fbt", @@ -57368,9 +56646,9 @@ "unmaintained": true, "npmPkg": "react-native-fbt", "npm": { - "downloads": 13, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -57379,7 +56657,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.673, + "popularity": -0.712, "topicSearchString": "react-native android ios fbt" }, { @@ -57404,7 +56682,7 @@ "updatedAt": "2022-12-28T23:05:54Z", "createdAt": "2018-05-23T00:47:02Z", "pushedAt": "2022-12-28T23:05:54Z", - "forks": 52, + "forks": 51, "issues": 24, "subscribers": 3, "stars": 282 @@ -57439,9 +56717,9 @@ "unmaintained": true, "npmPkg": "react-native-navigation-bar-color", "npm": { - "downloads": 55973, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 65124, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -57500,16 +56778,16 @@ "unmaintained": true, "npmPkg": "react-native-google-play-install-referrer", "npm": { - "downloads": 86, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 119, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.827, + "popularity": -0.825, "topicSearchString": "react-native ios android" }, { @@ -57532,10 +56810,10 @@ "updatedAt": "2024-08-20T18:28:15Z", "createdAt": "2019-06-12T15:24:16Z", "pushedAt": "2024-08-20T18:28:15Z", - "forks": 71, - "issues": 40, + "forks": 69, + "issues": 37, "subscribers": 16, - "stars": 949 + "stars": 941 }, "name": "react-native-v8", "fullName": "Kudo/react-native-v8", @@ -57566,9 +56844,9 @@ }, "npmPkg": "react-native-v8", "npm": { - "downloads": 18937, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31252, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -57631,16 +56909,16 @@ "unmaintained": true, "npmPkg": "react-native-bootstrap-icons", "npm": { - "downloads": 289, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 263, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.822, + "popularity": -0.823, "topicSearchString": "bootstrap icons react-native" }, { @@ -57715,16 +56993,16 @@ "unmaintained": true, "npmPkg": "react-native-ios-popover", "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 117, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.724, "topicSearchString": "react-native ios uipopover popover popover-view component native-component" }, { @@ -57748,10 +57026,10 @@ "updatedAt": "2022-10-09T15:12:36Z", "createdAt": "2016-12-13T00:19:14Z", "pushedAt": "2022-10-09T15:12:36Z", - "forks": 285, + "forks": 284, "issues": 125, "subscribers": 25, - "stars": 750 + "stars": 746 }, "name": "react-native-background-upload", "fullName": "Vydia/react-native-background-upload", @@ -57790,9 +57068,9 @@ "unmaintained": true, "npmPkg": "react-native-background-upload", "npm": { - "downloads": 15542, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18340, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -57826,10 +57104,10 @@ "updatedAt": "2022-02-09T21:16:06Z", "createdAt": "2020-11-17T14:43:01Z", "pushedAt": "2022-02-09T21:16:06Z", - "forks": 17, + "forks": 16, "issues": 18, "subscribers": 11, - "stars": 103 + "stars": 102 }, "name": "react-native-tor", "fullName": "Sifir-io/react-native-tor", @@ -57867,9 +57145,9 @@ "unmaintained": true, "npmPkg": "react-native-tor", "npm": { - "downloads": 2714, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 934, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -57902,10 +57180,10 @@ "updatedAt": "2022-09-22T11:53:18Z", "createdAt": "2019-11-22T05:52:01Z", "pushedAt": "2022-09-22T11:53:18Z", - "forks": 81, + "forks": 80, "issues": 27, "subscribers": 9, - "stars": 1209 + "stars": 1206 }, "name": "react-native-magnus", "fullName": "jsartisan/react-native-magnus", @@ -57941,9 +57219,9 @@ "unmaintained": true, "npmPkg": "react-native-magnus", "npm": { - "downloads": 2237, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2832, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -57977,7 +57255,7 @@ "forks": 31, "issues": 15, "subscribers": 18, - "stars": 139 + "stars": 137 }, "name": "@stream-io/flat-list-mvcp", "fullName": "GetStream/flat-list-mvcp", @@ -58009,20 +57287,13 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": { - "downloads": 81776, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native ios android flatlist wrapper scrollview" }, { @@ -58046,10 +57317,10 @@ "updatedAt": "2024-09-24T13:51:50Z", "createdAt": "2020-12-17T04:14:40Z", "pushedAt": "2024-09-24T13:51:50Z", - "forks": 25, + "forks": 24, "issues": 18, "subscribers": 6, - "stars": 327 + "stars": 324 }, "name": "react-native-file-access", "fullName": "alpha0010/react-native-file-access", @@ -58086,9 +57357,9 @@ }, "npmPkg": "react-native-file-access", "npm": { - "downloads": 75918, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 62352, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -58122,9 +57393,9 @@ "createdAt": "2015-09-04T19:29:07Z", "pushedAt": "2023-08-04T20:42:19Z", "forks": 136, - "issues": 4, + "issues": 3, "subscribers": 14, - "stars": 338 + "stars": 337 }, "name": "react-native-print", "fullName": "christopherdro/react-native-print", @@ -58157,9 +57428,9 @@ }, "npmPkg": "react-native-print", "npm": { - "downloads": 54083, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 98834, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -58179,7 +57450,6 @@ "web": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-hook-form/react-hook-form", @@ -58191,13 +57461,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T10:11:09Z", + "updatedAt": "2025-04-13T10:32:26Z", "createdAt": "2019-03-05T23:47:10Z", - "pushedAt": "2025-06-21T10:11:09Z", - "forks": 2191, - "issues": 79, + "pushedAt": "2025-04-13T10:32:26Z", + "forks": 2142, + "issues": 61, "subscribers": 174, - "stars": 43356 + "stars": 42885 }, "name": "react-hook-form", "fullName": "react-hook-form/react-hook-form", @@ -58226,11 +57496,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Version 7.58.1", - "tagName": "v7.58.1", - "createdAt": "2025-06-17T13:01:13Z", - "publishedAt": "2025-06-17T13:01:46Z", - "isPrerelease": false + "name": "Version 7.56.0-next.0", + "tagName": "v7.56.0-next.0", + "createdAt": "2025-04-13T10:32:33Z", + "publishedAt": "2025-04-13T10:34:53Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, @@ -58238,16 +57508,15 @@ }, "npmPkg": "react-hook-form", "npm": { - "downloads": 50420223, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42571301, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 86, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], @@ -58320,9 +57589,9 @@ "unmaintained": true, "npmPkg": "react-native-navigation-drawer-extension", "npm": { - "downloads": 2132, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2277, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -58353,18 +57622,17 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T13:27:36Z", + "updatedAt": "2021-01-26T15:18:58Z", "createdAt": "2020-12-12T21:08:59Z", - "pushedAt": "2025-06-12T13:27:36Z", + "pushedAt": "2021-01-26T15:18:58Z", "forks": 21, "issues": 3, - "subscribers": 4, - "stars": 160 + "subscribers": 5, + "stars": 157 }, "name": "reanimated-collapsible-helpers", "fullName": "Trancever/reanimated-collapsible-helpers", "isPrivate": false, - "registry": "https://registry.npmjs.org/", "description": "A cross-platform smooth expand/collapse animation helpers for React Native", "topics": [ "react-native", @@ -58382,28 +57650,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.0.1", - "tagName": "v2.0.1", - "createdAt": "2025-06-12T13:27:44Z", - "publishedAt": "2025-06-12T13:27:49Z", + "name": "Release 2.1.0", + "tagName": "v2.1.0", + "createdAt": "2021-01-26T15:09:22Z", + "publishedAt": "2021-01-26T15:09:31Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "reanimated-collapsible-helpers", "npm": { - "downloads": 370, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1158, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 32, "matchingScoreModifiers": [ - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.472, "topicSearchString": "react-native ios android animation collapsible reanimated" }, { @@ -58429,13 +57698,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-18T20:32:22Z", + "updatedAt": "2025-04-07T21:55:44Z", "createdAt": "2019-02-08T19:13:18Z", - "pushedAt": "2025-06-18T20:32:22Z", - "forks": 32, - "issues": 1, + "pushedAt": "2025-04-07T21:55:44Z", + "forks": 33, + "issues": 0, "subscribers": 4, - "stars": 572 + "stars": 559 }, "name": "react-native-error-boundary", "fullName": "carloscuesta/react-native-error-boundary", @@ -58468,9 +57737,9 @@ }, "npmPkg": "react-native-error-boundary", "npm": { - "downloads": 207972, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 208386, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -58506,7 +57775,7 @@ "forks": 27, "issues": 2, "subscribers": 6, - "stars": 269 + "stars": 271 }, "name": "osmicsx", "fullName": "OsmiCSX/osmicsx", @@ -58541,9 +57810,9 @@ }, "npmPkg": "osmicsx", "npm": { - "downloads": 137, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 213, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -58551,7 +57820,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.222, "topicSearchString": "style react-native framework javascript utility frontend hacktoberfest" }, { @@ -58614,16 +57883,16 @@ }, "unmaintained": true, "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 73, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.717, + "popularity": -0.723, "topicSearchString": "cli react react-native boilerplate generator hacktoberfest" }, { @@ -58686,18 +57955,13 @@ "newArchitecture": false, "isArchived": true }, - "npm": { - "downloads": 4090, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.572, + "popularity": -100, "topicSearchString": "react-native adobe adobe-experience-platform media ios android adobe-analytics" }, { @@ -58725,10 +57989,10 @@ "updatedAt": "2024-03-22T11:02:43Z", "createdAt": "2015-06-04T15:58:22Z", "pushedAt": "2024-03-22T11:02:43Z", - "forks": 329, + "forks": 326, "issues": 145, "subscribers": 27, - "stars": 1608 + "stars": 1602 }, "name": "react-native-payments", "fullName": "naoufal/react-native-payments", @@ -58771,9 +58035,9 @@ }, "npmPkg": "react-native-payments", "npm": { - "downloads": 9694, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7944, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -58852,18 +58116,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 469, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -100, "topicSearchString": "react-native health-kit google-fit fitness step track tracker health android ios healthkit apple-health fit googlefit fitnessapi steps activity body" }, { @@ -58888,10 +58147,10 @@ "updatedAt": "2025-03-30T10:38:37Z", "createdAt": "2018-08-13T07:44:46Z", "pushedAt": "2025-03-30T10:38:37Z", - "forks": 146, - "issues": 99, + "forks": 144, + "issues": 97, "subscribers": 4, - "stars": 451 + "stars": 436 }, "name": "react-native-signature-canvas", "fullName": "YanYuanFE/react-native-signature-canvas", @@ -58927,14 +58186,15 @@ }, "npmPkg": "react-native-signature-canvas", "npm": { - "downloads": 154132, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 148022, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 46, "matchingScoreModifiers": [ "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -58959,9 +58219,9 @@ "createdAt": "2016-12-08T04:14:32Z", "pushedAt": "2025-04-11T06:29:07Z", "forks": 70, - "issues": 4, + "issues": 3, "subscribers": 5, - "stars": 256 + "stars": 249 }, "name": "react-native-default-preference", "fullName": "kevinresol/react-native-default-preference", @@ -58990,13 +58250,14 @@ }, "npmPkg": "react-native-default-preference", "npm": { - "downloads": 109021, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 92953, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -59021,10 +58282,10 @@ "updatedAt": "2024-12-11T05:45:26Z", "createdAt": "2020-12-06T10:35:53Z", "pushedAt": "2024-12-11T05:45:26Z", - "forks": 23, + "forks": 22, "issues": 11, - "subscribers": 6, - "stars": 236 + "subscribers": 5, + "stars": 234 }, "name": "@flyskywhy/react-native-gcanvas", "fullName": "flyskywhy/react-native-gcanvas", @@ -59073,19 +58334,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 327, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -100, "topicSearchString": "2d 3d android babylon babylon.js babylonjs canvas dogz emoji font gcanvas glsl gpu ios multiple-touches native offscreen-canvas particles-bg pixel-animation-editor pixel-art-animation-editor pixel-art-editor pixel-gif-editor pixel-editor pixi proton react-native shader opengl webgl zdog" }, { @@ -59109,13 +58363,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T23:13:24Z", + "updatedAt": "2025-02-19T20:44:26Z", "createdAt": "2021-01-31T06:37:47Z", - "pushedAt": "2025-06-18T23:13:24Z", + "pushedAt": "2025-02-19T20:44:26Z", "forks": 28, "issues": 20, - "subscribers": 16, - "stars": 106 + "subscribers": 15, + "stars": 104 }, "name": "react-native-xaml", "fullName": "microsoft/react-native-xaml", @@ -59143,14 +58397,13 @@ "isArchived": false }, "npm": { - "downloads": 35753, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 37604, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -59180,7 +58433,7 @@ "forks": 10, "issues": 14, "subscribers": 3, - "stars": 136 + "stars": 135 }, "name": "react-native-blob-courier", "fullName": "edeckers/react-native-blob-courier", @@ -59219,16 +58472,16 @@ }, "npmPkg": "react-native-blob-courier", "npm": { - "downloads": 155, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 444, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.221, "topicSearchString": "react-native ios android blob transfer files download upload courier upload-blobs" }, { @@ -59292,9 +58545,9 @@ "unmaintained": true, "npmPkg": "react-native-pinchable", "npm": { - "downloads": 6317, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7840, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -59327,13 +58580,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-15T22:34:18Z", + "updatedAt": "2024-03-08T21:36:30Z", "createdAt": "2019-11-30T17:19:06Z", - "pushedAt": "2025-06-15T22:34:18Z", - "forks": 43, + "pushedAt": "2024-03-08T21:36:30Z", + "forks": 41, "issues": 9, "subscribers": 9, - "stars": 986 + "stars": 967 }, "name": "react-native-performance", "fullName": "oblador/react-native-performance", @@ -59358,15 +58611,15 @@ }, "npmPkg": "react-native-performance", "npm": { - "downloads": 509335, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 904426, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -59393,10 +58646,10 @@ "updatedAt": "2021-04-06T21:15:35Z", "createdAt": "2021-02-21T20:18:15Z", "pushedAt": "2021-04-06T21:15:35Z", - "forks": 24, + "forks": 25, "issues": 29, - "subscribers": 31, - "stars": 255 + "subscribers": 32, + "stars": 253 }, "name": "react-native-bidirectional-infinite-scroll", "fullName": "GetStream/react-native-bidirectional-infinite-scroll", @@ -59431,9 +58684,9 @@ "unmaintained": true, "npmPkg": "react-native-bidirectional-infinite-scroll", "npm": { - "downloads": 9607, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10667, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -59466,13 +58719,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-16T10:23:52Z", + "updatedAt": "2025-02-16T19:58:30Z", "createdAt": "2021-02-24T07:33:00Z", - "pushedAt": "2025-06-16T10:23:52Z", - "forks": 277, - "issues": 25, - "subscribers": 31, - "stars": 7233 + "pushedAt": "2025-02-16T19:58:30Z", + "forks": 271, + "issues": 23, + "subscribers": 32, + "stars": 6935 }, "name": "react-native-mmkv", "fullName": "mrousavy/react-native-mmkv", @@ -59496,16 +58749,15 @@ "isArchived": false }, "npm": { - "downloads": 1247961, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1124027, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 100, + "score": 95, "matchingScoreModifiers": [ "Very popular", "Popular", - "Known", - "Recently updated" + "Known" ], "popularity": 0.028, "topicSearchString": "react-native ios android mmkv storage key value fast turbo async" @@ -59514,7 +58766,7 @@ "githubUrl": "https://github.com/mrousavy/react-native-vision-camera/tree/main/package", "npmPkg": "react-native-vision-camera", "examples": [ - "https://github.com/mrousavy/react-native-vision-camera/tree/main/example" + "https://github.com/mrousavy/react-native-vision-camera/tree/main/package/example" ], "images": [ "https://raw.githubusercontent.com/mrousavy/react-native-vision-camera/main/docs/static/img/example.png", @@ -59522,7 +58774,6 @@ ], "ios": true, "android": true, - "fireos": true, "newArchitecture": true, "newArchitectureNote": "Currently supported through the compatibility layer for legacy view components.", "github": { @@ -59536,13 +58787,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-16T17:07:14Z", + "updatedAt": "2025-04-07T12:52:53Z", "createdAt": "2021-02-19T14:59:44Z", - "pushedAt": "2025-06-16T17:07:14Z", - "forks": 1167, - "issues": 201, - "subscribers": 58, - "stars": 8507 + "pushedAt": "2025-04-07T12:52:53Z", + "forks": 1141, + "issues": 170, + "subscribers": 60, + "stars": 8275 }, "name": "react-native-vision-camera", "fullName": "mrousavy/react-native-vision-camera", @@ -59587,9 +58838,9 @@ "isArchived": false }, "npm": { - "downloads": 893607, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1304741, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -59625,13 +58876,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-02T12:02:19Z", + "updatedAt": "2021-03-11T10:24:03Z", "createdAt": "2020-11-10T07:54:30Z", - "pushedAt": "2025-06-02T12:02:19Z", - "forks": 89, - "issues": 7, + "pushedAt": "2021-03-11T10:24:03Z", + "forks": 84, + "issues": 44, "subscribers": 7, - "stars": 246 + "stars": 235 }, "name": "react-native-controlled-mentions", "fullName": "dabakovich/react-native-controlled-mentions", @@ -59653,29 +58904,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v3.1.0", - "tagName": "v3.1.0", - "createdAt": "2025-06-02T12:02:19Z", - "publishedAt": "2025-06-02T12:12:29Z", - "isPrerelease": false + "name": "Big Update Comming! v3.0.0-alpha.2 Pre-release Notes", + "tagName": "v3.0.0-alpha.2", + "createdAt": "2022-05-12T14:31:00Z", + "publishedAt": "2022-05-16T15:31:48Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-controlled-mentions", "npm": { - "downloads": 57542, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 59872, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react react-native mentions text text-input textinput" }, { @@ -59697,13 +58949,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-23T21:47:53Z", + "updatedAt": "2024-07-08T12:41:42Z", "createdAt": "2019-10-05T10:22:34Z", - "pushedAt": "2025-04-23T21:47:53Z", - "forks": 90, - "issues": 24, + "pushedAt": "2024-07-08T12:41:42Z", + "forks": 86, + "issues": 29, "subscribers": 4, - "stars": 346 + "stars": 342 }, "name": "react-native-tcp-socket", "fullName": "Rapsssito/react-native-tcp-socket", @@ -59731,10 +58983,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.3.0", - "tagName": "v6.3.0", - "createdAt": "2025-04-23T21:47:53Z", - "publishedAt": "2025-04-23T21:47:55Z", + "name": "v6.2.0", + "tagName": "v6.2.0", + "createdAt": "2024-07-08T12:41:42Z", + "publishedAt": "2024-07-08T12:41:45Z", "isPrerelease": false }, "hasTypes": true, @@ -59743,13 +58995,14 @@ }, "npmPkg": "react-native-tcp-socket", "npm": { - "downloads": 84092, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 61072, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -59784,7 +59037,7 @@ "forks": 76, "issues": 14, "subscribers": 5, - "stars": 455 + "stars": 452 }, "name": "react-native-text-ticker", "fullName": "deanhet/react-native-text-ticker", @@ -59815,9 +59068,9 @@ "unmaintained": true, "npmPkg": "react-native-text-ticker", "npm": { - "downloads": 47541, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54716, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -59936,10 +59189,10 @@ "updatedAt": "2024-12-30T14:09:23Z", "createdAt": "2021-02-08T14:57:00Z", "pushedAt": "2024-12-30T14:09:23Z", - "forks": 19, + "forks": 18, "issues": 4, "subscribers": 9, - "stars": 213 + "stars": 210 }, "name": "react-native-simple-biometrics", "fullName": "smallcase/react-native-simple-biometrics", @@ -59975,9 +59228,9 @@ }, "npmPkg": "react-native-simple-biometrics", "npm": { - "downloads": 5641, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6274, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -60014,7 +59267,7 @@ "forks": 49, "issues": 18, "subscribers": 2, - "stars": 234 + "stars": 233 }, "name": "react-native-animated-linear-gradient", "fullName": "heineiuo/react-native-animated-linear-gradient", @@ -60051,9 +59304,9 @@ "unmaintained": true, "npmPkg": "react-native-animated-linear-gradient", "npm": { - "downloads": 7714, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9467, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -60088,10 +59341,10 @@ "updatedAt": "2023-04-05T08:56:58Z", "createdAt": "2020-11-01T11:42:37Z", "pushedAt": "2023-04-05T08:56:58Z", - "forks": 98, - "issues": 23, + "forks": 97, + "issues": 22, "subscribers": 13, - "stars": 1481 + "stars": 1465 }, "name": "react-native-hold-menu", "fullName": "enesozturk/react-native-hold-menu", @@ -60128,9 +59381,9 @@ "unmaintained": true, "npmPkg": "react-native-hold-menu", "npm": { - "downloads": 921, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 693, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -60139,7 +59392,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native ios android hold-menu context-menu hold-to-open reanimated menu" }, { @@ -60203,9 +59456,9 @@ "unmaintained": true, "npmPkg": "consistencss", "npm": { - "downloads": 1209, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 721, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -60244,7 +59497,7 @@ "forks": 14, "issues": 3, "subscribers": 1, - "stars": 61 + "stars": 60 }, "name": "@dietime/react-native-date-picker", "fullName": "DieTime/react-native-date-picker", @@ -60271,18 +59524,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 687, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react native datepicker date picker expo select react-native" }, { @@ -60312,10 +59560,10 @@ "updatedAt": "2024-09-28T11:54:36Z", "createdAt": "2021-03-04T12:14:53Z", "pushedAt": "2024-09-28T11:54:36Z", - "forks": 59, - "issues": 19, + "forks": 56, + "issues": 18, "subscribers": 5, - "stars": 564 + "stars": 545 }, "name": "react-native-awesome-gallery", "fullName": "pavelbabenko/react-native-awesome-gallery", @@ -60354,9 +59602,9 @@ }, "npmPkg": "react-native-awesome-gallery", "npm": { - "downloads": 127774, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 88720, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -60393,7 +59641,7 @@ "forks": 79, "issues": 26, "subscribers": 5, - "stars": 443 + "stars": 441 }, "name": "react-native-head-tab-view", "fullName": "zyslife/react-native-head-tab-view", @@ -60412,9 +59660,9 @@ "unmaintained": true, "npmPkg": "react-native-head-tab-view", "npm": { - "downloads": 7862, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6144, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -60443,13 +59691,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-24T07:50:07Z", + "updatedAt": "2024-07-09T09:44:34Z", "createdAt": "2020-01-14T18:59:19Z", - "pushedAt": "2025-04-24T07:50:07Z", - "forks": 128, - "issues": 41, + "pushedAt": "2024-07-09T09:44:34Z", + "forks": 123, + "issues": 39, "subscribers": 8, - "stars": 883 + "stars": 861 }, "name": "react-native-background-actions", "fullName": "Rapsssito/react-native-background-actions", @@ -60485,14 +59733,15 @@ }, "npmPkg": "react-native-background-actions", "npm": { - "downloads": 42221, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36259, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -60525,10 +59774,10 @@ "updatedAt": "2025-01-25T08:12:43Z", "createdAt": "2020-01-17T08:33:07Z", "pushedAt": "2025-01-25T08:12:43Z", - "forks": 45, - "issues": 1, + "forks": 44, + "issues": 0, "subscribers": 5, - "stars": 641 + "stars": 620 }, "name": "react-native-image-modal", "fullName": "dev-yakuza/react-native-image-modal", @@ -60567,9 +59816,9 @@ }, "npmPkg": "react-native-image-modal", "npm": { - "downloads": 11183, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12080, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -60630,18 +59879,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 4, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.6, + "popularity": -100, "topicSearchString": "stora react redux state hooks" }, { @@ -60669,7 +59913,7 @@ "forks": 53, "issues": 44, "subscribers": 4, - "stars": 247 + "stars": 248 }, "name": "react-native-customized-image-picker", "fullName": "shijingsh/react-native-customized-image-picker", @@ -60700,9 +59944,9 @@ "unmaintained": true, "npmPkg": "react-native-customized-image-picker", "npm": { - "downloads": 970, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1683, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -60710,7 +59954,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react native react-native image picker crop cropping multiple camera" }, { @@ -60735,10 +59979,10 @@ "updatedAt": "2022-11-15T20:25:38Z", "createdAt": "2020-12-12T22:54:23Z", "pushedAt": "2022-11-15T20:25:38Z", - "forks": 15, - "issues": 8, + "forks": 13, + "issues": 7, "subscribers": 6, - "stars": 169 + "stars": 168 }, "name": "react-native-accessibility-engine", "fullName": "aryella-lacerda/react-native-accessibility-engine", @@ -60775,9 +60019,9 @@ "unmaintained": true, "npmPkg": "react-native-accessibility-engine", "npm": { - "downloads": 42815, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 46988, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -60807,10 +60051,10 @@ "updatedAt": "2025-01-26T12:09:44Z", "createdAt": "2021-03-09T14:38:42Z", "pushedAt": "2025-01-26T12:09:44Z", - "forks": 158, - "issues": 6, + "forks": 157, + "issues": 8, "subscribers": 14, - "stars": 736 + "stars": 727 }, "name": "react-native-fbsdk-next", "fullName": "thebergamo/react-native-fbsdk-next", @@ -60845,9 +60089,9 @@ }, "npmPkg": "react-native-fbsdk-next", "npm": { - "downloads": 426157, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 422191, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -60878,7 +60122,7 @@ "forks": 32, "issues": 1, "subscribers": 9, - "stars": 413 + "stars": 412 }, "name": "expo-next-react-navigation", "fullName": "nandorojo/expo-next-react-navigation", @@ -60905,14 +60149,13 @@ }, "npmPkg": "expo-next-react-navigation", "npm": { - "downloads": 4148, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3273, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -60977,9 +60220,9 @@ "unmaintained": true, "npmPkg": "react-native-search-box", "npm": { - "downloads": 1134, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1324, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -60987,7 +60230,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native ios android anhtuank7c ctlabvn" }, { @@ -61014,7 +60257,7 @@ "forks": 8, "issues": 2, "subscribers": 10, - "stars": 109 + "stars": 108 }, "name": "@klarna/platform-colors", "fullName": "klarna-incubator/platform-colors", @@ -61052,18 +60295,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 6213, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native react mobile ios android ui dark-mode accessibility css web klarna-featured" }, { @@ -61092,7 +60330,7 @@ "forks": 53, "issues": 11, "subscribers": 5, - "stars": 218 + "stars": 216 }, "name": "react-native-web-swiper", "fullName": "reactrondev/react-native-web-swiper", @@ -61126,9 +60364,9 @@ "unmaintained": true, "npmPkg": "react-native-web-swiper", "npm": { - "downloads": 38309, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47007, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -61165,10 +60403,10 @@ "updatedAt": "2021-08-27T15:50:45Z", "createdAt": "2021-03-18T13:55:48Z", "pushedAt": "2021-08-27T15:50:45Z", - "forks": 29, + "forks": 28, "issues": 11, "subscribers": 6, - "stars": 346 + "stars": 345 }, "name": "react-native-popable", "fullName": "eveningkid/react-native-popable", @@ -61206,9 +60444,9 @@ "unmaintained": true, "npmPkg": "react-native-popable", "npm": { - "downloads": 17738, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15228, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -61246,7 +60484,7 @@ "forks": 15, "issues": 11, "subscribers": 1, - "stars": 125 + "stars": 126 }, "name": "react-native-input-outline", "fullName": "swushi/react-native-input-outline", @@ -61272,16 +60510,16 @@ "unmaintained": true, "npmPkg": "react-native-input-outline", "npm": { - "downloads": 687, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1395, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.473, "topicSearchString": "react-native ios android" }, { @@ -61305,7 +60543,7 @@ "forks": 60, "issues": 14, "subscribers": 9, - "stars": 316 + "stars": 315 }, "name": "react-native-scalable-image", "fullName": "ihor/react-native-scalable-image", @@ -61343,9 +60581,9 @@ "unmaintained": true, "npmPkg": "react-native-scalable-image", "npm": { - "downloads": 57023, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 51053, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -61378,10 +60616,10 @@ "updatedAt": "2023-02-17T19:04:36Z", "createdAt": "2020-11-02T19:07:55Z", "pushedAt": "2023-02-17T19:04:36Z", - "forks": 111, + "forks": 110, "issues": 67, "subscribers": 13, - "stars": 174 + "stars": 168 }, "name": "@homee/react-native-mapbox-navigation", "fullName": "homeeondemand/react-native-mapbox-navigation", @@ -61412,19 +60650,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -100, "topicSearchString": "react-native mapbox navigation mapbox-navigation" }, { @@ -61448,13 +60680,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-13T10:48:49Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-13T10:48:49Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-screen-capture", "fullName": "expo/expo", @@ -61478,9 +60710,9 @@ }, "npmPkg": "expo-screen-capture", "npm": { - "downloads": 140448, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 103118, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -61552,18 +60784,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 42, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.826, + "popularity": -100, "topicSearchString": "react-native ios android stripe stripe-payments stripe-payment" }, { @@ -61587,7 +60814,7 @@ "forks": 31, "issues": 7, "subscribers": 4, - "stars": 253 + "stars": 251 }, "name": "react-native-aes-gcm-crypto", "fullName": "craftzdog/react-native-aes-gcm-crypto", @@ -61620,9 +60847,9 @@ }, "npmPkg": "react-native-aes-gcm-crypto", "npm": { - "downloads": 7505, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9225, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -61651,7 +60878,7 @@ "updatedAt": "2022-11-01T03:49:12Z", "createdAt": "2017-03-20T03:26:12Z", "pushedAt": "2022-11-01T03:49:12Z", - "forks": 78, + "forks": 77, "issues": 25, "subscribers": 15, "stars": 383 @@ -61690,9 +60917,9 @@ "unmaintained": true, "npmPkg": "react-native-sqlite-2", "npm": { - "downloads": 6694, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5042, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -61729,7 +60956,7 @@ "updatedAt": "2021-12-11T19:16:20Z", "createdAt": "2021-01-11T12:15:47Z", "pushedAt": "2021-12-11T19:16:20Z", - "forks": 7, + "forks": 8, "issues": 20, "subscribers": 3, "stars": 183 @@ -61759,18 +60986,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -100, "topicSearchString": "breeffy react-native android calendar component reanimated ui" }, { @@ -61798,10 +61020,10 @@ "updatedAt": "2022-11-09T02:56:03Z", "createdAt": "2021-03-06T19:29:21Z", "pushedAt": "2022-11-09T02:56:03Z", - "forks": 17, + "forks": 15, "issues": 3, - "subscribers": 2, - "stars": 162 + "subscribers": 1, + "stars": 160 }, "name": "react-native-rapi-ui", "fullName": "codingki/react-native-rapi-ui", @@ -61834,16 +61056,16 @@ "unmaintained": true, "npmPkg": "react-native-rapi-ui", "npm": { - "downloads": 843, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 651, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native components ui design" }, { @@ -61875,7 +61097,7 @@ "forks": 18, "issues": 7, "subscribers": 1, - "stars": 164 + "stars": 162 }, "name": "react-native-location-enabler", "fullName": "YsnKsy/react-native-location-enabler", @@ -61919,9 +61141,9 @@ "unmaintained": true, "npmPkg": "react-native-location-enabler", "npm": { - "downloads": 2689, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2771, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -61941,7 +61163,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/nandorojo/moti", @@ -61956,10 +61177,10 @@ "updatedAt": "2025-03-11T20:25:50Z", "createdAt": "2020-10-17T15:31:32Z", "pushedAt": "2025-03-11T20:25:50Z", - "forks": 142, - "issues": 22, - "subscribers": 37, - "stars": 4354 + "forks": 137, + "issues": 21, + "subscribers": 36, + "stars": 4280 }, "name": "moti", "fullName": "nandorojo/moti", @@ -61984,9 +61205,9 @@ }, "npmPkg": "moti", "npm": { - "downloads": 586937, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 481917, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -62023,13 +61244,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T08:31:39Z", + "updatedAt": "2025-04-15T07:24:39Z", "createdAt": "2017-02-08T09:55:18Z", - "pushedAt": "2025-06-19T08:31:39Z", + "pushedAt": "2025-04-15T07:24:39Z", "forks": 714, - "issues": 40, - "subscribers": 319, - "stars": 6857 + "issues": 41, + "subscribers": 320, + "stars": 6780 }, "name": "react-native-ui-lib", "fullName": "wix/react-native-ui-lib", @@ -62053,10 +61274,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "7.43.0", - "tagName": "7.43.0", - "createdAt": "2025-05-28T08:35:01Z", - "publishedAt": "2025-05-28T13:21:42Z", + "name": "7.40.0", + "tagName": "7.40.0", + "createdAt": "2025-04-15T13:03:31Z", + "publishedAt": "2025-04-15T13:06:25Z", "isPrerelease": false }, "hasTypes": true, @@ -62065,9 +61286,9 @@ }, "npmPkg": "react-native-ui-lib", "npm": { - "downloads": 82656, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 143007, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -62152,18 +61373,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 208, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.821, + "popularity": -100, "topicSearchString": "re-state restate react-re-state react-native react ios android web context react-context global-state global state react-global-state global-state-for-react expo" }, { @@ -62234,9 +61450,9 @@ "unmaintained": true, "npmPkg": "react-native-see-more-inline", "npm": { - "downloads": 409, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 299, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -62244,7 +61460,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.723, "topicSearchString": "react-native see-more read-more see-less javascript binary-search read-more-less text inline" }, { @@ -62303,16 +61519,16 @@ }, "npmPkg": "react-native-lifecycle", "npm": { - "downloads": 142, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 158, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.225, "topicSearchString": "react-native hooks lifecycle" }, { @@ -62324,7 +61540,6 @@ "android": true, "expoGo": true, "windows": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/RonRadtke/react-native-blob-util", @@ -62336,13 +61551,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-28T19:40:05Z", + "updatedAt": "2025-03-20T10:27:12Z", "createdAt": "2021-01-16T10:04:35Z", - "pushedAt": "2025-05-28T19:40:05Z", - "forks": 152, - "issues": 86, + "pushedAt": "2025-03-20T10:27:12Z", + "forks": 146, + "issues": 96, "subscribers": 6, - "stars": 853 + "stars": 838 }, "name": "react-native-blob-util", "fullName": "RonRadtke/react-native-blob-util", @@ -62368,9 +61583,9 @@ }, "lastRelease": { "name": "", - "tagName": "0.22.2", - "createdAt": "2025-05-28T19:40:05Z", - "publishedAt": "2025-05-28T21:18:03Z", + "tagName": "0.21.2", + "createdAt": "2024-12-18T10:12:41Z", + "publishedAt": "2024-12-18T10:13:58Z", "isPrerelease": false }, "hasTypes": false, @@ -62379,9 +61594,9 @@ }, "npmPkg": "react-native-blob-util", "npm": { - "downloads": 1434205, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1805909, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 62, "matchingScoreModifiers": [ @@ -62427,7 +61642,7 @@ "forks": 36, "issues": 3, "subscribers": 4, - "stars": 370 + "stars": 361 }, "name": "react-native-photo-manipulator", "fullName": "guhungry/react-native-photo-manipulator", @@ -62466,9 +61681,9 @@ }, "npmPkg": "react-native-photo-manipulator", "npm": { - "downloads": 25762, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18116, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -62498,13 +61713,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-26T14:40:36Z", + "updatedAt": "2025-04-16T18:51:14Z", "createdAt": "2017-09-12T18:04:39Z", - "pushedAt": "2025-05-26T14:40:36Z", - "forks": 74, - "issues": 1, + "pushedAt": "2025-04-16T18:51:14Z", + "forks": 73, + "issues": 2, "subscribers": 10, - "stars": 141 + "stars": 139 }, "name": "@xmartlabs/react-native-line", "fullName": "xmartlabs/react-native-line", @@ -62531,28 +61746,22 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v5.2.0", - "tagName": "v5.2.0", - "createdAt": "2025-05-13T20:02:03Z", - "publishedAt": "2025-05-13T20:37:06Z", + "name": "v5.1.0", + "tagName": "v5.1.0", + "createdAt": "2025-04-02T15:03:33Z", + "publishedAt": "2025-04-02T15:08:18Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 13460, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 59, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Known", "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "auth line login react react-native social wrapper wrapper-library hybrid-apps ios android" }, { @@ -62620,16 +61829,16 @@ "unmaintained": true, "npmPkg": "react-native-weather-chart", "npm": { - "downloads": 110, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.824, "topicSearchString": "react-native react-component component react ui weather chart weather-chart weather-forecast svg" }, { @@ -62653,10 +61862,10 @@ "updatedAt": "2025-04-03T01:55:04Z", "createdAt": "2019-08-08T01:16:33Z", "pushedAt": "2025-04-03T01:55:04Z", - "forks": 42, + "forks": 41, "issues": 2, "subscribers": 4, - "stars": 145 + "stars": 141 }, "name": "react-native-compass-heading", "fullName": "firofame/react-native-compass-heading", @@ -62681,13 +61890,14 @@ }, "npmPkg": "react-native-compass-heading", "npm": { - "downloads": 7332, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 92476, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -62702,7 +61912,7 @@ "ios": true, "android": true, "expoGo": true, - "newArchitecture": true, + "newArchitecture": false, "github": { "urls": { "repo": "https://github.com/stripe/stripe-react-native", @@ -62714,13 +61924,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T16:57:46Z", + "updatedAt": "2025-04-15T20:00:47Z", "createdAt": "2020-12-16T23:51:01Z", - "pushedAt": "2025-06-11T16:57:46Z", - "forks": 279, - "issues": 137, + "pushedAt": "2025-04-15T20:00:47Z", + "forks": 272, + "issues": 154, "subscribers": 45, - "stars": 1336 + "stars": 1321 }, "name": "@stripe/stripe-react-native", "fullName": "stripe/stripe-react-native", @@ -62741,30 +61951,24 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "0.48.0 - 2025-06-11", - "tagName": "v0.48.0", - "createdAt": "2025-06-11T16:16:07Z", - "publishedAt": "2025-06-11T16:16:30Z", + "name": "0.44.0 - 2025-04-15", + "tagName": "v0.44.0", + "createdAt": "2025-04-15T19:10:02Z", + "publishedAt": "2025-04-15T19:16:00Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 438140, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 65, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", - "Recently updated" + "Recently updated", + "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android stripe payments" }, { @@ -62829,16 +62033,16 @@ "unmaintained": true, "npmPkg": "react-native-swipe-cards-deck", "npm": { - "downloads": 272, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 450, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.723, "topicSearchString": "react-native tinder cards swipe deck" }, { @@ -62894,16 +62098,16 @@ "unmaintained": true, "npmPkg": "react-native-redux-alert", "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.808, "topicSearchString": "react-native redux alert toast react-redux toast-notifications" }, { @@ -62928,10 +62132,10 @@ "updatedAt": "2024-03-12T01:59:26Z", "createdAt": "2018-04-05T17:57:52Z", "pushedAt": "2024-03-12T01:59:26Z", - "forks": 68, + "forks": 67, "issues": 1, "subscribers": 2, - "stars": 296 + "stars": 291 }, "name": "react-native-radio-buttons-group", "fullName": "ThakurBallary/react-native-radio-buttons-group", @@ -62970,9 +62174,9 @@ }, "npmPkg": "react-native-radio-buttons-group", "npm": { - "downloads": 57947, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 59760, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -63008,10 +62212,10 @@ "updatedAt": "2024-06-18T06:17:36Z", "createdAt": "2020-04-05T23:36:35Z", "pushedAt": "2024-06-18T06:17:36Z", - "forks": 59, + "forks": 58, "issues": 13, "subscribers": 2, - "stars": 331 + "stars": 326 }, "name": "react-native-floating-label-input", "fullName": "Cnilton/react-native-floating-label-input", @@ -63057,9 +62261,9 @@ }, "npmPkg": "react-native-floating-label-input", "npm": { - "downloads": 17317, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18525, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -63117,9 +62321,9 @@ "unmaintained": true, "npmPkg": "react-native-safe-modules", "npm": { - "downloads": 310697, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 338656, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -63137,7 +62341,6 @@ ], "ios": true, "android": true, - "fireos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -63151,13 +62354,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T03:18:49Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-18T03:18:49Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-status-bar", "fullName": "expo/expo", @@ -63181,9 +62384,9 @@ }, "npmPkg": "expo-status-bar", "npm": { - "downloads": 3765968, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2971113, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -63226,7 +62429,7 @@ "forks": 12, "issues": 1, "subscribers": 4, - "stars": 68 + "stars": 69 }, "name": "react-native-styled-text-ex", "fullName": "fram-x/react-native-styled-text", @@ -63264,9 +62467,9 @@ }, "npmPkg": "react-native-styled-text", "npm": { - "downloads": 21059, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24636, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -63297,7 +62500,7 @@ "forks": 14, "issues": 3, "subscribers": 7, - "stars": 338 + "stars": 328 }, "name": "react-native-vector-image", "fullName": "oblador/react-native-vector-image", @@ -63331,14 +62534,13 @@ }, "npmPkg": "react-native-vector-image", "npm": { - "downloads": 8988, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5114, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -63369,7 +62571,7 @@ "forks": 68, "issues": 13, "subscribers": 8, - "stars": 344 + "stars": 343 }, "name": "react-native-auto-height-image", "fullName": "vivaxy/react-native-auto-height-image", @@ -63402,9 +62604,9 @@ }, "npmPkg": "react-native-auto-height-image", "npm": { - "downloads": 26049, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23386, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -63443,7 +62645,7 @@ "updatedAt": "2024-12-18T14:04:24Z", "createdAt": "2021-06-05T20:03:07Z", "pushedAt": "2024-12-18T14:04:24Z", - "forks": 44, + "forks": 43, "issues": 42, "subscribers": 2, "stars": 537 @@ -63498,14 +62700,13 @@ }, "npmPkg": "react-native-big-list", "npm": { - "downloads": 11062, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12950, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -63542,10 +62743,10 @@ "updatedAt": "2024-02-01T18:11:51Z", "createdAt": "2021-05-31T23:26:21Z", "pushedAt": "2024-02-01T18:11:51Z", - "forks": 20, + "forks": 19, "issues": 8, "subscribers": 4, - "stars": 277 + "stars": 274 }, "name": "react-native-system-navigation-bar", "fullName": "kadiraydinli/react-native-system-navigation-bar", @@ -63611,9 +62812,9 @@ }, "npmPkg": "react-native-system-navigation-bar", "npm": { - "downloads": 42917, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 41311, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -63625,12 +62826,12 @@ "topicSearchString": "react-native system-navigation-bar android navigation navigation-bar bar color bar-color navigation-bar-color hide show lean-back immersive stickyimmersive lowprofile barmode setbarmode light dark light-style dark-style status-bar-mode divider-color navigation-bar-divider-color contrast-enforced navigation-bar-contrast-enforced full-screen setfitssystemwindows fitssystemwindows decorfitssystemwindows setdecorfitssystemwindows navigation-hide navigation-show stiky-immersive light-navigation-bar low-profile navigation-color" }, { - "githubUrl": "https://github.com/phamfoo/react-native-figma-squircle", + "githubUrl": "https://github.com/tienphaw/react-native-figma-squircle", "examples": [ - "https://github.com/phamfoo/react-native-figma-squircle/tree/main/example" + "https://github.com/tienphaw/react-native-figma-squircle/tree/main/example" ], "images": [ - "https://raw.githubusercontent.com/phamfoo/react-native-figma-squircle/main/squircle.jpg" + "https://raw.githubusercontent.com/tienphaw/react-native-figma-squircle/main/demo.png" ], "ios": true, "android": true, @@ -63652,7 +62853,7 @@ "forks": 15, "issues": 1, "subscribers": 3, - "stars": 345 + "stars": 339 }, "name": "react-native-figma-squircle", "fullName": "phamfoo/react-native-figma-squircle", @@ -63685,9 +62886,9 @@ }, "npmPkg": "react-native-figma-squircle", "npm": { - "downloads": 5775, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5684, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -63753,16 +62954,16 @@ }, "npmPkg": "react-native-shader", "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.125, + "popularity": -0.216, "topicSearchString": "react-native ios android" }, { @@ -63788,13 +62989,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T16:18:03Z", + "updatedAt": "2024-07-29T16:13:55Z", "createdAt": "2020-05-20T09:57:18Z", - "pushedAt": "2025-05-08T16:18:03Z", + "pushedAt": "2024-07-29T16:13:55Z", "forks": 23, "issues": 11, "subscribers": 10, - "stars": 423 + "stars": 413 }, "name": "react-native-hole-view", "fullName": "ibitcy/react-native-hole-view", @@ -63824,9 +63025,9 @@ "license": null, "lastRelease": { "name": "", - "tagName": "3.0.1", - "createdAt": "2025-05-08T16:20:53Z", - "publishedAt": "2025-05-08T16:21:21Z", + "tagName": "3.0.0-alpha4", + "createdAt": "2024-01-25T00:41:41Z", + "publishedAt": "2024-01-25T00:42:03Z", "isPrerelease": false }, "hasTypes": true, @@ -63835,13 +63036,14 @@ }, "npmPkg": "react-native-hole-view", "npm": { - "downloads": 27548, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34520, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 41, "matchingScoreModifiers": [ "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -63900,18 +63102,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1665, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "svg icons react react-native expo" }, { @@ -63935,13 +63132,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T12:04:51Z", + "updatedAt": "2024-01-22T22:30:07Z", "createdAt": "2021-05-11T22:58:24Z", - "pushedAt": "2025-06-20T12:04:51Z", - "forks": 40, + "pushedAt": "2024-01-22T22:30:07Z", + "forks": 39, "issues": 16, "subscribers": 3, - "stars": 436 + "stars": 430 }, "name": "react-native-mask-text", "fullName": "akinncar/react-native-mask-text", @@ -63964,10 +63161,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.15.0", - "tagName": "v0.15.0", - "createdAt": "2025-06-20T12:04:51Z", - "publishedAt": "2025-06-20T12:06:03Z", + "name": "v0.14.2", + "tagName": "v0.14.2", + "createdAt": "2023-07-13T13:51:45Z", + "publishedAt": "2023-07-13T13:53:08Z", "isPrerelease": false }, "hasTypes": true, @@ -63976,14 +63173,14 @@ }, "npmPkg": "react-native-mask-text", "npm": { - "downloads": 69982, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 72378, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -64036,9 +63233,9 @@ }, "npmPkg": "react-native-progress-wheel", "npm": { - "downloads": 4621, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7000, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -64075,9 +63272,9 @@ "createdAt": "2021-07-02T21:27:18Z", "pushedAt": "2025-02-09T16:12:56Z", "forks": 21, - "issues": 3, + "issues": 2, "subscribers": 5, - "stars": 747 + "stars": 736 }, "name": "react-native-avoid-softinput", "fullName": "mateusz1913/react-native-avoid-softinput", @@ -64106,9 +63303,9 @@ }, "npmPkg": "react-native-avoid-softinput", "npm": { - "downloads": 118175, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 113586, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -64169,9 +63366,9 @@ "unmaintained": true, "npmPkg": "react-native-web-hooks", "npm": { - "downloads": 75162, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 74235, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -64209,9 +63406,9 @@ "createdAt": "2020-07-08T01:47:48Z", "pushedAt": "2022-08-06T08:28:18Z", "forks": 46, - "issues": 33, + "issues": 31, "subscribers": 5, - "stars": 227 + "stars": 224 }, "name": "@uiw/react-native-alipay", "fullName": "uiwjs/react-native-alipay", @@ -64246,19 +63443,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 545, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native alipay uiwjs uiw 支付宝 ios android reactjs" }, { @@ -64285,7 +63476,7 @@ "forks": 41, "issues": 1, "subscribers": 2, - "stars": 238 + "stars": 232 }, "name": "react-native-get-location", "fullName": "douglasjunior/react-native-get-location", @@ -64320,9 +63511,9 @@ }, "npmPkg": "react-native-get-location", "npm": { - "downloads": 38128, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54121, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -64359,10 +63550,10 @@ "updatedAt": "2025-04-10T09:40:51Z", "createdAt": "2015-08-13T15:51:36Z", "pushedAt": "2025-04-10T09:40:51Z", - "forks": 583, - "issues": 585, - "subscribers": 105, - "stars": 5908 + "forks": 574, + "issues": 578, + "subscribers": 104, + "stars": 5886 }, "name": "realm", "fullName": "realm/realm-js", @@ -64402,16 +63593,17 @@ }, "npmPkg": "realm", "npm": { - "downloads": 140391, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 139794, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -64444,10 +63636,10 @@ "updatedAt": "2023-09-06T21:31:42Z", "createdAt": "2021-05-07T07:57:30Z", "pushedAt": "2023-09-06T21:31:42Z", - "forks": 31, + "forks": 30, "issues": 12, "subscribers": 7, - "stars": 408 + "stars": 401 }, "name": "@georstat/react-native-image-cache", "fullName": "georstat/react-native-image-cache", @@ -64479,19 +63671,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 14187, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android image-cache cache file-system-image-cache" }, { @@ -64551,9 +63737,9 @@ "unmaintained": true, "npmPkg": "react-native-smooth-picker", "npm": { - "downloads": 2111, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3063, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -64561,7 +63747,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react react-native picker select react-component ui form" }, { @@ -64584,10 +63770,10 @@ "updatedAt": "2021-08-03T20:09:33Z", "createdAt": "2016-09-04T14:26:53Z", "pushedAt": "2021-08-03T20:09:33Z", - "forks": 65, - "issues": 32, + "forks": 64, + "issues": 33, "subscribers": 5, - "stars": 583 + "stars": 582 }, "name": "react-native-version", "fullName": "stovmascript/react-native-version", @@ -64640,9 +63826,9 @@ "unmaintained": true, "npmPkg": "react-native-version", "npm": { - "downloads": 157020, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 161340, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -64700,16 +63886,16 @@ "unmaintained": true, "npmPkg": "react-native-events", "npm": { - "downloads": 480, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 440, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.72, "topicSearchString": "react-native event events eventemitter" }, { @@ -64782,18 +63968,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 2448, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "loading loading-image progressive lazy lazy-load fast-image image progressive-image progressive-fast-image freakycoder kuray react react-native javascript ui-lib rn mobile-app mobile" }, { @@ -64817,7 +63998,7 @@ "forks": 28, "issues": 11, "subscribers": 6, - "stars": 195 + "stars": 193 }, "name": "react-native-cache", "fullName": "timfpark/react-native-cache", @@ -64838,9 +64019,9 @@ "unmaintained": true, "npmPkg": "react-native-cache", "npm": { - "downloads": 9041, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12549, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -64860,7 +64041,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/gorhom/react-native-portal", @@ -64875,10 +64055,10 @@ "updatedAt": "2022-06-23T20:49:28Z", "createdAt": "2020-12-08T21:23:01Z", "pushedAt": "2022-06-23T20:49:28Z", - "forks": 44, - "issues": 27, + "forks": 41, + "issues": 26, "subscribers": 6, - "stars": 733 + "stars": 703 }, "name": "@gorhom/portal", "fullName": "gorhom/react-native-portal", @@ -64912,20 +64092,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 2501143, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "expo web react-native ios android portal react" }, { @@ -64952,10 +64125,10 @@ "updatedAt": "2021-03-23T16:53:20Z", "createdAt": "2017-04-21T01:27:10Z", "pushedAt": "2021-03-23T16:53:20Z", - "forks": 132, + "forks": 131, "issues": 62, "subscribers": 20, - "stars": 1609 + "stars": 1601 }, "name": "react-native-exception-handler", "fullName": "a7ul/react-native-exception-handler", @@ -65000,9 +64173,9 @@ "unmaintained": true, "npmPkg": "react-native-exception-handler", "npm": { - "downloads": 207343, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 200761, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -65032,7 +64205,7 @@ "urls": { "repo": "https://github.com/ReactVision/viro", "clone": "https://github.com/ReactVision/viro.git", - "homepage": "https://viro-community.readme.io/docs/overview" + "homepage": "https://themorrow.digital/augmented-reality" }, "stats": { "hasIssues": true, @@ -65042,16 +64215,16 @@ "updatedAt": "2025-04-15T16:10:19Z", "createdAt": "2020-11-27T00:40:37Z", "pushedAt": "2025-04-15T16:10:19Z", - "forks": 187, - "issues": 115, - "subscribers": 19, - "stars": 1572 + "forks": 174, + "issues": 100, + "subscribers": 20, + "stars": 1528 }, "name": "@reactvision/react-viro", "fullName": "ReactVision/viro", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "ViroReact: The library for building AR and VR applications and experiences with React Native.", + "description": "ViroReact: The library for building AR and VR applications and experiences with React Native. Made with ❤️ by Morrow.", "topics": [ "viroreact", "viro-community", @@ -65061,8 +64234,7 @@ "nowar", "augmented-reality", "expo", - "react-native", - "ar" + "react-native" ], "license": { "key": "mit", @@ -65082,21 +64254,15 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 12149, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, - "topicSearchString": "viroreact viro-community android ios blacklivesmatter nowar augmented-reality expo react-native ar" + "popularity": -100, + "topicSearchString": "viroreact viro-community android ios blacklivesmatter nowar augmented-reality expo react-native" }, { "githubUrl": "https://github.com/IjzerenHein/react-native-bundle-visualizer", @@ -65124,7 +64290,7 @@ "forks": 45, "issues": 15, "subscribers": 9, - "stars": 1554 + "stars": 1536 }, "name": "react-native-bundle-visualizer", "fullName": "callstack/react-native-bundle-visualizer", @@ -65159,9 +64325,9 @@ }, "npmPkg": "react-native-bundle-visualizer", "npm": { - "downloads": 143726, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 130885, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -65234,16 +64400,16 @@ "unmaintained": true, "npmPkg": "react-native-feedback-reporter", "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 86, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.727, "topicSearchString": "react-native ios android feedback reporter" }, { @@ -65271,17 +64437,17 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T14:54:48Z", + "updatedAt": "2025-04-11T14:27:55Z", "createdAt": "2016-10-27T08:31:38Z", - "pushedAt": "2025-06-18T14:54:48Z", - "forks": 987, - "issues": 48, - "subscribers": 62, - "stars": 6416 + "pushedAt": "2025-04-11T14:27:55Z", + "forks": 981, + "issues": 40, + "subscribers": 63, + "stars": 6335 }, - "name": "react-native-gesture-handler-monorepo", + "name": "react-native-gesture-handler", "fullName": "software-mansion/react-native-gesture-handler", - "isPrivate": true, + "isPrivate": false, "description": "Declarative API exposing platform native touch and gesture system to React Native.", "topics": [ "react-native", @@ -65296,21 +64462,21 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "2.26.0", - "tagName": "2.26.0", - "createdAt": "2025-06-13T08:30:30Z", - "publishedAt": "2025-06-13T09:26:44Z", + "name": "2.25.0", + "tagName": "2.25.0", + "createdAt": "2025-03-31T10:45:53Z", + "publishedAt": "2025-03-31T11:39:30Z", "isPrerelease": false }, - "hasTypes": false, - "newArchitecture": false, + "hasTypes": true, + "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-gesture-handler", "npm": { - "downloads": 6339404, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6010000, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -65350,7 +64516,7 @@ "forks": 39, "issues": 2, "subscribers": 8, - "stars": 478 + "stars": 477 }, "name": "react-native-responsive-dimensions", "fullName": "react-native-toolkit/react-native-responsive-dimensions", @@ -65391,9 +64557,9 @@ "unmaintained": true, "npmPkg": "react-native-responsive-dimensions", "npm": { - "downloads": 29234, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 109541, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -65425,10 +64591,10 @@ "updatedAt": "2024-11-14T22:16:51Z", "createdAt": "2019-08-06T22:14:47Z", "pushedAt": "2024-11-14T22:16:51Z", - "forks": 35, + "forks": 33, "issues": 4, "subscribers": 2, - "stars": 150 + "stars": 140 }, "name": "react-native-job-queue", "fullName": "SimonErm/react-native-job-queue", @@ -65445,10 +64611,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "0.5.3", - "tagName": "v0.5.3", - "createdAt": "2025-06-04T20:28:30Z", - "publishedAt": "2025-06-04T20:35:02Z", + "name": "0.5.2", + "tagName": "v0.5.2", + "createdAt": "2024-08-21T20:51:25Z", + "publishedAt": "2024-08-21T21:01:24Z", "isPrerelease": false }, "hasTypes": true, @@ -65457,14 +64623,12 @@ }, "npmPkg": "react-native-job-queue", "npm": { - "downloads": 9483, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3660, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -65507,13 +64671,12 @@ }, "npmPkg": "react-native-quick-sqlite", "npm": { - "downloads": 37958, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30580, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.572, @@ -65577,16 +64740,16 @@ "unmaintained": true, "npmPkg": "react-native-relative-popup", "npm": { - "downloads": 49, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 92, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.809, + "popularity": -0.817, "topicSearchString": "react-native ios android popup react javascript" }, { @@ -65607,13 +64770,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-19T15:28:15Z", + "updatedAt": "2025-03-10T18:14:12Z", "createdAt": "2019-07-10T20:27:19Z", - "pushedAt": "2025-06-19T15:28:15Z", - "forks": 160, - "issues": 79, - "subscribers": 43, - "stars": 1361 + "pushedAt": "2025-03-10T18:14:12Z", + "forks": 161, + "issues": 78, + "subscribers": 42, + "stars": 1333 }, "name": "@fluentui/react-native", "fullName": "microsoft/fluentui-react-native", @@ -65631,21 +64794,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 807, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 62, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": -100, "topicSearchString": "" }, { @@ -65674,9 +64829,9 @@ "createdAt": "2021-07-09T19:24:24Z", "pushedAt": "2024-05-09T15:51:43Z", "forks": 65, - "issues": 29, + "issues": 26, "subscribers": 5, - "stars": 372 + "stars": 359 }, "name": "rn-emoji-keyboard", "fullName": "TheWidlarzGroup/rn-emoji-keyboard", @@ -65715,9 +64870,9 @@ }, "npmPkg": "rn-emoji-keyboard", "npm": { - "downloads": 64059, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47441, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -65749,10 +64904,10 @@ "updatedAt": "2022-11-03T22:34:33Z", "createdAt": "2020-02-10T17:10:56Z", "pushedAt": "2022-11-03T22:34:33Z", - "forks": 72, + "forks": 71, "issues": 28, "subscribers": 9, - "stars": 574 + "stars": 575 }, "name": "react-native-encrypted-storage", "fullName": "emeraldsanto/react-native-encrypted-storage", @@ -65792,9 +64947,9 @@ "unmaintained": true, "npmPkg": "react-native-encrypted-storage", "npm": { - "downloads": 180022, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 159475, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -65827,13 +64982,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-24T05:40:39Z", + "updatedAt": "2025-03-15T05:29:44Z", "createdAt": "2021-06-22T09:37:35Z", - "pushedAt": "2025-04-24T05:40:39Z", - "forks": 104, - "issues": 24, - "subscribers": 5, - "stars": 560 + "pushedAt": "2025-03-15T05:29:44Z", + "forks": 103, + "issues": 23, + "subscribers": 6, + "stars": 546 }, "name": "react-native-curved-bottom-bar", "fullName": "hoaphantn7604/react-native-curved-bottom-bar", @@ -65857,10 +65012,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.5.1", - "tagName": "v3.5.1", - "createdAt": "2025-04-24T05:40:41Z", - "publishedAt": "2025-04-24T05:40:55Z", + "name": "Release 3.5.0", + "tagName": "v3.5.0", + "createdAt": "2025-03-15T05:29:47Z", + "publishedAt": "2025-03-15T05:30:05Z", "isPrerelease": false }, "hasTypes": true, @@ -65869,9 +65024,9 @@ }, "npmPkg": "react-native-curved-bottom-bar", "npm": { - "downloads": 8173, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7742, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -65906,10 +65061,10 @@ "updatedAt": "2022-04-18T19:44:46Z", "createdAt": "2019-11-07T20:44:32Z", "pushedAt": "2022-04-18T19:44:46Z", - "forks": 274, - "issues": 83, + "forks": 268, + "issues": 82, "subscribers": 19, - "stars": 927 + "stars": 915 }, "name": "react-native-image-viewing", "fullName": "jobtoday/react-native-image-viewing", @@ -65945,9 +65100,9 @@ "unmaintained": true, "npmPkg": "react-native-image-viewing", "npm": { - "downloads": 135832, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 123300, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -66021,16 +65176,16 @@ }, "npmPkg": "animation-wrapper-view", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 50, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.167, + "popularity": -0.23, "topicSearchString": "react-components animation declarative animated react-native react reactjs library react-component" }, { @@ -66063,7 +65218,7 @@ "forks": 26, "issues": 11, "subscribers": 6, - "stars": 336 + "stars": 335 }, "name": "@crowdlinker/react-native-pager", "fullName": "ajsmth/react-native-pager", @@ -66097,19 +65252,13 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 247, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -100, "topicSearchString": "react react-native pager react-pager tabs react-tabs reactjs" }, { @@ -66133,10 +65282,10 @@ "updatedAt": "2025-01-27T09:19:27Z", "createdAt": "2016-07-20T13:59:01Z", "pushedAt": "2025-01-27T09:19:27Z", - "forks": 143, - "issues": 42, + "forks": 141, + "issues": 40, "subscribers": 9, - "stars": 652 + "stars": 639 }, "name": "jail-monkey", "fullName": "GantMan/jail-monkey", @@ -66176,9 +65325,9 @@ }, "npmPkg": "jail-monkey", "npm": { - "downloads": 248840, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 235981, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -66215,10 +65364,10 @@ "updatedAt": "2022-07-20T13:17:38Z", "createdAt": "2018-08-04T22:23:15Z", "pushedAt": "2022-07-20T13:17:38Z", - "forks": 73, + "forks": 71, "issues": 35, "subscribers": 4, - "stars": 489 + "stars": 486 }, "name": "react-native-timeline-flatlist", "fullName": "Eugnis/react-native-timeline-flatlist", @@ -66249,9 +65398,9 @@ "unmaintained": true, "npmPkg": "react-native-timeline-flatlist", "npm": { - "downloads": 22334, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23113, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -66287,10 +65436,10 @@ "updatedAt": "2024-08-09T15:32:34Z", "createdAt": "2018-08-14T12:45:05Z", "pushedAt": "2024-08-09T15:32:34Z", - "forks": 7, + "forks": 8, "issues": 2, "subscribers": 3, - "stars": 40 + "stars": 39 }, "name": "react-native-js-tableview", "fullName": "heysem-useinsider/react-native-js-tableview", @@ -66323,16 +65472,16 @@ }, "npmPkg": "react-native-js-tableview", "npm": { - "downloads": 95, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 148, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.229, + "popularity": -0.216, "topicSearchString": "react-native tableview uitableview ios android" }, { @@ -66401,18 +65550,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 269, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -100, "topicSearchString": "suggestions react-native component email chip tags input mobile ios android ui javascript native" }, { @@ -66437,11 +65581,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-21T15:17:19Z", + "updatedAt": "2025-02-24T15:45:23Z", "createdAt": "2021-05-06T15:11:24Z", - "pushedAt": "2025-05-21T15:17:19Z", + "pushedAt": "2025-02-24T15:45:23Z", "forks": 23, - "issues": 4, + "issues": 2, "subscribers": 30, "stars": 74 }, @@ -66467,28 +65611,22 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "v4.0.2", - "tagName": "v4.0.2", - "createdAt": "2025-05-21T15:17:26Z", - "publishedAt": "2025-05-21T15:17:50Z", + "name": "v4.0.1", + "tagName": "v4.0.1", + "createdAt": "2025-02-21T12:11:48Z", + "publishedAt": "2025-02-21T12:13:42Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 36887, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android giphy sdk gifs giphy-sdks" }, { @@ -66516,13 +65654,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-07T14:14:43Z", + "updatedAt": "2025-01-23T00:23:59Z", "createdAt": "2021-02-14T20:43:38Z", - "pushedAt": "2025-05-07T14:14:43Z", + "pushedAt": "2025-01-23T00:23:59Z", "forks": 60, - "issues": 4, + "issues": 3, "subscribers": 4, - "stars": 711 + "stars": 693 }, "name": "react-native-shadow-2", "fullName": "ftzi/react-native-shadow-2", @@ -66570,9 +65708,9 @@ }, "npmPkg": "react-native-shadow-2", "npm": { - "downloads": 162295, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 157490, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -66607,7 +65745,7 @@ "updatedAt": "2020-12-29T02:59:31Z", "createdAt": "2017-12-29T13:50:33Z", "pushedAt": "2020-12-29T02:59:31Z", - "forks": 17, + "forks": 18, "issues": 9, "subscribers": 11, "stars": 192 @@ -66649,9 +65787,9 @@ "unmaintained": true, "npmPkg": "react-native-turbolinks", "npm": { - "downloads": 26, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 397, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -66659,7 +65797,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.712, + "popularity": -0.722, "topicSearchString": "react-native react native turbolinks pwa rails android ios webview hybrid" }, { @@ -66684,10 +65822,10 @@ "updatedAt": "2024-01-29T10:28:55Z", "createdAt": "2021-05-06T12:18:50Z", "pushedAt": "2024-01-29T10:28:55Z", - "forks": 28, + "forks": 27, "issues": 8, "subscribers": 5, - "stars": 130 + "stars": 129 }, "name": "vision-camera-image-labeler", "fullName": "mrousavy/vision-camera-image-labeler", @@ -66728,16 +65866,16 @@ }, "npmPkg": "vision-camera-image-labeler", "npm": { - "downloads": 106, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 135, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.228, "topicSearchString": "react-native ios android image-labeling vision-camera library vision camera ml ai frame-processor-plugin mlkit-vision" }, { @@ -66764,7 +65902,7 @@ "forks": 9, "issues": 1, "subscribers": 1, - "stars": 24 + "stars": 23 }, "name": "react-native-barcode-creator", "fullName": "VittoriDavide/react-native-barcode-creator", @@ -66800,9 +65938,9 @@ }, "npmPkg": "react-native-barcode-creator", "npm": { - "downloads": 32010, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29202, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -66860,18 +65998,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 17, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.791, + "popularity": -100, "topicSearchString": "boilerplate typescript react-native font-face font typography react" }, { @@ -66894,13 +66027,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-17T13:34:43Z", + "updatedAt": "2025-02-20T10:26:17Z", "createdAt": "2020-09-13T19:44:23Z", - "pushedAt": "2025-04-17T13:34:43Z", - "forks": 31, - "issues": 4, + "pushedAt": "2025-02-20T10:26:17Z", + "forks": 29, + "issues": 0, "subscribers": 3, - "stars": 433 + "stars": 408 }, "name": "react-native-animateable-text", "fullName": "axelra-ag/react-native-animateable-text", @@ -66924,11 +66057,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.16.0-beta", - "tagName": "v0.16.0-beta.0", - "createdAt": "2025-04-17T13:30:48Z", - "publishedAt": "2025-04-17T13:33:19Z", - "isPrerelease": true + "name": "v0.15.0", + "tagName": "v0.15.0", + "createdAt": "2025-02-20T10:25:18Z", + "publishedAt": "2025-02-20T10:27:54Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, @@ -66936,9 +66069,9 @@ }, "npmPkg": "react-native-animateable-text", "npm": { - "downloads": 33593, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28540, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 54, "matchingScoreModifiers": [ @@ -67004,9 +66137,9 @@ "unmaintained": true, "npmPkg": "react-native-window-view", "npm": { - "downloads": 985, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1184, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -67041,10 +66174,10 @@ "updatedAt": "2021-05-17T17:43:19Z", "createdAt": "2020-05-28T18:29:01Z", "pushedAt": "2021-05-17T17:43:19Z", - "forks": 96, - "issues": 68, + "forks": 95, + "issues": 67, "subscribers": 9, - "stars": 344 + "stars": 335 }, "name": "react-native-receive-sharing-intent", "fullName": "ajith-ab/react-native-receive-sharing-intent", @@ -67077,9 +66210,9 @@ "unmaintained": true, "npmPkg": "react-native-receive-sharing-intent", "npm": { - "downloads": 6071, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5909, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -67106,13 +66239,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T14:15:26Z", + "updatedAt": "2025-04-11T07:54:02Z", "createdAt": "2019-12-18T13:25:42Z", - "pushedAt": "2025-06-19T14:15:26Z", - "forks": 49, - "issues": 36, - "subscribers": 18, - "stars": 129 + "pushedAt": "2025-04-11T07:54:02Z", + "forks": 47, + "issues": 47, + "subscribers": 20, + "stars": 130 }, "name": "@datadog/mobile-react-native", "fullName": "DataDog/dd-sdk-reactnative", @@ -67135,19 +66268,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 546208, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "datadog react-native ios android" }, { @@ -67212,15 +66339,16 @@ }, "npmPkg": "pagescrollview", "npm": { - "downloads": 20, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 74, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.3, + "popularity": -0.323, "topicSearchString": "pagescrollview page scrollview react-native scroll view list expo flatlist flex-grow flex fix typescript" }, { @@ -67281,9 +66409,9 @@ "unmaintained": true, "npmPkg": "react-native-system-bars", "npm": { - "downloads": 6135, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4601, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -67314,10 +66442,10 @@ "updatedAt": "2022-08-20T20:03:09Z", "createdAt": "2020-06-13T13:16:20Z", "pushedAt": "2022-08-20T20:03:09Z", - "forks": 33, - "issues": 10, + "forks": 32, + "issues": 11, "subscribers": 3, - "stars": 258 + "stars": 246 }, "name": "react-native-detector", "fullName": "AzizAK/react-native-detector", @@ -67351,9 +66479,9 @@ "unmaintained": true, "npmPkg": "react-native-detector", "npm": { - "downloads": 19796, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25611, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -67392,10 +66520,10 @@ "updatedAt": "2023-10-12T06:01:24Z", "createdAt": "2021-08-14T13:52:58Z", "pushedAt": "2023-10-12T06:01:24Z", - "forks": 36, - "issues": 19, + "forks": 37, + "issues": 18, "subscribers": 6, - "stars": 239 + "stars": 237 }, "name": "@react-native-material/core", "fullName": "yamankatby/react-native-material", @@ -67426,19 +66554,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 12923, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native ios android material-design" }, { @@ -67487,18 +66609,13 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 48204, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native generator barcode generating-barcodes" }, { @@ -67569,16 +66686,16 @@ "unmaintained": true, "npmPkg": "react-native-whirlwind", "npm": { - "downloads": 119, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 200, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.725, + "popularity": -0.72, "topicSearchString": "react-native css styles stylesheet tailwind tailwindcss tachyon ios android react reactnative tachyons styled-components" }, { @@ -67612,7 +66729,7 @@ "forks": 198, "issues": 0, "subscribers": 4, - "stars": 856 + "stars": 849 }, "name": "react-native-sectioned-multi-select", "fullName": "renrizzolo/react-native-sectioned-multi-select", @@ -67645,12 +66762,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-sectioned-multi-select", "npm": { - "downloads": 19934, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23312, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -67659,7 +66775,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "select multiselect picker category react native reactnative" }, { @@ -67684,10 +66800,10 @@ "updatedAt": "2025-03-21T14:56:03Z", "createdAt": "2021-05-28T10:34:48Z", "pushedAt": "2025-03-21T14:56:03Z", - "forks": 108, - "issues": 37, - "subscribers": 9, - "stars": 1115 + "forks": 106, + "issues": 40, + "subscribers": 10, + "stars": 1071 }, "name": "react-native-compressor", "fullName": "numandev1/react-native-compressor", @@ -67743,14 +66859,15 @@ }, "npmPkg": "react-native-compressor", "npm": { - "downloads": 222397, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 204190, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -67781,10 +66898,10 @@ "updatedAt": "2021-05-05T16:29:08Z", "createdAt": "2020-07-25T16:46:36Z", "pushedAt": "2021-05-05T16:29:08Z", - "forks": 217, - "issues": 76, - "subscribers": 2, - "stars": 383 + "forks": 218, + "issues": 73, + "subscribers": 3, + "stars": 382 }, "name": "react-native-phone-number-input", "fullName": "garganurag893/react-native-phone-number-input", @@ -67827,15 +66944,14 @@ "unmaintained": true, "npmPkg": "react-native-phone-number-input", "npm": { - "downloads": 164846, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 157166, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", - "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], @@ -67845,7 +66961,7 @@ { "githubUrl": "https://github.com/JungHsuan/react-native-gesture-flip-card", "examples": [ - "https://github.com/JungHsuan/react-native-gesture-flip-card/tree/master/app" + "https://github.com/JungHsuan/react-native-gesture-flip-card/tree/master/example" ], "images": [ "https://raw.githubusercontent.com/JungHsuan/react-native-gesture-flip-card/master/screenshots/example_1.gif", @@ -67907,16 +67023,15 @@ }, "npmPkg": "react-native-gesture-flip-card", "npm": { - "downloads": 634, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 733, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.029, "topicSearchString": "react-native flip-card card-flip card flip gesture gesture-flip flip-animation panresponder" }, { @@ -67946,10 +67061,10 @@ "updatedAt": "2022-11-28T21:48:42Z", "createdAt": "2020-04-30T21:36:09Z", "pushedAt": "2022-11-28T21:48:42Z", - "forks": 75, + "forks": 74, "issues": 16, "subscribers": 2, - "stars": 109 + "stars": 110 }, "name": "react-native-month-year-picker", "fullName": "gusparis/react-native-month-year-picker", @@ -67986,9 +67101,9 @@ "unmaintained": true, "npmPkg": "react-native-month-year-picker", "npm": { - "downloads": 30500, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31198, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -68025,10 +67140,10 @@ "updatedAt": "2023-09-09T16:54:40Z", "createdAt": "2020-06-06T00:34:29Z", "pushedAt": "2023-09-09T16:54:40Z", - "forks": 92, + "forks": 90, "issues": 16, "subscribers": 7, - "stars": 386 + "stars": 383 }, "name": "@flyerhq/react-native-chat-ui", "fullName": "flyerhq/react-native-chat-ui", @@ -68061,19 +67176,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2460, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "chat ui react-native component ios android typescript" }, { @@ -68104,7 +67213,7 @@ "forks": 20, "issues": 8, "subscribers": 4, - "stars": 82 + "stars": 83 }, "name": "@flyerhq/react-native-firebase-chat-core", "fullName": "flyerhq/react-native-firebase-chat-core", @@ -68136,18 +67245,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 141, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -100, "topicSearchString": "chat firebase react-native ios android typescript" }, { @@ -68176,7 +67280,7 @@ "updatedAt": "2023-09-09T16:56:38Z", "createdAt": "2020-07-19T16:43:16Z", "pushedAt": "2023-09-09T16:56:38Z", - "forks": 32, + "forks": 30, "issues": 6, "subscribers": 6, "stars": 129 @@ -68213,19 +67317,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 17169, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "link url preview react-component react-native ios android typescript" }, { @@ -68293,19 +67391,13 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 2948, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "keyboard-accessory keyboard sticky react-component interactive react-native ios android typescript" }, { @@ -68366,25 +67458,24 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 4089, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "android react-native kotlin absolute-path intent resolver" }, { - "githubUrl": "https://github.com/NitrogenZLab/react-native-multiple-image-picker", + "githubUrl": "https://github.com/baronha/react-native-multiple-image-picker", "npmPkg": "@baronha/react-native-multiple-image-picker", "examples": [ - "https://github.com/NitrogenZLab/react-native-multiple-image-picker/tree/main/example" + "https://github.com/baronha/react-native-multiple-image-picker/tree/main/example" + ], + "images": [ + "https://raw.githubusercontent.com/baronha/react-native-multiple-image-picker/main/files/demo-main-android.gif", + "https://raw.githubusercontent.com/baronha/react-native-multiple-image-picker/main/files/demo-main-ios.gif" ], "ios": true, "android": true, @@ -68400,13 +67491,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-11T10:33:57Z", + "updatedAt": "2025-04-12T05:37:57Z", "createdAt": "2021-02-21T08:34:18Z", - "pushedAt": "2025-05-11T10:33:57Z", - "forks": 120, - "issues": 17, + "pushedAt": "2025-04-12T05:37:57Z", + "forks": 116, + "issues": 15, "subscribers": 9, - "stars": 661 + "stars": 636 }, "name": "@baronha/react-native-multiple-image-picker", "fullName": "NitrogenZLab/react-native-multiple-image-picker", @@ -68433,29 +67524,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "2.2.3", - "tagName": "2.2.3", - "createdAt": "2025-05-11T10:29:48Z", - "publishedAt": "2025-05-11T10:30:51Z", + "name": "2.2.2", + "tagName": "2.2.2", + "createdAt": "2025-04-12T05:37:57Z", + "publishedAt": "2025-04-12T05:41:11Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3786, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android image-picker native-module picker swift video multi-selector photo" }, { @@ -68503,18 +67588,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3716, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native web web image" }, { @@ -68542,9 +67622,9 @@ "createdAt": "2020-02-06T10:44:39Z", "pushedAt": "2022-07-15T12:09:08Z", "forks": 91, - "issues": 25, + "issues": 24, "subscribers": 15, - "stars": 819 + "stars": 813 }, "name": "react-native-neomorph-shadows", "fullName": "tokkozhin/react-native-neomorph-shadows", @@ -68586,9 +67666,9 @@ "unmaintained": true, "npmPkg": "react-native-neomorph-shadows", "npm": { - "downloads": 2851, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5131, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -68648,16 +67728,16 @@ "unmaintained": true, "npmPkg": "react-native-idata-scanner", "npm": { - "downloads": 32, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.819, + "popularity": -0.818, "topicSearchString": "react-native" }, { @@ -68707,9 +67787,9 @@ "unmaintained": true, "npmPkg": "react-native-headphone-detection", "npm": { - "downloads": 5143, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7192, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -68741,10 +67821,10 @@ "updatedAt": "2024-02-05T04:47:54Z", "createdAt": "2017-03-03T07:58:57Z", "pushedAt": "2024-02-05T04:47:54Z", - "forks": 615, - "issues": 210, - "subscribers": 50, - "stars": 2483 + "forks": 613, + "issues": 208, + "subscribers": 51, + "stars": 2476 }, "name": "react-native-charts-wrapper", "fullName": "wuxudong/react-native-charts-wrapper", @@ -68778,9 +67858,9 @@ }, "npmPkg": "react-native-charts-wrapper", "npm": { - "downloads": 25387, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35192, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -68816,10 +67896,10 @@ "updatedAt": "2022-06-02T00:01:04Z", "createdAt": "2017-09-09T09:29:32Z", "pushedAt": "2022-06-02T00:01:04Z", - "forks": 71, + "forks": 70, "issues": 5, "subscribers": 7, - "stars": 530 + "stars": 529 }, "name": "react-native-awesome-alerts", "fullName": "rishabhbhatia/react-native-awesome-alerts", @@ -68848,9 +67928,9 @@ "unmaintained": true, "npmPkg": "react-native-awesome-alerts", "npm": { - "downloads": 9504, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10522, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -68889,10 +67969,10 @@ "updatedAt": "2024-08-27T03:08:58Z", "createdAt": "2019-11-10T21:18:45Z", "pushedAt": "2024-08-27T03:08:58Z", - "forks": 31, + "forks": 30, "issues": 1, "subscribers": 5, - "stars": 692 + "stars": 658 }, "name": "react-native-swipeable-list", "fullName": "esthor/react-native-swipeable-list", @@ -68933,9 +68013,9 @@ }, "npmPkg": "react-native-swipeable-list", "npm": { - "downloads": 21190, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19934, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -69005,16 +68085,16 @@ "unmaintained": true, "npmPkg": "react-native-jsi-contacts", "npm": { - "downloads": 20, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 70, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.7, + "popularity": -0.721, "topicSearchString": "react-native ios android jsi contacts library" }, { @@ -69042,10 +68122,10 @@ "updatedAt": "2022-08-09T04:08:28Z", "createdAt": "2017-02-07T17:33:26Z", "pushedAt": "2022-08-09T04:08:28Z", - "forks": 167, + "forks": 166, "issues": 7, "subscribers": 21, - "stars": 503 + "stars": 502 }, "name": "react-native-openalpr", "fullName": "RobertSasak/react-native-openalpr", @@ -69079,9 +68159,9 @@ "unmaintained": true, "npmPkg": "react-native-openalpr", "npm": { - "downloads": 486, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 472, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -69090,7 +68170,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.72, "topicSearchString": "react-native openalpr camera camera-component opencv" }, { @@ -69121,7 +68201,7 @@ "forks": 55, "issues": 1, "subscribers": 8, - "stars": 316 + "stars": 315 }, "name": "react-native-multibar", "fullName": "alex-melnyk/react-native-multibar", @@ -69158,9 +68238,9 @@ "unmaintained": true, "npmPkg": "react-native-multibar", "npm": { - "downloads": 38, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 190, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -69243,16 +68323,16 @@ "unmaintained": true, "npmPkg": "react-native-ui-buttons", "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.808, "topicSearchString": "react-native react-component component react mobile ios android ui button dual-tone-button buttons loading-support dual-tone-buttons loading-indicator" }, { @@ -69281,10 +68361,10 @@ "updatedAt": "2022-08-15T18:03:18Z", "createdAt": "2018-03-07T21:42:22Z", "pushedAt": "2022-08-15T18:03:18Z", - "forks": 89, + "forks": 88, "issues": 10, "subscribers": 6, - "stars": 303 + "stars": 301 }, "name": "react-native-view-pdf", "fullName": "rumax/react-native-PDFView", @@ -69315,9 +68395,9 @@ }, "unmaintained": true, "npm": { - "downloads": 35535, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 45006, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -69380,12 +68460,13 @@ "isArchived": false }, "npm": { - "downloads": 922, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 89965, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -69397,7 +68478,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/software-mansion/react-freeze", @@ -69415,7 +68495,7 @@ "forks": 32, "issues": 15, "subscribers": 15, - "stars": 1612 + "stars": 1603 }, "name": "react-freeze", "fullName": "software-mansion/react-freeze", @@ -69445,9 +68525,9 @@ }, "npmPkg": "react-freeze", "npm": { - "downloads": 5457983, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5441072, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -69483,7 +68563,7 @@ "forks": 3, "issues": 1, "subscribers": 7, - "stars": 242 + "stars": 241 }, "name": "react-native-native-runtime", "fullName": "shirakaba/react-native-native-runtime", @@ -69516,9 +68596,9 @@ "unmaintained": true, "npmPkg": "react-native-native-runtime", "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -69553,10 +68633,10 @@ "updatedAt": "2023-09-30T22:39:10Z", "createdAt": "2020-12-05T10:04:27Z", "pushedAt": "2023-09-30T22:39:10Z", - "forks": 39, + "forks": 37, "issues": 14, "subscribers": 6, - "stars": 197 + "stars": 192 }, "name": "react-native-mlkit-ocr", "fullName": "agoldis/react-native-mlkit-ocr", @@ -69590,9 +68670,9 @@ }, "npmPkg": "react-native-mlkit-ocr", "npm": { - "downloads": 11014, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9849, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -69630,7 +68710,7 @@ "forks": 74, "issues": 45, "subscribers": 3, - "stars": 443 + "stars": 431 }, "name": "@miblanchard/react-native-slider", "fullName": "miblanchard/react-native-slider", @@ -69656,19 +68736,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 260700, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-component react-native ios android slider javascript web" }, { @@ -69726,16 +68800,16 @@ "unmaintained": true, "npmPkg": "react-native-shareplay", "npm": { - "downloads": 83, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 158, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.725, "topicSearchString": "react-native ios" }, { @@ -69753,13 +68827,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:46:54Z", + "updatedAt": "2024-11-22T15:40:46Z", "createdAt": "2017-06-27T08:54:42Z", - "pushedAt": "2025-06-10T04:46:54Z", - "forks": 66, - "issues": 10, + "pushedAt": "2024-11-22T15:40:46Z", + "forks": 65, + "issues": 9, "subscribers": 2, - "stars": 286 + "stars": 282 }, "name": "react-native-shake", "fullName": "Doko-Demo-Doa/react-native-shake", @@ -69779,10 +68853,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "6.7.0 - React Native 0.79 support and resolve Android build issues", - "tagName": "6.7.0", - "createdAt": "2025-06-08T17:31:50Z", - "publishedAt": "2025-06-08T17:39:58Z", + "name": "Library revamp - 6.0.0-beta.2", + "tagName": "6.0.0-beta.2", + "createdAt": "2024-08-22T09:11:38Z", + "publishedAt": "2024-08-22T09:23:24Z", "isPrerelease": false }, "hasTypes": true, @@ -69791,14 +68865,13 @@ }, "npmPkg": "react-native-shake", "npm": { - "downloads": 103920, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 123928, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -69852,9 +68925,9 @@ "unmaintained": true, "npmPkg": "react-native-home-indicator", "npm": { - "downloads": 2351, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3149, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -69883,10 +68956,10 @@ "updatedAt": "2025-03-11T09:38:09Z", "createdAt": "2018-02-27T16:11:15Z", "pushedAt": "2025-03-11T09:38:09Z", - "forks": 73, - "issues": 1, + "forks": 72, + "issues": 2, "subscribers": 3, - "stars": 429 + "stars": 423 }, "name": "react-native-email-link", "fullName": "tschoffelen/react-native-email-link", @@ -69922,9 +68995,9 @@ }, "npmPkg": "react-native-email-link", "npm": { - "downloads": 262884, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 280246, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -69959,10 +69032,10 @@ "updatedAt": "2025-01-11T03:16:41Z", "createdAt": "2021-06-22T18:50:00Z", "pushedAt": "2025-01-11T03:16:41Z", - "forks": 188, - "issues": 135, + "forks": 180, + "issues": 129, "subscribers": 3, - "stars": 1210 + "stars": 1163 }, "name": "react-native-element-dropdown", "fullName": "hoaphantn7604/react-native-element-dropdown", @@ -70003,9 +69076,9 @@ }, "npmPkg": "react-native-element-dropdown", "npm": { - "downloads": 382443, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 408087, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -70042,10 +69115,10 @@ "updatedAt": "2021-11-03T14:49:11Z", "createdAt": "2020-02-29T17:51:41Z", "pushedAt": "2021-11-03T14:49:11Z", - "forks": 50, + "forks": 49, "issues": 7, "subscribers": 15, - "stars": 886 + "stars": 879 }, "name": "@gorhom/paper-onboarding", "fullName": "gorhom/react-native-paper-onboarding", @@ -70083,20 +69156,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 84, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.714, + "popularity": -100, "topicSearchString": "onboarding paper paper-onboarding react-native ios android reanimated slider material ui redash" }, { @@ -70125,7 +69191,7 @@ "forks": 18, "issues": 3, "subscribers": 9, - "stars": 321 + "stars": 319 }, "name": "@mobile-reality/react-native-select-pro", "fullName": "MobileReality/react-native-select-pro", @@ -70154,19 +69220,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 9054, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react ios android select picker dropdown menu component" }, { @@ -70188,13 +69248,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-28T06:40:17Z", + "updatedAt": "2024-04-25T13:24:15Z", "createdAt": "2021-02-05T05:28:56Z", - "pushedAt": "2025-05-28T06:40:17Z", - "forks": 26, - "issues": 11, + "pushedAt": "2024-04-25T13:24:15Z", + "forks": 23, + "issues": 10, "subscribers": 3, - "stars": 405 + "stars": 379 }, "name": "react-native-quick-base64", "fullName": "craftzdog/react-native-quick-base64", @@ -70214,10 +69274,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.2.0", - "tagName": "v2.2.0", - "createdAt": "2025-05-28T06:40:17Z", - "publishedAt": "2025-05-28T06:43:46Z", + "name": "v2.1.1", + "tagName": "v2.1.1", + "createdAt": "2024-04-11T04:59:56Z", + "publishedAt": "2024-04-11T05:03:09Z", "isPrerelease": false }, "hasTypes": true, @@ -70226,14 +69286,14 @@ }, "npmPkg": "react-native-quick-base64", "npm": { - "downloads": 450934, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 439899, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -70303,16 +69363,16 @@ "unmaintained": true, "npmPkg": "react-native-cardscan", "npm": { - "downloads": 371, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 566, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.472, "topicSearchString": "react-native card scan cardscan payment mobile android ios" }, { @@ -70337,10 +69397,10 @@ "updatedAt": "2023-10-23T19:37:53Z", "createdAt": "2021-08-16T15:05:05Z", "pushedAt": "2023-10-23T19:37:53Z", - "forks": 144, + "forks": 146, "issues": 86, "subscribers": 11, - "stars": 338 + "stars": 337 }, "name": "vision-camera-code-scanner", "fullName": "rodgomesc/vision-camera-code-scanner", @@ -70373,9 +69433,9 @@ "unmaintained": true, "npmPkg": "vision-camera-code-scanner", "npm": { - "downloads": 20606, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21205, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 30, "matchingScoreModifiers": [ @@ -70410,7 +69470,7 @@ "createdAt": "2021-10-09T04:28:39Z", "pushedAt": "2023-11-30T11:48:45Z", "forks": 16, - "issues": 6, + "issues": 5, "subscribers": 1, "stars": 25 }, @@ -70439,18 +69499,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 83, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.226, + "popularity": -100, "topicSearchString": "react react-native native twitter signin social-signin authentication hacktoberfest" }, { @@ -70475,7 +69530,7 @@ "forks": 15, "issues": 12, "subscribers": 5, - "stars": 172 + "stars": 173 }, "name": "react-native-svg-app-icon", "fullName": "aeirola/react-native-svg-app-icon", @@ -70507,9 +69562,9 @@ "unmaintained": true, "npmPkg": "react-native-svg-app-icon", "npm": { - "downloads": 2631, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2924, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -70581,9 +69636,9 @@ "unmaintained": true, "npmPkg": "rn-bounceable", "npm": { - "downloads": 977, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1739, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -70617,10 +69672,10 @@ "updatedAt": "2025-04-04T00:29:12Z", "createdAt": "2021-11-14T07:27:55Z", "pushedAt": "2025-04-04T00:29:12Z", - "forks": 28, + "forks": 27, "issues": 5, "subscribers": 7, - "stars": 180 + "stars": 178 }, "name": "react-native-checkbox-reanimated", "fullName": "craftzdog/react-native-checkbox-reanimated", @@ -70653,16 +69708,17 @@ }, "npmPkg": "react-native-checkbox-reanimated", "npm": { - "downloads": 2673, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 315, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.225, "topicSearchString": "react-native ios android ui" }, { @@ -70670,6 +69726,9 @@ "examples": [ "https://github.com/zoontek/react-native-edge-to-edge/tree/main/example" ], + "images": [ + "https://raw.githubusercontent.com/zoontek/react-native-edge-to-edge/HEAD/docs/android_demo.gif" + ], "ios": true, "android": true, "github": { @@ -70683,13 +69742,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-10T19:55:53Z", + "updatedAt": "2025-04-13T15:42:19Z", "createdAt": "2021-11-13T00:36:28Z", - "pushedAt": "2025-06-10T19:55:53Z", - "forks": 25, - "issues": 2, - "subscribers": 7, - "stars": 877 + "pushedAt": "2025-04-13T15:42:19Z", + "forks": 22, + "issues": 1, + "subscribers": 6, + "stars": 801 }, "name": "react-native-edge-to-edge", "fullName": "zoontek/react-native-edge-to-edge", @@ -70712,10 +69771,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.6.1", - "tagName": "1.6.1", - "createdAt": "2025-06-01T06:28:58Z", - "publishedAt": "2025-06-01T06:32:23Z", + "name": "1.6.0", + "tagName": "1.6.0", + "createdAt": "2025-04-13T15:23:45Z", + "publishedAt": "2025-04-13T15:30:25Z", "isPrerelease": false }, "hasTypes": true, @@ -70724,9 +69783,9 @@ }, "npmPkg": "react-native-edge-to-edge", "npm": { - "downloads": 2116222, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 138821, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -70794,16 +69853,16 @@ "unmaintained": true, "npmPkg": "react-native-sha", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 45, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.728, "topicSearchString": "react-native ios android" }, { @@ -70866,16 +69925,15 @@ }, "npmPkg": "react-native-customizable-toast", "npm": { - "downloads": 497, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 573, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -70943,9 +70001,9 @@ "unmaintained": true, "npmPkg": "react-native-lazy-index", "npm": { - "downloads": 14, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -70953,7 +70011,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.75, + "popularity": -0.726, "topicSearchString": "babel bundle codegen index.js inline lazy macro on-demand performance ram react react-native require ram-bundle lazy-loading" }, { @@ -70981,7 +70039,7 @@ "updatedAt": "2023-09-13T13:28:46Z", "createdAt": "2018-09-27T20:57:44Z", "pushedAt": "2023-09-13T13:28:46Z", - "forks": 26, + "forks": 25, "issues": 9, "subscribers": 3, "stars": 221 @@ -71005,26 +70063,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5979, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react reactjs react-native scrolling auto-scroll auto-scrolling performance marquee" }, { "githubUrl": "https://github.com/douglasjunior/react-native-recaptcha-that-works", "examples": [ - "https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample", - "https://snack.expo.dev/@douglasjunior/react-native-recaptcha-that-works" + "https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample" ], "images": [ "https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/normal.gif", @@ -71032,8 +70083,6 @@ ], "ios": true, "android": true, - "expoGo": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/douglasjunior/react-native-recaptcha-that-works", @@ -71048,10 +70097,10 @@ "updatedAt": "2025-01-21T11:40:19Z", "createdAt": "2020-07-03T01:17:44Z", "pushedAt": "2025-01-21T11:40:19Z", - "forks": 32, + "forks": 31, "issues": 3, "subscribers": 3, - "stars": 177 + "stars": 173 }, "name": "react-native-recaptcha-that-works", "fullName": "douglasjunior/react-native-recaptcha-that-works", @@ -71087,9 +70136,9 @@ }, "npmPkg": "react-native-recaptcha-that-works", "npm": { - "downloads": 66984, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 77800, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -71124,7 +70173,7 @@ "forks": 5, "issues": 0, "subscribers": 1, - "stars": 19 + "stars": 18 }, "name": "react-native-payment-icons", "fullName": "ftzi/react-native-payment-icons", @@ -71160,12 +70209,13 @@ }, "npmPkg": "react-native-payment-icons", "npm": { - "downloads": 8250, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4699, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -71194,7 +70244,7 @@ "forks": 12, "issues": 10, "subscribers": 4, - "stars": 140 + "stars": 139 }, "name": "react-native-sfsymbols", "fullName": "birkir/react-native-sfsymbols", @@ -71230,9 +70280,9 @@ }, "npmPkg": "react-native-sfsymbols", "npm": { - "downloads": 6135, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9202, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -71300,16 +70350,16 @@ "unmaintained": true, "npmPkg": "react-native-platforms", "npm": { - "downloads": 67, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 88, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -0.816, "topicSearchString": "react-native ios android" }, { @@ -71327,7 +70377,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/dohooo/react-native-reanimated-carousel", @@ -71342,10 +70391,10 @@ "updatedAt": "2025-02-11T06:26:29Z", "createdAt": "2021-09-07T05:58:39Z", "pushedAt": "2025-02-11T06:26:29Z", - "forks": 338, - "issues": 31, - "subscribers": 28, - "stars": 3121 + "forks": 333, + "issues": 58, + "subscribers": 27, + "stars": 3038 }, "name": "react-native-reanimated-carousel", "fullName": "dohooo/react-native-reanimated-carousel", @@ -71383,13 +70432,12 @@ }, "npmPkg": "react-native-reanimated-carousel", "npm": { - "downloads": 944899, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 921763, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 68, "matchingScoreModifiers": [ - "Very popular", "Popular", "Known", "Not supporting New Architecture" @@ -71423,10 +70471,10 @@ "updatedAt": "2025-03-10T16:34:39Z", "createdAt": "2020-08-09T20:08:55Z", "pushedAt": "2025-03-10T16:34:39Z", - "forks": 66, + "forks": 64, "issues": 33, - "subscribers": 7, - "stars": 694 + "subscribers": 8, + "stars": 691 }, "name": "react-native-in-app-review", "fullName": "MinaSamir11/react-native-in-app-review", @@ -71476,9 +70524,9 @@ }, "npmPkg": "react-native-in-app-review", "npm": { - "downloads": 382424, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 390820, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -71515,7 +70563,7 @@ "pushedAt": "2025-03-19T17:59:44Z", "forks": 4, "issues": 0, - "subscribers": 83, + "subscribers": 84, "stars": 28 }, "name": "@shipt/osmosis", @@ -71541,18 +70589,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 198, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.225, + "popularity": -100, "topicSearchString": "react react-native state-management hooks state-persistence shipt" }, { @@ -71579,8 +70622,8 @@ "pushedAt": "2025-01-15T16:33:40Z", "forks": 28, "issues": 22, - "subscribers": 41, - "stars": 676 + "subscribers": 43, + "stars": 671 }, "name": "react-native-owl", "fullName": "FormidableLabs/react-native-owl", @@ -71618,9 +70661,9 @@ }, "npmPkg": "react-native-owl", "npm": { - "downloads": 1205, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 985, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -71680,9 +70723,9 @@ }, "npmPkg": "react-native-ticker", "npm": { - "downloads": 1407, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1339, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -71710,10 +70753,10 @@ "updatedAt": "2024-10-15T16:20:48Z", "createdAt": "2020-09-21T19:09:21Z", "pushedAt": "2024-10-15T16:20:48Z", - "forks": 249, - "issues": 114, + "forks": 241, + "issues": 113, "subscribers": 27, - "stars": 1027 + "stars": 986 }, "name": "react-native-health", "fullName": "agencyenterprise/react-native-health", @@ -71751,9 +70794,9 @@ }, "npmPkg": "react-native-health", "npm": { - "downloads": 42644, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42125, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -71825,9 +70868,9 @@ "unmaintained": true, "npmPkg": "react-native-interactable-reanimated", "npm": { - "downloads": 2116, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2129, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -71859,10 +70902,10 @@ "updatedAt": "2022-09-29T19:32:17Z", "createdAt": "2018-12-20T23:36:22Z", "pushedAt": "2022-09-29T19:32:17Z", - "forks": 112, - "issues": 24, + "forks": 109, + "issues": 22, "subscribers": 5, - "stars": 210 + "stars": 209 }, "name": "expo-video-player", "fullName": "ihmpavel/expo-video-player", @@ -71901,9 +70944,9 @@ "unmaintained": true, "npmPkg": "expo-video-player", "npm": { - "downloads": 10696, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9840, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -71963,16 +71006,16 @@ "unmaintained": true, "npmPkg": "react-native-accelerometer-parallax", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 174, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.821, "topicSearchString": "react-native" }, { @@ -72003,7 +71046,7 @@ "forks": 13, "issues": 6, "subscribers": 2, - "stars": 117 + "stars": 116 }, "name": "react-native-swipe-calendar", "fullName": "computerjazz/react-native-swipe-calendar", @@ -72031,9 +71074,9 @@ "unmaintained": true, "npmPkg": "react-native-swipe-calendar", "npm": { - "downloads": 1522, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6717, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -72071,7 +71114,7 @@ "forks": 13, "issues": 4, "subscribers": 4, - "stars": 78 + "stars": 77 }, "name": "react-native-pan-pinch-view", "fullName": "fakeheal/react-native-pan-pinch-view", @@ -72105,9 +71148,9 @@ }, "npmPkg": "react-native-pan-pinch-view", "npm": { - "downloads": 928, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 916, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -72177,18 +71220,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native ios android oauth passkey passkeys passwordless authentication" }, { @@ -72212,10 +71250,10 @@ "updatedAt": "2024-09-05T02:03:14Z", "createdAt": "2022-01-25T07:17:41Z", "pushedAt": "2024-09-05T02:03:14Z", - "forks": 15, + "forks": 16, "issues": 0, "subscribers": 4, - "stars": 79 + "stars": 78 }, "name": "vision-camera-dynamsoft-barcode-reader", "fullName": "tony-xlh/vision-camera-dynamsoft-barcode-reader", @@ -72252,16 +71290,16 @@ }, "npmPkg": "vision-camera-dynamsoft-barcode-reader", "npm": { - "downloads": 185, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 197, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.22, "topicSearchString": "react-native ios android pdf417 barcode qr-code ean13 data-matrix" }, { @@ -72288,7 +71326,7 @@ "forks": 8, "issues": 2, "subscribers": 2, - "stars": 30 + "stars": 29 }, "name": "react-native-lan-port-scanner", "fullName": "gajjartejas/react-native-lan-port-scanner", @@ -72327,16 +71365,16 @@ }, "npmPkg": "react-native-lan-port-scanner", "npm": { - "downloads": 179, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 341, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.221, "topicSearchString": "react-native ios android lan scanner port lan-scan lan-scanner port-scanner wifi-scanner" }, { @@ -72366,7 +71404,7 @@ "forks": 34, "issues": 2, "subscribers": 4, - "stars": 204 + "stars": 203 }, "name": "react-native-animated-pagination-dot", "fullName": "Soomgo-Mobile/react-native-animated-pagination-dot", @@ -72404,9 +71442,9 @@ "unmaintained": true, "npmPkg": "react-native-animated-pagination-dot", "npm": { - "downloads": 11059, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11889, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -72441,7 +71479,7 @@ "forks": 21, "issues": 1, "subscribers": 6, - "stars": 74 + "stars": 73 }, "name": "react-native-ad", "fullName": "haxibiao/react-native-ad", @@ -72467,16 +71505,16 @@ }, "npmPkg": "react-native-ad", "npm": { - "downloads": 22, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.205, + "popularity": -0.217, "topicSearchString": "react-native ads gromore ad" }, { @@ -72527,18 +71565,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 205, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -100, "topicSearchString": "material-you material-design react-native personalization" }, { @@ -72561,13 +71594,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-13T22:08:00Z", + "updatedAt": "2025-04-16T19:54:48Z", "createdAt": "2021-12-14T16:53:48Z", - "pushedAt": "2025-06-13T22:08:00Z", - "forks": 356, - "issues": 13, + "pushedAt": "2025-04-16T19:54:48Z", + "forks": 331, + "issues": 24, "subscribers": 10, - "stars": 1487 + "stars": 1408 }, "name": "@clerk/clerk-expo", "fullName": "clerk/javascript", @@ -72594,20 +71627,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 124942, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native expo auth authentication passwordless session jwt" }, { @@ -72670,16 +71696,16 @@ "unmaintained": true, "npmPkg": "react-native-hashing", "npm": { - "downloads": 20, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 46, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.8, + "popularity": -0.828, "topicSearchString": "react-native ios android hashing jsi cpp javascript react typescript" }, { @@ -72709,7 +71735,7 @@ "forks": 21, "issues": 3, "subscribers": 5, - "stars": 239 + "stars": 237 }, "name": "react-icomoon", "fullName": "aykutkardas/react-icomoon", @@ -72746,9 +71772,9 @@ }, "npmPkg": "react-icomoon", "npm": { - "downloads": 105508, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 86484, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -72785,7 +71811,7 @@ "forks": 11, "issues": 4, "subscribers": 2, - "stars": 141 + "stars": 140 }, "name": "react-native-chatty", "fullName": "MuhammedKpln/react-native-chatty", @@ -72823,16 +71849,16 @@ }, "npmPkg": "react-native-chatty", "npm": { - "downloads": 148, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 248, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.216, + "popularity": -0.222, "topicSearchString": "react-native ios android javascript react web chat chat-ui expo" }, { @@ -72884,9 +71910,9 @@ }, "unmaintained": true, "npm": { - "downloads": 110, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 257, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -72950,12 +71976,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-insta-story", "npm": { - "downloads": 1729, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4515, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -72963,7 +71988,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react-native insta-story story instagram ios android" }, { @@ -72995,7 +72020,7 @@ "forks": 47, "issues": 17, "subscribers": 1, - "stars": 202 + "stars": 199 }, "name": "react-native-section-alphabet-list", "fullName": "Kieran-McIntyre/react-native-section-alphabet-list", @@ -73031,9 +72056,9 @@ "unmaintained": true, "npmPkg": "react-native-section-alphabet-list", "npm": { - "downloads": 10424, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12757, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -73070,10 +72095,10 @@ "updatedAt": "2023-08-17T08:26:13Z", "createdAt": "2019-06-18T15:01:59Z", "pushedAt": "2023-08-17T08:26:13Z", - "forks": 123, + "forks": 122, "issues": 6, "subscribers": 4, - "stars": 627 + "stars": 626 }, "name": "react-native-skeleton-content", "fullName": "alexZajac/react-native-skeleton-content", @@ -73101,9 +72126,9 @@ }, "npmPkg": "react-native-skeleton-content", "npm": { - "downloads": 5628, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6764, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -73138,10 +72163,10 @@ "updatedAt": "2023-03-04T04:56:34Z", "createdAt": "2019-08-03T16:54:24Z", "pushedAt": "2023-03-04T04:56:34Z", - "forks": 49, + "forks": 51, "issues": 4, "subscribers": 2, - "stars": 315 + "stars": 309 }, "name": "react-native-skeleton-content-nonexpo", "fullName": "alexZajac/react-native-skeleton-content-nonexpo", @@ -73170,9 +72195,9 @@ "unmaintained": true, "npmPkg": "react-native-skeleton-content-nonexpo", "npm": { - "downloads": 5819, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24566, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -73211,7 +72236,7 @@ "forks": 220, "issues": 130, "subscribers": 58, - "stars": 688 + "stars": 684 }, "name": "react-native-share-menu", "fullName": "Expensify/react-native-share-menu", @@ -73247,9 +72272,9 @@ }, "npmPkg": "react-native-share-menu", "npm": { - "downloads": 7620, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7683, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -73284,7 +72309,7 @@ "forks": 12, "issues": 6, "subscribers": 6, - "stars": 293 + "stars": 292 }, "name": "react-native-colo-loco", "fullName": "jamonholmgren/react-native-colo-loco", @@ -73315,9 +72340,9 @@ }, "npmPkg": "react-native-colo-loco", "npm": { - "downloads": 134, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 115, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -73325,7 +72350,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.224, "topicSearchString": "react-native ios android" }, { @@ -73375,16 +72400,16 @@ "unmaintained": true, "npmPkg": "react-native-url-router", "npm": { - "downloads": 40, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.7, + "popularity": -0.721, "topicSearchString": "" }, { @@ -73412,7 +72437,7 @@ "forks": 3, "issues": 4, "subscribers": 1, - "stars": 24 + "stars": 23 }, "name": "react-native-scrollable-tabstring", "fullName": "gbumps/react-native-scrollable-tabstring", @@ -73456,16 +72481,16 @@ "unmaintained": true, "npmPkg": "react-native-scrollable-tabstring", "npm": { - "downloads": 31, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 74, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.818, + "popularity": -0.823, "topicSearchString": "react native tab scroll string navigator tabstring stringtab scrollable horizontal animated component scrollview ios android" }, { @@ -73491,7 +72516,7 @@ "forks": 19, "issues": 2, "subscribers": 5, - "stars": 272 + "stars": 270 }, "name": "create-luna-app", "fullName": "LunatiqueCoder/luna", @@ -73555,10 +72580,10 @@ "updatedAt": "2024-10-29T19:29:59Z", "createdAt": "2022-02-24T13:52:16Z", "pushedAt": "2024-10-29T19:29:59Z", - "forks": 33, - "issues": 21, + "forks": 32, + "issues": 19, "subscribers": 4, - "stars": 222 + "stars": 215 }, "name": "react-native-media-console", "fullName": "LunatiqueCoder/react-native-media-console", @@ -73596,14 +72621,13 @@ }, "npmPkg": "react-native-media-console", "npm": { - "downloads": 25288, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23355, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -73631,7 +72655,7 @@ "updatedAt": "2022-03-23T06:23:50Z", "createdAt": "2022-03-20T14:07:43Z", "pushedAt": "2022-03-23T06:23:50Z", - "forks": 1, + "forks": 0, "issues": 1, "subscribers": 1, "stars": 1 @@ -73668,16 +72692,16 @@ "unmaintained": true, "npmPkg": "rn-status-bar", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.767, + "popularity": -0.81, "topicSearchString": "react-native ios android statusbar" }, { @@ -73705,7 +72729,7 @@ "updatedAt": "2023-07-26T15:27:06Z", "createdAt": "2017-03-06T18:24:11Z", "pushedAt": "2023-07-26T15:27:06Z", - "forks": 40, + "forks": 41, "issues": 1, "subscribers": 3, "stars": 79 @@ -73726,9 +72750,9 @@ }, "npmPkg": "react-native-virtual-keyboard", "npm": { - "downloads": 1263, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1554, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -73759,10 +72783,10 @@ "updatedAt": "2024-04-18T10:39:18Z", "createdAt": "2020-07-29T14:55:43Z", "pushedAt": "2024-04-18T10:39:18Z", - "forks": 42, - "issues": 44, + "forks": 41, + "issues": 43, "subscribers": 4, - "stars": 161 + "stars": 157 }, "name": "react-native-record-screen", "fullName": "yutasuzuki/react-native-record-screen", @@ -73787,9 +72811,9 @@ }, "npmPkg": "react-native-record-screen", "npm": { - "downloads": 2029, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1931, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -73797,7 +72821,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android" }, { @@ -73856,9 +72880,9 @@ "unmaintained": true, "npmPkg": "react-native-tags", "npm": { - "downloads": 2014, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2021, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -73878,10 +72902,6 @@ ], "ios": true, "android": true, - "unmaintained": true, - "alternatives": [ - "@futurejj/react-native-visibility-sensor" - ], "github": { "urls": { "repo": "https://github.com/SvanBoxel/visibility-sensor-react-native", @@ -73925,18 +72945,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5203, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "unmaintained": true, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react-native react visibility visbility-sensor viewport" }, { @@ -73967,7 +72983,7 @@ "forks": 4, "issues": 2, "subscribers": 2, - "stars": 40 + "stars": 41 }, "name": "@dimaportenko/react-native-shadow-view", "fullName": "dimaportenko/react-native-shadow-view", @@ -73997,18 +73013,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 100, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -74037,7 +73048,7 @@ "forks": 5, "issues": 2, "subscribers": 1, - "stars": 25 + "stars": 24 }, "name": "react-native-flex-layout", "fullName": "yamankatby/react-native-flex-layout", @@ -74072,16 +73083,16 @@ "unmaintained": true, "npmPkg": "react-native-flex-layout", "npm": { - "downloads": 15963, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16376, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.572, "topicSearchString": "react-native ios android flexbox layout" }, { @@ -74112,7 +73123,7 @@ "forks": 0, "issues": 3, "subscribers": 3, - "stars": 77 + "stars": 76 }, "name": "react-native-tableview-list", "fullName": "jacobp100/react-native-tableview-list", @@ -74144,16 +73155,16 @@ }, "npmPkg": "react-native-tableview-list", "npm": { - "downloads": 39, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 76, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.211, "topicSearchString": "react-native ios android" }, { @@ -74176,10 +73187,10 @@ "updatedAt": "2025-01-24T18:09:33Z", "createdAt": "2017-06-02T09:44:41Z", "pushedAt": "2025-01-24T18:09:33Z", - "forks": 247, - "issues": 31, + "forks": 245, + "issues": 32, "subscribers": 17, - "stars": 2037 + "stars": 2004 }, "name": "@notifee/react-native", "fullName": "invertase/notifee", @@ -74209,19 +73220,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 638854, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native scheduling channels android ios firebase fcm notifee notifications onesignal" }, { @@ -74242,10 +73246,10 @@ "updatedAt": "2023-09-14T07:17:56Z", "createdAt": "2016-04-06T13:17:44Z", "pushedAt": "2023-09-14T07:17:56Z", - "forks": 669, - "issues": 8, - "subscribers": 330, - "stars": 3295 + "forks": 666, + "issues": 10, + "subscribers": 331, + "stars": 3281 }, "name": "react-native-notifications", "fullName": "wix/react-native-notifications", @@ -74284,9 +73288,9 @@ }, "npmPkg": "react-native-notifications", "npm": { - "downloads": 92135, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 105752, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -74357,16 +73361,16 @@ "unmaintained": true, "npmPkg": "react-native-focus", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.81, "topicSearchString": "react-native ios ios-15 focus do-not-disturb" }, { @@ -74384,31 +73388,30 @@ "urls": { "repo": "https://github.com/forwardsoftware/react-auth", "clone": "https://github.com/forwardsoftware/react-auth.git", - "homepage": "https://www.npmjs.com/package/@forward-software/react-auth" + "homepage": null }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T22:30:39Z", + "updatedAt": "2022-11-16T01:25:53Z", "createdAt": "2022-02-09T11:40:16Z", - "pushedAt": "2025-06-10T22:30:39Z", + "pushedAt": "2022-11-16T01:25:53Z", "forks": 3, "issues": 0, "subscribers": 0, - "stars": 18 + "stars": 15 }, - "name": "react-auth", + "name": "@forward-software/react-auth", "fullName": "forwardsoftware/react-auth", "isPrivate": false, "description": "Simplify your Auth flow when working with React apps", "topics": [ - "react-auth", "react", + "react-native", "auth", - "authentication", - "react-native" + "authentication" ], "license": { "key": "mit", @@ -74418,29 +73421,25 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.0.0", - "tagName": "v2.0.0", - "createdAt": "2025-05-16T16:45:39Z", - "publishedAt": "2025-05-16T16:45:50Z", + "name": "v1.1.0", + "tagName": "v1.1.0", + "createdAt": "2022-11-16T01:25:53Z", + "publishedAt": "2022-11-16T01:31:34Z", "isPrerelease": false }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 52, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, + "unmaintained": true, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.312, - "topicSearchString": "react-auth react auth authentication react-native" + "popularity": -100, + "topicSearchString": "react react-native auth authentication" }, { "githubUrl": "https://github.com/erksch/react-native-wheely", @@ -74466,10 +73465,10 @@ "updatedAt": "2023-07-18T23:29:20Z", "createdAt": "2020-02-13T12:35:31Z", "pushedAt": "2023-07-18T23:29:20Z", - "forks": 58, + "forks": 59, "issues": 19, "subscribers": 3, - "stars": 459 + "stars": 454 }, "name": "react-native-wheely", "fullName": "erksch/react-native-wheely", @@ -74496,9 +73495,9 @@ }, "npmPkg": "react-native-wheely", "npm": { - "downloads": 57391, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 70274, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -74528,10 +73527,10 @@ "updatedAt": "2025-02-22T11:47:35Z", "createdAt": "2020-05-04T19:18:35Z", "pushedAt": "2025-02-22T11:47:35Z", - "forks": 26, + "forks": 25, "issues": 1, "subscribers": 3, - "stars": 64 + "stars": 61 }, "name": "react-native-launch-arguments", "fullName": "iamolegga/react-native-launch-arguments", @@ -74561,12 +73560,13 @@ }, "npmPkg": "react-native-launch-arguments", "npm": { - "downloads": 444189, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 875565, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 68, "matchingScoreModifiers": [ + "Popular", "Known", "Not supporting New Architecture" ], @@ -74599,7 +73599,7 @@ "forks": 43, "issues": 8, "subscribers": 3, - "stars": 448 + "stars": 433 }, "name": "react-native-animated-numbers", "fullName": "heyman333/react-native-animated-numbers", @@ -74638,14 +73638,13 @@ }, "npmPkg": "react-native-animated-numbers", "npm": { - "downloads": 17556, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 20519, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -74708,9 +73707,9 @@ "unmaintained": true, "npmPkg": "react-native-switch-selector", "npm": { - "downloads": 30137, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35028, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -74742,9 +73741,9 @@ "createdAt": "2020-03-17T05:29:33Z", "pushedAt": "2024-08-29T10:31:32Z", "forks": 129, - "issues": 28, + "issues": 25, "subscribers": 3, - "stars": 432 + "stars": 427 }, "name": "react-native-admob-native-ads", "fullName": "ammarahm-ed/react-native-admob-native-ads", @@ -74788,9 +73787,9 @@ }, "npmPkg": "react-native-admob-native-ads", "npm": { - "downloads": 3338, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4580, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -74827,10 +73826,10 @@ "updatedAt": "2024-03-21T14:15:34Z", "createdAt": "2022-04-29T12:40:18Z", "pushedAt": "2024-03-21T14:15:34Z", - "forks": 119, + "forks": 118, "issues": 30, "subscribers": 17, - "stars": 2254 + "stars": 2216 }, "name": "react-native-graph", "fullName": "margelo/react-native-graph", @@ -74878,9 +73877,9 @@ }, "npmPkg": "react-native-graph", "npm": { - "downloads": 19050, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16166, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -74911,13 +73910,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-13T23:08:15Z", + "updatedAt": "2025-02-04T03:56:12Z", "createdAt": "2022-03-03T08:52:46Z", - "pushedAt": "2025-05-13T23:08:15Z", - "forks": 15, - "issues": 9, + "pushedAt": "2025-02-04T03:56:12Z", + "forks": 16, + "issues": 8, "subscribers": 9, - "stars": 362 + "stars": 357 }, "name": "react-native-bignumber", "fullName": "margelo/react-native-bignumber", @@ -74951,10 +73950,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.2.5", - "tagName": "v0.2.5", - "createdAt": "2025-05-13T22:08:12Z", - "publishedAt": "2025-05-13T22:08:30Z", + "name": "Release 0.2.4", + "tagName": "v0.2.4", + "createdAt": "2025-02-04T03:56:13Z", + "publishedAt": "2025-02-04T03:56:19Z", "isPrerelease": false }, "hasTypes": true, @@ -74963,16 +73962,16 @@ }, "npmPkg": "react-native-bignumber", "npm": { - "downloads": 820, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 698, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android jsi crypto c++ fast web3 number bignumber bn big math library react native wallet" }, { @@ -75023,9 +74022,9 @@ }, "npmPkg": "react-native-select-contact", "npm": { - "downloads": 35765, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38496, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -75057,7 +74056,7 @@ "forks": 48, "issues": 9, "subscribers": 4, - "stars": 130 + "stars": 127 }, "name": "react-native-shared-group-preferences", "fullName": "KjellConnelly/react-native-shared-group-preferences", @@ -75079,9 +74078,9 @@ }, "npmPkg": "react-native-shared-group-preferences", "npm": { - "downloads": 21775, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24932, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -75120,8 +74119,8 @@ "pushedAt": "2025-03-20T19:05:11Z", "forks": 12, "issues": 1, - "subscribers": 61, - "stars": 101 + "subscribers": 62, + "stars": 100 }, "name": "@shipt/segmented-arc-for-react-native", "fullName": "shipt/segmented-arc-for-react-native", @@ -75154,18 +74153,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1049, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native ios android segmented-arc arc segmented-gauge" }, { @@ -75243,16 +74237,16 @@ "unmaintained": true, "npmPkg": "react-native-actions-sheet-picker", "npm": { - "downloads": 232, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 607, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.72, + "popularity": -0.472, "topicSearchString": "react-native ios android select searchable-select picker dropdown modal selector selectbox searchable option actions-sheet actionsheet filterable react javascript" }, { @@ -75278,13 +74272,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-02T15:40:00Z", + "updatedAt": "2025-02-25T02:26:50Z", "createdAt": "2021-09-03T17:18:21Z", - "pushedAt": "2025-06-02T15:40:00Z", - "forks": 39, - "issues": 20, + "pushedAt": "2025-02-25T02:26:50Z", + "forks": 38, + "issues": 36, "subscribers": 3, - "stars": 141 + "stars": 130 }, "name": "react-native-leaflet-view", "fullName": "pavel-corsaghin/react-native-leaflet", @@ -75306,10 +74300,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.1.2", - "tagName": "v1.1.2", - "createdAt": "2025-06-02T15:40:12Z", - "publishedAt": "2025-06-02T15:43:27Z", + "name": "v0.1.2", + "tagName": "v0.1.2", + "createdAt": "2021-09-10T23:28:34Z", + "publishedAt": "2021-09-10T23:33:45Z", "isPrerelease": false }, "hasTypes": true, @@ -75317,14 +74311,12 @@ "isArchived": false }, "npm": { - "downloads": 4747, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2815, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -75340,7 +74332,6 @@ ], "ios": true, "android": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/kirillzyusko/react-native-keyboard-controller", @@ -75352,13 +74343,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T08:35:09Z", + "updatedAt": "2025-04-15T12:01:00Z", "createdAt": "2022-04-17T18:00:04Z", - "pushedAt": "2025-06-20T08:35:09Z", - "forks": 101, - "issues": 32, - "subscribers": 13, - "stars": 2498 + "pushedAt": "2025-04-15T12:01:00Z", + "forks": 97, + "issues": 33, + "subscribers": 12, + "stars": 2218 }, "name": "react-native-keyboard-controller", "fullName": "kirillzyusko/react-native-keyboard-controller", @@ -75378,7 +74369,6 @@ "avoid-keyboard", "sticky-view", "over-keyboard-view", - "keyboard-background-view", "keyboard-aware-scroll-view", "keyboard-toolbar", "keyboard-done-button", @@ -75395,10 +74385,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.17.5", - "tagName": "1.17.5", - "createdAt": "2025-06-17T09:04:32Z", - "publishedAt": "2025-06-17T09:15:47Z", + "name": "Release 1.17.0", + "tagName": "1.17.0", + "createdAt": "2025-04-09T13:36:24Z", + "publishedAt": "2025-04-09T13:54:05Z", "isPrerelease": false }, "hasTypes": true, @@ -75407,9 +74397,9 @@ }, "npmPkg": "react-native-keyboard-controller", "npm": { - "downloads": 844037, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1135345, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -75419,7 +74409,7 @@ "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native keyboard interactive dismiss animation focused-input text-changed selection-changed avoiding-view avoid-keyboard sticky-view over-keyboard-view keyboard-background-view keyboard-aware-scroll-view keyboard-toolbar keyboard-done-button keyboard-next-button keyboard-previous-button ios android" + "topicSearchString": "react-native keyboard interactive dismiss animation focused-input text-changed selection-changed avoiding-view avoid-keyboard sticky-view over-keyboard-view keyboard-aware-scroll-view keyboard-toolbar keyboard-done-button keyboard-next-button keyboard-previous-button ios android" }, { "githubUrl": "https://github.com/craftzdog/react-native-quick-websql", @@ -75474,16 +74464,16 @@ "unmaintained": true, "npmPkg": "react-native-quick-websql", "npm": { - "downloads": 188, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 207, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.718, + "popularity": -0.726, "topicSearchString": "react-native ios android sqlite jsi typescript" }, { @@ -75507,10 +74497,10 @@ "updatedAt": "2024-10-14T14:47:04Z", "createdAt": "2021-12-02T18:02:34Z", "pushedAt": "2024-10-14T14:47:04Z", - "forks": 23, + "forks": 21, "issues": 4, "subscribers": 6, - "stars": 394 + "stars": 392 }, "name": "react-native-notificated", "fullName": "TheWidlarzGroup/react-native-notificated", @@ -75547,9 +74537,9 @@ }, "npmPkg": "react-native-notificated", "npm": { - "downloads": 5031, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5921, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -75582,7 +74572,7 @@ "updatedAt": "2023-07-11T07:12:37Z", "createdAt": "2022-05-26T09:11:06Z", "pushedAt": "2023-07-11T07:12:37Z", - "forks": 13, + "forks": 12, "issues": 2, "subscribers": 7, "stars": 600 @@ -75618,9 +74608,9 @@ }, "npmPkg": "react-native-esbuild", "npm": { - "downloads": 45, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 80, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -75628,7 +74618,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.228, + "popularity": -0.212, "topicSearchString": "react-native esbuild dev-server development bundler" }, { @@ -75682,16 +74672,16 @@ "unmaintained": true, "npmPkg": "cross-local-storage", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.808, "topicSearchString": "react library storybook components" }, { @@ -75719,9 +74709,9 @@ "createdAt": "2022-05-31T21:26:17Z", "pushedAt": "2024-03-13T04:08:58Z", "forks": 11, - "issues": 11, + "issues": 9, "subscribers": 2, - "stars": 94 + "stars": 93 }, "name": "rn-card-scanner", "fullName": "howljs/rn-card-scanner", @@ -75754,9 +74744,9 @@ }, "npmPkg": "rn-card-scanner", "npm": { - "downloads": 6188, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2998, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -75826,8 +74816,8 @@ "npmPkg": "react-native-cupertino-list", "npm": { "downloads": 41, - "start": "2025-05-23", - "end": "2025-06-21" + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -75858,10 +74848,10 @@ "updatedAt": "2024-08-17T00:25:00Z", "createdAt": "2021-10-18T02:21:01Z", "pushedAt": "2024-08-17T00:25:00Z", - "forks": 19, - "issues": 19, + "forks": 18, + "issues": 18, "subscribers": 6, - "stars": 207 + "stars": 196 }, "name": "react-native-infinite-pager", "fullName": "computerjazz/react-native-infinite-pager", @@ -75895,9 +74885,9 @@ }, "npmPkg": "react-native-infinite-pager", "npm": { - "downloads": 6828, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11145, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -75930,10 +74920,10 @@ "updatedAt": "2024-06-01T03:32:10Z", "createdAt": "2022-06-11T18:11:47Z", "pushedAt": "2024-06-01T03:32:10Z", - "forks": 23, + "forks": 22, "issues": 20, "subscribers": 3, - "stars": 449 + "stars": 443 }, "name": "@th3rdwave/react-navigation-bottom-sheet", "fullName": "th3rdwave/react-navigation-bottom-sheet", @@ -75963,19 +74953,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 14849, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react-navigation bottom-sheet" }, { @@ -76045,16 +75029,16 @@ "unmaintained": true, "npmPkg": "react-native-picky", "npm": { - "downloads": 875, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1157, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native ios android picker wheel react typescript wheelpicker" }, { @@ -76062,6 +75046,9 @@ "examples": [ "https://github.com/b0iq/react-native-place-picker/tree/main/example" ], + "images": [ + "https://raw.githubusercontent.com/b0iq/react-native-place-picker/main/HEADER.png" + ], "ios": true, "android": true, "github": { @@ -76081,7 +75068,7 @@ "forks": 8, "issues": 2, "subscribers": 1, - "stars": 126 + "stars": 119 }, "name": "react-native-place-picker", "fullName": "b0iq/react-native-place-picker", @@ -76120,16 +75107,16 @@ }, "npmPkg": "react-native-place-picker", "npm": { - "downloads": 447, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 533, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": 0.028, "topicSearchString": "react-native expo place-picker reactnativeplacepicker android ios kotlin react reactjs swift typescript" }, { @@ -76155,10 +75142,10 @@ "updatedAt": "2024-04-10T19:41:42Z", "createdAt": "2022-04-26T14:24:03Z", "pushedAt": "2024-04-10T19:41:42Z", - "forks": 49, + "forks": 48, "issues": 15, - "subscribers": 234, - "stars": 955 + "subscribers": 239, + "stars": 943 }, "name": "@shopify/react-native-performance", "fullName": "Shopify/react-native-performance", @@ -76178,20 +75165,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 44973, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -76208,13 +75188,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-12T16:31:15Z", + "updatedAt": "2025-01-13T23:00:37Z", "createdAt": "2022-06-14T01:25:17Z", - "pushedAt": "2025-05-12T16:31:15Z", - "forks": 28, - "issues": 7, + "pushedAt": "2025-01-13T23:00:37Z", + "forks": 26, + "issues": 9, "subscribers": 8, - "stars": 590 + "stars": 548 }, "name": "react-native-app-clip", "fullName": "bndkt/react-native-app-clip", @@ -76235,10 +75215,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v0.6.1", - "tagName": "v0.6.1", - "createdAt": "2025-05-12T16:31:15Z", - "publishedAt": "2025-05-12T16:31:46Z", + "name": "0.5.1", + "tagName": "v0.5.1", + "createdAt": "2024-12-12T00:51:22Z", + "publishedAt": "2024-12-12T02:21:15Z", "isPrerelease": false }, "hasTypes": true, @@ -76247,9 +75227,9 @@ }, "npmPkg": "react-native-app-clip", "npm": { - "downloads": 31894, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22240, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -76282,7 +75262,7 @@ "forks": 2, "issues": 3, "subscribers": 2, - "stars": 46 + "stars": 45 }, "name": "react-native-compressed-jsbundle", "fullName": "ivanmoskalev/react-native-compressed-jsbundle", @@ -76317,23 +75297,22 @@ "unmaintained": true, "npmPkg": "react-native-compressed-jsbundle", "npm": { - "downloads": 423, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 435, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -0.722, "topicSearchString": "react-native ios android brotli compression" }, { "githubUrl": "https://github.com/LinusU/react-native-get-random-values", "android": true, "ios": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -76349,10 +75328,10 @@ "updatedAt": "2024-03-06T17:24:07Z", "createdAt": "2018-08-20T11:08:29Z", "pushedAt": "2024-03-06T17:24:07Z", - "forks": 49, - "issues": 11, + "forks": 47, + "issues": 10, "subscribers": 7, - "stars": 383 + "stars": 368 }, "name": "react-native-get-random-values", "fullName": "LinusU/react-native-get-random-values", @@ -76391,13 +75370,12 @@ }, "npmPkg": "react-native-get-random-values", "npm": { - "downloads": 4573631, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4259936, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 57, "matchingScoreModifiers": [ - "Very popular", "Popular", "Known", "Not updated recently", @@ -76410,10 +75388,7 @@ "githubUrl": "https://github.com/Shopify/react-native-skia/tree/main/packages/skia", "npmPkg": "@shopify/react-native-skia", "examples": [ - "https://github.com/Shopify/react-native-skia/tree/main/apps/fabric", - "https://github.com/Shopify/react-native-skia/tree/main/apps/paper", - "https://github.com/Shopify/react-native-skia/tree/main/apps/remotion", - "https://github.com/Shopify/react-native-skia/tree/main/external-apps/expo-router-app" + "https://github.com/Shopify/react-native-skia/tree/main/example" ], "android": true, "ios": true, @@ -76431,13 +75406,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T09:51:06Z", + "updatedAt": "2025-04-16T06:08:50Z", "createdAt": "2021-11-08T13:19:09Z", - "pushedAt": "2025-06-17T09:51:06Z", - "forks": 499, - "issues": 66, - "subscribers": 272, - "stars": 7587 + "pushedAt": "2025-04-16T06:08:50Z", + "forks": 485, + "issues": 81, + "subscribers": 278, + "stars": 7347 }, "name": "@shopify/react-native-skia", "fullName": "Shopify/react-native-skia", @@ -76457,20 +75432,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 840403, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 100, + "npm": {}, + "score": 41, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", + "Lots of open issues", "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -76481,7 +75449,6 @@ "npmPkg": "@shopify/flash-list", "android": true, "ios": true, - "tvos": true, "fireos": true, "expoGo": true, "newArchitectureNote": "Compiles and runs, but behavior may not be as expected.", @@ -76496,13 +75463,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T09:09:05Z", + "updatedAt": "2025-04-14T18:50:27Z", "createdAt": "2021-12-20T15:48:14Z", - "pushedAt": "2025-06-17T09:09:05Z", - "forks": 286, - "issues": 174, - "subscribers": 251, - "stars": 6317 + "pushedAt": "2025-04-14T18:50:27Z", + "forks": 268, + "issues": 199, + "subscribers": 256, + "stars": 6092 }, "name": "@shopify/flash-list", "fullName": "Shopify/flash-list", @@ -76528,32 +75495,24 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.0.0-alpha.20", - "tagName": "v2.0.0-alpha.20", - "createdAt": "2025-06-19T10:55:37Z", - "publishedAt": "2025-06-19T11:01:38Z", + "name": "v2.0.0-alpha.3", + "tagName": "v2.0.0-alpha.3", + "createdAt": "2025-04-11T16:29:16Z", + "publishedAt": "2025-04-11T16:30:28Z", "isPrerelease": true }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 2000590, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native recyclerview listview flatlist-alternative flatlist recyclerlistview 60fps cross-platform web performance" }, { @@ -76578,10 +75537,10 @@ "updatedAt": "2025-03-12T09:58:56Z", "createdAt": "2022-02-24T08:34:03Z", "pushedAt": "2025-03-12T09:58:56Z", - "forks": 35, + "forks": 33, "issues": 10, - "subscribers": 22, - "stars": 1361 + "subscribers": 21, + "stars": 1345 }, "name": "reassure", "fullName": "callstack/reassure", @@ -76605,9 +75564,9 @@ }, "npmPkg": "reassure", "npm": { - "downloads": 392247, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 806282, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -76697,7 +75656,7 @@ "forks": 27, "issues": 25, "subscribers": 2, - "stars": 244 + "stars": 241 }, "name": "myapp", "fullName": "leotm/react-native-template-new-architecture", @@ -76755,7 +75714,7 @@ "forks": 156, "issues": 16, "subscribers": 31, - "stars": 1721 + "stars": 1717 }, "name": "react-native-universal-project", "fullName": "mmazzarolo/react-native-universal-monorepo", @@ -76816,13 +75775,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-25T19:19:50Z", + "updatedAt": "2025-04-15T13:58:04Z", "createdAt": "2021-07-30T13:10:45Z", - "pushedAt": "2025-05-25T19:19:50Z", - "forks": 174, - "issues": 90, + "pushedAt": "2025-04-15T13:58:04Z", + "forks": 164, + "issues": 76, "subscribers": 5, - "stars": 1017 + "stars": 952 }, "name": "react-native-gifted-charts", "fullName": "Abhinandan-Kushwaha/react-native-gifted-charts", @@ -76860,10 +75819,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.4.61", - "tagName": "v1.4.61", - "createdAt": "2025-05-04T22:53:02Z", - "publishedAt": "2025-05-04T22:55:25Z", + "name": "v1.4.60", + "tagName": "v1.4.60", + "createdAt": "2025-04-15T14:02:09Z", + "publishedAt": "2025-04-15T16:26:56Z", "isPrerelease": false }, "hasTypes": false, @@ -76872,9 +75831,9 @@ }, "npmPkg": "react-native-gifted-charts", "npm": { - "downloads": 204417, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 202370, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 62, "matchingScoreModifiers": [ @@ -76891,7 +75850,6 @@ "githubUrl": "https://github.com/Luffos/rxn-input", "android": true, "web": true, - "unmaintained": true, "github": { "urls": { "repo": "https://github.com/gomes042/rxn-input", @@ -76942,15 +75900,15 @@ "newArchitecture": false, "isArchived": true }, + "unmaintained": true, "npmPkg": "rxn-input", "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.85, @@ -76983,7 +75941,7 @@ "forks": 18, "issues": 13, "subscribers": 5, - "stars": 148 + "stars": 145 }, "name": "rn-perfect-sketch-canvas", "fullName": "wobsoriano/rn-perfect-sketch-canvas", @@ -77019,16 +75977,16 @@ }, "npmPkg": "rn-perfect-sketch-canvas", "npm": { - "downloads": 442, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 587, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": 0.027, "topicSearchString": "react-native ios android sketch canvas skia react" }, { @@ -77089,16 +76047,16 @@ "unmaintained": true, "npmPkg": "rn-skia-sketch-canvas", "npm": { - "downloads": 16, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.688, + "popularity": -0.716, "topicSearchString": "react-native ios android" }, { @@ -77126,7 +76084,7 @@ "pushedAt": "2023-06-06T17:48:04Z", "forks": 5, "issues": 10, - "subscribers": 32, + "subscribers": 34, "stars": 345 }, "name": "react-native-zephyr", @@ -77152,9 +76110,9 @@ }, "unmaintained": true, "npm": { - "downloads": 206, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 235, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -77162,7 +76120,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -0.724, "topicSearchString": "react react-native styling tailwind-css" }, { @@ -77194,7 +76152,7 @@ "forks": 24, "issues": 8, "subscribers": 3, - "stars": 280 + "stars": 278 }, "name": "react-native-react-bridge", "fullName": "inokawa/react-native-react-bridge", @@ -77233,9 +76191,9 @@ }, "npmPkg": "react-native-react-bridge", "npm": { - "downloads": 3845, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2986, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -77282,13 +76240,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-13T11:45:54Z", + "updatedAt": "2025-04-09T08:56:29Z", "createdAt": "2022-06-29T18:45:29Z", - "pushedAt": "2025-06-13T11:45:54Z", - "forks": 22, + "pushedAt": "2025-04-09T08:56:29Z", + "forks": 18, "issues": 3, "subscribers": 3, - "stars": 355 + "stars": 332 }, "name": "reanimated-color-picker", "fullName": "alabsi91/reanimated-color-picker", @@ -77324,10 +76282,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v4.1.0", - "tagName": "v4.1.0", - "createdAt": "2025-06-06T15:46:37Z", - "publishedAt": "2025-06-06T15:51:48Z", + "name": "v4.0.1", + "tagName": "v4.0.1", + "createdAt": "2025-04-06T14:59:16Z", + "publishedAt": "2025-04-06T15:02:18Z", "isPrerelease": false }, "hasTypes": true, @@ -77336,9 +76294,9 @@ }, "npmPkg": "reanimated-color-picker", "npm": { - "downloads": 105316, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 88420, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -77370,13 +76328,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-24T12:36:48Z", + "updatedAt": "2024-12-03T17:19:03Z", "createdAt": "2023-09-02T17:42:18Z", - "pushedAt": "2025-05-24T12:36:48Z", + "pushedAt": "2024-12-03T17:19:03Z", "forks": 0, "issues": 1, "subscribers": 3, - "stars": 32 + "stars": 28 }, "name": "react-native-material-you-colors", "fullName": "alabsi91/react-native-material-you-colors", @@ -77416,16 +76374,15 @@ }, "npmPkg": "react-native-material-you-colors", "npm": { - "downloads": 92, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 49, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.217, + "popularity": -0.209, "topicSearchString": "web react-native palette material-you material-design ios dynamic-color colors android expo palette-generation" }, { @@ -77456,7 +76413,7 @@ "updatedAt": "2024-04-25T15:20:39Z", "createdAt": "2022-07-01T13:21:13Z", "pushedAt": "2024-04-25T15:20:39Z", - "forks": 16, + "forks": 17, "issues": 13, "subscribers": 3, "stars": 69 @@ -77485,18 +76442,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 33948, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native web maps maps ios android" }, { @@ -77524,10 +76476,10 @@ "updatedAt": "2024-12-20T13:20:41Z", "createdAt": "2021-12-09T05:46:30Z", "pushedAt": "2024-12-20T13:20:41Z", - "forks": 48, - "issues": 0, - "subscribers": 8, - "stars": 455 + "forks": 46, + "issues": 4, + "subscribers": 7, + "stars": 438 }, "name": "@likashefqet/react-native-image-zoom", "fullName": "likashefqet/react-native-image-zoom", @@ -77574,19 +76526,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 159855, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "photo image picture zoom pinch pan reanimated gesture instagram react react-native image-zoom zoom-image zoomable-image zoomable javascript ui-lib rn likashefqet likashefi" }, { @@ -77609,10 +76554,10 @@ "updatedAt": "2022-07-14T12:21:43Z", "createdAt": "2022-07-04T10:50:56Z", "pushedAt": "2022-07-14T12:21:43Z", - "forks": 4, + "forks": 3, "issues": 1, "subscribers": 1, - "stars": 72 + "stars": 71 }, "name": "expo-music-picker", "fullName": "barthap/expo-music-picker", @@ -77651,16 +76596,16 @@ "unmaintained": true, "npmPkg": "expo-music-picker", "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 17, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.625, + "popularity": -0.691, "topicSearchString": "react-native expo expo-music-picker music picker music-picker expomusicpicker android ios music-metadata" }, { @@ -77685,7 +76630,7 @@ "forks": 62, "issues": 23, "subscribers": 11, - "stars": 357 + "stars": 355 }, "name": "@ovalmoney/react-native-fitness", "fullName": "OvalMoney/react-native-fitness", @@ -77721,19 +76666,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 876, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -100, "topicSearchString": "react native react-native health-kit google-fit fitness android ios apple-health" }, { @@ -77762,7 +76701,7 @@ "forks": 6, "issues": 6, "subscribers": 2, - "stars": 134 + "stars": 135 }, "name": "react-native-outside-press", "fullName": "dcangulo/react-native-outside-press", @@ -77799,9 +76738,9 @@ }, "npmPkg": "react-native-outside-press", "npm": { - "downloads": 53346, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39290, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -77833,10 +76772,10 @@ "updatedAt": "2024-10-24T00:32:39Z", "createdAt": "2022-07-23T22:45:42Z", "pushedAt": "2024-10-24T00:32:39Z", - "forks": 73, - "issues": 35, - "subscribers": 11, - "stars": 349 + "forks": 67, + "issues": 33, + "subscribers": 10, + "stars": 334 }, "name": "react-native-document-scanner-plugin", "fullName": "WebsiteBeaver/react-native-document-scanner-plugin", @@ -77862,14 +76801,13 @@ }, "npmPkg": "react-native-document-scanner-plugin", "npm": { - "downloads": 81663, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 61714, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -77897,10 +76835,10 @@ "updatedAt": "2024-03-12T05:49:17Z", "createdAt": "2018-06-03T10:26:31Z", "pushedAt": "2024-03-12T05:49:17Z", - "forks": 20, + "forks": 19, "issues": 1, "subscribers": 3, - "stars": 134 + "stars": 123 }, "name": "react-native-btr", "fullName": "ThakurBallary/react-native-btr", @@ -77933,9 +76871,9 @@ }, "npmPkg": "react-native-btr", "npm": { - "downloads": 6011, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8809, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -77971,9 +76909,9 @@ "createdAt": "2022-05-09T15:50:37Z", "pushedAt": "2025-01-23T21:27:14Z", "forks": 16, - "issues": 21, - "subscribers": 29, - "stars": 274 + "issues": 20, + "subscribers": 30, + "stars": 261 }, "name": "@react-native-ama/core", "fullName": "FormidableLabs/react-native-ama", @@ -77995,18 +76933,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1518, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native a11y accessibility" }, { @@ -78033,7 +76965,7 @@ "forks": 5, "issues": 0, "subscribers": 3, - "stars": 37 + "stars": 36 }, "name": "vision-camera-dynamsoft-label-recognizer", "fullName": "tony-xlh/vision-camera-dynamsoft-label-recognizer", @@ -78069,15 +77001,15 @@ }, "npmPkg": "vision-camera-dynamsoft-label-recognizer", "npm": { - "downloads": 588, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 141, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": -0.222, "topicSearchString": "react-native mrz machine-readable-zone ocr optical-character-recognition ios android" }, { @@ -78106,10 +77038,10 @@ "updatedAt": "2024-11-06T12:45:05Z", "createdAt": "2022-08-08T20:48:20Z", "pushedAt": "2024-11-06T12:45:05Z", - "forks": 12, + "forks": 13, "issues": 0, "subscribers": 7, - "stars": 563 + "stars": 553 }, "name": "react-native-fiesta", "fullName": "mateoguzmana/react-native-fiesta", @@ -78150,14 +77082,13 @@ }, "npmPkg": "react-native-fiesta", "npm": { - "downloads": 502, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 613, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -78191,7 +77122,7 @@ "forks": 58, "issues": 28, "subscribers": 4, - "stars": 264 + "stars": 257 }, "name": "vision-camera-ocr", "fullName": "aarongrider/vision-camera-ocr", @@ -78219,9 +77150,9 @@ "unmaintained": true, "npmPkg": "vision-camera-ocr", "npm": { - "downloads": 541, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1322, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -78285,17 +77216,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 14353, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 35, "matchingScoreModifiers": [ "Not updated recently" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react mobile android ui vector image component" }, { @@ -78309,7 +77235,6 @@ "ios": true, "android": true, "dev": true, - "fireos": true, "newArchitecture": false, "newArchitectureNote": "Consider using Maestro instead to migrate to the New Architecture today.", "github": { @@ -78323,13 +77248,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-11T11:03:02Z", + "updatedAt": "2025-04-16T17:14:24Z", "createdAt": "2016-06-15T11:58:01Z", - "pushedAt": "2025-06-11T11:03:02Z", - "forks": 1896, - "issues": 190, + "pushedAt": "2025-04-16T17:14:24Z", + "forks": 1897, + "issues": 223, "subscribers": 372, - "stars": 11506 + "stars": 11420 }, "name": "detox", "fullName": "wix/Detox", @@ -78349,9 +77274,9 @@ }, "npmPkg": "detox", "npm": { - "downloads": 1219489, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1238245, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -78388,10 +77313,10 @@ "updatedAt": "2024-10-17T11:27:50Z", "createdAt": "2021-08-10T07:31:15Z", "pushedAt": "2024-10-17T11:27:50Z", - "forks": 17, + "forks": 18, "issues": 2, "subscribers": 4, - "stars": 175 + "stars": 166 }, "name": "react-native-wallet-manager", "fullName": "dev-family/react-native-wallet-manager", @@ -78429,9 +77354,9 @@ }, "npmPkg": "react-native-wallet-manager", "npm": { - "downloads": 40527, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28398, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -78490,9 +77415,9 @@ "unmaintained": true, "npmPkg": "react-native-wallet-pass", "npm": { - "downloads": 398, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 427, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -78522,13 +77447,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-22T01:12:20Z", + "updatedAt": "2025-04-15T02:08:38Z", "createdAt": "2022-01-13T02:38:10Z", - "pushedAt": "2025-05-22T01:12:20Z", + "pushedAt": "2025-04-15T02:08:38Z", "forks": 42, "issues": 0, "subscribers": 11, - "stars": 84 + "stars": 80 }, "name": "@sendbird/uikit-react-native", "fullName": "sendbird/sendbird-uikit-react-native", @@ -78557,18 +77482,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 22664, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "sendbird uikit react-native chat messaging real-time ui-components user-authentication channel-management sdk-integration customizable feature-rich social-app customer-support gaming api" }, { @@ -78592,10 +77512,10 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-29T07:49:02Z", + "updatedAt": "2025-04-02T04:23:52Z", "createdAt": "2022-01-12T06:21:54Z", - "pushedAt": "2025-04-29T07:49:02Z", - "forks": 3, + "pushedAt": "2025-04-02T04:23:52Z", + "forks": 1, "issues": 0, "subscribers": 7, "stars": 2 @@ -78638,27 +77558,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.1.8", - "tagName": "v1.1.8", - "createdAt": "2025-04-29T07:41:11Z", - "publishedAt": "2025-04-29T07:41:45Z", + "name": "Release 1.1.6", + "tagName": "v1.1.6", + "createdAt": "2025-04-02T04:23:55Z", + "publishedAt": "2025-04-02T04:24:37Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1584, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native calls audio-calls video-calls group-calls voice-calls conference-calls communication video-chat real-time webrtc voip call-kit callkeep voip-push-notification audio callkit conference javascript reactnative reactnativecalls sendbird typescript" }, { @@ -78681,13 +77597,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-30T21:21:12Z", + "updatedAt": "2024-11-24T00:24:54Z", "createdAt": "2022-04-04T18:57:55Z", - "pushedAt": "2025-05-30T21:21:12Z", + "pushedAt": "2024-11-24T00:24:54Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 42 + "stars": 41 }, "name": "rxn-units", "fullName": "gomes042/rxn-units", @@ -78726,16 +77642,15 @@ }, "npmPkg": "rxn-units", "npm": { - "downloads": 136, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 218, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.222, "topicSearchString": "react typescript react-native units web expo rxn viewport viewport-units reactjs vh" }, { @@ -78763,10 +77678,10 @@ "updatedAt": "2024-12-03T20:00:57Z", "createdAt": "2020-04-01T00:20:13Z", "pushedAt": "2024-12-03T20:00:57Z", - "forks": 62, + "forks": 63, "issues": 18, - "subscribers": 16, - "stars": 401 + "subscribers": 14, + "stars": 396 }, "name": "@babylonjs/react-native", "fullName": "BabylonJS/BabylonReactNative", @@ -78786,19 +77701,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1252, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -78822,10 +77730,10 @@ "updatedAt": "2023-09-28T01:09:55Z", "createdAt": "2019-05-02T10:18:13Z", "pushedAt": "2023-09-28T01:09:55Z", - "forks": 58, + "forks": 57, "issues": 23, "subscribers": 4, - "stars": 196 + "stars": 195 }, "name": "react-native-video-cache", "fullName": "zhigang1992/react-native-video-cache", @@ -78847,9 +77755,9 @@ }, "npmPkg": "react-native-video-cache", "npm": { - "downloads": 12283, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15149, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -78879,9 +77787,9 @@ "createdAt": "2019-06-22T03:15:16Z", "pushedAt": "2025-02-04T13:20:04Z", "forks": 95, - "issues": 19, + "issues": 18, "subscribers": 10, - "stars": 259 + "stars": 255 }, "name": "react-native-bluetooth-classic", "fullName": "kenjdavidson/react-native-bluetooth-classic", @@ -78909,9 +77817,9 @@ }, "npmPkg": "react-native-bluetooth-classic", "npm": { - "downloads": 9704, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9934, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -78941,7 +77849,7 @@ "forks": 10, "issues": 7, "subscribers": 3, - "stars": 72 + "stars": 71 }, "name": "react-native-cloud-store", "fullName": "XHMM/react-native-cloud-store", @@ -78976,9 +77884,9 @@ }, "npmPkg": "react-native-cloud-store", "npm": { - "downloads": 12194, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11825, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -79053,9 +77961,9 @@ }, "npmPkg": "react-native-clocks", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -79115,19 +78023,13 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": { - "downloads": 4077, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.572, + "popularity": -100, "topicSearchString": "react-native react expo picker select" }, { @@ -79182,18 +78084,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 82, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.826, + "popularity": -100, "topicSearchString": "react-native react expo snackbar popup notification" }, { @@ -79223,9 +78120,9 @@ "createdAt": "2022-06-02T14:00:53Z", "pushedAt": "2025-01-15T22:51:41Z", "forks": 20, - "issues": 3, + "issues": 1, "subscribers": 3, - "stars": 323 + "stars": 307 }, "name": "react-native-volume-manager", "fullName": "hirbod/react-native-volume-manager", @@ -79262,9 +78159,9 @@ }, "npmPkg": "react-native-volume-manager", "npm": { - "downloads": 82352, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 79692, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -79292,11 +78189,11 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T17:01:20Z", + "updatedAt": "2025-02-20T15:26:45Z", "createdAt": "2021-08-17T19:48:45Z", - "pushedAt": "2025-06-12T17:01:20Z", - "forks": 31, - "issues": 25, + "pushedAt": "2025-02-20T15:26:45Z", + "forks": 30, + "issues": 24, "subscribers": 30, "stars": 303 }, @@ -79331,14 +78228,13 @@ }, "npmPkg": "amazon-ivs-react-native-player", "npm": { - "downloads": 6410, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7130, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -79359,9 +78255,7 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -79374,13 +78268,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T07:50:53Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-20T07:50:53Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-router", "fullName": "expo/expo", @@ -79403,9 +78297,9 @@ }, "npmPkg": "expo-router", "npm": { - "downloads": 2551929, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1979611, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -79435,9 +78329,9 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-29T02:10:40Z", + "updatedAt": "2025-03-12T04:34:40Z", "createdAt": "2021-02-12T19:42:06Z", - "pushedAt": "2025-04-29T02:10:40Z", + "pushedAt": "2025-03-12T04:34:40Z", "forks": 0, "issues": 0, "subscribers": 2, @@ -79479,15 +78373,15 @@ }, "npmPkg": "react-native-help-create", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 103, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.25, + "popularity": -0.221, "topicSearchString": "react-native help-create rnhc mobile-development best-practice best-practices cross-platform redux typescript javascript" }, { @@ -79549,18 +78443,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -100, "topicSearchString": "react-native ios android awesome-clock customcomponent npm-package npmjs reactnative clock-view" }, { @@ -79585,13 +78474,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-09T08:28:47Z", + "updatedAt": "2024-12-10T07:32:30Z", "createdAt": "2018-08-07T13:21:43Z", - "pushedAt": "2025-05-09T08:28:47Z", + "pushedAt": "2024-12-10T07:32:30Z", "forks": 170, - "issues": 1, - "subscribers": 18, - "stars": 842 + "issues": 0, + "subscribers": 17, + "stars": 834 }, "name": "@mindinventory/react-native-tab-bar-interaction", "fullName": "Mindinventory/react-native-tabbar-interaction", @@ -79622,19 +78511,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 199, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", "Not supporting New Architecture" ], - "popularity": -0.225, + "popularity": -100, "topicSearchString": "react-native basic-components tabbar react-tab reactnative reactnative-animation-challenges react-animation navigation component library easy-to-use" }, { @@ -79693,18 +78575,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 59, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.233, + "popularity": -100, "topicSearchString": "react-native ios android header navbar rn-header actionbar navigation-header top-navigation-bar reactnative mobile-app" }, { @@ -79769,18 +78646,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 16, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.787, + "popularity": -100, "topicSearchString": "react-native react-component component react flatlist-animaiton animation onscroll-faltlist-animation mobile ios android ui flatlist card-animaiton flatlist-card animation-library card-animations design mobile-app reactnative reactnative-ui" }, { @@ -79815,7 +78687,7 @@ "forks": 10, "issues": 1, "subscribers": 5, - "stars": 89 + "stars": 88 }, "name": "@mindinventory/react-native-stagger-view", "fullName": "Mindinventory/react-native-stagger-view", @@ -79842,18 +78714,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 222, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -100, "topicSearchString": "stagger-view rn-stagger-view stagger-list rn-stagger-list react-native reactnative-list-view" }, { @@ -79876,10 +78743,10 @@ "updatedAt": "2024-12-09T12:24:41Z", "createdAt": "2022-04-26T09:26:18Z", "pushedAt": "2024-12-09T12:24:41Z", - "forks": 22, - "issues": 1, + "forks": 21, + "issues": 0, "subscribers": 6, - "stars": 140 + "stars": 137 }, "name": "@mindinventory/react-native-boilerplate", "fullName": "Mindinventory/react-native-boilerplate", @@ -79918,9 +78785,8 @@ "isArchived": false }, "npm": {}, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -100, @@ -79987,18 +78853,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 17, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.791, + "popularity": -100, "topicSearchString": "react-native ios android animation progress-view svg speedview speed-meter speed-progress speed-view runningspeed react" }, { @@ -80023,10 +78884,10 @@ "updatedAt": "2024-12-04T10:18:58Z", "createdAt": "2022-03-28T09:54:58Z", "pushedAt": "2024-12-04T10:18:58Z", - "forks": 52, - "issues": 30, - "subscribers": 9, - "stars": 68 + "forks": 50, + "issues": 28, + "subscribers": 8, + "stars": 66 }, "name": "@pusher/pusher-websocket-react-native", "fullName": "pusher/pusher-websocket-react-native", @@ -80056,19 +78917,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 44063, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -80126,16 +78980,16 @@ "unmaintained": true, "npmPkg": "expo-split-pane", "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 61, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.817, "topicSearchString": "react expo react-native web split divider movable" }, { @@ -80162,13 +79016,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T05:51:25Z", + "updatedAt": "2025-04-08T16:58:56Z", "createdAt": "2022-08-20T06:45:23Z", - "pushedAt": "2025-06-20T05:51:25Z", - "forks": 23, - "issues": 12, + "pushedAt": "2025-04-08T16:58:56Z", + "forks": 21, + "issues": 10, "subscribers": 2, - "stars": 252 + "stars": 233 }, "name": "react-native-marked", "fullName": "gmsgowtham/react-native-marked", @@ -80191,11 +79045,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 7.0.1", - "tagName": "v7.0.1", - "createdAt": "2025-06-12T13:12:18Z", - "publishedAt": "2025-06-12T13:13:16Z", - "isPrerelease": false + "name": "Release 7.0.1-rc.0", + "tagName": "v7.0.1-rc.0", + "createdAt": "2025-03-29T06:23:53Z", + "publishedAt": "2025-03-29T06:25:11Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, @@ -80203,9 +79057,9 @@ }, "npmPkg": "react-native-marked", "npm": { - "downloads": 27534, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22393, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -80237,13 +79091,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-01T11:16:26Z", + "updatedAt": "2025-04-01T11:10:07Z", "createdAt": "2022-08-29T13:31:01Z", - "pushedAt": "2025-06-01T11:16:26Z", + "pushedAt": "2025-04-01T11:10:07Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 9 + "stars": 8 }, "name": "react-native-style-queries", "fullName": "CodingItWrong/react-native-style-queries", @@ -80263,16 +79117,16 @@ }, "npmPkg": "react-native-style-queries", "npm": { - "downloads": 1697, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 113, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.323, "topicSearchString": "" }, { @@ -80300,13 +79154,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T06:26:09Z", + "updatedAt": "2025-02-06T12:39:08Z", "createdAt": "2021-04-06T14:27:04Z", - "pushedAt": "2025-05-12T06:26:09Z", - "forks": 85, + "pushedAt": "2025-02-06T12:39:08Z", + "forks": 82, "issues": 46, "subscribers": 4, - "stars": 225 + "stars": 218 }, "name": "react-native-autocomplete-dropdown", "fullName": "onmotion/react-native-autocomplete-dropdown", @@ -80334,10 +79188,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "5.0.0", - "tagName": "5.0.0", - "createdAt": "2025-05-07T14:19:21Z", - "publishedAt": "2025-05-07T14:20:34Z", + "name": "4.3.1", + "tagName": "4.3.1", + "createdAt": "2024-12-04T16:29:32Z", + "publishedAt": "2024-12-04T16:30:56Z", "isPrerelease": false }, "hasTypes": true, @@ -80346,9 +79200,9 @@ }, "npmPkg": "react-native-autocomplete-dropdown", "npm": { - "downloads": 50245, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 55536, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -80380,13 +79234,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T12:05:35Z", + "updatedAt": "2025-04-03T12:24:30Z", "createdAt": "2022-10-19T08:39:41Z", - "pushedAt": "2025-06-10T12:05:35Z", + "pushedAt": "2025-04-03T12:24:30Z", "forks": 11, - "issues": 9, - "subscribers": 26, - "stars": 540 + "issues": 7, + "subscribers": 25, + "stars": 504 }, "name": "react-native-fast-shadow", "fullName": "alan-eu/react-native-fast-shadow", @@ -80418,9 +79272,9 @@ }, "npmPkg": "react-native-fast-shadow", "npm": { - "downloads": 17592, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22883, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -80455,10 +79309,10 @@ "updatedAt": "2025-03-19T14:49:07Z", "createdAt": "2022-11-04T05:06:01Z", "pushedAt": "2025-03-19T14:49:07Z", - "forks": 90, - "issues": 43, + "forks": 85, + "issues": 42, "subscribers": 4, - "stars": 508 + "stars": 494 }, "name": "@howljs/calendar-kit", "fullName": "howljs/react-native-calendar-kit", @@ -80483,18 +79337,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 8074, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android calendar-kit calendar-week-view" }, { @@ -80568,16 +79417,16 @@ "unmaintained": true, "npmPkg": "react-native-tooltiplize", "npm": { - "downloads": 58, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 99, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.73, "topicSearchString": "react-native ios android web tooltip tooltiplize tooltip-lib popover popover-view" }, { @@ -80603,8 +79452,8 @@ "pushedAt": "2025-02-26T08:49:21Z", "forks": 4, "issues": 1, - "subscribers": 7, - "stars": 61 + "subscribers": 6, + "stars": 58 }, "name": "vision-camera-dynamsoft-document-normalizer", "fullName": "tony-xlh/vision-camera-dynamsoft-document-normalizer", @@ -80643,15 +79492,15 @@ }, "npmPkg": "vision-camera-dynamsoft-document-normalizer", "npm": { - "downloads": 527, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 304, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": -0.22, "topicSearchString": "react-native ios android document-scanning document-scanner document-scan document-detection perspective-transformation crop automatic" }, { @@ -80709,9 +79558,9 @@ "unmaintained": true, "npmPkg": "react-native-match-media-polyfill", "npm": { - "downloads": 15199, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 20652, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -80771,9 +79620,9 @@ "unmaintained": true, "npmPkg": "react-ridge-state", "npm": { - "downloads": 10449, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7933, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -80838,16 +79687,16 @@ }, "npmPkg": "react-native-paper-autocomplete", "npm": { - "downloads": 199, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 441, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.325, + "popularity": -0.323, "topicSearchString": "react-native ios android" }, { @@ -80904,19 +79753,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 85922, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "css css-in-js match-media expo expo-web react react-native web responsive breakpoint polyfill" }, { @@ -80991,16 +79834,16 @@ }, "npmPkg": "react-native-form-component", "npm": { - "downloads": 379, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 608, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": 0.028, "topicSearchString": "react-native ios android form validated-form form-component component web picker pin-input otp validation declarative modal" }, { @@ -81029,10 +79872,10 @@ "updatedAt": "2022-09-30T16:14:30Z", "createdAt": "2019-02-01T15:52:36Z", "pushedAt": "2022-09-30T16:14:30Z", - "forks": 59, + "forks": 60, "issues": 10, "subscribers": 6, - "stars": 498 + "stars": 494 }, "name": "react-native-confetti-cannon", "fullName": "VincentCATILLON/react-native-confetti-cannon", @@ -81073,9 +79916,9 @@ "unmaintained": true, "npmPkg": "react-native-confetti-cannon", "npm": { - "downloads": 157186, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 124326, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -81089,7 +79932,7 @@ { "githubUrl": "https://github.com/acro5piano/react-native-big-calendar", "examples": [ - "https://github.com/acro5piano/react-native-big-calendar/tree/main/expo-demo", + "https://github.com/acro5piano/react-native-big-calendar/tree/main/rndemo", "https://react-native-big-calendar.vercel.app/" ], "images": [ @@ -81110,13 +79953,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-05T01:42:30Z", + "updatedAt": "2025-03-08T16:12:20Z", "createdAt": "2019-12-04T05:49:58Z", - "pushedAt": "2025-06-05T01:42:30Z", - "forks": 171, - "issues": 77, + "pushedAt": "2025-03-08T16:12:20Z", + "forks": 158, + "issues": 78, "subscribers": 7, - "stars": 497 + "stars": 485 }, "name": "react-native-big-calendar", "fullName": "acro5piano/react-native-big-calendar", @@ -81139,11 +79982,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v4.18.4", - "tagName": "v4.18.4", - "createdAt": "2025-06-05T01:45:22Z", - "publishedAt": "2025-06-05T01:46:00Z", - "isPrerelease": false + "name": "v5.0.0-beta.2", + "tagName": "v5.0.0-beta.2", + "createdAt": "2025-03-08T16:03:44Z", + "publishedAt": "2025-03-08T16:04:34Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, @@ -81151,15 +79994,14 @@ }, "npmPkg": "react-native-big-calendar", "npm": { - "downloads": 15008, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33027, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 41, "matchingScoreModifiers": [ "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -81235,9 +80077,9 @@ "unmaintained": true, "npmPkg": "expo-image-editor", "npm": { - "downloads": 943, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1157, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -81260,7 +80102,6 @@ "android": true, "expoGo": true, "web": true, - "tvos": true, "dev": true, "github": { "urls": { @@ -81276,10 +80117,10 @@ "updatedAt": "2025-02-25T09:46:14Z", "createdAt": "2022-04-02T12:30:41Z", "pushedAt": "2025-02-25T09:46:14Z", - "forks": 344, - "issues": 58, - "subscribers": 29, - "stars": 6457 + "forks": 326, + "issues": 42, + "subscribers": 28, + "stars": 6048 }, "name": "nativewind", "fullName": "nativewind/nativewind", @@ -81307,9 +80148,9 @@ }, "npmPkg": "nativewind", "npm": { - "downloads": 881127, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 733965, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -81380,18 +80221,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 24, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.808, + "popularity": -100, "topicSearchString": "react-native react native modal android ios backdrop simple animated" }, { @@ -81451,14 +80287,13 @@ }, "npmPkg": "react-native-snackbar-component", "npm": { - "downloads": 3229, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4067, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -81489,10 +80324,10 @@ "updatedAt": "2023-06-29T19:47:50Z", "createdAt": "2018-12-31T17:25:53Z", "pushedAt": "2023-06-29T19:47:50Z", - "forks": 45, + "forks": 44, "issues": 8, "subscribers": 4, - "stars": 113 + "stars": 110 }, "name": "expo-image-crop", "fullName": "brunon80/expo-image-crop", @@ -81518,16 +80353,16 @@ }, "npmPkg": "expo-image-crop", "npm": { - "downloads": 779, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1276, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "expo react-native crop image rotate" }, { @@ -81557,7 +80392,7 @@ "updatedAt": "2024-05-07T09:45:26Z", "createdAt": "2021-10-29T12:22:42Z", "pushedAt": "2024-05-07T09:45:26Z", - "forks": 5, + "forks": 6, "issues": 4, "subscribers": 1, "stars": 19 @@ -81585,18 +80420,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 47, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.329, + "popularity": -100, "topicSearchString": "expo-maps-polygon-editor maps polygon editor expo polygon-editor" }, { @@ -81663,19 +80493,13 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": { - "downloads": 204, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.721, + "popularity": -100, "topicSearchString": "react-native ios android maps draw maps-draw canvas polygon-overlay expo" }, { @@ -81700,13 +80524,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T09:35:29Z", + "updatedAt": "2024-08-06T14:14:50Z", "createdAt": "2022-12-05T22:50:37Z", - "pushedAt": "2025-05-27T09:35:29Z", - "forks": 7, - "issues": 1, - "subscribers": 3, - "stars": 150 + "pushedAt": "2024-08-06T14:14:50Z", + "forks": 6, + "issues": 0, + "subscribers": 4, + "stars": 145 }, "name": "react-native-skia-gesture", "fullName": "enzomanuelmangano/react-native-skia-gesture", @@ -81740,16 +80564,16 @@ }, "npmPkg": "react-native-skia-gesture", "npm": { - "downloads": 992, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 585, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 32, "matchingScoreModifiers": [ - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android gestures skia" }, { @@ -81757,9 +80581,7 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -81772,13 +80594,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T17:44:57Z", + "updatedAt": "2025-04-15T17:26:56Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-12T17:44:57Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-15T17:26:56Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-system-ui", "fullName": "expo/expo", @@ -81804,9 +80626,9 @@ }, "npmPkg": "expo-system-ui", "npm": { - "downloads": 2510620, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1837551, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -81873,16 +80695,16 @@ "unmaintained": true, "npmPkg": "react-native-flatboard", "npm": { - "downloads": 150, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 274, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.823, + "popularity": -0.821, "topicSearchString": "flatlist onboarding react-native swipable indicator" }, { @@ -81951,18 +80773,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 132, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -100, "topicSearchString": "react-native react native android ios tabbed-sections tabbed-section-list scrollview flatlist sectionlist scroll tabs" }, { @@ -81983,13 +80800,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-15T08:55:41Z", + "updatedAt": "2023-07-03T09:33:25Z", "createdAt": "2022-12-09T14:45:28Z", - "pushedAt": "2025-04-15T08:55:41Z", + "pushedAt": "2023-07-03T09:33:25Z", "forks": 1, "issues": 0, "subscribers": 7, - "stars": 19 + "stars": 18 }, "name": "react-native-performance-limiter", "fullName": "DataDog/react-native-performance-limiter", @@ -82010,10 +80827,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "0.3.0", - "tagName": "0.3.0", - "createdAt": "2025-04-29T14:37:28Z", - "publishedAt": "2025-04-29T15:48:03Z", + "name": "0.2.0", + "tagName": "0.2.0", + "createdAt": "2023-07-03T11:06:32Z", + "publishedAt": "2023-07-03T11:27:33Z", "isPrerelease": false }, "hasTypes": true, @@ -82022,12 +80839,13 @@ }, "npmPkg": "react-native-performance-limiter", "npm": { - "downloads": 14341, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11094, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.072, @@ -82061,7 +80879,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 21 + "stars": 22 }, "name": "react-native-basic-carousel", "fullName": "macvish/react-native-basic-carousel", @@ -82096,16 +80914,16 @@ }, "npmPkg": "react-native-basic-carousel", "npm": { - "downloads": 561, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 604, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.071, + "popularity": -0.072, "topicSearchString": "react-native carousel react slide slider swiper images scroll items snap android ios snapping autoplay" }, { @@ -82134,7 +80952,7 @@ "updatedAt": "2023-03-31T07:00:39Z", "createdAt": "2020-04-08T19:34:50Z", "pushedAt": "2023-03-31T07:00:39Z", - "forks": 58, + "forks": 60, "issues": 12, "subscribers": 7, "stars": 419 @@ -82180,9 +80998,9 @@ "unmaintained": true, "npmPkg": "react-native-stories-view", "npm": { - "downloads": 3381, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2987, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -82211,13 +81029,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T14:12:55Z", + "updatedAt": "2022-12-04T07:25:54Z", "createdAt": "2017-04-22T11:57:17Z", - "pushedAt": "2025-06-10T14:12:55Z", - "forks": 35, - "issues": 8, + "pushedAt": "2022-12-04T07:25:54Z", + "forks": 33, + "issues": 11, "subscribers": 3, - "stars": 228 + "stars": 226 }, "name": "react-native-settings", "fullName": "rmrs/react-native-settings", @@ -82237,29 +81055,30 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.0.2", - "tagName": "v1.0.2", - "createdAt": "2025-06-10T14:12:55Z", - "publishedAt": "2025-06-10T14:13:09Z", + "name": "v1.0.0", + "tagName": "v1.0.0", + "createdAt": "2022-11-05T16:20:56Z", + "publishedAt": "2022-11-05T16:26:38Z", "isPrerelease": false }, "hasTypes": false, "newArchitecture": false, "isArchived": false }, + "unmaintained": true, "npmPkg": "react-native-settings", "npm": { - "downloads": 5665, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5806, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.472, "topicSearchString": "react-native settings android xcode" }, { @@ -82288,9 +81107,9 @@ "createdAt": "2017-05-30T02:50:48Z", "pushedAt": "2021-11-03T08:58:33Z", "forks": 150, - "issues": 55, + "issues": 56, "subscribers": 10, - "stars": 447 + "stars": 446 }, "name": "react-native-system-setting", "fullName": "c19354837/react-native-system-setting", @@ -82328,12 +81147,13 @@ "unmaintained": true, "npmPkg": "react-native-system-setting", "npm": { - "downloads": 59401, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 145168, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ + "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -82365,7 +81185,7 @@ "forks": 20, "issues": 10, "subscribers": 3, - "stars": 139 + "stars": 138 }, "name": "react-native-actions-shortcuts", "fullName": "mouselangelo/react-native-actions-shortcuts", @@ -82403,9 +81223,9 @@ }, "npmPkg": "react-native-actions-shortcuts", "npm": { - "downloads": 4794, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6489, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -82435,26 +81255,26 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-17T22:11:36Z", + "updatedAt": "2025-01-23T11:04:04Z", "createdAt": "2020-06-26T22:40:28Z", - "pushedAt": "2025-06-17T22:11:36Z", - "forks": 57, - "issues": 9, - "subscribers": 10, - "stars": 350 + "pushedAt": "2025-01-23T11:04:04Z", + "forks": 50, + "issues": 23, + "subscribers": 12, + "stars": 309 }, - "name": "react-native-healthkit-mono", + "name": "@kingstinct/react-native-healthkit", "fullName": "kingstinct/react-native-healthkit", - "isPrivate": true, + "isPrivate": false, + "registry": "https://registry.npmjs.org/", "description": "HealthKit bindings for React Native with TypeScript", "topics": [ "react-native", - "nitro", + "ios", "healthkit", - "reactnative", "typescript", - "ios", - "react-hooks" + "react-hooks", + "reactnative" ], "license": { "key": "mit", @@ -82464,30 +81284,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "@kingstinct/react-native-healthkit@9.0.6", - "tagName": "@kingstinct/react-native-healthkit@9.0.6", - "createdAt": "2025-06-17T22:16:24Z", - "publishedAt": "2025-06-17T22:16:25Z", + "name": "Release 8.5.0", + "tagName": "v8.5.0", + "createdAt": "2025-01-23T11:04:09Z", + "publishedAt": "2025-01-23T11:05:52Z", "isPrerelease": false }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 22078, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, - "topicSearchString": "react-native nitro healthkit reactnative typescript ios react-hooks" + "popularity": -100, + "topicSearchString": "react-native ios healthkit typescript react-hooks reactnative" }, { "githubUrl": "https://github.com/Kingstinct/react-native-hotkeys", @@ -82547,16 +81360,16 @@ }, "npmPkg": "react-native-hotkeys", "npm": { - "downloads": 175, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 854, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.072, "topicSearchString": "react-native expo hotkeys reactnativekeys ios web" }, { @@ -82618,16 +81431,16 @@ "unmaintained": true, "npmPkg": "react-native-chunk-upload", "npm": { - "downloads": 544, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 306, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.724, "topicSearchString": "upload chunk chunk-upload chunked-upload resume resumable resumable-upload component reactnative react-native android ios javascript upload-file chunked-uploads blob" }, { @@ -82657,10 +81470,10 @@ "updatedAt": "2023-10-07T01:13:49Z", "createdAt": "2020-04-03T00:18:57Z", "pushedAt": "2023-10-07T01:13:49Z", - "forks": 299, + "forks": 298, "issues": 156, "subscribers": 9, - "stars": 1028 + "stars": 1021 }, "name": "react-native-dropdown-picker", "fullName": "hossein-zare/react-native-dropdown-picker", @@ -82715,9 +81528,9 @@ }, "npmPkg": "react-native-dropdown-picker", "npm": { - "downloads": 329713, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 331799, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -82752,10 +81565,10 @@ "updatedAt": "2024-10-24T22:06:18Z", "createdAt": "2022-12-01T07:56:48Z", "pushedAt": "2024-10-24T22:06:18Z", - "forks": 11, + "forks": 10, "issues": 1, - "subscribers": 2, - "stars": 37 + "subscribers": 1, + "stars": 35 }, "name": "react-native-libsodium", "fullName": "serenity-kit/react-native-libsodium", @@ -82790,13 +81603,12 @@ }, "npmPkg": "react-native-libsodium", "npm": { - "downloads": 5016, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4518, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -82831,7 +81643,7 @@ "forks": 30, "issues": 5, "subscribers": 4, - "stars": 288 + "stars": 289 }, "name": "rn-segmented-control", "fullName": "Karthik-B-06/react-native-segmented-control", @@ -82870,9 +81682,9 @@ }, "unmaintained": true, "npm": { - "downloads": 3899, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1112, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -82901,10 +81713,10 @@ "updatedAt": "2024-10-10T16:34:13Z", "createdAt": "2021-05-18T13:36:14Z", "pushedAt": "2024-10-10T16:34:13Z", - "forks": 43, - "issues": 26, + "forks": 41, + "issues": 22, "subscribers": 4, - "stars": 129 + "stars": 124 }, "name": "react-native-screenshot-prevent", "fullName": "killserver/react-native-screenshot-prevent", @@ -82935,9 +81747,9 @@ }, "npmPkg": "react-native-screenshot-prevent", "npm": { - "downloads": 32535, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36512, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -82971,7 +81783,7 @@ "forks": 1, "issues": 2, "subscribers": 2, - "stars": 29 + "stars": 28 }, "name": "react-native-hyperlinks", "fullName": "andresribeiro/react-native-hyperlinks", @@ -83013,16 +81825,16 @@ }, "npmPkg": "react-native-hyperlinks", "npm": { - "downloads": 219, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 188, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.218, "topicSearchString": "react-native react link links hyperlink hyperlinks hyper-link hypertext rn typescript fuzzy-links hashtag mention url" }, { @@ -83048,7 +81860,7 @@ "forks": 8, "issues": 3, "subscribers": 1, - "stars": 147 + "stars": 146 }, "name": "react-native-reanimated-image-viewer", "fullName": "andresribeiro/react-native-reanimated-image-viewer", @@ -83083,13 +81895,12 @@ }, "npmPkg": "react-native-reanimated-image-viewer", "npm": { - "downloads": 1742, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1339, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -83169,16 +81980,16 @@ "unmaintained": true, "npmPkg": "react-native-unicorn-modals", "npm": { - "downloads": 16, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 48, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.688, + "popularity": -0.708, "topicSearchString": "react-native expo modal popup react native ios android reanimated alert typescript dialog menu reanimated2" }, { @@ -83211,7 +82022,7 @@ "forks": 20, "issues": 6, "subscribers": 1, - "stars": 261 + "stars": 258 }, "name": "@kanelloc/react-native-animated-header-scroll-view", "fullName": "kanelloc/react-native-animated-header-scroll-view", @@ -83246,19 +82057,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1999, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android animated scrollview expo flatlist react" }, { @@ -83322,9 +82127,9 @@ "unmaintained": true, "npmPkg": "react-native-appearance-control", "npm": { - "downloads": 249, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 435, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -83383,16 +82188,16 @@ "unmaintained": true, "npmPkg": "react-native-code-push-dev-menu", "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.817, + "popularity": -0.826, "topicSearchString": "cicd codepush reactnative" }, { @@ -83414,13 +82219,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-16T21:19:40Z", + "updatedAt": "2025-04-13T22:00:18Z", "createdAt": "2022-08-27T13:38:37Z", - "pushedAt": "2025-05-16T21:19:40Z", - "forks": 25, - "issues": 2, - "subscribers": 5, - "stars": 700 + "pushedAt": "2025-04-13T22:00:18Z", + "forks": 26, + "issues": 3, + "subscribers": 6, + "stars": 673 }, "name": "react-native-android-widget", "fullName": "sAleksovski/react-native-android-widget", @@ -83442,10 +82247,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.17.0", - "tagName": "v0.17.0", - "createdAt": "2025-05-16T21:19:42Z", - "publishedAt": "2025-05-16T21:19:59Z", + "name": "Release 0.16.1", + "tagName": "v0.16.1", + "createdAt": "2025-04-13T21:55:22Z", + "publishedAt": "2025-04-13T21:55:41Z", "isPrerelease": false }, "hasTypes": true, @@ -83454,13 +82259,14 @@ }, "npmPkg": "react-native-android-widget", "npm": { - "downloads": 3546, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3686, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -83489,7 +82295,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 11 + "stars": 10 }, "name": "react-native-apple-mapkit-directions", "fullName": "Splicer97/react-native-apple-mapkit-directions", @@ -83525,16 +82331,16 @@ "unmaintained": true, "npmPkg": "react-native-apple-mapkit-directions", "npm": { - "downloads": 83, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 79, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.826, + "popularity": -0.825, "topicSearchString": "react-native ios apple mapkit directions maps" }, { @@ -83588,16 +82394,16 @@ "unmaintained": true, "npmPkg": "react-native-circular-chart", "npm": { - "downloads": 639, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 534, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "donut-chart circle-chart circular-chart chart react-native animation animation-library" }, { @@ -83624,13 +82430,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T11:37:07Z", + "updatedAt": "2025-04-16T17:48:20Z", "createdAt": "2019-02-15T03:37:05Z", - "pushedAt": "2025-06-21T11:37:07Z", - "forks": 94, + "pushedAt": "2025-04-16T17:48:20Z", + "forks": 92, "issues": 2, "subscribers": 18, - "stars": 1997 + "stars": 1987 }, "name": "@data-client/react", "fullName": "reactive/data-client", @@ -83688,20 +82494,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2041, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react data cache flux suspense fetch hook networking async concurrent-mode typescript async data-fetching data-cache reactive state-management api-client api normalized-cache swr query front-end mobile react-native ios android web expo expogo nextjs middleware websocket rest graphql rpc sse declarative dynamic-data mutations" }, { @@ -83761,17 +82560,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 471, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -100, "topicSearchString": "react-native mytracker react native my.com" }, { @@ -83832,18 +82626,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 104, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -100, "topicSearchString": "react-native react maps osmdroid open-street-maps osm android" }, { @@ -83868,7 +82657,7 @@ "forks": 22, "issues": 4, "subscribers": 8, - "stars": 92 + "stars": 90 }, "name": "@sparkfabrik/react-native-idfa-aaid", "fullName": "sparkfabrik/sparkfabrik-react-native-idfa-aaid", @@ -83900,19 +82689,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 95812, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android idfa aaid advertising" }, { @@ -83932,13 +82715,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-12T07:53:26Z", + "updatedAt": "2025-04-16T07:42:29Z", "createdAt": "2023-01-07T02:59:05Z", - "pushedAt": "2025-06-12T07:53:26Z", - "forks": 70, - "issues": 53, + "pushedAt": "2025-04-16T07:42:29Z", + "forks": 63, + "issues": 52, "subscribers": 10, - "stars": 304 + "stars": 277 }, "name": "react-native-health-connect", "fullName": "matinzd/react-native-health-connect", @@ -83960,10 +82743,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 3.3.3", - "tagName": "v3.3.3", - "createdAt": "2025-05-19T11:24:20Z", - "publishedAt": "2025-05-19T11:24:27Z", + "name": "Release 3.3.2", + "tagName": "v3.3.2", + "createdAt": "2024-12-28T15:56:46Z", + "publishedAt": "2024-12-28T15:56:54Z", "isPrerelease": false }, "hasTypes": true, @@ -83972,9 +82755,9 @@ }, "npmPkg": "react-native-health-connect", "npm": { - "downloads": 33252, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34611, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -84007,9 +82790,9 @@ "createdAt": "2023-01-14T13:12:08Z", "pushedAt": "2025-01-21T09:53:06Z", "forks": 2, - "issues": 3, + "issues": 2, "subscribers": 3, - "stars": 83 + "stars": 81 }, "name": "react-native-simple-line-chart", "fullName": "Malaa-tech/react-native-simple-line-chart", @@ -84050,9 +82833,9 @@ }, "npmPkg": "react-native-simple-line-chart", "npm": { - "downloads": 2064, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1388, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -84088,9 +82871,9 @@ "createdAt": "2023-02-06T16:36:24Z", "pushedAt": "2024-12-01T00:02:05Z", "forks": 10, - "issues": 9, + "issues": 7, "subscribers": 2, - "stars": 189 + "stars": 185 }, "name": "react-native-qrcode-styled", "fullName": "tokkozhin/react-native-qrcode-styled", @@ -84126,14 +82909,13 @@ }, "npmPkg": "react-native-qrcode-styled", "npm": { - "downloads": 86723, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 76347, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -84145,7 +82927,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/dotnet/aspnetcore", @@ -84160,10 +82941,10 @@ "updatedAt": "2024-11-01T17:42:18Z", "createdAt": "2014-03-11T06:09:42Z", "pushedAt": "2024-11-01T17:42:18Z", - "forks": 10228, - "issues": 3749, - "subscribers": 1438, - "stars": 36784 + "forks": 10159, + "issues": 3548, + "subscribers": 1442, + "stars": 36468 }, "name": "@microsoft/signalr", "fullName": "dotnet/aspnetcore", @@ -84184,22 +82965,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2898982, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "signalr aspnetcore" }, { @@ -84228,10 +83000,10 @@ "updatedAt": "2024-06-15T09:56:48Z", "createdAt": "2019-03-16T19:38:11Z", "pushedAt": "2024-06-15T09:56:48Z", - "forks": 48, - "issues": 6, + "forks": 47, + "issues": 4, "subscribers": 2, - "stars": 239 + "stars": 232 }, "name": "rn-vertical-slider", "fullName": "sacmii/rn-vertical-slider", @@ -84269,9 +83041,9 @@ }, "npmPkg": "rn-vertical-slider", "npm": { - "downloads": 3838, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5055, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -84306,9 +83078,9 @@ "createdAt": "2023-01-13T18:03:26Z", "pushedAt": "2025-02-18T10:06:03Z", "forks": 25, - "issues": 8, + "issues": 7, "subscribers": 5, - "stars": 276 + "stars": 268 }, "name": "@showtime-xyz/tab-view", "fullName": "showtime-xyz/showtime-tab-view", @@ -84338,18 +83110,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2303, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -84374,10 +83140,10 @@ "updatedAt": "2023-01-31T11:51:32Z", "createdAt": "2023-01-23T20:51:57Z", "pushedAt": "2023-01-31T11:51:32Z", - "forks": 79, + "forks": 78, "issues": 5, "subscribers": 13, - "stars": 575 + "stars": 572 }, "name": "react-native-chatgpt", "fullName": "rgommezz/react-native-chatgpt", @@ -84406,9 +83172,9 @@ "unmaintained": true, "npmPkg": "react-native-chatgpt", "npm": { - "downloads": 82, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 109, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -84416,7 +83182,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.722, "topicSearchString": "react-native ios android chatbot chatgpt react" }, { @@ -84448,7 +83214,7 @@ "forks": 60, "issues": 6, "subscribers": 3, - "stars": 157 + "stars": 153 }, "name": "react-native-amazing-cropper", "fullName": "ggunti/react-native-amazing-cropper", @@ -84478,16 +83244,17 @@ }, "npmPkg": "react-native-amazing-cropper", "npm": { - "downloads": 248, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 771, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": 0.027, "topicSearchString": "react-native react crop rotate image cropper rotation ios android" }, { @@ -84508,13 +83275,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-29T16:13:40Z", + "updatedAt": "2025-04-09T07:16:43Z", "createdAt": "2020-04-01T21:32:42Z", - "pushedAt": "2025-05-29T16:13:40Z", + "pushedAt": "2025-04-09T07:16:43Z", "forks": 28, "issues": 2, "subscribers": 4, - "stars": 117 + "stars": 113 }, "name": "@draftbit/ui", "fullName": "draftbit/react-native-jigsaw", @@ -84536,18 +83303,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5269, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -84556,7 +83318,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "expoGo": true, "github": { "urls": { @@ -84569,13 +83330,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-16T14:06:03Z", + "updatedAt": "2024-08-25T07:03:43Z", "createdAt": "2016-11-09T16:34:37Z", - "pushedAt": "2025-05-16T14:06:03Z", - "forks": 81, + "pushedAt": "2024-08-25T07:03:43Z", + "forks": 78, "issues": 7, "subscribers": 38, - "stars": 1157 + "stars": 1151 }, "name": "css-to-react-native", "fullName": "styled-components/css-to-react-native", @@ -84608,15 +83369,16 @@ }, "npmPkg": "css-to-react-native", "npm": { - "downloads": 29240678, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27399240, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -84642,9 +83404,9 @@ "createdAt": "2015-06-09T19:25:38Z", "pushedAt": "2025-04-03T18:53:22Z", "forks": 1753, - "issues": 108, - "subscribers": 330, - "stars": 21924 + "issues": 102, + "subscribers": 332, + "stars": 21854 }, "name": "babel-plugin-react-native-web", "fullName": "necolas/react-native-web", @@ -84665,16 +83427,17 @@ }, "npmPkg": "babel-plugin-react-native-web", "npm": { - "downloads": 5838386, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6057279, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -84740,9 +83503,9 @@ }, "npmPkg": "react-native-month", "npm": { - "downloads": 11320, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11243, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -84765,20 +83528,20 @@ "urls": { "repo": "https://github.com/a-tokyo/react-native-flex-grid", "clone": "https://github.com/a-tokyo/react-native-flex-grid.git", - "homepage": "https://react-native-flex-grid.ahmedtokyo.com/?path=/docs/components-layout--layout" + "homepage": "https://react-native-flex-grid.ahmedtokyo.com" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-31T14:00:32Z", + "updatedAt": "2025-04-11T00:40:50Z", "createdAt": "2022-12-27T02:20:18Z", - "pushedAt": "2025-05-31T14:00:32Z", + "pushedAt": "2025-04-11T00:40:50Z", "forks": 5, "issues": 1, "subscribers": 3, - "stars": 48 + "stars": 42 }, "name": "react-native-flex-grid", "fullName": "a-tokyo/react-native-flex-grid", @@ -84815,10 +83578,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.0.6", - "tagName": "1.0.6", - "createdAt": "2025-05-31T14:00:32Z", - "publishedAt": "2025-05-31T14:03:12Z", + "name": "1.0.4", + "tagName": "1.0.4", + "createdAt": "2024-02-24T04:04:23Z", + "publishedAt": "2024-02-24T04:07:11Z", "isPrerelease": false }, "hasTypes": true, @@ -84827,9 +83590,9 @@ }, "npmPkg": "react-native-flex-grid", "npm": { - "downloads": 1223, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 755, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ @@ -84866,10 +83629,10 @@ "updatedAt": "2023-07-10T03:45:37Z", "createdAt": "2017-05-26T06:48:38Z", "pushedAt": "2023-07-10T03:45:37Z", - "forks": 321, - "issues": 287, + "forks": 316, + "issues": 284, "subscribers": 24, - "stars": 1313 + "stars": 1302 }, "name": "react-native-amap3d", "fullName": "qiuxiang/react-native-amap3d", @@ -84901,9 +83664,9 @@ }, "npmPkg": "react-native-amap3d", "npm": { - "downloads": 413, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 629, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -84913,7 +83676,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": 0.029, "topicSearchString": "react-native amap maps mapview" }, { @@ -84937,13 +83700,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-05T17:11:22Z", + "updatedAt": "2025-04-11T23:30:48Z", "createdAt": "2020-02-06T08:11:13Z", - "pushedAt": "2025-06-05T17:11:22Z", - "forks": 49, - "issues": 17, - "subscribers": 40, - "stars": 116 + "pushedAt": "2025-04-11T23:30:48Z", + "forks": 47, + "issues": 16, + "subscribers": 39, + "stars": 115 }, "name": "mixpanel-react-native", "fullName": "mixpanel/mixpanel-react-native", @@ -84970,10 +83733,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "Release v3.1.2", - "tagName": "v3.1.2", - "createdAt": "2025-06-05T17:10:29Z", - "publishedAt": "2025-06-05T17:11:55Z", + "name": "Release v3.0.9", + "tagName": "v3.0.9", + "createdAt": "2025-04-11T23:30:01Z", + "publishedAt": "2025-04-11T23:31:16Z", "isPrerelease": false }, "hasTypes": false, @@ -84982,9 +83745,9 @@ }, "npmPkg": "mixpanel-react-native", "npm": { - "downloads": 342483, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 281490, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -85052,8 +83815,8 @@ "npmPkg": "react-native-block-store", "npm": { "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -85082,13 +83845,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-29T12:28:06Z", + "updatedAt": "2025-02-02T14:01:33Z", "createdAt": "2023-03-04T13:46:43Z", - "pushedAt": "2025-05-29T12:28:06Z", - "forks": 13, + "pushedAt": "2025-02-02T14:01:33Z", + "forks": 12, "issues": 0, "subscribers": 5, - "stars": 86 + "stars": 78 }, "name": "@pushpendersingh/react-native-scanner", "fullName": "pushpender-singh-ap/react-native-scanner", @@ -85122,18 +83885,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 373, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -100, "topicSearchString": "react-native ios android barcode barcode-scanner qrcode qrcode-scanner" }, { @@ -85154,13 +83911,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-10T08:25:48Z", + "updatedAt": "2025-04-08T08:28:12Z", "createdAt": "2023-03-09T05:59:16Z", - "pushedAt": "2025-06-10T08:25:48Z", - "forks": 15, - "issues": 4, + "pushedAt": "2025-04-08T08:28:12Z", + "forks": 14, + "issues": 5, "subscribers": 1, - "stars": 224 + "stars": 209 }, "name": "react-native-ssl-public-key-pinning", "fullName": "frw/react-native-ssl-public-key-pinning", @@ -85196,9 +83953,9 @@ }, "npmPkg": "react-native-ssl-public-key-pinning", "npm": { - "downloads": 55292, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 46960, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -85271,9 +84028,9 @@ }, "npmPkg": "react-native-a11y-slider", "npm": { - "downloads": 5335, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4791, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -85315,7 +84072,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 21 + "stars": 19 }, "name": "react-fancy-qrcode", "fullName": "jgillick/react-fancy-qrcode", @@ -85346,9 +84103,9 @@ }, "npmPkg": "react-fancy-qrcode", "npm": { - "downloads": 1344, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 830, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -85428,18 +84185,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native react mobile ios android http interceptor mock-api mock network pretender prototype server testing mockapi typescipt" }, { @@ -85468,13 +84220,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-13T11:44:29Z", + "updatedAt": "2025-02-16T18:55:36Z", "createdAt": "2022-01-04T07:33:01Z", - "pushedAt": "2025-06-13T11:44:29Z", - "forks": 23, - "issues": 3, + "pushedAt": "2025-02-16T18:55:36Z", + "forks": 21, + "issues": 1, "subscribers": 2, - "stars": 142 + "stars": 132 }, "name": "react-native-input-select", "fullName": "azeezat/react-native-select", @@ -85507,10 +84259,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.1.4", - "tagName": "v2.1.4", - "createdAt": "2025-06-13T11:44:29Z", - "publishedAt": "2025-06-13T11:44:30Z", + "name": "Release 2.1.3", + "tagName": "v2.1.3", + "createdAt": "2025-02-16T18:55:36Z", + "publishedAt": "2025-02-16T18:55:37Z", "isPrerelease": false }, "hasTypes": true, @@ -85518,13 +84270,12 @@ "isArchived": false }, "npm": { - "downloads": 9349, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7884, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -85551,7 +84302,7 @@ "forks": 10, "issues": 6, "subscribers": 1, - "stars": 30 + "stars": 29 }, "name": "react-native-animated-bottom-drawer", "fullName": "AtharvaDeolalikar/react-native-animated-bottom-drawer", @@ -85573,9 +84324,9 @@ }, "npmPkg": "react-native-animated-bottom-drawer", "npm": { - "downloads": 1966, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1047, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -85610,7 +84361,7 @@ "forks": 5, "issues": 1, "subscribers": 1, - "stars": 38 + "stars": 37 }, "name": "react-native-is-maestro", "fullName": "jpudysz/react-native-is-maestro", @@ -85644,9 +84395,9 @@ }, "npmPkg": "react-native-is-maestro", "npm": { - "downloads": 5071, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5590, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -85678,13 +84429,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-11T14:04:15Z", + "updatedAt": "2024-12-20T14:56:33Z", "createdAt": "2023-03-09T11:19:24Z", - "pushedAt": "2025-06-11T14:04:15Z", - "forks": 7, - "issues": 3, + "pushedAt": "2024-12-20T14:56:33Z", + "forks": 4, + "issues": 4, "subscribers": 3, - "stars": 198 + "stars": 177 }, "name": "react-native-pdf-renderer", "fullName": "douglasjunior/react-native-pdf-renderer", @@ -85718,13 +84469,12 @@ }, "npmPkg": "react-native-pdf-renderer", "npm": { - "downloads": 17566, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 15587, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -85782,19 +84532,18 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-use-list", "npm": { - "downloads": 176, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 116, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -0.216, "topicSearchString": "react-native ios android flatlist sectionlist virtualizedlist" }, { @@ -85822,7 +84571,7 @@ "forks": 1, "issues": 0, "subscribers": 3, - "stars": 19 + "stars": 18 }, "name": "@ahmedrowaihi/react-native-i18n-storage", "fullName": "ahmedrowaihi/react-native-i18n-storage", @@ -85852,18 +84601,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -85890,8 +84634,8 @@ "updatedAt": "2025-04-03T16:56:15Z", "createdAt": "2023-05-28T13:49:50Z", "pushedAt": "2025-04-03T16:56:15Z", - "forks": 8, - "issues": 5, + "forks": 6, + "issues": 4, "subscribers": 3, "stars": 60 }, @@ -85932,12 +84676,13 @@ }, "npmPkg": "react-native-code-highlighter", "npm": { - "downloads": 5836, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4184, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -85958,42 +84703,27 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-24T15:33:48Z", + "updatedAt": "2025-02-26T12:58:56Z", "createdAt": "2023-06-02T12:05:48Z", - "pushedAt": "2025-05-24T15:33:48Z", - "forks": 31, - "issues": 1, + "pushedAt": "2025-02-26T12:58:56Z", + "forks": 30, + "issues": 2, "subscribers": 3, - "stars": 280 + "stars": 261 }, "name": "react-native-screenguard", "fullName": "gbumps/react-native-screenguard", "isPrivate": false, "description": "A Native screenshot blocking library for React-Native developer, with background customizable after captured. Screenshot detector are also supported.", "topics": [ - "screenguard", - "detector", - "screen-capture", + "react", + "native", "capture", "protection", + "screen-capture", "prevent", "screenshot", "capture-protection", - "screenshot-prevent", - "screenshot-blocker", - "screenshot-detector", - "screenshot-protection", - "screenshot-prevention", - "screenshot-blocking", - "screenshot-block", - "screenshot-blocking-ios", - "screenshot-blocking-android", - "screenshot-block-ios", - "screenshot-block-android", - "screenshot-blocker-ios", - "screenshot-blocker-android", - "react", - "native", "ios", "android" ], @@ -86005,30 +84735,29 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.0.9", - "tagName": "v.1.0.8", - "createdAt": "2025-05-22T17:38:56Z", - "publishedAt": "2025-05-22T18:06:36Z", + "name": "v1.0.6 - stable", + "tagName": "v1.0.6", + "createdAt": "2025-02-27T08:26:11Z", + "publishedAt": "2025-02-27T08:33:44Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-screenguard", "npm": { - "downloads": 26255, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 17830, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "screenguard detector screen-capture capture protection prevent screenshot capture-protection screenshot-prevent screenshot-blocker screenshot-detector screenshot-protection screenshot-prevention screenshot-blocking screenshot-block screenshot-blocking-ios screenshot-blocking-android screenshot-block-ios screenshot-block-android screenshot-blocker-ios screenshot-blocker-android react native ios android" + "topicSearchString": "react native capture protection screen-capture prevent screenshot capture-protection ios android" }, { "githubUrl": "https://github.com/4cc3ssX/react-native-totp-utils", @@ -86059,7 +84788,7 @@ "forks": 2, "issues": 3, "subscribers": 2, - "stars": 24 + "stars": 23 }, "name": "react-native-totp-utils", "fullName": "4cc3ssX/react-native-totp-utils", @@ -86093,15 +84822,13 @@ }, "npmPkg": "react-native-totp-utils", "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 69, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 35, - "matchingScoreModifiers": [ - "Not updated recently" - ], - "popularity": -0.85, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.821, "topicSearchString": "react-native ios android totp totp-utils" }, { @@ -86148,16 +84875,16 @@ }, "npmPkg": "react-native-hardwired", "npm": { - "downloads": 4, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.1, + "popularity": -0.267, "topicSearchString": "" }, { @@ -86176,13 +84903,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T10:54:26Z", + "updatedAt": "2025-04-16T10:48:35Z", "createdAt": "2023-06-09T10:46:18Z", - "pushedAt": "2025-06-21T10:54:26Z", - "forks": 8, + "pushedAt": "2025-04-16T10:48:35Z", + "forks": 6, "issues": 3, "subscribers": 1, - "stars": 146 + "stars": 128 }, "name": "react-native-maps-routes", "fullName": "huextrat/react-native-maps-routes", @@ -86202,10 +84929,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.2.1", - "tagName": "v1.2.1", - "createdAt": "2025-06-12T17:18:56Z", - "publishedAt": "2025-06-12T17:19:01Z", + "name": "v1.0.4", + "tagName": "v1.0.4", + "createdAt": "2025-03-01T17:10:45Z", + "publishedAt": "2025-03-01T17:10:50Z", "isPrerelease": false }, "hasTypes": true, @@ -86214,16 +84941,16 @@ }, "npmPkg": "react-native-maps-routes", "npm": { - "downloads": 1185, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 733, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.029, "topicSearchString": "react-native maps ios android" }, { @@ -86282,16 +85009,16 @@ "unmaintained": true, "npmPkg": "react-native-esper-sdk", "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 76, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.85, + "popularity": -0.811, "topicSearchString": "react-native ios android" }, { @@ -86317,9 +85044,9 @@ "createdAt": "2022-06-21T18:48:40Z", "pushedAt": "2024-10-29T18:46:30Z", "forks": 2, - "issues": 4, + "issues": 3, "subscribers": 3, - "stars": 166 + "stars": 162 }, "name": "@vonovak/react-native-theme-control", "fullName": "vonovak/react-native-theme-control", @@ -86354,18 +85081,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 2419, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 32, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android theme dark dark-mode apearance hacktoberfest" }, { @@ -86423,16 +85144,16 @@ }, "npmPkg": "react-native-rsa-signer", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.305, "topicSearchString": "react-native rsa jwt encryption security numero" }, { @@ -86440,12 +85161,8 @@ "examples": [ "https://github.com/aidin36/react-native-pie-chart/tree/main/example" ], - "images": [ - "https://raw.githubusercontent.com/aidin36/react-native-pie-chart/main/preview.png" - ], "ios": true, "android": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/aidin36/react-native-pie-chart", @@ -86463,7 +85180,7 @@ "forks": 5, "issues": 1, "subscribers": 2, - "stars": 41 + "stars": 39 }, "name": "react-native-pie-chart", "fullName": "aidin36/react-native-pie-chart", @@ -86496,9 +85213,9 @@ }, "npmPkg": "react-native-pie-chart", "npm": { - "downloads": 32600, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27355, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -86536,7 +85253,7 @@ "forks": 0, "issues": 0, "subscribers": 2, - "stars": 9 + "stars": 8 }, "name": "@alcs/react-native-input-autofocus", "fullName": "fracht/react-native-input-autofocus", @@ -86562,19 +85279,13 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": { - "downloads": 425, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.822, + "popularity": -100, "topicSearchString": "react-native autofocus next-field enter onenter input textfield" }, { @@ -86593,13 +85304,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T04:58:43Z", + "updatedAt": "2025-04-04T01:37:19Z", "createdAt": "2019-04-03T21:57:31Z", - "pushedAt": "2025-06-21T04:58:43Z", + "pushedAt": "2025-04-04T01:37:19Z", "forks": 3, "issues": 7, "subscribers": 4, - "stars": 39 + "stars": 40 }, "name": "react-native-web-jsonschema-form", "fullName": "CareLuLu/react-native-web-jsonschema-form", @@ -86627,9 +85338,9 @@ }, "npmPkg": "react-native-web-jsonschema-form", "npm": { - "downloads": 1224, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1442, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ @@ -86693,18 +85404,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 106, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.822, + "popularity": -100, "topicSearchString": "react-native ios apple-music apple-music-api music apple" }, { @@ -86728,10 +85434,10 @@ "updatedAt": "2025-01-27T06:34:55Z", "createdAt": "2021-03-09T09:27:12Z", "pushedAt": "2025-01-27T06:34:55Z", - "forks": 27, - "issues": 18, - "subscribers": 7, - "stars": 358 + "forks": 26, + "issues": 12, + "subscribers": 8, + "stars": 339 }, "name": "react-native-keys", "fullName": "numandev1/react-native-keys", @@ -86779,9 +85485,9 @@ }, "npmPkg": "react-native-keys", "npm": { - "downloads": 14706, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13044, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -86795,17 +85501,11 @@ "githubUrl": "https://github.com/Sharcoux/slider", "npmPkg": "@react-native-assets/slider", "examples": [ - "https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8" - ], - "images": [ - "https://github.com/Sharcoux/slider/blob/master/slider.gif" + "https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8?file=/src/App.js" ], - "android": true, "ios": true, + "android": true, "web": true, - "expoGo": true, - "fireos": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/Sharcoux/slider", @@ -86817,13 +85517,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-26T09:38:43Z", + "updatedAt": "2025-04-07T18:55:52Z", "createdAt": "2020-05-06T14:14:41Z", - "pushedAt": "2025-05-26T09:38:43Z", + "pushedAt": "2025-04-07T18:55:52Z", "forks": 32, "issues": 2, "subscribers": 1, - "stars": 177 + "stars": 172 }, "name": "@react-native-assets/slider", "fullName": "Sharcoux/slider", @@ -86848,19 +85548,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 50798, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react native web slider range" }, { @@ -86884,13 +85578,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-09T09:22:40Z", + "updatedAt": "2025-04-14T09:01:35Z", "createdAt": "2017-01-17T17:26:46Z", - "pushedAt": "2025-06-09T09:22:40Z", - "forks": 405, - "issues": 39, + "pushedAt": "2025-04-14T09:01:35Z", + "forks": 399, + "issues": 36, "subscribers": 31, - "stars": 5168 + "stars": 4997 }, "name": "@lingui/react", "fullName": "lingui/js-lingui", @@ -86922,21 +85616,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 951948, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react component react-component react-native i18n internationalization i9n translation icu messageformat multilingual localization l10n" }, { @@ -86998,16 +85684,16 @@ }, "npmPkg": "react-native-ultimate-icons", "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.225, + "popularity": -0.35, "topicSearchString": "react-native ios android svg-icons typescript" }, { @@ -87071,9 +85757,9 @@ }, "npmPkg": "react-native-click-outside", "npm": { - "downloads": 31956, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 32874, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -87104,10 +85790,10 @@ "updatedAt": "2025-03-03T18:58:16Z", "createdAt": "2023-04-08T15:54:14Z", "pushedAt": "2025-03-03T18:58:16Z", - "forks": 10, - "issues": 5, + "forks": 11, + "issues": 3, "subscribers": 1, - "stars": 103 + "stars": 95 }, "name": "react-native-localization-settings", "fullName": "jakex7/react-native-localization-settings", @@ -87146,9 +85832,9 @@ }, "npmPkg": "react-native-localization-settings", "npm": { - "downloads": 47846, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16810, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -87181,10 +85867,10 @@ "updatedAt": "2025-03-02T07:55:40Z", "createdAt": "2020-04-20T07:38:09Z", "pushedAt": "2025-03-02T07:55:40Z", - "forks": 18, - "issues": 2, + "forks": 15, + "issues": 1, "subscribers": 3, - "stars": 65 + "stars": 62 }, "name": "@rnw-community/react-native-payments", "fullName": "rnw-community/rnw-community", @@ -87218,17 +85904,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 27189, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native apple-pay google-pay payment-request payments android ios android-pay apple-pay payment-intents cross-platform payments expo expo-plugin" }, { @@ -87290,9 +85971,9 @@ }, "npmPkg": "react-native-detect-maestro", "npm": { - "downloads": 1608, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2533, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -87358,15 +86039,15 @@ }, "npmPkg": "react-native-widget-picker", "npm": { - "downloads": 1101, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1139, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.073, "topicSearchString": "react react-native component android android-widget widget home-screen home-screen-widget" }, { @@ -87377,7 +86058,6 @@ "ios": true, "android": true, "web": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/kesha-antonov/react-native-zoom-reanimated", @@ -87395,7 +86075,7 @@ "forks": 19, "issues": 8, "subscribers": 3, - "stars": 224 + "stars": 217 }, "name": "react-native-zoom-reanimated", "fullName": "kesha-antonov/react-native-zoom-reanimated", @@ -87427,9 +86107,9 @@ }, "npmPkg": "react-native-zoom-reanimated", "npm": { - "downloads": 16623, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25439, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -87509,22 +86189,17 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 115, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -100, "topicSearchString": "android ios web react-native reactjs native react ui-library responsive-ui bootstrap dark-mode mergerefs ui kit component" }, { - "githubUrl": "https://github.com/situmtech/react-native/tree/master/plugin", + "githubUrl": "https://github.com/situmtech/react-native", "npmPkg": "@situm/react-native", "examples": [ "https://github.com/situmtech/react-native/tree/master/example" @@ -87538,59 +86213,53 @@ "urls": { "repo": "https://github.com/situmtech/react-native", "clone": "https://github.com/situmtech/react-native.git", - "homepage": "https://github.com/situmtech/react-native#readme" + "homepage": "https://situm.com/docs/a-basic-react-native-app/" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T09:52:19Z", + "updatedAt": "2025-04-08T12:45:47Z", "createdAt": "2020-05-19T12:55:18Z", - "pushedAt": "2025-06-18T09:52:19Z", + "pushedAt": "2025-04-08T12:45:47Z", "forks": 6, "issues": 0, "subscribers": 5, - "stars": 37 + "stars": 36 }, "name": "@situm/react-native", "fullName": "situmtech/react-native", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "Situm Wayfinding for React Native. Integrate plug&play navigation experience with indoor maps, routes and turn-by-turn directions in no time. With the power of Situm.", + "description": "React Native for bringing Situm Indoor Positioning and wayfinding technology to hybrid apps", "topics": [ "react-native", "situm", "indoor-positioning", - "indoor-maps", "wayfinding", "ios", "android" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 860, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, - "topicSearchString": "react-native situm indoor-positioning indoor-maps wayfinding ios android" + "popularity": -100, + "topicSearchString": "react-native situm indoor-positioning wayfinding ios android" }, { "githubUrl": "https://github.com/ory/kratos-selfservice-ui-react-native", @@ -87617,13 +86286,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-18T10:43:21Z", + "updatedAt": "2025-03-12T16:20:36Z", "createdAt": "2020-08-03T09:32:56Z", - "pushedAt": "2025-06-18T10:43:21Z", - "forks": 31, - "issues": 2, - "subscribers": 11, - "stars": 99 + "pushedAt": "2025-03-12T16:20:36Z", + "forks": 30, + "issues": 1, + "subscribers": 9, + "stars": 95 }, "name": "@ory/expo-login-registration-template", "fullName": "ory/kratos-selfservice-ui-react-native", @@ -87651,9 +86320,8 @@ }, "npmPkg": "kratos-selfservice-ui-react-native", "npm": {}, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": -100, @@ -87717,16 +86385,16 @@ }, "npmPkg": "react-native-cone-slider", "npm": { - "downloads": 55, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.332, + "popularity": -0.287, "topicSearchString": "react-native ios android" }, { @@ -87794,16 +86462,16 @@ }, "npmPkg": "react-native-palette-picker", "npm": { - "downloads": 46, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 56, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.328, + "popularity": -0.314, "topicSearchString": "react-native android react palette image-colors dominant image color palette-api" }, { @@ -87831,7 +86499,7 @@ "forks": 35, "issues": 15, "subscribers": 1, - "stars": 48 + "stars": 46 }, "name": "react-native-vimeo-iframe", "fullName": "MetaLabs-inc/react-native-vimeo-iframe", @@ -87869,9 +86537,9 @@ }, "npmPkg": "react-native-vimeo-iframe", "npm": { - "downloads": 25383, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26045, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -87938,16 +86606,16 @@ "unmaintained": true, "npmPkg": "react-native-components-tracking", "npm": { - "downloads": 105, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 85, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.821, + "popularity": -0.815, "topicSearchString": "react-native ios android" }, { @@ -88008,23 +86676,22 @@ }, "npmPkg": "react-native-squish-button", "npm": { - "downloads": 22, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 49, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.305, + "popularity": -0.309, "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/troberts-28/react-native-timer-picker", "examples": [ - "https://github.com/troberts-28/react-native-timer-picker/tree/main/examples/example-bare", - "https://github.com/troberts-28/react-native-timer-picker/tree/main/examples/example-expo" + "https://github.com/troberts-28/react-native-timer-picker/tree/main/example" ], "images": [ "https://raw.githubusercontent.com/troberts-28/react-native-timer-picker/main/demos/example1.gif", @@ -88047,13 +86714,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-19T13:44:03Z", + "updatedAt": "2025-03-26T12:23:04Z", "createdAt": "2023-08-10T10:55:24Z", - "pushedAt": "2025-05-19T13:44:03Z", - "forks": 21, + "pushedAt": "2025-03-26T12:23:04Z", + "forks": 19, "issues": 2, "subscribers": 1, - "stars": 185 + "stars": 173 }, "name": "react-native-timer-picker", "fullName": "troberts-28/react-native-timer-picker", @@ -88096,10 +86763,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release v2.2.0", - "tagName": "v2.2.0", - "createdAt": "2025-05-19T13:44:13Z", - "publishedAt": "2025-05-19T14:01:18Z", + "name": "Release v2.1.1", + "tagName": "v2.1.1", + "createdAt": "2025-03-31T15:14:30Z", + "publishedAt": "2025-03-31T15:15:47Z", "isPrerelease": false }, "hasTypes": true, @@ -88108,13 +86775,13 @@ }, "npmPkg": "react-native-timer-picker", "npm": { - "downloads": 16136, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13101, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -88141,7 +86808,7 @@ "updatedAt": "2024-03-03T08:52:29Z", "createdAt": "2023-08-21T14:21:27Z", "pushedAt": "2024-03-03T08:52:29Z", - "forks": 2, + "forks": 1, "issues": 0, "subscribers": 1, "stars": 23 @@ -88176,16 +86843,16 @@ }, "npmPkg": "react-native-simple-keypad", "npm": { - "downloads": 321, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 245, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.321, "topicSearchString": "react-native ios android" }, { @@ -88251,16 +86918,16 @@ }, "npmPkg": "react-native-responsive-scalability", "npm": { - "downloads": 26, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.312, + "popularity": -0.31, "topicSearchString": "react-native ios android package responsive expo" }, { @@ -88284,7 +86951,7 @@ "forks": 23, "issues": 6, "subscribers": 3, - "stars": 68 + "stars": 65 }, "name": "react-native-http-bridge-refurbished", "fullName": "Alwinator/react-native-http-bridge-refurbished", @@ -88323,16 +86990,16 @@ }, "npmPkg": "react-native-http-bridge-refurbished", "npm": { - "downloads": 1459, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1519, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-component react-native nanohttpd gcdhttpserver http server bridge webserver http-server rest-api typescript" }, { @@ -88395,16 +87062,16 @@ "unmaintained": true, "npmPkg": "react-native-simple-bcrypt", "npm": { - "downloads": 47, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 70, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.829, + "popularity": -0.821, "topicSearchString": "react-native bcrypt native hash ios android" }, { @@ -88437,7 +87104,7 @@ "forks": 8, "issues": 0, "subscribers": 3, - "stars": 179 + "stars": 175 }, "name": "@animatereactnative/stagger", "fullName": "animate-react-native/stagger", @@ -88476,18 +87143,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 6439, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android stagger exit-animation enter-animation animation stagger-view reanimated2 reanimated3 layout-animation stagger-animation" }, { @@ -88514,10 +87176,10 @@ "updatedAt": "2025-02-11T13:45:02Z", "createdAt": "2023-08-25T20:40:34Z", "pushedAt": "2025-02-11T13:45:02Z", - "forks": 23, - "issues": 9, + "forks": 20, + "issues": 8, "subscribers": 5, - "stars": 309 + "stars": 299 }, "name": "@animatereactnative/marquee", "fullName": "animate-react-native/marquee", @@ -88558,18 +87220,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 43735, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android marquee carousel slider ticker horizontal-scrolling-carousels infinite-ticker expo news-ticker typescript reanimated reanimated3" }, { @@ -88601,10 +87257,10 @@ "updatedAt": "2025-01-13T11:44:28Z", "createdAt": "2023-08-23T16:18:21Z", "pushedAt": "2025-01-13T11:44:28Z", - "forks": 4, - "issues": 3, + "forks": 3, + "issues": 2, "subscribers": 5, - "stars": 374 + "stars": 350 }, "name": "expo-drag-drop-content-view", "fullName": "AlirezaHadjar/expo-drag-drop-content-view", @@ -88629,9 +87285,9 @@ }, "npmPkg": "expo-drag-drop-content-view", "npm": { - "downloads": 18983, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2669, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -88668,7 +87324,7 @@ "forks": 26, "issues": 5, "subscribers": 3, - "stars": 334 + "stars": 335 }, "name": "rn-wave-bottom-bar", "fullName": "Jm-Zion/rn-wave-bottom-bar", @@ -88703,12 +87359,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "rn-wave-bottom-bar", "npm": { - "downloads": 463, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 525, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -88716,15 +87371,15 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": 0.029, "topicSearchString": "react-native react-navigation bottom-bar tab-bar animation bottom-tabs curved wave" }, { "githubUrl": "https://github.com/maplibre/maplibre-react-native", "npmPkg": "@maplibre/maplibre-react-native", "examples": [ - "https://github.com/maplibre/maplibre-react-native/tree/main/examples/expo-app", - "https://github.com/maplibre/maplibre-react-native/tree/main/examples/react-native-app" + "https://github.com/maplibre/maplibre-react-native/tree/main/packages/expo-app", + "https://github.com/maplibre/maplibre-react-native/tree/main/packages/react-native-app" ], "images": [ "https://raw.githubusercontent.com/maplibre/maplibre-react-native/main/docs/static/screenshots/index/device-android.png", @@ -88745,13 +87400,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-14T05:35:46Z", + "updatedAt": "2025-04-15T17:16:56Z", "createdAt": "2022-11-03T10:37:07Z", - "pushedAt": "2025-06-14T05:35:46Z", - "forks": 76, - "issues": 44, - "subscribers": 9, - "stars": 380 + "pushedAt": "2025-04-15T17:16:56Z", + "forks": 68, + "issues": 37, + "subscribers": 8, + "stars": 347 }, "name": "@maplibre/maplibre-react-native", "fullName": "maplibre/maplibre-react-native", @@ -88774,29 +87429,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v11.0.0-alpha.4", - "tagName": "v11.0.0-alpha.4", - "createdAt": "2025-06-07T07:45:03Z", - "publishedAt": "2025-06-07T07:45:18Z", - "isPrerelease": true + "name": "v10.1.4", + "tagName": "v10.1.4", + "createdAt": "2025-03-12T20:01:31Z", + "publishedAt": "2025-03-12T20:01:46Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 22097, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "maps ios android maplibre react-native mapbox react" }, { @@ -88828,10 +87477,10 @@ "updatedAt": "2023-11-07T07:42:30Z", "createdAt": "2019-12-04T17:02:24Z", "pushedAt": "2023-11-07T07:42:30Z", - "forks": 113, - "issues": 29, + "forks": 112, + "issues": 27, "subscribers": 8, - "stars": 387 + "stars": 384 }, "name": "react-tinder-card", "fullName": "3DJakob/react-tinder-card", @@ -88875,9 +87524,9 @@ }, "npmPkg": "react-tinder-card", "npm": { - "downloads": 18077, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 17135, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -88912,13 +87561,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T18:06:33Z", + "updatedAt": "2025-04-07T19:58:14Z", "createdAt": "2020-08-06T16:06:02Z", - "pushedAt": "2025-06-19T18:06:33Z", - "forks": 32, - "issues": 20, - "subscribers": 21, - "stars": 394 + "pushedAt": "2025-04-07T19:58:14Z", + "forks": 31, + "issues": 16, + "subscribers": 22, + "stars": 346 }, "name": "react-native-spotlight-tour", "fullName": "stackbuilders/react-native-spotlight-tour", @@ -88948,9 +87597,9 @@ "isArchived": false }, "npm": { - "downloads": 3444, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4089, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -88984,13 +87633,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-24T03:20:50Z", + "updatedAt": "2025-03-31T14:09:10Z", "createdAt": "2022-11-22T11:55:26Z", - "pushedAt": "2025-05-24T03:20:50Z", - "forks": 64, + "pushedAt": "2025-03-31T14:09:10Z", + "forks": 61, "issues": 9, "subscribers": 4, - "stars": 326 + "stars": 308 }, "name": "react-native-international-phone-number", "fullName": "AstrOOnauta/react-native-international-phone-number", @@ -89028,9 +87677,9 @@ }, "lastRelease": { "name": "", - "tagName": "v0.9.3", - "createdAt": "2025-05-24T03:20:50Z", - "publishedAt": "2025-05-24T12:10:29Z", + "tagName": "v0.9.2", + "createdAt": "2025-03-24T13:56:57Z", + "publishedAt": "2025-03-24T14:00:05Z", "isPrerelease": false }, "hasTypes": true, @@ -89039,9 +87688,9 @@ }, "npmPkg": "react-native-international-phone-number", "npm": { - "downloads": 55543, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 43000, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -89060,9 +87709,7 @@ "ios": true, "android": true, "web": true, - "tvos": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -89075,13 +87722,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T09:01:57Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-18T09:01:57Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-image", "fullName": "expo/expo", @@ -89103,9 +87750,9 @@ }, "npmPkg": "expo-image", "npm": { - "downloads": 2501977, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1846246, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -89176,18 +87823,13 @@ "isArchived": true }, "unmaintained": true, - "npm": { - "downloads": 290, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.722, + "popularity": -100, "topicSearchString": "react-native android braintree hacktoberfest ios" }, { @@ -89213,10 +87855,10 @@ "updatedAt": "2023-11-04T16:26:14Z", "createdAt": "2023-09-10T18:36:33Z", "pushedAt": "2023-11-04T16:26:14Z", - "forks": 1, + "forks": 0, "issues": 2, - "subscribers": 4, - "stars": 281 + "subscribers": 5, + "stars": 271 }, "name": "react-native-menubar-extra", "fullName": "okwasniewski/react-native-menubar-extra", @@ -89251,9 +87893,9 @@ }, "npmPkg": "react-native-menubar-extra", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -89261,7 +87903,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.167, + "popularity": -0.202, "topicSearchString": "react-native macos library menubar menubar-app hacktoberfest" }, { @@ -89280,13 +87922,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-20T16:25:21Z", + "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", - "pushedAt": "2025-05-20T16:25:21Z", - "forks": 71, - "issues": 18, - "subscribers": 11, - "stars": 493 + "pushedAt": "2024-07-14T20:31:22Z", + "forks": 61, + "issues": 22, + "subscribers": 10, + "stars": 480 }, "name": "@react-native-ml-kit/text-recognition", "fullName": "a7medev/react-native-ml-kit", @@ -89306,18 +87948,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 19148, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -89339,10 +87976,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 71, - "issues": 18, - "subscribers": 11, - "stars": 493 + "forks": 61, + "issues": 22, + "subscribers": 10, + "stars": 480 }, "name": "@react-native-ml-kit/face-detection", "fullName": "a7medev/react-native-ml-kit", @@ -89362,19 +87999,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 4257, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -89396,10 +88027,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 71, - "issues": 18, - "subscribers": 11, - "stars": 493 + "forks": 61, + "issues": 22, + "subscribers": 10, + "stars": 480 }, "name": "@react-native-ml-kit/image-labeling", "fullName": "a7medev/react-native-ml-kit", @@ -89419,19 +88050,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 452, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -89453,10 +88078,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 71, - "issues": 18, - "subscribers": 11, - "stars": 493 + "forks": 61, + "issues": 22, + "subscribers": 10, + "stars": 480 }, "name": "@react-native-ml-kit/barcode-scanning", "fullName": "a7medev/react-native-ml-kit", @@ -89476,19 +88101,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 11346, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -89510,10 +88129,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 71, - "issues": 18, - "subscribers": 11, - "stars": 493 + "forks": 61, + "issues": 22, + "subscribers": 10, + "stars": 480 }, "name": "@react-native-ml-kit/identify-languages", "fullName": "a7medev/react-native-ml-kit", @@ -89533,19 +88152,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1143, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -89566,10 +88179,10 @@ "updatedAt": "2024-07-14T20:31:22Z", "createdAt": "2021-10-16T15:20:52Z", "pushedAt": "2024-07-14T20:31:22Z", - "forks": 71, - "issues": 18, - "subscribers": 11, - "stars": 493 + "forks": 61, + "issues": 22, + "subscribers": 10, + "stars": 480 }, "name": "@react-native-ml-kit/translate-text", "fullName": "a7medev/react-native-ml-kit", @@ -89589,19 +88202,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 24, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.208, + "popularity": -100, "topicSearchString": "react-native" }, { @@ -89664,16 +88271,16 @@ }, "npmPkg": "react-native-vis-network", "npm": { - "downloads": 28, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 66, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.314, + "popularity": -0.32, "topicSearchString": "react-native ios android" }, { @@ -89700,13 +88307,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T19:54:40Z", + "updatedAt": "2025-03-22T09:41:32Z", "createdAt": "2023-06-12T07:40:06Z", - "pushedAt": "2025-06-20T19:54:40Z", - "forks": 40, - "issues": 3, + "pushedAt": "2025-03-22T09:41:32Z", + "forks": 35, + "issues": 4, "subscribers": 2, - "stars": 356 + "stars": 334 }, "name": "react-native-otp-entry", "fullName": "anday013/react-native-otp-entry", @@ -89739,10 +88346,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.8.5", - "tagName": "v1.8.5", - "createdAt": "2025-06-20T19:54:40Z", - "publishedAt": "2025-06-20T19:55:50Z", + "name": "Release 1.8.4", + "tagName": "v1.8.4", + "createdAt": "2025-03-22T09:41:32Z", + "publishedAt": "2025-03-22T09:43:41Z", "isPrerelease": false }, "hasTypes": true, @@ -89751,9 +88358,9 @@ }, "npmPkg": "react-native-otp-entry", "npm": { - "downloads": 182775, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 133780, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -89790,9 +88397,9 @@ "createdAt": "2023-06-24T09:03:11Z", "pushedAt": "2024-11-10T17:00:51Z", "forks": 26, - "issues": 17, + "issues": 16, "subscribers": 4, - "stars": 356 + "stars": 346 }, "name": "@baronha/ting", "fullName": "NitrogenZLab/ting", @@ -89827,19 +88434,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 867, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android native-module new-architecture toast alert toast-notifications" }, { @@ -89867,10 +88467,10 @@ "updatedAt": "2024-05-15T09:15:35Z", "createdAt": "2021-07-30T16:41:44Z", "pushedAt": "2024-05-15T09:15:35Z", - "forks": 149, + "forks": 143, "issues": 41, "subscribers": 7, - "stars": 510 + "stars": 495 }, "name": "@baronha/react-native-photo-editor", "fullName": "NitrogenZLab/react-native-photo-editor", @@ -89904,19 +88504,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1684, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android photo photoeditor imageeditor photoedit" }, { @@ -89984,16 +88578,16 @@ }, "npmPkg": "react-native-skia-shadow", "npm": { - "downloads": 665, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1411, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": 0.028, "topicSearchString": "react-native ios android expo shadow skia package" }, { @@ -90055,16 +88649,16 @@ }, "npmPkg": "react-native-orientation-manager", "npm": { - "downloads": 957, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1607, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.073, "topicSearchString": "react-native ios android windows orientation" }, { @@ -90098,10 +88692,10 @@ "updatedAt": "2024-10-30T08:12:07Z", "createdAt": "2023-09-29T19:29:16Z", "pushedAt": "2024-10-30T08:12:07Z", - "forks": 14, + "forks": 13, "issues": 14, "subscribers": 6, - "stars": 354 + "stars": 346 }, "name": "@devvie/bottom-sheet", "fullName": "stanleyugwu/react-native-bottom-sheet", @@ -90143,19 +88737,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 12074, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android bottom-sheet devvie-bottom-sheet @devvie/bottom-sheet tiny-bottom-sheet flexible-bottom-sheet modal-bottom-sheet sheet ui-sheet bottom-sheets bottomsheet bottomsheet-android bottomsheetios" }, { @@ -90187,10 +88774,10 @@ "updatedAt": "2025-03-21T18:14:32Z", "createdAt": "2023-03-22T16:24:04Z", "pushedAt": "2025-03-21T18:14:32Z", - "forks": 79, - "issues": 28, + "forks": 68, + "issues": 20, "subscribers": 5, - "stars": 679 + "stars": 614 }, "name": "react-native-ui-datepicker", "fullName": "farhoudshapouran/react-native-ui-datepicker", @@ -90235,13 +88822,14 @@ }, "npmPkg": "react-native-ui-datepicker", "npm": { - "downloads": 86231, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 73272, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -90276,7 +88864,7 @@ "forks": 3, "issues": 3, "subscribers": 3, - "stars": 61 + "stars": 59 }, "name": "react-native-highlighter", "fullName": "farhoudshapouran/react-native-highlighter", @@ -90311,9 +88899,9 @@ }, "npmPkg": "react-native-highlighter", "npm": { - "downloads": 2312, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2293, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -90346,10 +88934,10 @@ "updatedAt": "2024-04-16T21:03:58Z", "createdAt": "2023-10-17T19:32:37Z", "pushedAt": "2024-04-16T21:03:58Z", - "forks": 13, + "forks": 14, "issues": 2, "subscribers": 9, - "stars": 275 + "stars": 272 }, "name": "react-native-vercel-ai", "fullName": "bidah/react-native-vercel-ai", @@ -90374,9 +88962,9 @@ }, "npmPkg": "react-native-vercel-ai", "npm": { - "downloads": 250, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 330, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -90384,7 +88972,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -0.223, "topicSearchString": "react-native ios android" }, { @@ -90449,16 +89037,16 @@ }, "npmPkg": "react-native-animated-blur-view", "npm": { - "downloads": 105, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 160, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.319, "topicSearchString": "react-native ios android blur blur-view animate animated animate-blur-view gradient" }, { @@ -90482,10 +89070,10 @@ "updatedAt": "2025-04-08T08:33:16Z", "createdAt": "2023-07-04T08:37:10Z", "pushedAt": "2025-04-08T08:33:16Z", - "forks": 55, - "issues": 27, + "forks": 54, + "issues": 24, "subscribers": 15, - "stars": 935 + "stars": 878 }, "name": "react-native-fast-tflite", "fullName": "mrousavy/react-native-fast-tflite", @@ -90535,14 +89123,15 @@ }, "npmPkg": "react-native-fast-tflite", "npm": { - "downloads": 34864, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16815, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -90569,10 +89158,10 @@ "updatedAt": "2024-11-07T14:44:54Z", "createdAt": "2021-11-11T18:24:15Z", "pushedAt": "2024-11-07T14:44:54Z", - "forks": 43, - "issues": 44, - "subscribers": 10, - "stars": 681 + "forks": 41, + "issues": 43, + "subscribers": 9, + "stars": 648 }, "name": "react-native-worklets-core", "fullName": "margelo/react-native-worklets-core", @@ -90613,14 +89202,13 @@ }, "npmPkg": "react-native-worklets-core", "npm": { - "downloads": 125910, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 129827, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -90647,10 +89235,10 @@ "updatedAt": "2022-02-10T04:13:30Z", "createdAt": "2021-08-17T13:07:21Z", "pushedAt": "2022-02-10T04:13:30Z", - "forks": 53, - "issues": 34, + "forks": 54, + "issues": 35, "subscribers": 7, - "stars": 107 + "stars": 104 }, "name": "vision-camera-face-detector", "fullName": "rodgomesc/vision-camera-face-detector", @@ -90683,9 +89271,9 @@ "unmaintained": true, "npmPkg": "vision-camera-face-detector", "npm": { - "downloads": 616, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 815, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -90693,7 +89281,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.471, + "popularity": -0.473, "topicSearchString": "react-native ios android" }, { @@ -90702,7 +89290,7 @@ "https://github.com/alantoa/react-native-awesome-slider/tree/main/example" ], "images": [ - "https://raw.githubusercontent.com/alantoa/react-native-awesome-slider/refs/heads/main/assets/slider.png" + "https://raw.githubusercontent.com/alantoa/react-native-awesome-slider/main/assets/slider.gif" ], "ios": true, "android": true, @@ -90722,9 +89310,9 @@ "createdAt": "2022-01-09T06:16:54Z", "pushedAt": "2025-03-10T09:34:19Z", "forks": 38, - "issues": 11, + "issues": 9, "subscribers": 3, - "stars": 383 + "stars": 370 }, "name": "react-native-awesome-slider", "fullName": "alantoa/react-native-awesome-slider", @@ -90761,9 +89349,9 @@ }, "npmPkg": "react-native-awesome-slider", "npm": { - "downloads": 106010, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 50128, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -90776,12 +89364,20 @@ { "githubUrl": "https://github.com/jpudysz/react-native-unistyles", "examples": [ - "https://github.com/jpudysz/react-native-unistyles/tree/main/example", - "https://github.com/jpudysz/react-native-unistyles/tree/main/expo-example" + "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/bare", + "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/macos", + "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/win", + "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/expo", + "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/tv", + "https://github.com/jpudysz/react-native-unistyles/tree/main/examples/vision" ], "ios": true, "android": true, "web": true, + "macos": true, + "windows": true, + "tvos": true, + "visionos": true, "newArchitecture": true, "github": { "urls": { @@ -90794,13 +89390,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T08:30:19Z", + "updatedAt": "2025-04-16T11:26:25Z", "createdAt": "2023-10-03T10:27:27Z", - "pushedAt": "2025-06-19T08:30:19Z", - "forks": 71, - "issues": 1, + "pushedAt": "2025-04-16T11:26:25Z", + "forks": 66, + "issues": 9, "subscribers": 9, - "stars": 2170 + "stars": 2056 }, "name": "react-native-unistyles", "fullName": "jpudysz/react-native-unistyles", @@ -90827,10 +89423,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.43.0", - "tagName": "v2.43.0", - "createdAt": "2025-06-19T09:03:40Z", - "publishedAt": "2025-06-19T09:05:02Z", + "name": "Release 3.0.0-rc.1", + "tagName": "v3.0.0-rc.1", + "createdAt": "2025-04-02T14:23:26Z", + "publishedAt": "2025-04-02T14:28:49Z", "isPrerelease": false }, "hasTypes": true, @@ -90839,9 +89435,9 @@ }, "npmPkg": "react-native-unistyles", "npm": { - "downloads": 138935, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 131765, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 76, "matchingScoreModifiers": [ @@ -90873,10 +89469,10 @@ "updatedAt": "2024-08-16T22:04:34Z", "createdAt": "2023-11-01T20:06:58Z", "pushedAt": "2024-08-16T22:04:34Z", - "forks": 25, + "forks": 24, "issues": 1, "subscribers": 5, - "stars": 389 + "stars": 383 }, "name": "react-native-theme-switch-animation", "fullName": "WadhahEssam/react-native-theme-switch-animation", @@ -90913,9 +89509,9 @@ }, "npmPkg": "react-native-theme-switch-animation", "npm": { - "downloads": 2368, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3028, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -90951,9 +89547,9 @@ "createdAt": "2020-07-01T07:08:16Z", "pushedAt": "2025-02-12T04:06:34Z", "forks": 9, - "issues": 14, + "issues": 13, "subscribers": 2, - "stars": 253 + "stars": 243 }, "name": "react-native-drop-shadow", "fullName": "hoanglam10499/react-native-drop-shadow", @@ -90990,9 +89586,9 @@ }, "npmPkg": "react-native-drop-shadow", "npm": { - "downloads": 57391, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 63194, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -91051,17 +89647,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 54, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.331, + "popularity": -100, "topicSearchString": "react-native expo expo-camera-characteristics expocameracharacteristics camera" }, { @@ -91091,10 +89682,10 @@ "updatedAt": "2025-03-29T18:44:34Z", "createdAt": "2020-11-19T11:49:34Z", "pushedAt": "2025-03-29T18:44:34Z", - "forks": 195, - "issues": 175, - "subscribers": 7, - "stars": 988 + "forks": 187, + "issues": 170, + "subscribers": 10, + "stars": 945 }, "name": "react-native-collapsible-tab-view", "fullName": "PedroBern/react-native-collapsible-tab-view", @@ -91129,15 +89720,16 @@ }, "npmPkg": "react-native-collapsible-tab-view", "npm": { - "downloads": 124795, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 107972, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 62, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -91171,7 +89763,7 @@ "forks": 5, "issues": 0, "subscribers": 4, - "stars": 229 + "stars": 218 }, "name": "react-native-easing-gradient", "fullName": "phamfoo/react-native-easing-gradient", @@ -91205,9 +89797,9 @@ }, "npmPkg": "react-native-easing-gradient", "npm": { - "downloads": 18097, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14094, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -91241,10 +89833,10 @@ "updatedAt": "2024-05-30T16:20:44Z", "createdAt": "2023-08-02T08:11:06Z", "pushedAt": "2024-05-30T16:20:44Z", - "forks": 5, + "forks": 4, "issues": 0, "subscribers": 3, - "stars": 206 + "stars": 203 }, "name": "expo-stable-diffusion", "fullName": "andrei-zgirvaci/expo-stable-diffusion", @@ -91284,16 +89876,16 @@ }, "npmPkg": "expo-stable-diffusion", "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.188, "topicSearchString": "react-native expo expo-stable-diffusion expostablediffusion ai ane coreml ios ipad ipados iphone stable-diffusion" }, { @@ -91361,16 +89953,16 @@ }, "npmPkg": "react-native-bullet-graph", "npm": { - "downloads": 20, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 94, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.3, + "popularity": -0.318, "topicSearchString": "react-native chart charts graph graphs data-visualization bullet-graph bullet-chart stats analysis analytics visualization" }, { @@ -91398,10 +89990,10 @@ "updatedAt": "2024-10-18T08:22:04Z", "createdAt": "2023-10-18T07:34:23Z", "pushedAt": "2024-10-18T08:22:04Z", - "forks": 5, + "forks": 4, "issues": 1, "subscribers": 2, - "stars": 27 + "stars": 25 }, "name": "react-native-liquid-gauge", "fullName": "dimaportenko/react-native-liquid-gauge", @@ -91433,16 +90025,16 @@ }, "npmPkg": "react-native-liquid-gauge", "npm": { - "downloads": 263, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 242, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.221, "topicSearchString": "react-native ios android" }, { @@ -91464,10 +90056,10 @@ "updatedAt": "2024-12-12T16:33:45Z", "createdAt": "2022-03-29T14:44:25Z", "pushedAt": "2024-12-12T16:33:45Z", - "forks": 85, - "issues": 97, + "forks": 83, + "issues": 94, "subscribers": 13, - "stars": 332 + "stars": 324 }, "name": "@azesmway/react-native-unity", "fullName": "azesmway/react-native-unity", @@ -91498,20 +90090,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 3457, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 30, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android unity" }, { @@ -91538,13 +90123,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-25T21:52:45Z", + "updatedAt": "2025-03-21T16:42:27Z", "createdAt": "2021-11-08T19:41:13Z", - "pushedAt": "2025-04-25T21:52:45Z", - "forks": 59, - "issues": 29, + "pushedAt": "2025-03-21T16:42:27Z", + "forks": 54, + "issues": 23, "subscribers": 10, - "stars": 1988 + "stars": 1935 }, "name": "zeego", "fullName": "nandorojo/zeego", @@ -91569,14 +90154,15 @@ }, "npmPkg": "zeego", "npm": { - "downloads": 114216, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 95791, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -91638,16 +90224,16 @@ }, "npmPkg": "react-native-video-duration", "npm": { - "downloads": 1752, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1467, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.073, "topicSearchString": "react-native ios android" }, { @@ -91672,13 +90258,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T08:53:58Z", + "updatedAt": "2025-02-04T08:44:00Z", "createdAt": "2023-09-19T06:55:15Z", - "pushedAt": "2025-05-27T08:53:58Z", - "forks": 11, + "pushedAt": "2025-02-04T08:44:00Z", + "forks": 9, "issues": 6, "subscribers": 7, - "stars": 42 + "stars": 39 }, "name": "@orbital-systems/react-native-esp-idf-provisioning", "fullName": "orbital-systems/react-native-esp-idf-provisioning", @@ -91704,28 +90290,22 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.4.6", - "tagName": "v0.4.6", - "createdAt": "2025-05-27T08:52:54Z", - "publishedAt": "2025-05-27T08:53:01Z", + "name": "Release 0.4.5", + "tagName": "v0.4.5", + "createdAt": "2025-02-04T08:42:27Z", + "publishedAt": "2025-02-04T08:43:09Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 1257, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android ble esp32 esp32-idf provisioning softap wifi-configuration" }, { @@ -91748,13 +90328,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-22T08:30:32Z", + "updatedAt": "2025-04-14T21:10:15Z", "createdAt": "2023-11-06T12:03:30Z", - "pushedAt": "2025-06-22T08:30:32Z", - "forks": 59, - "issues": 7, + "pushedAt": "2025-04-14T21:10:15Z", + "forks": 48, + "issues": 9, "subscribers": 11, - "stars": 771 + "stars": 731 }, "name": "@op-engineering/op-sqlite", "fullName": "OP-Engineering/op-sqlite", @@ -91776,30 +90356,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 14.1.0", - "tagName": "14.1.0", - "createdAt": "2025-06-22T08:30:52Z", - "publishedAt": "2025-06-22T08:32:33Z", + "name": "Release 12.0.2", + "tagName": "12.0.2", + "createdAt": "2025-04-14T21:12:02Z", + "publishedAt": "2025-04-14T21:13:41Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 64460, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android jsi sqlite" }, { @@ -91820,13 +90393,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-30T00:09:49Z", + "updatedAt": "2025-01-05T15:44:19Z", "createdAt": "2022-10-27T16:08:08Z", - "pushedAt": "2025-04-30T00:09:49Z", - "forks": 19, - "issues": 20, + "pushedAt": "2025-01-05T15:44:19Z", + "forks": 17, + "issues": 18, "subscribers": 3, - "stars": 183 + "stars": 167 }, "name": "native-wechat", "fullName": "Hector-Chong/native-wechat", @@ -91851,15 +90424,15 @@ }, "npmPkg": "native-wechat", "npm": { - "downloads": 78, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 129, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.219, "topicSearchString": "react-native ios android wechat" }, { @@ -91884,10 +90457,10 @@ "updatedAt": "2023-12-16T23:58:18Z", "createdAt": "2023-12-10T10:15:58Z", "pushedAt": "2023-12-16T23:58:18Z", - "forks": 1, + "forks": 0, "issues": 2, "subscribers": 1, - "stars": 6 + "stars": 5 }, "name": "react-native-zendesk-unified", "fullName": "mateoguzmana/react-native-zendesk-unified", @@ -91927,16 +90500,16 @@ }, "npmPkg": "react-native-zendesk-unified", "npm": { - "downloads": 41, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 29, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.326, + "popularity": -0.316, "topicSearchString": "react-native ios android expo library native-module react support unified zendesk hacktoberfest" }, { @@ -91959,7 +90532,7 @@ "updatedAt": "2025-01-02T14:38:28Z", "createdAt": "2018-11-14T15:25:12Z", "pushedAt": "2025-01-02T14:38:28Z", - "forks": 7, + "forks": 6, "issues": 0, "subscribers": 4, "stars": 30 @@ -91996,17 +90569,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 3291, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "bugfender logging debug android ios react-native web" }, { @@ -92066,16 +90634,16 @@ }, "npmPkg": "react-native-auto-route", "npm": { - "downloads": 40, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.2, + "popularity": -0.231, "topicSearchString": "react-native ios android auto-route" }, { @@ -92103,7 +90671,7 @@ "forks": 2, "issues": 0, "subscribers": 8, - "stars": 11 + "stars": 10 }, "name": "@generac/react-native-local-network-permission", "fullName": "neurio/react-native-local-network-permission", @@ -92137,18 +90705,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5896, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native local-network-permission expo reactnativelocalnetworkpermission ios local-network permissions swift" }, { @@ -92208,9 +90771,9 @@ }, "npmPkg": "react-native-flix-snackbar", "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -92274,18 +90837,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 418, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -100, "topicSearchString": "react-native ios android switch switcher toggle reanimated gesture-handler" }, { @@ -92316,7 +90874,7 @@ "forks": 22, "issues": 1, "subscribers": 1, - "stars": 210 + "stars": 207 }, "name": "react-native-star-rating-widget", "fullName": "bviebahn/react-native-star-rating-widget", @@ -92348,14 +90906,13 @@ }, "npmPkg": "react-native-star-rating-widget", "npm": { - "downloads": 38044, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38205, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -92386,7 +90943,7 @@ "forks": 5, "issues": 3, "subscribers": 8, - "stars": 253 + "stars": 243 }, "name": "react-native-release-profiler", "fullName": "margelo/react-native-release-profiler", @@ -92428,13 +90985,14 @@ }, "npmPkg": "react-native-release-profiler", "npm": { - "downloads": 197977, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 633176, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -92461,10 +91019,10 @@ "updatedAt": "2023-07-19T06:57:01Z", "createdAt": "2022-11-21T13:11:30Z", "pushedAt": "2023-07-19T06:57:01Z", - "forks": 20, - "issues": 16, - "subscribers": 3, - "stars": 181 + "forks": 19, + "issues": 15, + "subscribers": 2, + "stars": 170 }, "name": "expo-dynamic-app-icon", "fullName": "outsung/expo-dynamic-app-icon", @@ -92496,13 +91054,12 @@ }, "npmPkg": "expo-dynamic-app-icon", "npm": { - "downloads": 8480, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9500, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 32, "matchingScoreModifiers": [ - "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -92535,7 +91092,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 64 + "stars": 63 }, "name": "expo-video-metadata", "fullName": "hirbod/expo-video-metadata", @@ -92571,9 +91128,9 @@ }, "npmPkg": "expo-video-metadata", "npm": { - "downloads": 3613, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2639, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -92606,13 +91163,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-06T23:59:47Z", + "updatedAt": "2024-03-22T23:45:26Z", "createdAt": "2023-12-12T21:55:37Z", - "pushedAt": "2025-05-06T23:59:47Z", + "pushedAt": "2024-03-22T23:45:26Z", "forks": 2, "issues": 0, "subscribers": 2, - "stars": 34 + "stars": 33 }, "name": "react-native-image-preview-reanimated", "fullName": "sbaiahmed1/react-native-image-preview", @@ -92622,20 +91179,22 @@ "topics": [ "react-native", "ios", - "android" + "android", + "image-viewer", + "image-modal" ], "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdxId": "GPL-2.0", + "url": "http://choosealicense.com/licenses/gpl-2.0/", + "id": "MDc6TGljZW5zZTg=" }, "lastRelease": { - "name": "Release 0.5.6", - "tagName": "v0.5.6", - "createdAt": "2025-04-25T00:32:19Z", - "publishedAt": "2025-04-25T00:32:29Z", + "name": "Release 0.5.2", + "tagName": "v0.5.2", + "createdAt": "2024-03-22T23:45:28Z", + "publishedAt": "2024-03-22T23:45:33Z", "isPrerelease": false }, "hasTypes": true, @@ -92643,16 +91202,17 @@ "isArchived": false }, "npm": { - "downloads": 50, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 213, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.23, - "topicSearchString": "react-native ios android" + "popularity": -0.222, + "topicSearchString": "react-native ios android image-viewer image-modal" }, { "githubUrl": "https://github.com/kesha-antonov/react-native-background-downloader", @@ -92676,10 +91236,10 @@ "updatedAt": "2025-03-12T15:15:38Z", "createdAt": "2024-02-16T07:31:38Z", "pushedAt": "2025-03-12T15:15:38Z", - "forks": 20, - "issues": 32, + "forks": 18, + "issues": 29, "subscribers": 2, - "stars": 108 + "stars": 102 }, "name": "@kesha-antonov/react-native-background-downloader", "fullName": "kesha-antonov/react-native-background-downloader", @@ -92709,17 +91269,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 10291, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native background download large-files" }, { @@ -92743,9 +91298,9 @@ "createdAt": "2018-01-31T12:38:13Z", "pushedAt": "2023-08-01T12:10:12Z", "forks": 54, - "issues": 16, + "issues": 17, "subscribers": 11, - "stars": 469 + "stars": 470 }, "name": "@callstack/react-theme-provider", "fullName": "callstack/react-theme-provider", @@ -92775,20 +91330,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1353329, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Popular", - "Known", "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native theme provider" }, { @@ -92817,9 +91365,9 @@ "createdAt": "2020-05-20T13:50:00Z", "pushedAt": "2025-03-02T20:46:08Z", "forks": 19, - "issues": 3, + "issues": 2, "subscribers": 1, - "stars": 153 + "stars": 142 }, "name": "react-native-dynamically-selected-picker", "fullName": "sosog/react-native-dynamically-selected-picker", @@ -92863,15 +91411,15 @@ }, "npmPkg": "react-native-dynamically-selected-picker", "npm": { - "downloads": 506, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 496, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.222, "topicSearchString": "react-native ios android swipe-picker dynamic-select selector select-picker ios-style-android-picker ios-android-picker on-scroll-select picker swiper scroll-change-picker ios-android-select typescript-support" }, { @@ -92900,10 +91448,10 @@ "updatedAt": "2025-01-15T10:13:41Z", "createdAt": "2017-05-30T18:02:19Z", "pushedAt": "2025-01-15T10:13:41Z", - "forks": 95, - "issues": 26, + "forks": 94, + "issues": 24, "subscribers": 4, - "stars": 674 + "stars": 660 }, "name": "react-native-popover-view", "fullName": "SteffeyDev/react-native-popover-view", @@ -92942,9 +91490,9 @@ }, "npmPkg": "react-native-popover-view", "npm": { - "downloads": 192240, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 153451, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -92973,10 +91521,10 @@ "updatedAt": "2024-01-01T20:45:00Z", "createdAt": "2020-05-12T11:27:46Z", "pushedAt": "2024-01-01T20:45:00Z", - "forks": 14, + "forks": 13, "issues": 0, "subscribers": 2, - "stars": 143 + "stars": 142 }, "name": "react-native-heroicons", "fullName": "ecklf/react-native-heroicons", @@ -93008,9 +91556,9 @@ }, "npmPkg": "react-native-heroicons", "npm": { - "downloads": 49631, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 47426, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -93041,7 +91589,7 @@ "forks": 51, "issues": 19, "subscribers": 5, - "stars": 314 + "stars": 310 }, "name": "react-native-asset", "fullName": "unimonkiez/react-native-asset", @@ -93061,12 +91609,11 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-asset", "npm": { - "downloads": 135163, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 127632, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -93074,7 +91621,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react-native react native js asset assets link" }, { @@ -93131,9 +91678,9 @@ }, "npmPkg": "react-native-json-tree", "npm": { - "downloads": 46918, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42472, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -93161,13 +91708,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-02T10:01:47Z", + "updatedAt": "2025-03-26T15:50:14Z", "createdAt": "2016-10-15T08:35:35Z", - "pushedAt": "2025-05-02T10:01:47Z", - "forks": 179, + "pushedAt": "2025-03-26T15:50:14Z", + "forks": 178, "issues": 40, "subscribers": 17, - "stars": 759 + "stars": 749 }, "name": "react-native-version-check", "fullName": "kimxogus/react-native-version-check", @@ -93196,14 +91743,15 @@ }, "npmPkg": "react-native-version-check", "npm": { - "downloads": 150514, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 155958, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -93226,13 +91774,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-02T10:01:47Z", + "updatedAt": "2025-03-26T15:49:45Z", "createdAt": "2016-10-15T08:35:35Z", - "pushedAt": "2025-05-02T10:01:47Z", - "forks": 179, + "pushedAt": "2025-03-26T15:49:45Z", + "forks": 178, "issues": 40, "subscribers": 17, - "stars": 759 + "stars": 749 }, "name": "react-native-version-check-expo", "fullName": "kimxogus/react-native-version-check", @@ -93262,14 +91810,15 @@ }, "npmPkg": "react-native-version-check-expo", "npm": { - "downloads": 17488, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11740, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -93337,9 +91886,9 @@ "unmaintained": true, "npmPkg": "react-native-signature-pad", "npm": { - "downloads": 1247, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2134, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -93347,7 +91896,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.473, + "popularity": -0.472, "topicSearchString": "react-native react-component ios android signature pad signaturepad canvas" }, { @@ -93376,7 +91925,7 @@ "forks": 47, "issues": 26, "subscribers": 8, - "stars": 213 + "stars": 212 }, "name": "react-native-android-location-enabler", "fullName": "Richou/react-native-android-location-enabler", @@ -93407,12 +91956,13 @@ }, "npmPkg": "react-native-android-location-enabler", "npm": { - "downloads": 224347, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 706009, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 57, "matchingScoreModifiers": [ + "Popular", "Known", "Not updated recently", "Not supporting New Architecture" @@ -93450,13 +92000,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T18:56:30Z", + "updatedAt": "2025-01-16T19:21:31Z", "createdAt": "2023-03-17T14:57:09Z", - "pushedAt": "2025-05-27T18:56:30Z", + "pushedAt": "2025-01-16T19:21:31Z", "forks": 6, "issues": 0, "subscribers": 2, - "stars": 93 + "stars": 89 }, "name": "react-native-full-responsive", "fullName": "Mhp23/react-native-full-responsive", @@ -93487,10 +92037,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.4.4", - "tagName": "v2.4.4", - "createdAt": "2025-05-27T18:56:33Z", - "publishedAt": "2025-05-27T18:57:11Z", + "name": "Release 2.4.1", + "tagName": "v2.4.1", + "createdAt": "2025-01-16T19:21:36Z", + "publishedAt": "2025-01-16T19:21:58Z", "isPrerelease": false }, "hasTypes": true, @@ -93499,13 +92049,12 @@ }, "npmPkg": "react-native-full-responsive", "npm": { - "downloads": 3643, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2173, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -93530,13 +92079,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T01:25:59Z", + "updatedAt": "2025-04-15T18:23:16Z", "createdAt": "2023-04-21T22:58:15Z", - "pushedAt": "2025-06-19T01:25:59Z", + "pushedAt": "2025-04-15T18:23:16Z", "forks": 23, - "issues": 43, + "issues": 40, "subscribers": 19, - "stars": 50 + "stars": 48 }, "name": "@xmtp/react-native-sdk", "fullName": "xmtp/xmtp-react-native", @@ -93556,28 +92105,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v4.2.3", - "tagName": "v4.2.3", - "createdAt": "2025-06-19T01:35:30Z", - "publishedAt": "2025-06-19T01:35:31Z", + "name": "v4.0.3", + "tagName": "v4.0.3", + "createdAt": "2025-04-05T00:26:28Z", + "publishedAt": "2025-04-05T00:26:29Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 926, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native expo xmtp-sdk xmtp" }, { @@ -93601,13 +92145,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T14:30:01Z", + "updatedAt": "2025-04-08T08:10:06Z", "createdAt": "2023-10-03T15:17:51Z", - "pushedAt": "2025-06-20T14:30:01Z", - "forks": 47, - "issues": 24, - "subscribers": 11, - "stars": 468 + "pushedAt": "2025-04-08T08:10:06Z", + "forks": 44, + "issues": 19, + "subscribers": 13, + "stars": 419 }, "name": "@powersync/react-native", "fullName": "powersync-ja/powersync-js", @@ -93632,19 +92176,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 12957, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "data-sync offline-first sqlite real-time-data-stream live-data" }, { @@ -93672,10 +92210,10 @@ "updatedAt": "2024-11-13T23:49:20Z", "createdAt": "2020-11-16T01:04:32Z", "pushedAt": "2024-11-13T23:49:20Z", - "forks": 29, + "forks": 28, "issues": 4, "subscribers": 9, - "stars": 854 + "stars": 841 }, "name": "swiftui-react-native", "fullName": "andrew-levy/swiftui-react-native", @@ -93705,23 +92243,22 @@ }, "npmPkg": "swiftui-react-native", "npm": { - "downloads": 1050, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1681, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, "topicSearchString": "react-native swiftui" }, { - "githubUrl": "https://github.com/kuatsu/react-native-cloud-storage/tree/master/packages/react-native-cloud-storage", + "githubUrl": "https://github.com/Kuatsu/react-native-cloud-storage", "examples": [ - "https://github.com/kuatsu/react-native-cloud-storage/tree/master/apps/example" + "https://github.com/Kuatsu/react-native-cloud-storage/tree/master/example" ], "ios": true, "android": true, @@ -93731,20 +92268,20 @@ "urls": { "repo": "https://github.com/kuatsu/react-native-cloud-storage", "clone": "https://github.com/kuatsu/react-native-cloud-storage.git", - "homepage": "https://github.com/kuatsu/react-native-cloud-storage#readme" + "homepage": "https://react-native-cloud-storage.oss.kuatsu.de/docs/intro" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-14T14:23:51Z", + "updatedAt": "2025-03-13T19:37:49Z", "createdAt": "2023-04-03T20:47:52Z", - "pushedAt": "2025-06-14T14:23:51Z", + "pushedAt": "2025-03-13T19:37:49Z", "forks": 13, "issues": 3, - "subscribers": 3, - "stars": 206 + "subscribers": 2, + "stars": 187 }, "name": "react-native-cloud-storage", "fullName": "kuatsu/react-native-cloud-storage", @@ -93754,17 +92291,21 @@ "topics": [ "react-native", "ios", - "android", - "icloud", - "google-drive", - "file-system" + "android" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "Release 2.2.2", + "tagName": "v2.2.2", + "createdAt": "2025-01-23T12:34:23Z", + "publishedAt": "2025-01-23T12:34:24Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -93772,18 +92313,16 @@ }, "npmPkg": "react-native-cloud-storage", "npm": { - "downloads": 3298, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2917, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native ios android icloud google-drive file-system" + "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/Malaa-tech/expo-squircle-view", @@ -93808,9 +92347,9 @@ "createdAt": "2024-01-17T22:24:33Z", "pushedAt": "2025-04-11T10:31:25Z", "forks": 4, - "issues": 3, + "issues": 2, "subscribers": 2, - "stars": 68 + "stars": 62 }, "name": "expo-squircle-view", "fullName": "Malaa-tech/expo-squircle-view", @@ -93842,12 +92381,13 @@ }, "npmPkg": "expo-squircle-view", "npm": { - "downloads": 2021, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2838, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -93880,7 +92420,7 @@ "forks": 1, "issues": 0, "subscribers": 3, - "stars": 9 + "stars": 8 }, "name": "@ankipro/react-native-canvas-view", "fullName": "AnkiPro/react-native-canvas-view", @@ -93910,18 +92450,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 929, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -93978,18 +92513,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 925, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -94050,18 +92580,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 948, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -94093,7 +92618,7 @@ "forks": 2, "issues": 0, "subscribers": 2, - "stars": 18 + "stars": 17 }, "name": "react-native-imagemin-asset-plugin", "fullName": "iChengbo/react-native-imagemin-asset-plugin", @@ -94128,16 +92653,16 @@ }, "npmPkg": "react-native-imagemin-asset-plugin", "npm": { - "downloads": 50, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 97, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.33, + "popularity": -0.319, "topicSearchString": "react-native metro compress image assetplugin imagemin asset-plugin" }, { @@ -94165,7 +92690,7 @@ "forks": 8, "issues": 3, "subscribers": 4, - "stars": 63 + "stars": 57 }, "name": "expo-custom-assets", "fullName": "Malaa-tech/expo-custom-assets", @@ -94197,13 +92722,12 @@ }, "npmPkg": "expo-custom-assets", "npm": { - "downloads": 15817, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16407, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -94259,16 +92783,16 @@ "unmaintained": true, "npmPkg": "react-native-loader-collection", "npm": { - "downloads": 345, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 363, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.821, + "popularity": -0.822, "topicSearchString": "react-native ios android" }, { @@ -94316,18 +92840,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -94374,16 +92893,16 @@ }, "npmPkg": "react-native-svg-editor", "npm": { - "downloads": 4, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.1, + "popularity": -0.312, "topicSearchString": "" }, { @@ -94410,13 +92929,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T16:42:32Z", + "updatedAt": "2025-04-16T11:30:44Z", "createdAt": "2023-11-20T08:24:03Z", - "pushedAt": "2025-06-16T16:42:32Z", - "forks": 86, - "issues": 45, + "pushedAt": "2025-04-16T11:30:44Z", + "forks": 77, + "issues": 55, "subscribers": 42, - "stars": 1096 + "stars": 1036 }, "name": "@expensify/react-native-live-markdown", "fullName": "Expensify/react-native-live-markdown", @@ -94441,20 +92960,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 195216, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android markdown textinput" }, { @@ -94483,7 +92995,7 @@ "forks": 12, "issues": 6, "subscribers": 2, - "stars": 497 + "stars": 486 }, "name": "@monicon/native", "fullName": "oktaysenkan/monicon", @@ -94493,18 +93005,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1976, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -94567,16 +93073,16 @@ }, "npmPkg": "react-native-fast-trie", "npm": { - "downloads": 921, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.212, "topicSearchString": "react-native ios android fast jsi search trie" }, { @@ -94642,16 +93148,16 @@ }, "npmPkg": "react-native-heap-profiler", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.267, + "popularity": -0.321, "topicSearchString": "react-native ios android debugging heap jsi memory observability profiling" }, { @@ -94684,7 +93190,7 @@ "forks": 1, "issues": 0, "subscribers": 2, - "stars": 18 + "stars": 17 }, "name": "react-native-reanimated-progress-steps", "fullName": "ayonshafiul/react-native-reanimated-progress-steps", @@ -94709,16 +93215,16 @@ }, "npmPkg": "react-native-reanimated-progress-steps", "npm": { - "downloads": 228, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 190, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.324, "topicSearchString": "react-native ios android" }, { @@ -94746,9 +93252,9 @@ "updatedAt": "2024-06-04T04:48:34Z", "createdAt": "2022-05-03T03:11:14Z", "pushedAt": "2024-06-04T04:48:34Z", - "forks": 36, - "issues": 13, - "subscribers": 9, + "forks": 35, + "issues": 12, + "subscribers": 8, "stars": 243 }, "name": "react-native-story-view", @@ -94798,9 +93304,9 @@ }, "npmPkg": "react-native-story-view", "npm": { - "downloads": 2907, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4786, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -94870,8 +93376,8 @@ "npmPkg": "react-native-pintyper", "npm": { "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21" + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -94942,9 +93448,9 @@ }, "npmPkg": "react-native-countdown-timer-hooks", "npm": { - "downloads": 1597, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2378, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -94979,13 +93485,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-05T08:20:23Z", + "updatedAt": "2025-01-02T08:06:42Z", "createdAt": "2020-05-17T20:06:18Z", - "pushedAt": "2025-05-05T08:20:23Z", - "forks": 92, - "issues": 26, + "pushedAt": "2025-01-02T08:06:42Z", + "forks": 88, + "issues": 29, "subscribers": 5, - "stars": 989 + "stars": 925 }, "name": "react-modal-sheet", "fullName": "Temzasse/react-modal-sheet", @@ -95009,9 +93515,9 @@ }, "lastRelease": { "name": "", - "tagName": "v4.4.0", - "createdAt": "2025-05-05T08:20:23Z", - "publishedAt": "2025-05-05T08:20:50Z", + "tagName": "v4.0.1", + "createdAt": "2025-01-02T08:06:42Z", + "publishedAt": "2025-01-02T08:07:18Z", "isPrerelease": false }, "hasTypes": true, @@ -95020,9 +93526,9 @@ }, "npmPkg": "react-modal-sheet", "npm": { - "downloads": 229254, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 226042, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -95054,13 +93560,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T09:00:40Z", + "updatedAt": "2025-03-27T19:42:32Z", "createdAt": "2023-03-28T14:54:13Z", - "pushedAt": "2025-06-18T09:00:40Z", - "forks": 22, - "issues": 5, - "subscribers": 6, - "stars": 96 + "pushedAt": "2025-03-27T19:42:32Z", + "forks": 21, + "issues": 4, + "subscribers": 7, + "stars": 92 }, "name": "@reown/appkit-wagmi-react-native", "fullName": "reown-com/appkit-react-native", @@ -95087,18 +93593,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 16910, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "web3 appkit crypto ethereum appkit walletconnect react-native wagmi" }, { @@ -95126,10 +93627,10 @@ "updatedAt": "2025-02-14T10:28:27Z", "createdAt": "2019-07-31T13:58:08Z", "pushedAt": "2025-02-14T10:28:27Z", - "forks": 92, + "forks": 93, "issues": 60, "subscribers": 4, - "stars": 310 + "stars": 303 }, "name": "react-native-image-slider-box", "fullName": "intellidev1991/react-native-image-slider-box", @@ -95166,9 +93667,9 @@ }, "npmPkg": "react-native-image-slider-box", "npm": { - "downloads": 8609, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14818, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -95200,7 +93701,7 @@ "updatedAt": "2023-09-19T15:33:39Z", "createdAt": "2018-05-08T20:33:31Z", "pushedAt": "2023-09-19T15:33:39Z", - "forks": 36, + "forks": 37, "issues": 6, "subscribers": 2, "stars": 145 @@ -95242,12 +93743,13 @@ }, "npmPkg": "react-native-push-notification-popup", "npm": { - "downloads": 4377, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10849, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 41, "matchingScoreModifiers": [ + "Known", "Not updated recently", "Not supporting New Architecture" ], @@ -95272,13 +93774,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-15T14:13:39Z", + "updatedAt": "2024-03-28T02:49:53Z", "createdAt": "2018-09-12T12:12:48Z", - "pushedAt": "2025-06-15T14:13:39Z", - "forks": 88, + "pushedAt": "2024-03-28T02:49:53Z", + "forks": 87, "issues": 34, "subscribers": 6, - "stars": 338 + "stars": 333 }, "name": "react-native-draggable-grid", "fullName": "SHISME/react-native-draggable-grid", @@ -95299,14 +93801,14 @@ }, "npmPkg": "react-native-draggable-grid", "npm": { - "downloads": 30381, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35325, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -95363,9 +93865,9 @@ "unmaintained": true, "npmPkg": "react-native-user-inactivity", "npm": { - "downloads": 37448, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35322, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -95400,7 +93902,7 @@ "forks": 9, "issues": 5, "subscribers": 5, - "stars": 45 + "stars": 40 }, "name": "vision-camera-cropper", "fullName": "tony-xlh/vision-camera-cropper", @@ -95435,16 +93937,16 @@ }, "npmPkg": "vision-camera-cropper", "npm": { - "downloads": 1218, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1355, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "react-native ios android cropper image-processing vision-camera" }, { @@ -95473,10 +93975,10 @@ "updatedAt": "2024-12-04T15:56:20Z", "createdAt": "2024-02-09T11:27:51Z", "pushedAt": "2024-12-04T15:56:20Z", - "forks": 44, + "forks": 42, "issues": 14, "subscribers": 7, - "stars": 1296 + "stars": 1237 }, "name": "@marceloterreiro/flash-calendar", "fullName": "MarceloPrado/flash-calendar", @@ -95494,20 +93996,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 53626, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -95565,17 +94059,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1568, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -95636,18 +94126,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 12505, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "rails actioncable react-native reactnative websockets react action-cable rails5 rails6 realtime" }, { @@ -95678,10 +94163,10 @@ "updatedAt": "2025-02-09T23:56:40Z", "createdAt": "2023-03-20T06:18:17Z", "pushedAt": "2025-02-09T23:56:40Z", - "forks": 33, - "issues": 2, + "forks": 31, + "issues": 0, "subscribers": 2, - "stars": 382 + "stars": 356 }, "name": "@codeherence/react-native-header", "fullName": "codeherence/react-native-header", @@ -95711,18 +94196,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 6808, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -95742,13 +94221,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T03:11:54Z", + "updatedAt": "2024-09-18T20:18:09Z", "createdAt": "2024-03-03T22:14:04Z", - "pushedAt": "2025-06-20T03:11:54Z", - "forks": 33, + "pushedAt": "2024-09-18T20:18:09Z", + "forks": 24, "issues": 8, "subscribers": 10, - "stars": 340 + "stars": 304 }, "name": "react-native-uitextview", "fullName": "bluesky-social/react-native-uitextview", @@ -95758,10 +94237,7 @@ "topics": [ "react-native", "ios", - "android", - "expo", - "text", - "uitextvi" + "android" ], "license": { "key": "mit", @@ -95771,11 +94247,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.0.4", - "tagName": "v2.0.4", - "createdAt": "2025-06-20T03:11:54Z", - "publishedAt": "2025-06-20T03:12:52Z", - "isPrerelease": false + "name": "Release 2.0.0-rc.0", + "tagName": "v2.0.0-rc.0", + "createdAt": "2024-09-18T20:13:35Z", + "publishedAt": "2024-09-18T20:13:59Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": true, @@ -95783,18 +94259,18 @@ }, "npmPkg": "react-native-uitextview", "npm": { - "downloads": 23275, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19649, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 41, "matchingScoreModifiers": [ "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native ios android expo text uitextvi" + "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/binaryminds/react-native-sse", @@ -95815,10 +94291,10 @@ "updatedAt": "2024-03-05T10:27:26Z", "createdAt": "2021-04-23T13:06:35Z", "pushedAt": "2024-03-05T10:27:26Z", - "forks": 36, - "issues": 16, + "forks": 33, + "issues": 15, "subscribers": 9, - "stars": 284 + "stars": 265 }, "name": "react-native-sse", "fullName": "binaryminds/react-native-sse", @@ -95857,9 +94333,9 @@ }, "npmPkg": "react-native-sse", "npm": { - "downloads": 157257, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 139169, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -95891,10 +94367,10 @@ "updatedAt": "2024-03-06T19:53:50Z", "createdAt": "2023-10-19T07:08:45Z", "pushedAt": "2024-03-06T19:53:50Z", - "forks": 6, + "forks": 5, "issues": 3, - "subscribers": 4, - "stars": 58 + "subscribers": 3, + "stars": 50 }, "name": "expo-foreground-actions", "fullName": "Acetyld/expo-foreground-actions", @@ -95926,16 +94402,16 @@ }, "npmPkg": "expo-foreground-actions", "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 225, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.25, + "popularity": -0.223, "topicSearchString": "react-native expo expo-modules-api expo-modules expo-foreground-actions expoforegroundactions javascript kotlin react swift typescript" }, { @@ -95954,9 +94430,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-23T10:57:05Z", + "updatedAt": "2025-01-09T11:25:14Z", "createdAt": "2024-03-09T13:41:17Z", - "pushedAt": "2025-04-23T10:57:05Z", + "pushedAt": "2025-01-09T11:25:14Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -95992,15 +94468,15 @@ }, "npmPkg": "rn-custom-alert-prompt", "npm": { - "downloads": 243, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 120, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.325, + "popularity": -0.317, "topicSearchString": "react-native alert prompt async promise dialog modal ui-component user-interaction simple lightweight" }, { @@ -96019,9 +94495,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-22T17:10:43Z", + "updatedAt": "2025-01-09T12:04:33Z", "createdAt": "2024-01-26T13:39:32Z", - "pushedAt": "2025-04-22T17:10:43Z", + "pushedAt": "2025-01-09T12:04:33Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -96058,15 +94534,15 @@ }, "npmPkg": "rn-segmented-tab-controls", "npm": { - "downloads": 34, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 13, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.273, "topicSearchString": "react-native segmented-control tab-control tabs segmented-tabs ui-component navigation user-interface tabs-navigation segmented-navigation simple lightweight" }, { @@ -96093,8 +94569,8 @@ "updatedAt": "2025-02-10T08:38:51Z", "createdAt": "2021-02-10T16:35:13Z", "pushedAt": "2025-02-10T08:38:51Z", - "forks": 77, - "issues": 68, + "forks": 76, + "issues": 66, "subscribers": 6, "stars": 208 }, @@ -96132,9 +94608,9 @@ }, "npmPkg": "react-native-cn-quill", "npm": { - "downloads": 14990, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21451, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -96202,16 +94678,16 @@ }, "npmPkg": "react-native-purchase-kit", "npm": { - "downloads": 4, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.1, + "popularity": -0.314, "topicSearchString": "react-native ios android storekit2 swift" }, { @@ -96237,9 +94713,9 @@ "createdAt": "2023-03-25T21:09:34Z", "pushedAt": "2025-03-25T07:32:22Z", "forks": 30, - "issues": 16, + "issues": 13, "subscribers": 7, - "stars": 652 + "stars": 637 }, "name": "@candlefinance/faster-image", "fullName": "candlefinance/faster-image", @@ -96276,18 +94752,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 24732, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android image nuke activityindicator transition coil coil-kotlin cache" }, { @@ -96348,18 +94819,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 88, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.216, + "popularity": -100, "topicSearchString": "react-native ios android app-icon new-architecture typescript" }, { @@ -96386,7 +94852,7 @@ "forks": 9, "issues": 6, "subscribers": 2, - "stars": 125 + "stars": 122 }, "name": "react-native-openai", "fullName": "candlefinance/react-native-openai", @@ -96424,16 +94890,15 @@ }, "npmPkg": "react-native-openai", "npm": { - "downloads": 655, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1087, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android lightweight openai urlsession kotlin ktor swift" }, { @@ -96461,7 +94926,7 @@ "forks": 3, "issues": 1, "subscribers": 3, - "stars": 107 + "stars": 106 }, "name": "@candlefinance/haptics", "fullName": "candlefinance/haptics", @@ -96496,18 +94961,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 628, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 32, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.029, + "popularity": -100, "topicSearchString": "react-native ios android haptics ahap corehaptics uifeedbackgenerator uikit" }, { @@ -96532,10 +94991,10 @@ "updatedAt": "2025-01-20T09:57:52Z", "createdAt": "2022-11-01T17:21:54Z", "pushedAt": "2025-01-20T09:57:52Z", - "forks": 29, + "forks": 26, "issues": 22, "subscribers": 10, - "stars": 968 + "stars": 954 }, "name": "react-native-skottie", "fullName": "margelo/react-native-skottie", @@ -96559,9 +95018,9 @@ "isArchived": false }, "npm": { - "downloads": 381, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 840, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -96569,7 +95028,7 @@ "Known", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": 0.029, "topicSearchString": "react-native ios android" }, { @@ -96598,9 +95057,9 @@ "createdAt": "2024-03-29T19:09:50Z", "pushedAt": "2024-04-02T19:51:59Z", "forks": 1, - "issues": 2, + "issues": 1, "subscribers": 2, - "stars": 19 + "stars": 18 }, "name": "react-native-gif-player", "fullName": "ysfzrn/react-native-gif-player", @@ -96642,9 +95101,9 @@ }, "npmPkg": "react-native-gif-player", "npm": { - "downloads": 1021, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 925, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -96702,18 +95161,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -96746,7 +95200,7 @@ "updatedAt": "2024-07-08T09:56:23Z", "createdAt": "2024-03-18T14:54:14Z", "pushedAt": "2024-07-08T09:56:23Z", - "forks": 3, + "forks": 4, "issues": 0, "subscribers": 1, "stars": 12 @@ -96798,18 +95252,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 193, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -100, "topicSearchString": "otp-input ios android react-native otp input authentication verification code-input mobile new-arch-compatible-otp-input otp-text-input two-factor-authentication 2fa-otp-input phone-number android-library ios-library newarchitecture otp-library otp-textfield otp-verification websupport" }, { @@ -96832,8 +95281,8 @@ "updatedAt": "2024-05-09T18:23:55Z", "createdAt": "2021-07-14T10:42:03Z", "pushedAt": "2024-05-09T18:23:55Z", - "forks": 4, - "issues": 5, + "forks": 3, + "issues": 4, "subscribers": 12, "stars": 11 }, @@ -96866,16 +95315,16 @@ }, "npmPkg": "react-native-windows-hello", "npm": { - "downloads": 77, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 86, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.327, "topicSearchString": "windows hello windows-hello" }, { @@ -96895,9 +95344,9 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-30T10:20:37Z", + "updatedAt": "2024-04-29T13:33:46Z", "createdAt": "2024-03-26T10:06:31Z", - "pushedAt": "2025-04-30T10:20:37Z", + "pushedAt": "2024-04-29T13:33:46Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -96927,8 +95376,9 @@ "isArchived": false }, "npm": {}, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": -100, @@ -96958,13 +95408,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-13T00:51:37Z", + "updatedAt": "2025-03-08T04:32:56Z", "createdAt": "2024-03-23T03:42:14Z", - "pushedAt": "2025-06-13T00:51:37Z", - "forks": 32, - "issues": 29, + "pushedAt": "2025-03-08T04:32:56Z", + "forks": 27, + "issues": 20, "subscribers": 5, - "stars": 1063 + "stars": 975 }, "name": "@lodev09/react-native-true-sheet", "fullName": "lodev09/react-native-true-sheet", @@ -96998,20 +95448,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 26235, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android bottom-sheet native-sheet sheet modal-sheet" }, { @@ -97036,7 +95478,7 @@ "forks": 8, "issues": 2, "subscribers": 1, - "stars": 19 + "stars": 18 }, "name": "@dylankenneally/react-native-ssh-sftp", "fullName": "dylankenneally/react-native-ssh-sftp", @@ -97067,18 +95509,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 180, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -100, "topicSearchString": "react-native ssh sftp sftp-client ssh-client" }, { @@ -97111,7 +95548,7 @@ "forks": 4, "issues": 2, "subscribers": 1, - "stars": 231 + "stars": 216 }, "name": "react-native-slider-intro", "fullName": "RichardRNStudio/react-native-slider-intro", @@ -97155,15 +95592,15 @@ }, "npmPkg": "react-native-slider-intro", "npm": { - "downloads": 738, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1121, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android slider swiper intro carousel tutorial app animation mobile ui react-component customizable mobile-development" }, { @@ -97228,16 +95665,15 @@ }, "npmPkg": "react-native-find-local-devices", "npm": { - "downloads": 67, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 126, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.226, "topicSearchString": "react-native ios android local-network network-discovery websocket-connection portscanning" }, { @@ -97290,18 +95726,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native react javascript" }, { @@ -97324,13 +95755,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T02:10:25Z", + "updatedAt": "2025-04-16T15:24:02Z", "createdAt": "2022-02-17T08:49:24Z", - "pushedAt": "2025-06-16T02:10:25Z", - "forks": 99, - "issues": 26, + "pushedAt": "2025-04-16T15:24:02Z", + "forks": 98, + "issues": 25, "subscribers": 15, - "stars": 831 + "stars": 788 }, "name": "react-native-quick-crypto", "fullName": "margelo/react-native-quick-crypto", @@ -97342,13 +95773,9 @@ "ios", "android", "jsi", - "nitro", "crypto", - "cryptography", - "cryptocurrency", "c++", "fast", - "quick", "web3" ], "license": { @@ -97364,9 +95791,9 @@ }, "npmPkg": "react-native-quick-crypto", "npm": { - "downloads": 186122, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 164441, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -97376,7 +95803,7 @@ "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native ios android jsi nitro crypto cryptography cryptocurrency c++ fast quick web3" + "topicSearchString": "react-native ios android jsi crypto c++ fast web3" }, { "githubUrl": "https://github.com/vokhuyetOz/react-native-messy", @@ -97407,7 +95834,7 @@ "forks": 6, "issues": 3, "subscribers": 3, - "stars": 61 + "stars": 60 }, "name": "@vokhuyet/react-native-messy", "fullName": "vokhuyetOz/react-native-messy", @@ -97437,18 +95864,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 23, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 32, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.25, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -97506,17 +95927,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 52, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.212, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -97535,13 +95951,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-23T11:08:33Z", + "updatedAt": "2025-01-09T12:25:10Z", "createdAt": "2024-03-24T20:41:07Z", - "pushedAt": "2025-04-23T11:08:33Z", + "pushedAt": "2025-01-09T12:25:10Z", "forks": 3, "issues": 0, "subscribers": 1, - "stars": 30 + "stars": 29 }, "name": "rn-inkpad", "fullName": "FerRiv3ra/rn-inkpad", @@ -97593,15 +96009,15 @@ }, "npmPkg": "rn-inkpad", "npm": { - "downloads": 294, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 215, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.222, "topicSearchString": "react-native ui-library alert prompt actionsheet avatar button floating checkbox interactive radiobuttons card floatingcard images icons inputs navigation bottom-navigation tap-navigation progress progressbar rating rbnb-rating slide switch tab-control toast drawer ui-component user-interaction lightweight" }, { @@ -97633,9 +96049,9 @@ "createdAt": "2024-05-13T11:10:16Z", "pushedAt": "2025-01-24T19:43:04Z", "forks": 4, - "issues": 2, + "issues": 1, "subscribers": 2, - "stars": 51 + "stars": 47 }, "name": "@lodev09/expo-recorder", "fullName": "lodev09/expo-recorder", @@ -97669,17 +96085,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 144, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -100, "topicSearchString": "react-native ios android recorder expo expo-av audio" }, { @@ -97705,19 +96116,19 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T06:59:28Z", + "updatedAt": "2025-04-05T23:43:54Z", "createdAt": "2023-07-22T10:57:24Z", - "pushedAt": "2025-06-11T06:59:28Z", - "forks": 126, - "issues": 5, - "subscribers": 65, - "stars": 878 + "pushedAt": "2025-04-05T23:43:54Z", + "forks": 93, + "issues": 2, + "subscribers": 41, + "stars": 643 }, "name": "react-native-turbo-image", "fullName": "duguyihou/react-native-turbo-image", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "Fast image loading for React Native", + "description": "Performant image component for React Native", "topics": [ "react-native", "ios", @@ -97745,9 +96156,9 @@ }, "npmPkg": "react-native-turbo-image", "npm": { - "downloads": 82632, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 57747, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -97783,13 +96194,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T02:32:55Z", + "updatedAt": "2025-02-26T19:55:54Z", "createdAt": "2024-02-19T16:22:39Z", - "pushedAt": "2025-05-27T02:32:55Z", - "forks": 9, - "issues": 3, + "pushedAt": "2025-02-26T19:55:54Z", + "forks": 8, + "issues": 2, "subscribers": 3, - "stars": 146 + "stars": 131 }, "name": "react-native-react-query-devtools", "fullName": "LovesWorking/react-native-react-query-devtools", @@ -97818,13 +96229,12 @@ }, "npmPkg": "react-native-react-query-devtools", "npm": { - "downloads": 42600, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36564, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -97839,7 +96249,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/calintamas/react-native-toast-message", @@ -97854,10 +96263,10 @@ "updatedAt": "2025-04-16T06:54:06Z", "createdAt": "2019-04-14T12:49:40Z", "pushedAt": "2025-04-16T06:54:06Z", - "forks": 268, - "issues": 77, + "forks": 267, + "issues": 73, "subscribers": 6, - "stars": 1935 + "stars": 1862 }, "name": "react-native-toast-message", "fullName": "calintamas/react-native-toast-message", @@ -97887,15 +96296,15 @@ }, "npmPkg": "react-native-toast-message", "npm": { - "downloads": 885199, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 840434, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", - "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -97919,13 +96328,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-25T12:14:40Z", + "updatedAt": "2025-04-10T18:25:27Z", "createdAt": "2024-05-20T22:20:03Z", - "pushedAt": "2025-05-25T12:14:40Z", + "pushedAt": "2025-04-10T18:25:27Z", "forks": 1, - "issues": 1, + "issues": 2, "subscribers": 1, - "stars": 71 + "stars": 56 }, "name": "react-native-orientation-director", "fullName": "gladiuscode/react-native-orientation-director", @@ -97950,10 +96359,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 2.5.1", - "tagName": "v2.5.1", - "createdAt": "2025-05-25T12:14:44Z", - "publishedAt": "2025-05-25T12:15:04Z", + "name": "Release 2.4.0", + "tagName": "v2.4.0", + "createdAt": "2025-04-10T18:25:33Z", + "publishedAt": "2025-04-10T18:25:43Z", "isPrerelease": false }, "hasTypes": true, @@ -97962,9 +96371,9 @@ }, "npmPkg": "react-native-orientation-director", "npm": { - "downloads": 4314, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1614, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ @@ -98000,7 +96409,7 @@ "updatedAt": "2021-12-11T19:16:20Z", "createdAt": "2021-01-11T12:15:47Z", "pushedAt": "2021-12-11T19:16:20Z", - "forks": 7, + "forks": 8, "issues": 20, "subscribers": 3, "stars": 183 @@ -98030,18 +96439,13 @@ "isArchived": false }, "unmaintained": true, - "npm": { - "downloads": 39, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.724, + "popularity": -100, "topicSearchString": "breeffy react-native android picker component reanimated ui" }, { @@ -98066,10 +96470,10 @@ "updatedAt": "2023-12-03T09:30:35Z", "createdAt": "2023-04-30T03:56:27Z", "pushedAt": "2023-12-03T09:30:35Z", - "forks": 5, + "forks": 4, "issues": 7, "subscribers": 5, - "stars": 199 + "stars": 197 }, "name": "react-native-reanimated-table", "fullName": "dohooo/react-native-reanimated-table", @@ -98101,9 +96505,9 @@ }, "npmPkg": "react-native-reanimated-table", "npm": { - "downloads": 23098, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19103, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -98129,13 +96533,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-09T13:03:16Z", + "updatedAt": "2025-04-16T07:18:40Z", "createdAt": "2020-11-03T23:55:52Z", - "pushedAt": "2025-06-09T13:03:16Z", - "forks": 74, - "issues": 22, + "pushedAt": "2025-04-16T07:18:40Z", + "forks": 73, + "issues": 21, "subscribers": 33, - "stars": 199 + "stars": 186 }, "name": "react-native-onyx", "fullName": "Expensify/react-native-onyx", @@ -98160,12 +96564,13 @@ }, "npmPkg": "react-native-onyx", "npm": { - "downloads": 193070, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 634355, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 73, "matchingScoreModifiers": [ + "Popular", "Known", "Recently updated", "Not supporting New Architecture" @@ -98192,10 +96597,10 @@ "updatedAt": "2024-11-20T09:08:36Z", "createdAt": "2019-02-19T02:48:43Z", "pushedAt": "2024-11-20T09:08:36Z", - "forks": 310, - "issues": 174, + "forks": 300, + "issues": 168, "subscribers": 10, - "stars": 883 + "stars": 867 }, "name": "react-native-pell-rich-editor", "fullName": "wxik/react-native-rich-editor", @@ -98228,16 +96633,15 @@ "isArchived": false }, "npm": { - "downloads": 62577, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 82172, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98261,13 +96665,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-13T11:23:52Z", + "updatedAt": "2024-11-13T10:57:17Z", "createdAt": "2024-03-12T15:37:39Z", - "pushedAt": "2025-05-13T11:23:52Z", - "forks": 4, - "issues": 3, + "pushedAt": "2024-11-13T10:57:17Z", + "forks": 3, + "issues": 2, "subscribers": 4, - "stars": 159 + "stars": 146 }, "name": "expo-atlas", "fullName": "expo/atlas", @@ -98295,9 +96699,9 @@ }, "npmPkg": "expo-atlas", "npm": { - "downloads": 173018, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 143426, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -98329,7 +96733,7 @@ "forks": 7, "issues": 4, "subscribers": 2, - "stars": 107 + "stars": 105 }, "name": "react-native-gallery-preview", "fullName": "chrizuuu/react-native-gallery-preview", @@ -98370,13 +96774,12 @@ }, "npmPkg": "react-native-gallery-preview", "npm": { - "downloads": 926, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1324, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98405,9 +96808,9 @@ "createdAt": "2022-09-20T04:40:12Z", "pushedAt": "2024-07-02T06:43:48Z", "forks": 2, - "issues": 1, - "subscribers": 2, - "stars": 8 + "issues": 0, + "subscribers": 1, + "stars": 7 }, "name": "react-native-nacl-jsi", "fullName": "withpaceio/react-native-nacl-jsi", @@ -98443,16 +96846,16 @@ }, "npmPkg": "react-native-nacl-jsi", "npm": { - "downloads": 333, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 360, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -0.322, "topicSearchString": "react-native ios android crypto libsodium sodium nacl" }, { @@ -98472,13 +96875,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-23T04:15:26Z", + "updatedAt": "2025-04-09T15:49:13Z", "createdAt": "2018-08-11T21:58:35Z", - "pushedAt": "2025-05-23T04:15:26Z", + "pushedAt": "2025-04-09T15:49:13Z", "forks": 191, - "issues": 7, + "issues": 11, "subscribers": 7, - "stars": 376 + "stars": 373 }, "name": "@segment/analytics-react-native", "fullName": "segmentio/analytics-react-native", @@ -98501,19 +96904,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 467461, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "segment react-native ios android" }, { @@ -98533,13 +96930,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-19T15:48:25Z", + "updatedAt": "2024-11-13T15:40:27Z", "createdAt": "2018-08-11T21:58:35Z", - "pushedAt": "2025-05-19T15:48:25Z", + "pushedAt": "2024-11-13T15:40:27Z", "forks": 191, - "issues": 7, + "issues": 11, "subscribers": 7, - "stars": 376 + "stars": 373 }, "name": "@segment/sovran-react-native", "fullName": "segmentio/analytics-react-native", @@ -98563,19 +96960,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 472101, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android segment" }, { @@ -98598,11 +96988,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T16:07:13Z", + "updatedAt": "2025-04-08T16:49:45Z", "createdAt": "2016-02-15T22:56:16Z", - "pushedAt": "2025-06-16T16:07:13Z", + "pushedAt": "2025-04-08T16:49:45Z", "forks": 86, - "issues": 10, + "issues": 11, "subscribers": 26, "stars": 68 }, @@ -98638,28 +97028,22 @@ "id": "MDc6TGljZW5zZTA=" }, "lastRelease": { - "name": "15.0.1", - "tagName": "15.0.1", - "createdAt": "2025-06-16T16:07:13Z", - "publishedAt": "2025-06-16T16:08:46Z", + "name": "14.1.0", + "tagName": "14.1.0", + "createdAt": "2025-04-08T16:49:45Z", + "publishedAt": "2025-04-08T16:52:02Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 255210, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 59, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Known", "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "braze appboy react native react-native ios android push in-app analytics segmentation feature-flags javascript sdk typescript marketing-automation customer-engagement in-app-messaging" }, { @@ -98685,10 +97069,10 @@ "updatedAt": "2025-03-10T15:43:52Z", "createdAt": "2022-11-16T19:03:13Z", "pushedAt": "2025-03-10T15:43:52Z", - "forks": 44, - "issues": 17, + "forks": 42, + "issues": 15, "subscribers": 4, - "stars": 1401 + "stars": 1342 }, "name": "burnt", "fullName": "nandorojo/burnt", @@ -98719,9 +97103,9 @@ }, "npmPkg": "burnt", "npm": { - "downloads": 156398, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 142774, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -98739,7 +97123,6 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -98753,13 +97136,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-tracking-transparency", "fullName": "expo/expo", @@ -98783,16 +97166,17 @@ }, "npmPkg": "expo-tracking-transparency", "npm": { - "downloads": 326342, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 271066, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98814,13 +97198,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-insights", "fullName": "expo/expo", @@ -98847,16 +97231,17 @@ }, "npmPkg": "expo-insights", "npm": { - "downloads": 215685, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 200026, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98872,7 +97257,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -98884,13 +97268,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-14T15:24:39Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-14T15:24:39Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-clipboard", "fullName": "expo/expo", @@ -98914,16 +97298,17 @@ }, "npmPkg": "expo-clipboard", "npm": { - "downloads": 1471157, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 966877, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -98945,13 +97330,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T17:44:57Z", + "updatedAt": "2025-04-16T16:25:44Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-12T17:44:57Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-16T16:25:44Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-navigation-bar", "fullName": "expo/expo", @@ -98976,9 +97361,9 @@ }, "npmPkg": "expo-navigation-bar", "npm": { - "downloads": 348827, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 309649, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -98999,7 +97384,6 @@ ], "ios": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -99012,13 +97396,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T05:26:30Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-08T05:26:30Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-symbols", "fullName": "expo/expo", @@ -99045,9 +97429,9 @@ }, "npmPkg": "expo-symbols", "npm": { - "downloads": 1013367, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 730345, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -99110,15 +97494,16 @@ }, "npmPkg": "react-native-native-language", "npm": { - "downloads": 46, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 105, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.328, + "popularity": -0.321, "topicSearchString": "react-native ios android" }, { @@ -99169,15 +97554,15 @@ }, "npmPkg": "react-native-nano", "npm": { - "downloads": 236, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 284, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.222, "topicSearchString": "react-native json react framework web" }, { @@ -99193,20 +97578,20 @@ "urls": { "repo": "https://github.com/rive-app/rive-react-native", "clone": "https://github.com/rive-app/rive-react-native.git", - "homepage": "https://rive.app/" + "homepage": null }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-05T20:54:23Z", + "updatedAt": "2025-04-03T19:29:49Z", "createdAt": "2021-05-05T16:18:35Z", - "pushedAt": "2025-06-05T20:54:23Z", - "forks": 56, - "issues": 75, + "pushedAt": "2025-04-03T19:29:49Z", + "forks": 49, + "issues": 73, "subscribers": 11, - "stars": 641 + "stars": 611 }, "name": "rive-react-native", "fullName": "rive-app/rive-react-native", @@ -99226,10 +97611,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 9.3.4", - "tagName": "v9.3.4", - "createdAt": "2025-06-05T20:54:23Z", - "publishedAt": "2025-06-05T20:54:24Z", + "name": "Release 9.2.1", + "tagName": "v9.2.1", + "createdAt": "2025-04-03T19:29:49Z", + "publishedAt": "2025-04-03T19:29:50Z", "isPrerelease": false }, "hasTypes": true, @@ -99238,14 +97623,13 @@ }, "npmPkg": "rive-react-native", "npm": { - "downloads": 110220, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 101780, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, + "score": 57, "matchingScoreModifiers": [ "Known", - "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], @@ -99300,16 +97684,16 @@ }, "npmPkg": "react-native-wear", "npm": { - "downloads": 24, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 54, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.308, + "popularity": -0.331, "topicSearchString": "react-native ios android" }, { @@ -99360,9 +97744,9 @@ "isArchived": false }, "npm": { - "downloads": 1873, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1940, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -99396,7 +97780,7 @@ "forks": 2, "issues": 4, "subscribers": 2, - "stars": 19 + "stars": 16 }, "name": "react-native-mapa", "fullName": "cnmapos/react-native-mapa", @@ -99422,16 +97806,15 @@ }, "npmPkg": "react-native-mapa", "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 62, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.318, "topicSearchString": "react react-native map mapview mapbox-maps" }, { @@ -99442,7 +97825,6 @@ ], "android": true, "ios": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/adaptyteam/AdaptySDK-React-Native", @@ -99454,13 +97836,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-16T15:50:08Z", + "updatedAt": "2025-04-02T19:28:32Z", "createdAt": "2020-09-28T17:25:29Z", - "pushedAt": "2025-05-16T15:50:08Z", - "forks": 15, + "pushedAt": "2025-04-02T19:28:32Z", + "forks": 14, "issues": 18, "subscribers": 5, - "stars": 141 + "stars": 133 }, "name": "react-native-adapty", "fullName": "adaptyteam/AdaptySDK-React-Native", @@ -99489,10 +97871,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v3.6.1", - "tagName": "v3.6.1", - "createdAt": "2025-05-16T22:58:43Z", - "publishedAt": "2025-05-16T23:00:29Z", + "name": "v3.4.0", + "tagName": "v3.4.0", + "createdAt": "2025-04-02T19:30:26Z", + "publishedAt": "2025-04-02T19:56:10Z", "isPrerelease": false }, "hasTypes": false, @@ -99500,12 +97882,13 @@ "isArchived": false }, "npm": { - "downloads": 20095, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 20009, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -99529,13 +97912,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-17T18:18:55Z", + "updatedAt": "2025-04-07T12:19:12Z", "createdAt": "2023-01-20T22:01:38Z", - "pushedAt": "2025-04-17T18:18:55Z", + "pushedAt": "2025-04-07T12:19:12Z", "forks": 3, - "issues": 0, + "issues": 1, "subscribers": 1, - "stars": 14 + "stars": 12 }, "name": "healthicons-react-native", "fullName": "stnrd/healthicons", @@ -99562,12 +97945,13 @@ }, "npmPkg": "healthicons-react-native", "npm": { - "downloads": 2695, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 670, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -99588,12 +97972,12 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T23:23:26Z", + "updatedAt": "2025-03-24T22:33:04Z", "createdAt": "2020-03-02T01:05:57Z", - "pushedAt": "2025-05-27T23:23:26Z", + "pushedAt": "2025-03-24T22:33:04Z", "forks": 23, "issues": 1, - "subscribers": 5, + "subscribers": 6, "stars": 327 }, "name": "react-native-iaphub", @@ -99621,9 +98005,9 @@ }, "lastRelease": { "name": "", - "tagName": "v8.10.4", - "createdAt": "2025-05-27T23:23:42Z", - "publishedAt": "2025-05-28T14:35:13Z", + "tagName": "v8.10.3", + "createdAt": "2025-03-24T22:33:26Z", + "publishedAt": "2025-03-24T22:34:59Z", "isPrerelease": false }, "hasTypes": true, @@ -99632,9 +98016,9 @@ }, "npmPkg": "react-native-iaphub", "npm": { - "downloads": 2984, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3093, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -99668,7 +98052,7 @@ "createdAt": "2017-02-16T01:14:10Z", "pushedAt": "2025-03-28T17:21:48Z", "forks": 68, - "issues": 15, + "issues": 13, "subscribers": 11, "stars": 62 }, @@ -99714,13 +98098,14 @@ }, "npmPkg": "clevertap-react-native", "npm": { - "downloads": 77011, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 67935, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 54, + "score": 59, "matchingScoreModifiers": [ - "Known" + "Known", + "Recently updated" ], "popularity": 0.028, "topicSearchString": "analytics android clevertap in-app ios notification push react react-native segmentation clevertap-react-native javascript typescript npm engagement user-retention" @@ -99791,9 +98176,9 @@ }, "npmPkg": "react-native-netwatch", "npm": { - "downloads": 2179, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3029, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -99824,10 +98209,10 @@ "updatedAt": "2025-04-12T16:34:37Z", "createdAt": "2018-03-27T18:33:08Z", "pushedAt": "2025-04-12T16:34:37Z", - "forks": 178, - "issues": 113, - "subscribers": 24, - "stars": 4100 + "forks": 172, + "issues": 107, + "subscribers": 23, + "stars": 3996 }, "name": "iconoir-react-native", "fullName": "iconoir-icons/iconoir", @@ -99852,15 +98237,16 @@ }, "npmPkg": "iconoir-react-native", "npm": { - "downloads": 8535, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16923, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 62, "matchingScoreModifiers": [ "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -99870,8 +98256,6 @@ "githubUrl": "https://github.com/lucide-icons/lucide/tree/main/packages/lucide-react-native", "android": true, "ios": true, - "fireos": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/lucide-icons/lucide", @@ -99883,18 +98267,18 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T13:47:24Z", + "updatedAt": "2025-04-04T12:26:19Z", "createdAt": "2020-06-08T15:36:21Z", - "pushedAt": "2025-06-18T13:47:24Z", - "forks": 846, - "issues": 231, - "subscribers": 48, - "stars": 17688 + "pushedAt": "2025-04-04T12:26:19Z", + "forks": 733, + "issues": 221, + "subscribers": 45, + "stars": 16665 }, "name": "lucide-react-native", "fullName": "lucide-icons/lucide", "isPrivate": false, - "description": "A Lucide icon library package for React Native applications.", + "description": "A Lucide icon library package for React Native applications", "topics": [ "lucide", "react-native", @@ -99912,9 +98296,9 @@ }, "npmPkg": "lucide-react-native", "npm": { - "downloads": 538878, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 371703, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -99950,13 +98334,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-25T09:30:17Z", + "updatedAt": "2024-07-17T14:24:27Z", "createdAt": "2020-05-06T08:24:39Z", - "pushedAt": "2025-05-25T09:30:17Z", - "forks": 9, + "pushedAt": "2024-07-17T14:24:27Z", + "forks": 8, "issues": 1, "subscribers": 1, - "stars": 195 + "stars": 183 }, "name": "react-native-loader-kit", "fullName": "maitrungduc1410/react-native-loader-kit", @@ -99992,13 +98376,13 @@ }, "npmPkg": "react-native-loader-kit", "npm": { - "downloads": 8872, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8445, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 32, "matchingScoreModifiers": [ - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -100022,13 +98406,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-23T08:59:28Z", + "updatedAt": "2025-04-15T14:31:09Z", "createdAt": "2020-07-14T09:10:21Z", - "pushedAt": "2025-05-23T08:59:28Z", - "forks": 26, + "pushedAt": "2025-04-15T14:31:09Z", + "forks": 25, "issues": 6, "subscribers": 5, - "stars": 126 + "stars": 119 }, "name": "react-native-file-logger", "fullName": "BeTomorrow/react-native-file-logger", @@ -100042,32 +98426,32 @@ "logback" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "lastRelease": { - "name": "Release 0.6.0", - "tagName": "v0.6.0", - "createdAt": "2025-04-18T15:56:20Z", - "publishedAt": "2025-04-18T15:59:14Z", + "name": "Release 0.5.7", + "tagName": "v0.5.7", + "createdAt": "2025-04-15T14:31:12Z", + "publishedAt": "2025-04-15T14:33:10Z", "isPrerelease": false }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-file-logger", "npm": { - "downloads": 35938, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28901, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -100089,13 +98473,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-09T20:40:25Z", + "updatedAt": "2025-02-12T00:11:53Z", "createdAt": "2020-07-08T16:57:34Z", - "pushedAt": "2025-05-09T20:40:25Z", + "pushedAt": "2025-02-12T00:11:53Z", "forks": 44, - "issues": 67, + "issues": 64, "subscribers": 74, - "stars": 68 + "stars": 67 }, "name": "@okta/okta-react-native", "fullName": "okta/okta-react-native", @@ -100126,18 +98510,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 34787, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native authentication okta oidc" }, { @@ -100158,10 +98536,10 @@ "updatedAt": "2024-08-30T05:26:44Z", "createdAt": "2024-05-25T15:06:24Z", "pushedAt": "2024-08-30T05:26:44Z", - "forks": 24, - "issues": 12, + "forks": 16, + "issues": 9, "subscribers": 2, - "stars": 79 + "stars": 73 }, "name": "react-native-vision-camera-text-recognition", "fullName": "gev2002/react-native-vision-camera-text-recognition", @@ -100199,9 +98577,9 @@ }, "npmPkg": "react-native-vision-camera-text-recognition", "npm": { - "downloads": 5976, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5235, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -100229,10 +98607,10 @@ "updatedAt": "2024-08-30T05:25:58Z", "createdAt": "2024-05-03T09:57:19Z", "pushedAt": "2024-08-30T05:25:58Z", - "forks": 2, + "forks": 1, "issues": 1, "subscribers": 1, - "stars": 15 + "stars": 13 }, "name": "react-native-vision-camera-image-labeler", "fullName": "gev2002/react-native-vision-camera-image-labeler", @@ -100264,16 +98642,16 @@ }, "npmPkg": "react-native-vision-camera-image-labeler", "npm": { - "downloads": 679, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 460, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.322, "topicSearchString": "react-native ios android" }, { @@ -100295,13 +98673,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T14:28:18Z", + "updatedAt": "2025-01-21T19:01:13Z", "createdAt": "2024-02-20T17:58:27Z", - "pushedAt": "2025-06-21T14:28:18Z", - "forks": 31, - "issues": 25, + "pushedAt": "2025-01-21T19:01:13Z", + "forks": 28, + "issues": 22, "subscribers": 12, - "stars": 1149 + "stars": 1105 }, "name": "react-native-filament", "fullName": "margelo/react-native-filament", @@ -100336,15 +98714,14 @@ "isArchived": false }, "npm": { - "downloads": 9475, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9836, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -100366,10 +98743,10 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-23T13:45:28Z", + "updatedAt": "2024-12-13T15:26:36Z", "createdAt": "2022-06-01T09:04:30Z", - "pushedAt": "2025-05-23T13:45:28Z", - "forks": 2, + "pushedAt": "2024-12-13T15:26:36Z", + "forks": 1, "issues": 0, "subscribers": 4, "stars": 9 @@ -100393,27 +98770,22 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "10.1.1", - "tagName": "10.1.1", - "createdAt": "2025-05-23T13:45:28Z", - "publishedAt": "2025-05-23T14:00:56Z", + "name": "10.0.1", + "tagName": "10.0.1", + "createdAt": "2024-12-13T15:27:26Z", + "publishedAt": "2024-12-13T15:53:21Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 10488, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native batch push notifications sdk" }, { @@ -100426,7 +98798,6 @@ "expoGo": true, "newArchitecture": true, "dev": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -100438,13 +98809,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T10:40:52Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T10:40:52Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "@expo/fingerprint", "fullName": "expo/expo", @@ -100468,22 +98839,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5092296, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "expo react-native fingerprint hash node" }, { @@ -100506,13 +98869,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T11:52:55Z", + "updatedAt": "2025-04-16T11:27:17Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-20T11:52:55Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-16T11:27:17Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo", "fullName": "expo/expo", @@ -100534,9 +98897,9 @@ }, "npmPkg": "expo", "npm": { - "downloads": 5839148, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5339520, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -100571,18 +98934,18 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T22:35:37Z", + "updatedAt": "2025-04-12T20:00:57Z", "createdAt": "2021-12-31T01:06:00Z", - "pushedAt": "2025-06-20T22:35:37Z", - "forks": 114, - "issues": 43, - "subscribers": 37, - "stars": 4548 + "pushedAt": "2025-04-12T20:00:57Z", + "forks": 106, + "issues": 44, + "subscribers": 33, + "stars": 4405 }, "name": "tinybase", "fullName": "tinyplex/tinybase", "isPrivate": true, - "description": "A reactive data store & sync engine.", + "description": "The reactive data store for local‑first apps.", "topics": [ "tiny", "sync-engine", @@ -100602,10 +98965,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v6.3.0", - "tagName": "v6.3.0", - "createdAt": "2025-06-20T22:36:18Z", - "publishedAt": "2025-06-20T22:40:36Z", + "name": "v6.0.2", + "tagName": "v6.0.2", + "createdAt": "2025-04-12T20:01:03Z", + "publishedAt": "2025-04-12T20:01:44Z", "isPrerelease": false }, "hasTypes": false, @@ -100614,13 +98977,12 @@ }, "npmPkg": "tinybase", "npm": { - "downloads": 71666, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 69930, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 97, + "score": 73, "matchingScoreModifiers": [ - "Very popular", "Popular", "Known", "Recently updated", @@ -100649,13 +99011,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:26:39Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:26:39Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/bottom-tabs", "fullName": "react-navigation/react-navigation", @@ -100681,22 +99043,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5176235, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "component react-component react-native react-navigation ios android tab" }, { @@ -100718,13 +99072,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:26:39Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:26:39Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/material-top-tabs", "fullName": "react-navigation/react-navigation", @@ -100751,22 +99105,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1062555, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "component react-component react-native react-navigation ios android material tab" }, { @@ -100788,13 +99134,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:26:39Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:26:39Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/drawer", "fullName": "react-navigation/react-navigation", @@ -100821,22 +99167,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1223626, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "component react-component react-native react-navigation ios android material drawer" }, { @@ -100859,13 +99197,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:29:46Z", + "updatedAt": "2025-04-11T13:29:58Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:29:46Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-11T13:29:58Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/native-stack", "fullName": "react-navigation/react-navigation", @@ -100892,22 +99230,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 4997088, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "component react-component react-native react-navigation ios android native stack" }, { @@ -100930,13 +99260,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:26:39Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:26:39Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/stack", "fullName": "react-navigation/react-navigation", @@ -100962,22 +99292,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2875826, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "component react-component react-native react-navigation ios android stack" }, { @@ -101000,13 +99322,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:26:39Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:26:39Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/elements", "fullName": "react-navigation/react-navigation", @@ -101029,22 +99351,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 6629566, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native react-navigation ios android" }, { @@ -101054,7 +99368,6 @@ "web": true, "expoGo": true, "tvos": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/react-navigation/react-navigation", @@ -101066,13 +99379,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-14T14:24:46Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-14T14:24:46Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "react-native-drawer-layout", "fullName": "react-navigation/react-navigation", @@ -101100,9 +99413,9 @@ }, "npmPkg": "react-native-drawer-layout", "npm": { - "downloads": 651575, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 619164, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -101137,13 +99450,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-14T14:24:46Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-14T14:24:46Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/routers", "fullName": "react-navigation/react-navigation", @@ -101165,22 +99478,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 6459282, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native react-navigation" }, { @@ -101205,13 +99510,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:26:39Z", + "updatedAt": "2025-04-08T20:01:19Z", "createdAt": "2017-01-26T19:51:40Z", - "pushedAt": "2025-06-21T19:26:39Z", - "forks": 4922, - "issues": 811, - "subscribers": 313, - "stars": 24054 + "pushedAt": "2025-04-08T20:01:19Z", + "forks": 4911, + "issues": 793, + "subscribers": 317, + "stars": 23936 }, "name": "@react-navigation/devtools", "fullName": "react-navigation/react-navigation", @@ -101233,22 +99538,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 560823, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native react-navigation" }, { @@ -101258,7 +99555,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/supabase/supabase-js", @@ -101270,13 +99566,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-16T13:54:13Z", + "updatedAt": "2025-04-02T20:01:58Z", "createdAt": "2020-05-15T12:52:16Z", - "pushedAt": "2025-06-16T13:54:13Z", - "forks": 381, - "issues": 178, - "subscribers": 59, - "stars": 3796 + "pushedAt": "2025-04-02T20:01:58Z", + "forks": 326, + "issues": 160, + "subscribers": 54, + "stars": 3593 }, "name": "@supabase/supabase-js", "fullName": "supabase/supabase-js", @@ -101304,32 +99600,24 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.50.1-next.6", - "tagName": "v2.50.1-next.6", - "createdAt": "2025-06-20T18:29:38Z", - "publishedAt": "2025-06-20T18:30:57Z", - "isPrerelease": true + "name": "v2.49.4", + "tagName": "v2.49.4", + "createdAt": "2025-03-29T14:22:41Z", + "publishedAt": "2025-03-29T14:23:50Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 10046370, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "javascript typescript supabase client-library database isomorphic js mit-license node-js nuxt orm postgres" }, { @@ -101338,7 +99626,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "examples": [ "https://snack.expo.dev/@zahidalidev/toastify-react-native" ], @@ -101356,10 +99643,10 @@ "updatedAt": "2025-04-13T16:28:50Z", "createdAt": "2021-05-14T17:10:00Z", "pushedAt": "2025-04-13T16:28:50Z", - "forks": 26, - "issues": 10, - "subscribers": 3, - "stars": 158 + "forks": 25, + "issues": 4, + "subscribers": 2, + "stars": 138 }, "name": "toastify-react-native", "fullName": "zahidalidev/toastify-react-native", @@ -101410,14 +99697,15 @@ }, "npmPkg": "toastify-react-native", "npm": { - "downloads": 2999335, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3301659, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 68, + "score": 73, "matchingScoreModifiers": [ "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -101482,16 +99770,16 @@ }, "npmPkg": "rn-float-box", "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 12, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.267, "topicSearchString": "react-native ios android" }, { @@ -101513,13 +99801,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-08T06:35:46Z", + "updatedAt": "2024-12-16T00:21:58Z", "createdAt": "2022-02-22T00:31:27Z", - "pushedAt": "2025-06-08T06:35:46Z", + "pushedAt": "2024-12-16T00:21:58Z", "forks": 14, - "issues": 2, + "issues": 4, "subscribers": 4, - "stars": 507 + "stars": 438 }, "name": "react-native-magic-modal", "fullName": "GSTJ/react-native-magic-modal", @@ -101544,14 +99832,13 @@ "isArchived": false }, "npm": { - "downloads": 8864, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8049, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -101576,13 +99863,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-02T18:40:29Z", + "updatedAt": "2025-01-11T21:44:31Z", "createdAt": "2022-07-09T09:57:10Z", - "pushedAt": "2025-05-02T18:40:29Z", + "pushedAt": "2025-01-11T21:44:31Z", "forks": 14, "issues": 10, "subscribers": 5, - "stars": 479 + "stars": 438 }, "name": "expo-quick-actions", "fullName": "EvanBacon/expo-quick-actions", @@ -101609,9 +99896,9 @@ }, "npmPkg": "expo-quick-actions", "npm": { - "downloads": 57179, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 57409, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -101643,10 +99930,10 @@ "updatedAt": "2024-11-13T16:36:16Z", "createdAt": "2023-03-21T11:27:40Z", "pushedAt": "2024-11-13T16:36:16Z", - "forks": 11, + "forks": 9, "issues": 3, "subscribers": 15, - "stars": 345 + "stars": 337 }, "name": "app-icon-badge", "fullName": "obytes/app-icon-badge", @@ -101681,14 +99968,13 @@ }, "npmPkg": "app-icon-badge", "npm": { - "downloads": 28815, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25866, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -101715,13 +100001,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T07:02:32Z", + "updatedAt": "2025-04-04T08:46:11Z", "createdAt": "2024-02-19T16:51:01Z", - "pushedAt": "2025-06-20T07:02:32Z", - "forks": 27, - "issues": 19, + "pushedAt": "2025-04-04T08:46:11Z", + "forks": 24, + "issues": 15, "subscribers": 8, - "stars": 442 + "stars": 361 }, "name": "expo-share-intent", "fullName": "achorein/expo-share-intent", @@ -101747,10 +100033,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 4.1.1", - "tagName": "v4.1.1", - "createdAt": "2025-06-20T07:02:33Z", - "publishedAt": "2025-06-20T07:02:35Z", + "name": "Release 3.2.2", + "tagName": "v3.2.2", + "createdAt": "2025-02-25T16:29:46Z", + "publishedAt": "2025-02-25T16:29:49Z", "isPrerelease": false }, "hasTypes": true, @@ -101759,9 +100045,9 @@ }, "npmPkg": "expo-share-intent", "npm": { - "downloads": 29305, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24781, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -101793,7 +100079,7 @@ "forks": 22, "issues": 7, "subscribers": 3, - "stars": 132 + "stars": 130 }, "name": "react-native-store-version", "fullName": "watanabeyu/react-native-store-version", @@ -101827,9 +100113,9 @@ "unmaintained": true, "npmPkg": "react-native-store-version", "npm": { - "downloads": 21223, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21709, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -101860,10 +100146,10 @@ "updatedAt": "2024-10-08T15:55:31Z", "createdAt": "2021-03-25T08:50:33Z", "pushedAt": "2024-10-08T15:55:31Z", - "forks": 95, - "issues": 31, + "forks": 93, + "issues": 26, "subscribers": 1, - "stars": 184 + "stars": 176 }, "name": "react-native-country-codes-picker", "fullName": "GeorgeHop/react-native-country-codes-picker", @@ -101904,9 +100190,9 @@ }, "npmPkg": "react-native-country-codes-picker", "npm": { - "downloads": 95944, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 86884, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -101939,10 +100225,10 @@ "updatedAt": "2025-02-28T17:09:30Z", "createdAt": "2018-04-18T00:07:29Z", "pushedAt": "2025-02-28T17:09:30Z", - "forks": 33, - "issues": 3, + "forks": 32, + "issues": 2, "subscribers": 5, - "stars": 157 + "stars": 146 }, "name": "@appandflow/react-native-google-autocomplete", "fullName": "AppAndFlow/react-native-google-autocomplete", @@ -101978,18 +100264,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5212, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android typescript google-autocomplete reactjs expo google-places-api google-places-autocomplete" }, { @@ -102020,9 +100300,9 @@ "createdAt": "2020-11-04T22:38:41Z", "pushedAt": "2025-01-12T03:31:56Z", "forks": 22, - "issues": 13, + "issues": 12, "subscribers": 7, - "stars": 172 + "stars": 165 }, "name": "@mattermost/react-native-paste-input", "fullName": "mattermost/react-native-paste-input", @@ -102053,17 +100333,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 11926, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 54, - "matchingScoreModifiers": [ - "Known" - ], - "popularity": 0.028, + "npm": {}, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -100, "topicSearchString": "react-native ios android paste text-input" }, { @@ -102087,13 +100360,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-29T13:36:34Z", + "updatedAt": "2025-04-10T16:55:34Z", "createdAt": "2024-05-06T18:41:04Z", - "pushedAt": "2025-04-29T13:36:34Z", + "pushedAt": "2025-04-10T16:55:34Z", "forks": 0, "issues": 0, "subscribers": 3, - "stars": 168 + "stars": 156 }, "name": "@appandflow/react-native-magic-scroll", "fullName": "AppAndFlow/react-native-magic-scroll", @@ -102117,27 +100390,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.1.36", - "tagName": "v0.1.36", - "createdAt": "2025-04-29T13:36:35Z", - "publishedAt": "2025-04-29T13:36:42Z", + "name": "Release 0.1.32", + "tagName": "v0.1.32", + "createdAt": "2025-04-10T16:55:36Z", + "publishedAt": "2025-04-10T16:55:42Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 388, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -100, "topicSearchString": "react-native ios android expo keyboard scrollview ui" }, { @@ -102166,7 +100435,7 @@ "forks": 0, "issues": 1, "subscribers": 2, - "stars": 7 + "stars": 6 }, "name": "@appandflow/expo-image-cropping", "fullName": "AppAndFlow/expo-image-cropping", @@ -102196,19 +100465,13 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, - "npm": { - "downloads": 33, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.82, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -102232,10 +100495,10 @@ "updatedAt": "2025-02-21T00:50:52Z", "createdAt": "2024-02-07T06:46:24Z", "pushedAt": "2025-02-21T00:50:52Z", - "forks": 7, + "forks": 6, "issues": 4, "subscribers": 1, - "stars": 131 + "stars": 124 }, "name": "react-native-wear-connectivity", "fullName": "fabOnReact/react-native-wear-connectivity", @@ -102274,15 +100537,15 @@ }, "npmPkg": "react-native-wear-connectivity", "npm": { - "downloads": 586, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1542, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android wear-os wearable wear-api wearable-devices wearos renative renative-wear" }, { @@ -102334,16 +100597,16 @@ }, "npmPkg": "react-native-multipurpose-calendar", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 81, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.267, + "popularity": -0.325, "topicSearchString": "react-native android ios persian-calendar calendar" }, { @@ -102375,7 +100638,7 @@ "forks": 0, "issues": 1, "subscribers": 1, - "stars": 23 + "stars": 21 }, "name": "mallaui", "fullName": "ro-mgh/mallaui", @@ -102403,16 +100666,16 @@ "isArchived": false }, "npm": { - "downloads": 9, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 32, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.319, "topicSearchString": "components ui cli react-native expo malla mallaui malla-ui" }, { @@ -102435,13 +100698,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-19T14:38:50Z", + "updatedAt": "2025-04-08T07:44:00Z", "createdAt": "2019-11-15T21:38:13Z", - "pushedAt": "2025-06-19T14:38:50Z", + "pushedAt": "2025-04-08T07:44:00Z", "forks": 101, - "issues": 52, - "subscribers": 16, - "stars": 1633 + "issues": 55, + "subscribers": 18, + "stars": 1604 }, "name": "@rnx-kit/align-deps", "fullName": "microsoft/rnx-kit", @@ -102459,20 +100722,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 207078, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -102495,13 +100751,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-22T08:30:54Z", + "updatedAt": "2024-10-29T10:20:49Z", "createdAt": "2023-12-08T16:27:15Z", - "pushedAt": "2025-04-22T08:30:54Z", - "forks": 7, - "issues": 2, + "pushedAt": "2024-10-29T10:20:49Z", + "forks": 5, + "issues": 3, "subscribers": 1, - "stars": 12 + "stars": 9 }, "name": "@wwdrew/expo-spotify-sdk", "fullName": "wwdrew/expo-spotify-sdk", @@ -102525,17 +100781,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 422, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -100, "topicSearchString": "react-native expo expo-spotify-sdk expospotifysdk spotify" }, { @@ -102586,18 +100837,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 477, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -100, "topicSearchString": "react-native expo expo-android-shared-preferences expoandroidsharedpreferences" }, { @@ -102648,18 +100894,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 362, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -100, "topicSearchString": "react-native expo expo-android-account-manager expoandroidaccountmanager" }, { @@ -102683,10 +100924,10 @@ "updatedAt": "2025-04-04T18:46:20Z", "createdAt": "2023-11-26T16:59:37Z", "pushedAt": "2025-04-04T18:46:20Z", - "forks": 14, + "forks": 13, "issues": 1, "subscribers": 7, - "stars": 106 + "stars": 99 }, "name": "react-native-here-explore", "fullName": "ajakka/react-native-here-explore", @@ -102719,15 +100960,16 @@ }, "npmPkg": "react-native-here-explore", "npm": { - "downloads": 45, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 139, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.228, + "popularity": -0.221, "topicSearchString": "react-native ios android heremaps" }, { @@ -102750,13 +100992,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-30T20:44:36Z", + "updatedAt": "2025-02-21T16:33:12Z", "createdAt": "2021-05-31T20:12:36Z", - "pushedAt": "2025-04-30T20:44:36Z", + "pushedAt": "2025-02-21T16:33:12Z", "forks": 7, "issues": 7, "subscribers": 2, - "stars": 49 + "stars": 45 }, "name": "@dr.pogodin/react-native-audio", "fullName": "birdofpreyru/react-native-audio", @@ -102783,25 +101025,20 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v1.14.0", - "tagName": "v1.14.0", - "createdAt": "2025-04-30T20:44:36Z", - "publishedAt": "2025-04-30T20:48:18Z", + "name": "v1.13.0", + "tagName": "v1.13.0", + "createdAt": "2025-02-21T16:33:12Z", + "publishedAt": "2025-02-21T16:35:03Z", "isPrerelease": false }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 364, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.22, + "popularity": -100, "topicSearchString": "audio microphone input recording playback sample player react-native ios android" }, { @@ -102825,13 +101062,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-30T10:20:50Z", + "updatedAt": "2025-03-24T21:56:54Z", "createdAt": "2023-05-23T11:08:00Z", - "pushedAt": "2025-04-30T10:20:50Z", - "forks": 26, - "issues": 26, + "pushedAt": "2025-03-24T21:56:54Z", + "forks": 24, + "issues": 24, "subscribers": 4, - "stars": 247 + "stars": 230 }, "name": "@dr.pogodin/react-native-fs", "fullName": "birdofpreyru/react-native-fs", @@ -102858,27 +101095,22 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v2.33.1", - "tagName": "v2.33.1", - "createdAt": "2025-04-30T10:20:50Z", - "publishedAt": "2025-04-30T10:21:25Z", + "name": "v2.32.1", + "tagName": "v2.32.1", + "createdAt": "2025-03-24T21:56:54Z", + "publishedAt": "2025-03-24T23:14:11Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 30064, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 54, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Known" + "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android fs filesystem download upload file-transfer react rnfs" }, { @@ -102899,13 +101131,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-30T15:48:58Z", + "updatedAt": "2025-04-10T19:59:29Z", "createdAt": "2022-01-21T20:32:12Z", - "pushedAt": "2025-04-30T15:48:58Z", - "forks": 28, - "issues": 20, + "pushedAt": "2025-04-10T19:59:29Z", + "forks": 26, + "issues": 18, "subscribers": 2, - "stars": 202 + "stars": 193 }, "name": "@dr.pogodin/react-native-static-server", "fullName": "birdofpreyru/react-native-static-server", @@ -102939,103 +101171,96 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v0.21.0", - "tagName": "v0.21.0", - "createdAt": "2025-04-30T15:48:58Z", - "publishedAt": "2025-04-30T15:50:02Z", + "name": "v0.20.1", + "tagName": "v0.20.1", + "createdAt": "2025-03-28T22:34:45Z", + "publishedAt": "2025-03-28T23:49:09Z", "isPrerelease": false }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 2826, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 54, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Known" + "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android lighttpd windows embed server http https react file java javascript js mobile native objective-c" }, { "githubUrl": "https://github.com/RakaDoank/react-native-android-finish", "android": true, "newArchitecture": true, - "examples": [ - "https://github.com/RakaDoank/react-native-android-finish/tree/main/example" - ], "github": { "urls": { "repo": "https://github.com/RakaDoank/react-native-android-finish", "clone": "https://github.com/RakaDoank/react-native-android-finish.git", - "homepage": "https://www.npmjs.com/package/react-native-android-finish" + "homepage": null }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2025-06-18T06:08:45Z", + "hasTopics": true, + "updatedAt": "2024-08-19T16:54:26Z", "createdAt": "2024-08-04T13:33:38Z", - "pushedAt": "2025-06-18T06:08:45Z", + "pushedAt": "2024-08-19T16:54:26Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 11 + "stars": 10 }, "name": "react-native-android-finish", "fullName": "RakaDoank/react-native-android-finish", - "isPrivate": true, + "isPrivate": false, + "registry": "https://registry.npmjs.org", "description": "Gracefully finish the React Native app", - "topics": [], + "topics": [ + "react-native", + "android-finish", + "android" + ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "lastRelease": { - "name": "v1.2.5", - "tagName": "v1.2.5", - "createdAt": "2025-06-18T06:08:45Z", - "publishedAt": "2025-06-18T06:13:57Z", + "name": "Release 1.2.1", + "tagName": "v1.2.1", + "createdAt": "2024-08-19T16:54:27Z", + "publishedAt": "2024-08-19T16:54:33Z", "isPrerelease": false }, - "hasTypes": false, - "newArchitecture": false, + "hasTypes": true, + "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-android-finish", "npm": { - "downloads": 296, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 166, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 35, "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" + "Not updated recently" ], "popularity": -0.32, - "topicSearchString": "" + "topicSearchString": "react-native android-finish android" }, { "githubUrl": "https://github.com/wcandillon/react-native-webgpu/tree/main/packages/webgpu", "npmPkg": "react-native-wgpu", "examples": [ - "https://github.com/wcandillon/react-native-webgpu/tree/main/apps/example", - "https://github.com/software-mansion-labs/typegpu-rn-examples" + "https://github.com/wcandillon/react-native-webgpu/tree/main/apps/paper" ], "ios": true, "android": true, - "macos": true, - "visionos": true, "newArchitecture": true, "github": { "urls": { @@ -103048,13 +101273,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-05T13:03:18Z", + "updatedAt": "2025-02-11T12:41:09Z", "createdAt": "2024-06-17T16:44:42Z", - "pushedAt": "2025-06-05T13:03:18Z", - "forks": 28, - "issues": 14, - "subscribers": 17, - "stars": 718 + "pushedAt": "2025-02-11T12:41:09Z", + "forks": 26, + "issues": 11, + "subscribers": 16, + "stars": 574 }, "name": "react-native-wgpu", "fullName": "wcandillon/react-native-webgpu", @@ -103078,16 +101303,15 @@ "isArchived": false }, "npm": { - "downloads": 1951, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 249, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 59, + "score": 54, "matchingScoreModifiers": [ - "Known", - "Recently updated" + "Known" ], - "popularity": 0.028, + "popularity": -0.222, "topicSearchString": "react-native ios android" }, { @@ -103099,7 +101323,6 @@ "android": true, "ios": true, "web": true, - "fireos": true, "expoGo": true, "newArchitecture": true, "github": { @@ -103113,13 +101336,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-19T09:44:01Z", + "updatedAt": "2025-04-15T23:36:12Z", "createdAt": "2019-04-09T09:10:06Z", - "pushedAt": "2025-06-19T09:44:01Z", - "forks": 1705, - "issues": 4, - "subscribers": 174, - "stars": 53038 + "pushedAt": "2025-04-15T23:36:12Z", + "forks": 1635, + "issues": 3, + "subscribers": 168, + "stars": 51675 }, "name": "zustand", "fullName": "pmndrs/zustand", @@ -103146,10 +101369,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v5.0.5", - "tagName": "v5.0.5", - "createdAt": "2025-05-21T12:05:14Z", - "publishedAt": "2025-05-21T12:07:50Z", + "name": "v5.0.3", + "tagName": "v5.0.3", + "createdAt": "2025-01-07T14:20:43Z", + "publishedAt": "2025-01-07T14:22:57Z", "isPrerelease": false }, "hasTypes": true, @@ -103158,9 +101381,9 @@ }, "npmPkg": "zustand", "npm": { - "downloads": 32354749, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 27467141, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -103195,10 +101418,10 @@ "updatedAt": "2024-09-04T10:54:49Z", "createdAt": "2018-10-15T07:46:51Z", "pushedAt": "2024-09-04T10:54:49Z", - "forks": 88, - "issues": 23, + "forks": 86, + "issues": 21, "subscribers": 5, - "stars": 275 + "stars": 268 }, "name": "react-native-otp-verify", "fullName": "faizalshap/react-native-otp-verify", @@ -103231,9 +101454,9 @@ }, "npmPkg": "react-native-otp-verify", "npm": { - "downloads": 79703, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 81456, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -103268,9 +101491,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-15T14:04:39Z", + "updatedAt": "2024-03-05T20:40:37Z", "createdAt": "2020-11-05T18:53:38Z", - "pushedAt": "2025-05-15T14:04:39Z", + "pushedAt": "2024-03-05T20:40:37Z", "forks": 33, "issues": 19, "subscribers": 3, @@ -103317,12 +101540,13 @@ }, "npmPkg": "rn-material-ui-textfield", "npm": { - "downloads": 12737, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16293, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -103351,13 +101575,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-06-21T22:28:38Z", + "updatedAt": "2025-04-14T12:55:58Z", "createdAt": "2019-09-10T19:23:58Z", - "pushedAt": "2025-06-21T22:28:38Z", - "forks": 3239, - "issues": 63, - "subscribers": 213, - "stars": 45593 + "pushedAt": "2025-04-14T12:55:58Z", + "forks": 3096, + "issues": 68, + "subscribers": 208, + "stars": 44754 }, "name": "@tanstack/react-query", "fullName": "TanStack/query", @@ -103375,21 +101599,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 40918516, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -103411,13 +101627,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-25T04:30:10Z", + "updatedAt": "2025-02-13T11:06:24Z", "createdAt": "2016-08-02T09:34:28Z", - "pushedAt": "2025-04-25T04:30:10Z", - "forks": 99, + "pushedAt": "2025-02-13T11:06:24Z", + "forks": 98, "issues": 52, - "subscribers": 190, - "stars": 130 + "subscribers": 188, + "stars": 129 }, "name": "react-native-razorpay", "fullName": "razorpay/react-native-razorpay", @@ -103448,9 +101664,9 @@ }, "npmPkg": "react-native-razorpay", "npm": { - "downloads": 26733, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30269, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -103516,18 +101732,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1089, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -103549,13 +101760,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-24T11:52:50Z", + "updatedAt": "2025-04-16T06:20:39Z", "createdAt": "2024-03-19T07:03:44Z", - "pushedAt": "2025-04-24T11:52:50Z", - "forks": 8, + "pushedAt": "2025-04-16T06:20:39Z", + "forks": 5, "issues": 0, "subscribers": 4, - "stars": 7 + "stars": 6 }, "name": "react-native-moengage", "fullName": "moengage/React-Native", @@ -103575,12 +101786,13 @@ "isArchived": false }, "npm": { - "downloads": 39408, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31805, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -103608,13 +101820,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-15T10:00:13Z", + "updatedAt": "2025-03-23T16:13:40Z", "createdAt": "2016-11-13T16:10:51Z", - "pushedAt": "2025-06-15T10:00:13Z", - "forks": 204, - "issues": 41, + "pushedAt": "2025-03-23T16:13:40Z", + "forks": 201, + "issues": 33, "subscribers": 12, - "stars": 299 + "stars": 291 }, "name": "react-native-appsflyer", "fullName": "AppsFlyerSDK/appsflyer-react-native-plugin", @@ -103635,10 +101847,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "6.17.0", - "tagName": "6.17.0", - "createdAt": "2025-06-15T09:58:42Z", - "publishedAt": "2025-06-15T09:58:51Z", + "name": "6.16.2", + "tagName": "6.16.2", + "createdAt": "2025-03-19T12:33:00Z", + "publishedAt": "2025-03-19T12:33:15Z", "isPrerelease": false }, "hasTypes": true, @@ -103646,9 +101858,9 @@ "isArchived": false }, "npm": { - "downloads": 453915, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 361310, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -103686,7 +101898,7 @@ "forks": 6, "issues": 4, "subscribers": 1, - "stars": 128 + "stars": 122 }, "name": "react-native-toastable", "fullName": "rnheroes/react-native-toastable", @@ -103726,9 +101938,9 @@ }, "npmPkg": "react-native-toastable", "npm": { - "downloads": 1721, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1974, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -103764,10 +101976,10 @@ "updatedAt": "2024-03-02T21:57:28Z", "createdAt": "2023-03-16T13:00:28Z", "pushedAt": "2024-03-02T21:57:28Z", - "forks": 18, + "forks": 17, "issues": 6, "subscribers": 2, - "stars": 115 + "stars": 109 }, "name": "react-native-ruler-picker", "fullName": "rnheroes/react-native-ruler-picker", @@ -103804,9 +102016,9 @@ }, "npmPkg": "react-native-ruler-picker", "npm": { - "downloads": 4334, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4034, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -103869,16 +102081,16 @@ }, "npmPkg": "react-native-use-sound", "npm": { - "downloads": 574, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 274, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -0.721, "topicSearchString": "" }, { @@ -103908,7 +102120,7 @@ "createdAt": "2024-08-27T10:43:58Z", "pushedAt": "2024-12-27T07:23:01Z", "forks": 0, - "issues": 1, + "issues": 0, "subscribers": 1, "stars": 2 }, @@ -103942,13 +102154,13 @@ }, "npmPkg": "react-native-qr", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 71, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.35, + "popularity": -0.322, "topicSearchString": "react-native ios android" }, { @@ -103979,8 +102191,8 @@ "updatedAt": "2024-08-01T09:32:53Z", "createdAt": "2023-05-26T20:59:12Z", "pushedAt": "2024-08-01T09:32:53Z", - "forks": 6, - "issues": 1, + "forks": 5, + "issues": 2, "subscribers": 2, "stars": 28 }, @@ -104011,18 +102223,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2271, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "analytics privacy react-native" }, { @@ -104045,13 +102252,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T16:30:49Z", + "updatedAt": "2025-03-26T12:49:04Z", "createdAt": "2024-08-03T09:18:50Z", - "pushedAt": "2025-06-11T16:30:49Z", - "forks": 24, - "issues": 1, + "pushedAt": "2025-03-26T12:49:04Z", + "forks": 19, + "issues": 7, "subscribers": 5, - "stars": 157 + "stars": 142 }, "name": "react-native-fast-opencv", "fullName": "lukaszkurantdev/react-native-fast-opencv", @@ -104075,10 +102282,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.4.6", - "tagName": "v0.4.6", - "createdAt": "2025-06-11T16:30:51Z", - "publishedAt": "2025-06-11T16:30:59Z", + "name": "Release 0.4.4", + "tagName": "v0.4.4", + "createdAt": "2025-03-26T12:49:06Z", + "publishedAt": "2025-03-26T12:49:14Z", "isPrerelease": false }, "hasTypes": true, @@ -104087,9 +102294,9 @@ }, "npmPkg": "react-native-fast-opencv", "npm": { - "downloads": 2142, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1334, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -104105,10 +102312,6 @@ "android": true, "web": true, "expoGo": true, - "unmaintained": true, - "alternatives": [ - "@rn-vui/base" - ], "github": { "urls": { "repo": "https://github.com/react-native-elements/react-native-elements", @@ -104123,10 +102326,10 @@ "updatedAt": "2024-01-29T05:19:55Z", "createdAt": "2016-09-08T14:21:41Z", "pushedAt": "2024-01-29T05:19:55Z", - "forks": 4601, - "issues": 143, + "forks": 4605, + "issues": 140, "subscribers": 370, - "stars": 25458 + "stars": 25362 }, "name": "@rneui/base", "fullName": "react-native-elements/react-native-elements", @@ -104156,22 +102359,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 289994, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react native react-native elements rneui ui components ui-library ios android bootstrap" }, { @@ -104184,10 +102379,6 @@ "android": true, "web": true, "expoGo": true, - "unmaintained": true, - "alternatives": [ - "@rn-vui/themed" - ], "github": { "urls": { "repo": "https://github.com/react-native-elements/react-native-elements", @@ -104202,10 +102393,10 @@ "updatedAt": "2024-02-04T03:55:07Z", "createdAt": "2016-09-08T14:21:41Z", "pushedAt": "2024-02-04T03:55:07Z", - "forks": 4601, - "issues": 143, + "forks": 4605, + "issues": 140, "subscribers": 370, - "stars": 25458 + "stars": 25362 }, "name": "@rneui/themed", "fullName": "react-native-elements/react-native-elements", @@ -104236,22 +102427,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 265051, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 22, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": -100, "topicSearchString": "react native react-native elements rneui themed ui components ui-library ios android bootstrap" }, { @@ -104279,13 +102462,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T09:01:33Z", + "updatedAt": "2025-04-01T13:56:42Z", "createdAt": "2024-09-03T22:04:50Z", - "pushedAt": "2025-06-10T09:01:33Z", - "forks": 26, + "pushedAt": "2025-04-01T13:56:42Z", + "forks": 21, "issues": 3, - "subscribers": 4, - "stars": 783 + "subscribers": 3, + "stars": 698 }, "name": "sonner-native", "fullName": "gunnartorfis/sonner-native", @@ -104310,10 +102493,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.21.0", - "tagName": "v0.21.0", - "createdAt": "2025-06-10T09:01:36Z", - "publishedAt": "2025-06-10T09:01:40Z", + "name": "Release 0.19.0", + "tagName": "v0.19.0", + "createdAt": "2025-04-01T13:56:44Z", + "publishedAt": "2025-04-01T13:56:48Z", "isPrerelease": false }, "hasTypes": true, @@ -104322,9 +102505,9 @@ }, "npmPkg": "sonner-native", "npm": { - "downloads": 74201, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 51320, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -104407,16 +102590,16 @@ }, "npmPkg": "mobile-native-barcode-generator", "npm": { - "downloads": 25, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.31, + "popularity": -0.318, "topicSearchString": "react-native ios android barcode qr-code barcode-generator qr-code-generator mobile-native-barcode-generator java kotlin library npm npm-library react swift" }, { @@ -104483,16 +102666,16 @@ }, "npmPkg": "expo-barcode", "npm": { - "downloads": 92, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 70, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.317, + "popularity": -0.321, "topicSearchString": "react-native expo expo-barcode expobarcode ios android barcode qr-code barcode-generator qr-code-generator mobile-native-barcode-generator expo-library expo-modules java kotlin library npm npm-library react" }, { @@ -104518,13 +102701,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T09:57:08Z", + "updatedAt": "2025-02-18T16:37:05Z", "createdAt": "2024-01-25T09:42:16Z", - "pushedAt": "2025-05-12T09:57:08Z", - "forks": 15, - "issues": 1, + "pushedAt": "2025-02-18T16:37:05Z", + "forks": 11, + "issues": 0, "subscribers": 6, - "stars": 182 + "stars": 158 }, "name": "@swan-io/react-native-browser", "fullName": "swan-io/react-native-browser", @@ -104556,18 +102739,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 23979, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "browser react-native in-app-browser safari chrome-custom-tabs" }, { @@ -104589,13 +102766,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-15T06:53:38Z", + "updatedAt": "2025-02-20T07:28:42Z", "createdAt": "2024-09-06T08:11:28Z", - "pushedAt": "2025-06-15T06:53:38Z", - "forks": 12, - "issues": 2, + "pushedAt": "2025-02-20T07:28:42Z", + "forks": 10, + "issues": 3, "subscribers": 3, - "stars": 220 + "stars": 190 }, "name": "react-native-animated-rolling-numbers", "fullName": "BouarourMohammed/react-native-animated-rolling-numbers", @@ -104633,14 +102810,12 @@ }, "npmPkg": "react-native-animated-rolling-numbers", "npm": { - "downloads": 11591, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8727, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -104710,16 +102885,16 @@ }, "npmPkg": "react-native-press-and-hold-button", "npm": { - "downloads": 239, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 153, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.325, + "popularity": -0.324, "topicSearchString": "react-native ios android press hold long-press button" }, { @@ -104747,11 +102922,11 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T22:21:08Z", + "updatedAt": "2025-04-08T17:20:44Z", "createdAt": "2024-03-28T20:47:03Z", - "pushedAt": "2025-05-27T22:21:08Z", - "forks": 12, - "issues": 33, + "pushedAt": "2025-04-08T17:20:44Z", + "forks": 11, + "issues": 32, "subscribers": 8, "stars": 36 }, @@ -104782,28 +102957,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.1.1", - "tagName": "v1.1.1", - "createdAt": "2025-05-05T11:38:31Z", - "publishedAt": "2025-05-05T11:45:17Z", + "name": "v1.1.0", + "tagName": "v1.1.0", + "createdAt": "2025-03-14T19:58:12Z", + "publishedAt": "2025-03-14T20:03:59Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3945, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native jwplayer media player mediaplayer media-player jw android ios audio video sdk" }, { @@ -104825,9 +102995,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-11T15:17:30Z", + "updatedAt": "2025-04-03T05:48:44Z", "createdAt": "2024-08-24T11:07:04Z", - "pushedAt": "2025-05-11T15:17:30Z", + "pushedAt": "2025-04-03T05:48:44Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -104857,13 +103027,15 @@ "isArchived": false }, "npm": { - "downloads": 91, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 251, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.328, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -0.322, "topicSearchString": "react-native ping ping-android ping-android ping" }, { @@ -104916,18 +103088,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -104980,18 +103147,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -105022,34 +103184,27 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-18T09:35:45Z", + "updatedAt": "2025-04-16T08:24:16Z", "createdAt": "2020-07-14T09:09:30Z", - "pushedAt": "2025-06-18T09:35:45Z", - "forks": 55, - "issues": 42, - "subscribers": 14, - "stars": 117 + "pushedAt": "2025-04-16T08:24:16Z", + "forks": 50, + "issues": 38, + "subscribers": 15, + "stars": 98 }, "name": "posthog-react-native", "fullName": "PostHog/posthog-js-lite", "isPrivate": false, "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, "hasTypes": false, "newArchitecture": false, "isArchived": false }, "npmPkg": "posthog-react-native", "npm": { - "downloads": 227346, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 179118, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -105083,13 +103238,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T12:43:04Z", + "updatedAt": "2025-04-03T10:02:56Z", "createdAt": "2021-05-19T13:28:57Z", - "pushedAt": "2025-06-20T12:43:04Z", - "forks": 72, + "pushedAt": "2025-04-03T10:02:56Z", + "forks": 69, "issues": 0, - "subscribers": 82, - "stars": 149 + "subscribers": 77, + "stars": 142 }, "name": "@intercom/intercom-react-native", "fullName": "intercom/intercom-react-native", @@ -105115,30 +103270,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 8.5.0", - "tagName": "8.5.0", - "createdAt": "2025-05-16T10:23:15Z", - "publishedAt": "2025-05-16T10:36:15Z", + "name": "Release 8.3.0", + "tagName": "8.3.0", + "createdAt": "2025-02-21T15:37:46Z", + "publishedAt": "2025-02-21T15:59:52Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 267699, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios intercom messenger help-center articles push-notifications customer-support android" }, { @@ -105168,13 +103316,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T14:36:24Z", + "updatedAt": "2025-04-03T16:53:09Z", "createdAt": "2024-05-28T09:43:24Z", - "pushedAt": "2025-05-27T14:36:24Z", - "forks": 2, + "pushedAt": "2025-04-03T16:53:09Z", + "forks": 1, "issues": 0, "subscribers": 1, - "stars": 54 + "stars": 53 }, "name": "@fowusu/calendar-kit", "fullName": "f0wu5u/calendar-kit", @@ -105206,18 +103354,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 180, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -100, "topicSearchString": "react react-native shopify flashlist calendar calendar-ui" }, { @@ -105239,13 +103382,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T09:06:29Z", + "updatedAt": "2025-04-15T19:44:37Z", "createdAt": "2024-09-16T22:57:45Z", - "pushedAt": "2025-06-21T09:06:29Z", - "forks": 6, + "pushedAt": "2025-04-15T19:44:37Z", + "forks": 4, "issues": 1, "subscribers": 2, - "stars": 145 + "stars": 107 }, "name": "react-native-rate-app", "fullName": "huextrat/react-native-rate-app", @@ -105272,10 +103415,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.7", - "tagName": "v1.3.7", - "createdAt": "2025-06-18T13:37:48Z", - "publishedAt": "2025-06-18T13:38:00Z", + "name": "v1.3.5", + "tagName": "v1.3.5", + "createdAt": "2025-04-02T01:34:13Z", + "publishedAt": "2025-04-02T01:34:23Z", "isPrerelease": false }, "hasTypes": true, @@ -105284,9 +103427,9 @@ }, "npmPkg": "react-native-rate-app", "npm": { - "downloads": 3692, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5758, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -105353,16 +103496,16 @@ }, "npmPkg": "react-native-typing-animated-text", "npm": { - "downloads": 59, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 61, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.333, + "popularity": -0.317, "topicSearchString": "react-native animated-text typing-effect text-animation animations typing animated-typing ui text-effect animated-text-effect component typing-animation text-typing animated-text-input animation typing-text" }, { @@ -105415,8 +103558,8 @@ "npmPkg": "react-native-custom-animated-accordion", "npm": { "downloads": 41, - "start": "2025-05-23", - "end": "2025-06-21" + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -105477,16 +103620,16 @@ }, "npmPkg": "react-native-animated-flip-card", "npm": { - "downloads": 180, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 232, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.32, "topicSearchString": "react-native animated flip card animation horizontal vertical flip-card" }, { @@ -105514,13 +103657,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-04T07:42:44Z", + "updatedAt": "2024-12-05T01:41:52Z", "createdAt": "2024-02-20T01:49:36Z", - "pushedAt": "2025-05-04T07:42:44Z", - "forks": 5, + "pushedAt": "2024-12-05T01:41:52Z", + "forks": 4, "issues": 1, "subscribers": 1, - "stars": 88 + "stars": 69 }, "name": "react-native-flexible-grid", "fullName": "iNerdStack/react-native-flexible-grid", @@ -105548,10 +103691,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.2.4", - "tagName": "v0.2.4", - "createdAt": "2025-05-04T07:42:44Z", - "publishedAt": "2025-05-04T07:44:22Z", + "name": "v0.2.3", + "tagName": "v0.2.3", + "createdAt": "2024-12-05T01:41:52Z", + "publishedAt": "2024-12-05T01:48:16Z", "isPrerelease": false }, "hasTypes": true, @@ -105560,9 +103703,9 @@ }, "npmPkg": "react-native-flexible-grid", "npm": { - "downloads": 3922, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3404, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -105636,15 +103779,16 @@ }, "npmPkg": "vision-camera-zxing", "npm": { - "downloads": 29, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.316, + "popularity": -0.321, "topicSearchString": "react-native ios android barcode vision-camera zxing barcode-scanner ean qrcode qrcode-scanner scanner upc" }, { @@ -105666,13 +103810,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T09:11:33Z", + "updatedAt": "2025-04-15T21:58:04Z", "createdAt": "2024-09-18T14:55:44Z", - "pushedAt": "2025-06-21T09:11:33Z", + "pushedAt": "2025-04-15T21:58:04Z", "forks": 5, "issues": 1, "subscribers": 1, - "stars": 198 + "stars": 157 }, "name": "react-native-screenshot-aware", "fullName": "huextrat/react-native-screenshot-aware", @@ -105696,10 +103840,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.3", - "tagName": "v1.3.3", - "createdAt": "2025-06-14T20:35:48Z", - "publishedAt": "2025-06-14T20:36:00Z", + "name": "v1.3.2", + "tagName": "v1.3.2", + "createdAt": "2025-04-03T15:12:31Z", + "publishedAt": "2025-04-03T15:12:41Z", "isPrerelease": false }, "hasTypes": true, @@ -105708,9 +103852,9 @@ }, "npmPkg": "react-native-screenshot-aware", "npm": { - "downloads": 12501, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11383, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -105786,13 +103930,13 @@ }, "npmPkg": "react-native-ios-visual-effect-view", "npm": { - "downloads": 89, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 447, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.316, + "popularity": -0.323, "topicSearchString": "react-native ios android fabric jsi react react-natve swift uikit uivisualeffectview cafilter" }, { @@ -105840,16 +103984,15 @@ }, "npmPkg": "react-native-stack-carousel", "npm": { - "downloads": 45, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 105, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.328, + "popularity": -0.321, "topicSearchString": "react-native carousel stack-carousel carousel-stack stack-animation swiper-flatlist" }, { @@ -105874,7 +104017,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 12 + "stars": 11 }, "name": "@vokhuyet/react-native-draw-overlay", "fullName": "vokhuyetOz/react-native-draw-overlay", @@ -105896,17 +104039,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 35, - "matchingScoreModifiers": [ - "Not updated recently" - ], - "popularity": -0.322, + "npm": {}, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -100, "topicSearchString": "react-native android" }, { @@ -105927,13 +104063,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-09T11:17:07Z", + "updatedAt": "2025-03-25T15:14:47Z", "createdAt": "2024-08-30T09:36:30Z", - "pushedAt": "2025-06-09T11:17:07Z", + "pushedAt": "2025-03-25T15:14:47Z", "forks": 0, "issues": 0, "subscribers": 0, - "stars": 7 + "stars": 6 }, "name": "react-native-hapticlabs", "fullName": "HapticlabsIO/react-native-hapticlabs", @@ -105971,16 +104107,16 @@ }, "npmPkg": "react-native-hapticlabs", "npm": { - "downloads": 197, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 131, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.32, + "popularity": -0.327, "topicSearchString": "react-native ios android haptics vibration ahap hla ogg hapticlabs" }, { @@ -106032,16 +104168,16 @@ }, "npmPkg": "react-native-animated-tab", "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.32, "topicSearchString": "react-native segmented-tab tab animated-tab segmented-control-tab animation-tab reanimated-tab animation reanimated tabs" }, { @@ -106075,7 +104211,7 @@ "forks": 0, "issues": 1, "subscribers": 1, - "stars": 10 + "stars": 9 }, "name": "react-native-custom-select", "fullName": "kimolalekan/react-native-custom-select", @@ -106109,16 +104245,15 @@ }, "npmPkg": "react-native-custom-select", "npm": { - "downloads": 35, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 96, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.319, "topicSearchString": "react react-native native select dropdown option" }, { @@ -106143,10 +104278,10 @@ "updatedAt": "2024-10-12T23:28:59Z", "createdAt": "2024-09-25T21:57:06Z", "pushedAt": "2024-10-12T23:28:59Z", - "forks": 1, - "issues": 2, + "forks": 0, + "issues": 1, "subscribers": 2, - "stars": 17 + "stars": 16 }, "name": "react-native-lz4", "fullName": "mateoguzmana/react-native-lz4", @@ -106181,15 +104316,15 @@ }, "npmPkg": "react-native-lz4", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 24, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 35, "matchingScoreModifiers": [ "Not updated recently" ], - "popularity": -0.35, + "popularity": -0.308, "topicSearchString": "react-native ios android compression lz4 zip" }, { @@ -106276,15 +104411,15 @@ "isArchived": false }, "npm": { - "downloads": 136, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 364, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.32, "topicSearchString": "validator multiform validação email-validator multiform-validator javascript npm security safe pentest security-tools validate magic-number magic-number-validator magic-numbers cpf cnpj password email isemail image javascript-library library typescript typescript-library validate-js" }, { @@ -106359,15 +104494,15 @@ "isArchived": false }, "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 52, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.312, "topicSearchString": "javascript typescript azure-translator translator translator-code i18n-json-generator i18n translations azure azure-translate azure-translation-services javascript-library npm-package azure-translator-code collaborate communityexchange" }, { @@ -106398,7 +104533,7 @@ "forks": 0, "issues": 1, "subscribers": 0, - "stars": 5 + "stars": 4 }, "name": "react-native-redux-persist2", "fullName": "Redux-Utils/react-native-redux-persist", @@ -106437,16 +104572,16 @@ "isArchived": false }, "npm": { - "downloads": 397, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 336, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.32, "topicSearchString": "react redux persist react-redux react-component react-library react-redux-persist redux-persist redux-persist2 expo react-native redux-toolkit" }, { @@ -106469,13 +104604,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-20T10:50:25Z", + "updatedAt": "2024-10-18T08:11:19Z", "createdAt": "2024-09-29T07:07:19Z", - "pushedAt": "2025-04-20T10:50:25Z", + "pushedAt": "2024-10-18T08:11:19Z", "forks": 0, - "issues": 0, + "issues": 1, "subscribers": 2, - "stars": 42 + "stars": 35 }, "name": "react-native-nitro-totp", "fullName": "4cc3ssX/react-native-nitro-totp", @@ -106504,10 +104639,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release v1.2.0", - "tagName": "v1.2.0", - "createdAt": "2025-04-20T10:50:26Z", - "publishedAt": "2025-04-20T10:50:42Z", + "name": "Release v1.1.1", + "tagName": "v1.1.1", + "createdAt": "2024-10-18T08:11:20Z", + "publishedAt": "2024-10-18T08:11:33Z", "isPrerelease": false }, "hasTypes": true, @@ -106516,15 +104651,16 @@ }, "npmPkg": "react-native-nitro-totp", "npm": { - "downloads": 459, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 44, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 32, "matchingScoreModifiers": [ + "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.205, "topicSearchString": "react-native nitro totp hotp otpauth otp-auth authentication security nitro-totp nitro-hotp nitro-modules nitrogen" }, { @@ -106550,13 +104686,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T17:50:34Z", + "updatedAt": "2025-02-16T06:20:37Z", "createdAt": "2024-07-01T12:03:36Z", - "pushedAt": "2025-06-17T17:50:34Z", - "forks": 37, - "issues": 36, - "subscribers": 3, - "stars": 328 + "pushedAt": "2025-02-16T06:20:37Z", + "forks": 28, + "issues": 13, + "subscribers": 2, + "stars": 254 }, "name": "@d11/react-native-fast-image", "fullName": "dream-sports-labs/react-native-fast-image", @@ -106588,19 +104724,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 142804, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "cache cached fastimage image priority" }, { @@ -106672,9 +104801,9 @@ "isArchived": false }, "npm": { - "downloads": 2267, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 952, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -106710,7 +104839,7 @@ "forks": 0, "issues": 0, "subscribers": 0, - "stars": 14 + "stars": 13 }, "name": "@korekoi/react-native-get-random-values", "fullName": "kore-koi/react-native-get-random-values", @@ -106750,18 +104879,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 403, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -100, "topicSearchString": "react-native ios android crypto get-random-values crypto.getrandomvalues polyfill getrandomvalues cpp javascript native-module random typescript" }, { @@ -106787,10 +104911,10 @@ "updatedAt": "2025-03-28T15:56:42Z", "createdAt": "2021-07-20T21:43:38Z", "pushedAt": "2025-03-28T15:56:42Z", - "forks": 34, - "issues": 6, + "forks": 33, + "issues": 9, "subscribers": 13, - "stars": 21 + "stars": 20 }, "name": "@adobe/react-native-aepcore", "fullName": "adobe/aepsdk-react-native", @@ -106815,17 +104939,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 64559, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native adobe adobe-experience-platform core ios android" }, { @@ -106848,13 +104968,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-18T00:59:56Z", + "updatedAt": "2024-12-12T15:55:32Z", "createdAt": "2024-10-05T00:08:12Z", - "pushedAt": "2025-04-18T00:59:56Z", + "pushedAt": "2024-12-12T15:55:32Z", "forks": 1, "issues": 0, "subscribers": 0, - "stars": 22 + "stars": 18 }, "name": "@netizen-teknologi/react-native-maps-leaflet", "fullName": "Netizen-Teknologi/react-native-maps-leaflet", @@ -106875,17 +104995,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 114, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -100, "topicSearchString": "react-native leaflet maps maps-leaflet react-leaflet-native react-leaflet react-map map" }, { @@ -106913,13 +105028,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-22T07:52:49Z", + "updatedAt": "2025-04-08T02:23:15Z", "createdAt": "2023-10-30T11:30:30Z", - "pushedAt": "2025-06-22T07:52:49Z", - "forks": 19, - "issues": 29, + "pushedAt": "2025-04-08T02:23:15Z", + "forks": 17, + "issues": 25, "subscribers": 4, - "stars": 305 + "stars": 254 }, "name": "expo-speech-recognition", "fullName": "jamsch/expo-speech-recognition", @@ -106941,10 +105056,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.1.1", - "tagName": "v2.1.1", - "createdAt": "2025-06-22T07:53:50Z", - "publishedAt": "2025-06-22T07:53:51Z", + "name": "v1.1.1", + "tagName": "v1.1.1", + "createdAt": "2025-02-01T02:55:42Z", + "publishedAt": "2025-02-01T02:55:42Z", "isPrerelease": false }, "hasTypes": true, @@ -106953,9 +105068,9 @@ }, "npmPkg": "expo-speech-recognition", "npm": { - "downloads": 40145, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23035, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -106992,7 +105107,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 5 + "stars": 6 }, "name": "react-native-sprites", "fullName": "dcavalcante/react-native-sprites", @@ -107017,16 +105132,15 @@ }, "npmPkg": "react-native-sprites", "npm": { - "downloads": 72, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 55, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.332, "topicSearchString": "react-native ios android" }, { @@ -107053,7 +105167,7 @@ "forks": 1, "issues": 0, "subscribers": 1, - "stars": 20 + "stars": 19 }, "name": "@pachun/react-native-use-app-lifecycle", "fullName": "pachun/react-native-use-app-lifecycle", @@ -107080,24 +105194,19 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 196, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -100, "topicSearchString": "react-native react native lifecycle hook launch focus blur" }, { "githubUrl": "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/packages/react-native-bottom-tabs", "examples": [ - "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/apps/example", - "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/packages/expo-template" + "https://github.com/callstackincubator/react-native-bottom-tabs/tree/main/example" ], "ios": true, "android": true, @@ -107114,13 +105223,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T09:28:01Z", + "updatedAt": "2025-04-15T16:43:37Z", "createdAt": "2024-09-27T12:59:01Z", - "pushedAt": "2025-06-12T09:28:01Z", - "forks": 47, + "pushedAt": "2025-04-15T16:43:37Z", + "forks": 41, "issues": 6, "subscribers": 10, - "stars": 1032 + "stars": 899 }, "name": "react-native-bottom-tabs", "fullName": "callstackincubator/react-native-bottom-tabs", @@ -107145,9 +105254,9 @@ }, "npmPkg": "react-native-bottom-tabs", "npm": { - "downloads": 18330, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14654, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 76, "matchingScoreModifiers": [ @@ -107183,13 +105292,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-02T09:49:49Z", + "updatedAt": "2025-01-18T11:45:32Z", "createdAt": "2024-10-16T00:58:34Z", - "pushedAt": "2025-06-02T09:49:49Z", - "forks": 5, + "pushedAt": "2025-01-18T11:45:32Z", + "forks": 4, "issues": 0, "subscribers": 4, - "stars": 288 + "stars": 226 }, "name": "react-native-fast-confetti", "fullName": "AlirezaHadjar/react-native-fast-confetti", @@ -107209,10 +105318,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.8.3", - "tagName": "v0.8.3", - "createdAt": "2025-05-09T08:22:39Z", - "publishedAt": "2025-05-09T08:26:15Z", + "name": "v0.8.2", + "tagName": "v0.8.2", + "createdAt": "2025-01-17T14:35:19Z", + "publishedAt": "2025-01-17T14:38:17Z", "isPrerelease": false }, "hasTypes": true, @@ -107221,14 +105330,13 @@ }, "npmPkg": "react-native-fast-confetti", "npm": { - "downloads": 20372, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8829, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107259,10 +105367,10 @@ "updatedAt": "2024-03-25T00:35:59Z", "createdAt": "2023-01-11T19:44:37Z", "pushedAt": "2024-03-25T00:35:59Z", - "forks": 12, + "forks": 11, "issues": 1, "subscribers": 3, - "stars": 155 + "stars": 152 }, "name": "react-native-animated-stopwatch-timer", "fullName": "rgommezz/react-native-animated-stopwatch-timer", @@ -107296,9 +105404,9 @@ }, "npmPkg": "react-native-animated-stopwatch-timer", "npm": { - "downloads": 649, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1051, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -107331,8 +105439,8 @@ "pushedAt": "2025-01-01T22:26:41Z", "forks": 0, "issues": 1, - "subscribers": 3, - "stars": 41 + "subscribers": 2, + "stars": 39 }, "name": "react-native-fast-secure-storage", "fullName": "IvanIhnatsiuk/react-native-fast-secure-storage", @@ -107364,15 +105472,15 @@ }, "npmPkg": "react-native-fast-secure-storage", "npm": { - "downloads": 716, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 479, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.223, "topicSearchString": "react-native ios android" }, { @@ -107400,10 +105508,10 @@ "updatedAt": "2024-09-18T17:42:51Z", "createdAt": "2024-08-25T08:40:19Z", "pushedAt": "2024-09-18T17:42:51Z", - "forks": 2, + "forks": 1, "issues": 0, "subscribers": 1, - "stars": 48 + "stars": 42 }, "name": "nativeflowcss", "fullName": "nativeflowteam/nativeflowcss", @@ -107462,16 +105570,16 @@ }, "npmPkg": "nativeflowcss", "npm": { - "downloads": 42, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 55, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.226, + "popularity": -0.232, "topicSearchString": "react-native tailwind-css utility-first css-in-js no-babel easy-setup one-package ui-library mobile-ui cross-platform ios android flexbox minimalist tailwind responsive design-system native styling lightweight performance customizable theme mobile-first utility nativeflowcss utility-objects hacktoberfest mobile-design mobile-styling" }, { @@ -107494,10 +105602,10 @@ "updatedAt": "2025-03-24T18:48:10Z", "createdAt": "2015-03-11T20:27:48Z", "pushedAt": "2025-03-24T18:48:10Z", - "forks": 42, - "issues": 1, + "forks": 41, + "issues": 3, "subscribers": 6, - "stars": 616 + "stars": 612 }, "name": "navigation", "fullName": "grahammendick/navigation", @@ -107520,16 +105628,17 @@ }, "npmPkg": "navigation", "npm": { - "downloads": 2151, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3270, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "router navigation" }, { @@ -107552,13 +105661,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-22T09:40:52Z", + "updatedAt": "2025-04-13T09:16:50Z", "createdAt": "2015-03-11T20:27:48Z", - "pushedAt": "2025-06-22T09:40:52Z", - "forks": 42, - "issues": 1, + "pushedAt": "2025-04-13T09:16:50Z", + "forks": 41, + "issues": 3, "subscribers": 6, - "stars": 616 + "stars": 612 }, "name": "navigation-react", "fullName": "grahammendick/navigation", @@ -107582,9 +105691,9 @@ }, "npmPkg": "navigation-react", "npm": { - "downloads": 658, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 643, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -107592,7 +105701,7 @@ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "router navigation react" }, { @@ -107614,13 +105723,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-15T19:56:41Z", + "updatedAt": "2025-04-01T20:05:48Z", "createdAt": "2015-03-11T20:27:48Z", - "pushedAt": "2025-05-15T19:56:41Z", - "forks": 42, - "issues": 1, + "pushedAt": "2025-04-01T20:05:48Z", + "forks": 41, + "issues": 3, "subscribers": 6, - "stars": 616 + "stars": 612 }, "name": "navigation-react-native", "fullName": "grahammendick/navigation", @@ -107645,15 +105754,16 @@ }, "npmPkg": "navigation-react-native", "npm": { - "downloads": 575, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 802, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 54, + "score": 59, "matchingScoreModifiers": [ - "Known" + "Known", + "Recently updated" ], - "popularity": 0.028, + "popularity": 0.027, "topicSearchString": "router navigation react native" }, { @@ -107682,7 +105792,7 @@ "forks": 0, "issues": 3, "subscribers": 1, - "stars": 14 + "stars": 13 }, "name": "react-native-turbo-sqlite", "fullName": "hsjoberg/react-native-turbo-sqlite", @@ -107717,15 +105827,13 @@ }, "npmPkg": "react-native-turbo-sqlite", "npm": { - "downloads": 62, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 20, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 35, - "matchingScoreModifiers": [ - "Not updated recently" - ], - "popularity": -0.318, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.3, "topicSearchString": "react-native ios android sqlite turbomodule new-architecture" }, { @@ -107775,17 +105883,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 50, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.33, + "popularity": -100, "topicSearchString": "react native expo expo-updates" }, { @@ -107804,7 +105907,7 @@ }, "stats": { "hasIssues": true, - "hasWiki": false, + "hasWiki": true, "hasSponsorships": false, "hasTopics": true, "updatedAt": "2025-04-07T09:42:40Z", @@ -107813,7 +105916,7 @@ "forks": 8, "issues": 1, "subscribers": 2, - "stars": 204 + "stars": 183 }, "name": "expo-in-app-updates", "fullName": "SohelIslamImran/expo-in-app-updates", @@ -107840,12 +105943,13 @@ }, "npmPkg": "expo-in-app-updates", "npm": { - "downloads": 13922, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8774, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107854,10 +105958,8 @@ { "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-manifests", "ios": true, - "tvos": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -107869,13 +105971,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-08T21:24:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-08T21:24:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-manifests", "fullName": "expo/expo", @@ -107899,16 +106001,17 @@ }, "npmPkg": "expo-manifests", "npm": { - "downloads": 2839698, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2361299, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107919,7 +106022,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -107934,10 +106036,10 @@ "updatedAt": "2025-04-04T23:30:01Z", "createdAt": "2016-08-15T17:14:25Z", "pushedAt": "2025-04-04T23:30:01Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-structured-headers", "fullName": "expo/expo", @@ -107961,16 +106063,17 @@ }, "npmPkg": "expo-structured-headers", "npm": { - "downloads": 1732826, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1484651, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -107981,7 +106084,6 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -107996,10 +106098,10 @@ "updatedAt": "2025-04-04T23:30:01Z", "createdAt": "2016-08-15T17:14:25Z", "pushedAt": "2025-04-04T23:30:01Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-json-utils", "fullName": "expo/expo", @@ -108027,16 +106129,17 @@ }, "npmPkg": "expo-json-utils", "npm": { - "downloads": 2690695, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2237918, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 81, + "score": 86, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -108064,7 +106167,7 @@ "forks": 14, "issues": 1, "subscribers": 3, - "stars": 63 + "stars": 60 }, "name": "expo-jwt", "fullName": "blake-simpson/expo-jwt", @@ -108088,9 +106191,9 @@ }, "npmPkg": "expo-jwt", "npm": { - "downloads": 22343, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19854, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -108124,7 +106227,7 @@ "forks": 4, "issues": 0, "subscribers": 1, - "stars": 32 + "stars": 24 }, "name": "expo-skeleton-loading", "fullName": "mmusaib/expo-skeleton-loading", @@ -108156,15 +106259,15 @@ }, "npmPkg": "expo-skeleton-loading", "npm": { - "downloads": 9929, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6770, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.072, "topicSearchString": "skeleton expo react-native skeleton-loader expo-skeleton-loader skeleton-loading loading expo-skeleton-loading easy easy-skeletion-loader easy-skeletion-loading" }, { @@ -108196,7 +106299,7 @@ "forks": 8, "issues": 3, "subscribers": 10, - "stars": 167 + "stars": 164 }, "name": "react-native-reactions", "fullName": "SimformSolutionsPvtLtd/react-native-reactions", @@ -108250,9 +106353,9 @@ }, "npmPkg": "react-native-reactions", "npm": { - "downloads": 1623, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2726, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -108319,16 +106422,15 @@ }, "npmPkg": "expo-notifee-plugin", "npm": { - "downloads": 45, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 104, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.328, + "popularity": -0.321, "topicSearchString": "react-native expo notifee notifications remote service plugin extension expo-notifee-plugin" }, { @@ -108390,9 +106492,9 @@ }, "npmPkg": "rn-scroll-viewport-tracker", "npm": { - "downloads": 1468, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1229, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -108420,13 +106522,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-17T19:27:12Z", + "updatedAt": "2025-04-11T08:17:30Z", "createdAt": "2024-10-17T19:47:09Z", - "pushedAt": "2025-06-17T19:27:12Z", - "forks": 2, - "issues": 1, + "pushedAt": "2025-04-11T08:17:30Z", + "forks": 1, + "issues": 0, "subscribers": 1, - "stars": 85 + "stars": 56 }, "name": "react-native-multiple-modals", "fullName": "paufau/react-native-multiple-modals", @@ -108450,10 +106552,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.5.0", - "tagName": "v2.5.0", - "createdAt": "2025-06-17T19:27:12Z", - "publishedAt": "2025-06-18T08:52:27Z", + "name": "v2.1.0", + "tagName": "v2.1.0", + "createdAt": "2024-12-02T18:53:55Z", + "publishedAt": "2024-12-02T18:54:51Z", "isPrerelease": false }, "hasTypes": true, @@ -108462,9 +106564,9 @@ }, "npmPkg": "react-native-multiple-modals", "npm": { - "downloads": 1039, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 704, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -108490,13 +106592,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T13:40:16Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-16T13:40:16Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-dev-client", "fullName": "expo/expo", @@ -108520,9 +106622,9 @@ }, "npmPkg": "expo-dev-client", "npm": { - "downloads": 2379476, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2010663, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -108543,10 +106645,8 @@ ], "ios": true, "android": true, - "tvos": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/expo/expo", @@ -108558,13 +106658,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T16:47:13Z", + "updatedAt": "2025-04-14T18:51:08Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-17T16:47:13Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:51:08Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-build-properties", "fullName": "expo/expo", @@ -108589,9 +106689,9 @@ }, "npmPkg": "expo-build-properties", "npm": { - "downloads": 1700563, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1504265, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -108624,13 +106724,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-04T13:34:52Z", + "updatedAt": "2025-03-10T09:17:28Z", "createdAt": "2023-10-02T19:20:07Z", - "pushedAt": "2025-06-04T13:34:52Z", - "forks": 6, - "issues": 4, + "pushedAt": "2025-03-10T09:17:28Z", + "forks": 4, + "issues": 3, "subscribers": 4, - "stars": 111 + "stars": 90 }, "name": "expo-alternate-app-icons", "fullName": "pchalupa/expo-alternate-app-icons", @@ -108650,10 +106750,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.4.0", - "tagName": "1.4.0", - "createdAt": "2025-06-04T13:34:52Z", - "publishedAt": "2025-06-04T13:35:01Z", + "name": "1.3.1", + "tagName": "1.3.1", + "createdAt": "2025-01-29T05:23:39Z", + "publishedAt": "2025-01-29T05:23:49Z", "isPrerelease": false }, "hasTypes": true, @@ -108662,13 +106762,12 @@ }, "npmPkg": "expo-alternate-app-icons", "npm": { - "downloads": 8713, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3745, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -108738,16 +106837,15 @@ }, "npmPkg": "react-native-get-app-list", "npm": { - "downloads": 48, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 77, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.308, + "popularity": -0.324, "topicSearchString": "react-native android installed-apps app-list application-manager mobile-development library android-apps get-installed-apps version-code application-info app-integration mobile-apps cross-platform" }, { @@ -108778,13 +106876,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-15T14:50:47Z", + "updatedAt": "2025-03-29T11:11:04Z", "createdAt": "2023-05-02T10:45:25Z", - "pushedAt": "2025-05-15T14:50:47Z", - "forks": 22, - "issues": 6, + "pushedAt": "2025-03-29T11:11:04Z", + "forks": 18, + "issues": 7, "subscribers": 3, - "stars": 167 + "stars": 137 }, "name": "@quidone/react-native-wheel-picker", "fullName": "quidone/react-native-wheel-picker", @@ -108809,28 +106907,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.4.1", - "tagName": "v1.4.1", - "createdAt": "2025-05-15T14:50:52Z", - "publishedAt": "2025-05-15T14:51:12Z", + "name": "Release 1.4.0", + "tagName": "v1.4.0", + "createdAt": "2025-01-19T08:14:54Z", + "publishedAt": "2025-01-19T08:15:23Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 28388, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native wheel picker expo ios android select field" }, { @@ -108866,7 +106959,7 @@ "forks": 36, "issues": 2, "subscribers": 3, - "stars": 108 + "stars": 102 }, "name": "react-native-body-highlighter", "fullName": "HichamELBSI/react-native-body-highlighter", @@ -108908,13 +107001,12 @@ }, "npmPkg": "react-native-body-highlighter", "npm": { - "downloads": 745, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 744, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -108942,13 +107034,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-21T11:38:37Z", + "updatedAt": "2025-03-25T18:36:45Z", "createdAt": "2023-01-06T14:31:09Z", - "pushedAt": "2025-05-21T11:38:37Z", + "pushedAt": "2025-03-25T18:36:45Z", "forks": 13, - "issues": 1, + "issues": 0, "subscribers": 3, - "stars": 132 + "stars": 128 }, "name": "freerasp-react-native", "fullName": "talsec/Free-RASP-ReactNative", @@ -108979,10 +107071,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "freeRASP 4.1.0", - "tagName": "v4.1.0", - "createdAt": "2025-05-21T11:38:37Z", - "publishedAt": "2025-05-21T11:38:56Z", + "name": "freeRASP 4.0.0", + "tagName": "v4.0.0", + "createdAt": "2025-03-25T18:36:45Z", + "publishedAt": "2025-03-25T18:36:58Z", "isPrerelease": false }, "hasTypes": true, @@ -108990,12 +107082,13 @@ "isArchived": false }, "npm": { - "downloads": 7465, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7251, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -109027,7 +107120,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 53 + "stars": 52 }, "name": "@pnthach95/react-native-root-view-background", "fullName": "pnthach95/react-native-root-view-background", @@ -109057,15 +107150,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 5745, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 46, "matchingScoreModifiers": [], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -109088,13 +107176,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-29T18:36:46Z", + "updatedAt": "2024-11-11T13:58:40Z", "createdAt": "2024-04-16T06:27:11Z", - "pushedAt": "2025-04-29T18:36:46Z", - "forks": 3, - "issues": 1, + "pushedAt": "2024-11-11T13:58:40Z", + "forks": 2, + "issues": 0, "subscribers": 1, - "stars": 10 + "stars": 8 }, "name": "expo-pip", "fullName": "EdgarJMesquita/expo-pip", @@ -109116,10 +107204,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v2.0.0", - "tagName": "v2.0.0", - "createdAt": "2025-04-29T18:39:08Z", - "publishedAt": "2025-04-29T20:43:46Z", + "name": "v1.0.0", + "tagName": "v1.0.0", + "createdAt": "2024-11-11T13:58:40Z", + "publishedAt": "2024-11-11T14:03:11Z", "isPrerelease": false }, "hasTypes": true, @@ -109128,15 +107216,15 @@ }, "npmPkg": "expo-pip", "npm": { - "downloads": 9524, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1063, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.073, "topicSearchString": "react-native expo expo-pip expopip picture-in-picture pip" }, { @@ -109150,8 +107238,6 @@ "android": true, "ios": true, "web": true, - "expoGo": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/tamagui/tamagui", @@ -109163,13 +107249,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-06-22T07:12:20Z", + "updatedAt": "2025-04-16T17:50:34Z", "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-06-22T07:12:20Z", - "forks": 556, - "issues": 121, - "subscribers": 41, - "stars": 12727 + "pushedAt": "2025-04-16T17:50:34Z", + "forks": 544, + "issues": 150, + "subscribers": 39, + "stars": 12410 }, "name": "tamagui", "fullName": "tamagui/tamagui", @@ -109182,343 +107268,9 @@ }, "npmPkg": "tamagui", "npm": { - "downloads": 485510, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/animations-moti", - "npmPkg": "@tamagui/animations-moti", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/tamagui/tamagui", - "clone": "https://github.com/tamagui/tamagui.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-22T07:12:20Z", - "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-06-22T07:12:20Z", - "forks": 556, - "issues": 121, - "subscribers": 41, - "stars": 12727 - }, - "name": "@tamagui/animations-moti", - "fullName": "tamagui/tamagui", - "isPrivate": false, - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 460814, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/animations-react-native", - "npmPkg": "@tamagui/animations-react-native", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/tamagui/tamagui", - "clone": "https://github.com/tamagui/tamagui.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-22T07:12:20Z", - "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-06-22T07:12:20Z", - "forks": 556, - "issues": 121, - "subscribers": 41, - "stars": 12727 - }, - "name": "@tamagui/animations-react-native", - "fullName": "tamagui/tamagui", - "isPrivate": false, - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 513162, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/config", - "npmPkg": "@tamagui/config", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/tamagui/tamagui", - "clone": "https://github.com/tamagui/tamagui.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-22T07:12:20Z", - "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-06-22T07:12:20Z", - "forks": 556, - "issues": 121, - "subscribers": 41, - "stars": 12727 - }, - "name": "@tamagui/config", - "fullName": "tamagui/tamagui", - "isPrivate": false, - "topics": [], - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 408302, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/shorthands", - "npmPkg": "@tamagui/shorthands", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/tamagui/tamagui", - "clone": "https://github.com/tamagui/tamagui.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-22T07:12:20Z", - "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-06-22T07:12:20Z", - "forks": 556, - "issues": 121, - "subscribers": 41, - "stars": 12727 - }, - "name": "@tamagui/shorthands", - "fullName": "tamagui/tamagui", - "isPrivate": false, - "topics": [], - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 516651, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/themes", - "npmPkg": "@tamagui/themes", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/tamagui/tamagui", - "clone": "https://github.com/tamagui/tamagui.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-22T07:12:20Z", - "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-06-22T07:12:20Z", - "forks": 556, - "issues": 121, - "subscribers": 41, - "stars": 12727 - }, - "name": "@tamagui/themes", - "fullName": "tamagui/tamagui", - "isPrivate": false, - "topics": [], - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 454798, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/ui/toast", - "npmPkg": "@tamagui/toast", - "examples": [ - "https://github.com/tamagui/tamagui/blob/main/code/demos/src/ToastDemo.tsx" - ], - "ios": true, - "android": true, - "web": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/tamagui/tamagui", - "clone": "https://github.com/tamagui/tamagui.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-22T07:12:20Z", - "createdAt": "2020-10-16T21:19:51Z", - "pushedAt": "2025-06-22T07:12:20Z", - "forks": 556, - "issues": 121, - "subscribers": 41, - "stars": 12727 - }, - "name": "@tamagui/toast", - "fullName": "tamagui/tamagui", - "isPrivate": false, - "topics": [], - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 128402, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" + "downloads": 238854, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -109598,15 +107350,13 @@ }, "npmPkg": "react-native-webp-converter", "npm": { - "downloads": 1709, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 113, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 35, - "matchingScoreModifiers": [ - "Not updated recently" - ], - "popularity": -0.072, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.323, "topicSearchString": "webp image-webp image-converter webpconverter react-native ios android image-compression webp-converter" }, { @@ -109629,13 +107379,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-29T11:29:45Z", + "updatedAt": "2024-12-22T14:04:30Z", "createdAt": "2024-11-08T19:34:34Z", - "pushedAt": "2025-04-29T11:29:45Z", + "pushedAt": "2024-12-22T14:04:30Z", "forks": 1, "issues": 0, "subscribers": 1, - "stars": 5 + "stars": 3 }, "name": "react-native-get-device-locale", "fullName": "wneel/react-native-get-device-locale", @@ -109661,11 +107411,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.3.0", - "tagName": "v0.3.0", - "createdAt": "2025-04-29T11:29:45Z", - "publishedAt": "2025-04-29T11:52:01Z", - "isPrerelease": false + "name": "v0.2.0", + "tagName": "v0.2.0", + "createdAt": "2024-12-21T14:13:45Z", + "publishedAt": "2024-12-21T14:29:41Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": true, @@ -109673,13 +107423,13 @@ }, "npmPkg": "react-native-get-device-locale", "npm": { - "downloads": 931, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 130, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.072, + "popularity": -0.319, "topicSearchString": "module native-module turbo-module react-native typescript i18n locale localization device-locale" }, { @@ -109749,16 +107499,15 @@ }, "npmPkg": "native-sass", "npm": { - "downloads": 17, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 48, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.291, + "popularity": -0.308, "topicSearchString": "sass scss react react-native native-sass nativesass native sassy nesting typescript android ios mobile frontend universal" }, { @@ -109818,18 +107567,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 32, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native nitro volume volume-control" }, { @@ -109855,13 +107598,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-02T09:01:51Z", + "updatedAt": "2025-02-12T13:48:45Z", "createdAt": "2023-07-02T18:21:01Z", - "pushedAt": "2025-06-02T09:01:51Z", + "pushedAt": "2025-02-12T13:48:45Z", "forks": 4, "issues": 11, "subscribers": 2, - "stars": 95 + "stars": 86 }, "name": "react-native-ficus-ui", "fullName": "BearStudio/react-native-ficus-ui", @@ -109883,10 +107626,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.3.5", - "tagName": "1.3.5", - "createdAt": "2025-05-05T07:01:32Z", - "publishedAt": "2025-05-05T07:03:14Z", + "name": "1.3.3", + "tagName": "1.3.3", + "createdAt": "2024-11-08T16:41:28Z", + "publishedAt": "2024-11-08T16:45:14Z", "isPrerelease": false }, "hasTypes": true, @@ -109895,16 +107638,15 @@ }, "npmPkg": "react-native-ficus-ui", "npm": { - "downloads": 378, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 297, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.223, "topicSearchString": "react-native ios android design-system expo" }, { @@ -109925,13 +107667,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-21T01:41:19Z", + "updatedAt": "2025-04-08T02:08:23Z", "createdAt": "2024-10-15T00:48:55Z", - "pushedAt": "2025-04-21T01:41:19Z", - "forks": 7, + "pushedAt": "2025-04-08T02:08:23Z", + "forks": 4, "issues": 4, "subscribers": 8, - "stars": 199 + "stars": 184 }, "name": "react-native-skia-list", "fullName": "SamuelScheit/react-native-skia-list", @@ -109956,16 +107698,16 @@ }, "npmPkg": "react-native-skia-list", "npm": { - "downloads": 440, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 180, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -0.222, "topicSearchString": "react-native ios android" }, { @@ -109983,13 +107725,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T20:41:42Z", + "updatedAt": "2024-10-25T19:16:11Z", "createdAt": "2017-09-15T17:35:29Z", - "pushedAt": "2025-06-17T20:41:42Z", - "forks": 37, - "issues": 22, + "pushedAt": "2024-10-25T19:16:11Z", + "forks": 38, + "issues": 38, "subscribers": 29, - "stars": 70 + "stars": 68 }, "name": "rollbar-react-native", "fullName": "rollbar/rollbar-react-native", @@ -110012,10 +107754,10 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v1.0.0-beta.6", - "tagName": "v1.0.0-beta.6", - "createdAt": "2025-06-17T20:41:42Z", - "publishedAt": "2025-06-17T23:41:21Z", + "name": "v1.0.0-beta.5", + "tagName": "v1.0.0-beta.5", + "createdAt": "2024-10-25T19:16:11Z", + "publishedAt": "2024-10-25T19:20:20Z", "isPrerelease": false }, "hasTypes": false, @@ -110024,14 +107766,13 @@ }, "npmPkg": "rollbar-react-native", "npm": { - "downloads": 24215, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25951, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -110061,9 +107802,9 @@ "createdAt": "2017-12-20T10:13:27Z", "pushedAt": "2024-11-13T09:17:24Z", "forks": 35, - "issues": 41, + "issues": 40, "subscribers": 13, - "stars": 81 + "stars": 80 }, "name": "react-native-fusioncharts", "fullName": "fusioncharts/react-native-fusioncharts", @@ -110098,13 +107839,12 @@ }, "npmPkg": "react-native-fusioncharts", "npm": { - "downloads": 7039, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9014, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -110129,13 +107869,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T14:52:01Z", + "updatedAt": "2025-04-09T17:39:59Z", "createdAt": "2019-11-04T23:43:33Z", - "pushedAt": "2025-06-20T14:52:01Z", - "forks": 122, - "issues": 3, - "subscribers": 55, - "stars": 185 + "pushedAt": "2025-04-09T17:39:59Z", + "forks": 120, + "issues": 4, + "subscribers": 57, + "stars": 178 }, "name": "react-native-plaid-link-sdk", "fullName": "plaid/react-native-plaid-link-sdk", @@ -110155,10 +107895,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v12.2.1", - "tagName": "v12.2.1", - "createdAt": "2025-06-20T14:52:01Z", - "publishedAt": "2025-06-20T14:53:03Z", + "name": "v12.1.1", + "tagName": "v12.1.1", + "createdAt": "2025-04-03T16:52:35Z", + "publishedAt": "2025-04-03T16:54:33Z", "isPrerelease": false }, "hasTypes": true, @@ -110167,9 +107907,9 @@ }, "npmPkg": "react-native-plaid-link-sdk", "npm": { - "downloads": 355392, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 789310, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -110199,10 +107939,10 @@ "updatedAt": "2025-03-22T10:39:25Z", "createdAt": "2018-10-21T20:52:18Z", "pushedAt": "2025-03-22T10:39:25Z", - "forks": 192, + "forks": 193, "issues": 10, "subscribers": 32, - "stars": 5045 + "stars": 5041 }, "name": "easy-peasy", "fullName": "ctrlplusb/easy-peasy", @@ -110239,15 +107979,16 @@ }, "npmPkg": "easy-peasy", "npm": { - "downloads": 114803, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 129393, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -110277,13 +108018,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-05-28T20:56:35Z", + "updatedAt": "2025-04-16T15:19:56Z", "createdAt": "2017-03-10T20:38:14Z", - "pushedAt": "2025-05-28T20:56:35Z", - "forks": 17, + "pushedAt": "2025-04-16T15:19:56Z", + "forks": 18, "issues": 0, "subscribers": 5, - "stars": 20 + "stars": 19 }, "name": "pushy-react-native", "fullName": "pushy/pushy-react-native", @@ -110303,9 +108044,9 @@ }, "npmPkg": "pushy-react-native", "npm": { - "downloads": 2089, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2867, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ @@ -110338,13 +108079,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-19T12:09:51Z", + "updatedAt": "2025-02-20T04:12:53Z", "createdAt": "2024-11-01T12:36:54Z", - "pushedAt": "2025-05-19T12:09:51Z", + "pushedAt": "2025-02-20T04:12:53Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 7 + "stars": 6 }, "name": "rnx-gen", "fullName": "Balthazar33/rnx-gen", @@ -110367,10 +108108,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.0", - "tagName": "v1.3.0", - "createdAt": "2025-05-19T12:11:53Z", - "publishedAt": "2025-05-19T12:14:57Z", + "name": "v1.2.4", + "tagName": "v1.2.4", + "createdAt": "2025-02-20T04:16:57Z", + "publishedAt": "2025-02-20T04:19:10Z", "isPrerelease": false }, "hasTypes": false, @@ -110379,15 +108120,15 @@ }, "npmPkg": "rnx-gen", "npm": { - "downloads": 70, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 43, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.327, "topicSearchString": "react-native boilerplate resources generate scaffold react template" }, { @@ -110453,9 +108194,9 @@ }, "npmPkg": "duix", "npm": { - "downloads": 276, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 420, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -110482,13 +108223,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-15T13:11:02Z", + "updatedAt": "2025-04-14T22:52:53Z", "createdAt": "2014-08-18T22:30:27Z", - "pushedAt": "2025-06-15T13:11:02Z", - "forks": 10993, - "issues": 576, - "subscribers": 1180, - "stars": 107092 + "pushedAt": "2025-04-14T22:52:53Z", + "forks": 10967, + "issues": 570, + "subscribers": 1183, + "stars": 106696 }, "name": "axios", "fullName": "axios/axios", @@ -110513,10 +108254,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release v1.10.0", - "tagName": "v1.10.0", - "createdAt": "2025-06-14T12:11:45Z", - "publishedAt": "2025-06-14T12:11:46Z", + "name": "Release v0.30.0", + "tagName": "v0.30.0", + "createdAt": "2025-03-26T17:50:22Z", + "publishedAt": "2025-03-26T17:51:16Z", "isPrerelease": false }, "hasTypes": true, @@ -110525,9 +108266,9 @@ }, "npmPkg": "axios", "npm": { - "downloads": 271863764, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 257161912, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -110616,18 +108357,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 140, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -100, "topicSearchString": "react-native component picker reanimated reanimated-picker reanimated-select reanimated-dropdown select select-picker dropdown dropdown-picker dropdown-select picker-select multiple multiselect options" }, { @@ -110708,18 +108444,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native component otp one time password mobile ios android sms web verify code confirmation confirmation-code one-time-code one-time-password otp-input" }, { @@ -110798,18 +108529,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 51, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.33, + "popularity": -100, "topicSearchString": "react-native component accordion collapse reanimated reanimated-collapse reanimated-accordion collapsible collapsible-sections panels group-collapse ios android collapse-ui collapsible-ui" }, { @@ -110832,13 +108558,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-25T11:33:04Z", + "updatedAt": "2025-04-14T15:18:05Z", "createdAt": "2023-04-05T09:24:15Z", - "pushedAt": "2025-04-25T11:33:04Z", - "forks": 30, - "issues": 20, + "pushedAt": "2025-04-14T15:18:05Z", + "forks": 29, + "issues": 17, "subscribers": 7, - "stars": 449 + "stars": 429 }, "name": "react-native-nitro-sqlite", "fullName": "margelo/react-native-nitro-sqlite", @@ -110864,13 +108590,14 @@ "isArchived": false }, "npm": { - "downloads": 9506, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 941, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -110936,13 +108663,12 @@ }, "npmPkg": "react-native-snowfall", "npm": { - "downloads": 3511, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3271, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.072, @@ -111005,13 +108731,12 @@ }, "npmPkg": "react-native-webview-rpc", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.35, @@ -111042,7 +108767,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 8 + "stars": 7 }, "name": "react-native-localize-date", "fullName": "jobpaardekooper/react-native-localize-date", @@ -111077,15 +108802,15 @@ }, "npmPkg": "react-native-localize-date", "npm": { - "downloads": 16, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 34, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.287, + "popularity": -0.321, "topicSearchString": "localize-date react-native nitro localize localization l20n" }, { @@ -111107,9 +108832,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-22T07:54:27Z", + "updatedAt": "2025-03-16T18:15:56Z", "createdAt": "2024-02-29T20:12:54Z", - "pushedAt": "2025-06-22T07:54:27Z", + "pushedAt": "2025-03-16T18:15:56Z", "forks": 1, "issues": 0, "subscribers": 1, @@ -111127,28 +108852,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1772, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "juhuu" }, { - "githubUrl": "https://github.com/colinhacks/zod/tree/main/packages/zod", + "githubUrl": "https://github.com/colinhacks/zod", "ios": true, "android": true, "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/colinhacks/zod", @@ -111160,31 +108878,42 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T19:57:54Z", + "updatedAt": "2025-04-16T22:30:10Z", "createdAt": "2020-03-07T20:59:08Z", - "pushedAt": "2025-06-19T19:57:54Z", - "forks": 1491, - "issues": 462, + "pushedAt": "2025-04-16T22:30:10Z", + "forks": 1350, + "issues": 560, "subscribers": 70, - "stars": 38689 + "stars": 37129 }, "name": "zod", "fullName": "colinhacks/zod", "isPrivate": false, - "description": "TypeScript-first schema declaration and validation library with static type inference", + "description": "TypeScript-first schema validation with static type inference", "topics": [ "typescript", "schema", "validation", "type", - "inference" + "inference", + "schema-validation", + "type-inference", + "runtime-validation", + "static-types" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" + "id": "MDc6TGljZW5zZTEz" + }, + "lastRelease": { + "name": "v3.24.3", + "tagName": "v3.24.3", + "createdAt": "2025-04-16T22:30:10Z", + "publishedAt": "2025-04-16T22:31:54Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -111192,9 +108921,9 @@ }, "npmPkg": "zod", "npm": { - "downloads": 134006920, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 97845257, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -111206,7 +108935,7 @@ "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "typescript schema validation type inference" + "topicSearchString": "typescript schema validation type inference schema-validation type-inference runtime-validation static-types" }, { "githubUrl": "https://github.com/dcastil/tailwind-merge", @@ -111215,7 +108944,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/dcastil/tailwind-merge", @@ -111227,13 +108955,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-17T16:30:11Z", + "updatedAt": "2025-04-11T15:43:58Z", "createdAt": "2021-07-15T08:37:57Z", - "pushedAt": "2025-06-17T16:30:11Z", - "forks": 80, - "issues": 18, + "pushedAt": "2025-04-11T15:43:58Z", + "forks": 79, + "issues": 14, "subscribers": 10, - "stars": 5213 + "stars": 5067 }, "name": "tailwind-merge", "fullName": "dcastil/tailwind-merge", @@ -111259,10 +108987,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v3.3.1", - "tagName": "v3.3.1", - "createdAt": "2025-06-10T20:02:56Z", - "publishedAt": "2025-06-10T20:03:47Z", + "name": "v3.2.0", + "tagName": "v3.2.0", + "createdAt": "2025-04-06T20:39:23Z", + "publishedAt": "2025-04-06T20:40:35Z", "isPrerelease": false }, "hasTypes": true, @@ -111271,9 +108999,9 @@ }, "npmPkg": "tailwind-merge", "npm": { - "downloads": 43692443, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35329359, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -111293,7 +109021,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/lukeed/clsx", @@ -111308,10 +109035,10 @@ "updatedAt": "2024-04-23T05:26:02Z", "createdAt": "2018-12-24T22:33:11Z", "pushedAt": "2024-04-23T05:26:02Z", - "forks": 153, + "forks": 148, "issues": 6, "subscribers": 17, - "stars": 9164 + "stars": 8933 }, "name": "clsx", "fullName": "lukeed/clsx", @@ -111342,9 +109069,9 @@ }, "npmPkg": "clsx", "npm": { - "downloads": 136500362, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 124274968, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -111372,13 +109099,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-25T21:54:59Z", + "updatedAt": "2025-04-01T15:25:17Z", "createdAt": "2022-04-21T10:10:28Z", - "pushedAt": "2025-04-25T21:54:59Z", - "forks": 11, - "issues": 2, + "pushedAt": "2025-04-01T15:25:17Z", + "forks": 9, + "issues": 3, "subscribers": 2, - "stars": 67 + "stars": 58 }, "name": "react-native-ios-utilities", "fullName": "dominicstop/react-native-ios-utilities", @@ -111402,10 +109129,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 5.1.5", - "tagName": "v5.1.5", - "createdAt": "2025-04-25T21:48:41Z", - "publishedAt": "2025-04-25T21:48:44Z", + "name": "Release 5.1.4", + "tagName": "v5.1.4", + "createdAt": "2025-04-01T15:25:17Z", + "publishedAt": "2025-04-01T15:25:19Z", "isPrerelease": false }, "hasTypes": true, @@ -111414,12 +109141,14 @@ }, "npmPkg": "react-native-ios-utilities", "npm": { - "downloads": 128748, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 109720, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], "popularity": 0.028, "topicSearchString": "react-native ios utilities utility fabric paper jsi" }, @@ -111430,7 +109159,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/iamkun/dayjs", @@ -111442,13 +109170,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T05:34:27Z", + "updatedAt": "2025-03-20T04:21:15Z", "createdAt": "2018-04-10T09:26:44Z", - "pushedAt": "2025-06-20T05:34:27Z", - "forks": 2333, - "issues": 914, + "pushedAt": "2025-03-20T04:21:15Z", + "forks": 2323, + "issues": 889, "subscribers": 277, - "stars": 47896 + "stars": 47671 }, "name": "dayjs", "fullName": "iamkun/dayjs", @@ -111483,9 +109211,9 @@ }, "npmPkg": "dayjs", "npm": { - "downloads": 105656019, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 102099900, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -111506,7 +109234,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/mdevils/html-entities", @@ -111524,7 +109251,7 @@ "forks": 84, "issues": 0, "subscribers": 13, - "stars": 661 + "stars": 655 }, "name": "html-entities", "fullName": "mdevils/html-entities", @@ -111562,15 +109289,16 @@ }, "npmPkg": "html-entities", "npm": { - "downloads": 93987990, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 86624156, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -111584,7 +109312,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/npm/node-semver", @@ -111596,13 +109323,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T16:58:39Z", + "updatedAt": "2025-04-03T15:33:47Z", "createdAt": "2011-02-12T00:06:03Z", - "pushedAt": "2025-05-12T16:58:39Z", - "forks": 498, - "issues": 41, + "pushedAt": "2025-04-03T15:33:47Z", + "forks": 496, + "issues": 44, "subscribers": 102, - "stars": 5275 + "stars": 5230 }, "name": "semver", "fullName": "npm/node-semver", @@ -111619,10 +109346,10 @@ "id": "MDc6TGljZW5zZTEw" }, "lastRelease": { - "name": "v7.7.2", - "tagName": "v7.7.2", - "createdAt": "2025-05-12T16:58:39Z", - "publishedAt": "2025-05-12T17:01:45Z", + "name": "v7.7.1", + "tagName": "v7.7.1", + "createdAt": "2025-02-03T21:42:59Z", + "publishedAt": "2025-02-03T21:45:29Z", "isPrerelease": false }, "hasTypes": false, @@ -111630,15 +109357,16 @@ "isArchived": false }, "npm": { - "downloads": 1875045816, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1631170739, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -111652,7 +109380,6 @@ "web": true, "expoGo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/TanStack/query", @@ -111664,13 +109391,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": false, - "updatedAt": "2025-06-21T22:28:38Z", + "updatedAt": "2025-04-14T12:55:58Z", "createdAt": "2019-09-10T19:23:58Z", - "pushedAt": "2025-06-21T22:28:38Z", - "forks": 3239, - "issues": 63, - "subscribers": 213, - "stars": 45593 + "pushedAt": "2025-04-14T12:55:58Z", + "forks": 3096, + "issues": 68, + "subscribers": 208, + "stars": 44754 }, "name": "@tanstack/query-persist-client-core", "fullName": "TanStack/query", @@ -111688,37 +109415,22 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2066527, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { "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, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -111731,13 +109443,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-14T07:30:56Z", + "updatedAt": "2025-04-14T13:56:29Z", "createdAt": "2024-05-06T14:01:40Z", - "pushedAt": "2025-06-14T07:30:56Z", - "forks": 3, + "pushedAt": "2025-04-14T13:56:29Z", + "forks": 1, "issues": 1, "subscribers": 0, - "stars": 34 + "stars": 29 }, "name": "@futurejj/react-native-visibility-sensor", "fullName": "JairajJangle/react-native-visibility-sensor", @@ -111763,28 +109475,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.3.20", - "tagName": "v1.3.20", - "createdAt": "2025-06-14T07:30:56Z", - "publishedAt": "2025-06-14T07:31:05Z", + "name": "v1.3.14", + "tagName": "v1.3.14", + "createdAt": "2025-04-14T13:56:29Z", + "publishedAt": "2025-04-14T13:56:37Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 31778, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android visibility-sensor visibility sensor visibilitysensor in-view inview" }, { @@ -111792,7 +109499,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/auth0/jwt-decode", @@ -111804,13 +109510,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-21T07:23:22Z", + "updatedAt": "2024-09-03T08:05:26Z", "createdAt": "2014-02-24T19:18:02Z", - "pushedAt": "2025-05-21T07:23:22Z", - "forks": 336, + "pushedAt": "2024-09-03T08:05:26Z", + "forks": 334, "issues": 1, - "subscribers": 139, - "stars": 3329 + "subscribers": 138, + "stars": 3301 }, "name": "jwt-decode", "fullName": "auth0/jwt-decode", @@ -111841,15 +109547,16 @@ }, "npmPkg": "jwt-decode", "npm": { - "downloads": 38694846, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35234596, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -111881,10 +109588,10 @@ "updatedAt": "2025-02-27T05:08:36Z", "createdAt": "2023-11-20T10:16:14Z", "pushedAt": "2025-02-27T05:08:36Z", - "forks": 31, - "issues": 21, - "subscribers": 10, - "stars": 230 + "forks": 29, + "issues": 12, + "subscribers": 9, + "stars": 216 }, "name": "@simform_solutions/react-native-audio-waveform", "fullName": "SimformSolutionsPvtLtd/react-native-audio-waveform", @@ -111923,18 +109630,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 7850, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Known", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native typescript rn audio waveform audio-waveform audio-chat chat-audio audio-visualizer component javascript library" }, { @@ -111961,10 +109662,10 @@ "updatedAt": "2024-08-07T06:14:17Z", "createdAt": "2024-04-25T08:03:49Z", "pushedAt": "2024-08-07T06:14:17Z", - "forks": 6, - "issues": 3, + "forks": 4, + "issues": 4, "subscribers": 4, - "stars": 36 + "stars": 30 }, "name": "react-native-infinite-wheel-picker", "fullName": "SimformSolutionsPvtLtd/react-native-infinite-wheel-picker", @@ -112015,9 +109716,9 @@ }, "npmPkg": "react-native-infinite-wheel-picker", "npm": { - "downloads": 1148, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1285, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -112103,16 +109804,16 @@ }, "npmPkg": "react-native-graph-kit", "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 20, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.125, + "popularity": -0.2, "topicSearchString": "react react-native typescript rn chart graph visualization line-chart bar-chart skia data-visualization open-source javascript library animations bar-charts charts d3-scale graphs line-charts" }, { @@ -112142,7 +109843,7 @@ "forks": 1, "issues": 2, "subscribers": 5, - "stars": 45 + "stars": 43 }, "name": "react-native-sticky-table", "fullName": "SimformSolutionsPvtLtd/react-native-sticky-table", @@ -112189,16 +109890,16 @@ }, "npmPkg": "react-native-sticky-table", "npm": { - "downloads": 477, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 230, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.223, + "popularity": -0.224, "topicSearchString": "react react-native typescript rn sticky-table table sticky reanimated component android ios reanimated-component sticky-animated-table gesture-handler animation react-component animated-sticky-table tableview javascript" }, { @@ -112283,16 +109984,16 @@ }, "npmPkg": "react-native-tree-selection", "npm": { - "downloads": 747, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 685, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react react-native typescript rn selection tree-selection select-list tree tree-view nested-tree nested-tree-dropdown dropdown nested-dropdown tree-dropdown react-tree tree-ui ui-components android ios hierarchical hierarchical-view hierarchical-dropdown component library select tree-select tree-structure" }, { @@ -112323,7 +110024,7 @@ "forks": 2, "issues": 1, "subscribers": 4, - "stars": 63 + "stars": 59 }, "name": "react-native-photos-gallery", "fullName": "SimformSolutionsPvtLtd/react-native-photos-gallery", @@ -112360,19 +110061,18 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-photos-gallery", "npm": { - "downloads": 110, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 396, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.723, + "popularity": -0.222, "topicSearchString": "react react-native typescript rn photo-gallery gallery photo reanimated component library photos" }, { @@ -112403,7 +110103,7 @@ "forks": 4, "issues": 2, "subscribers": 3, - "stars": 41 + "stars": 40 }, "name": "react-native-images-preview", "fullName": "SimformSolutionsPvtLtd/react-native-images-preview", @@ -112451,19 +110151,18 @@ "newArchitecture": false, "isArchived": false }, - "unmaintained": true, "npmPkg": "react-native-images-preview", "npm": { - "downloads": 1254, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1138, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.472, + "popularity": 0.028, "topicSearchString": "react react-native typescript rn photo reanimated component react-component ios android gallery pinch pinch-to-zoom mobile image-zoom image photo-preview image-preview component-library imagepreview images reanimated3" }, { @@ -112491,10 +110190,10 @@ "updatedAt": "2024-02-20T10:36:22Z", "createdAt": "2022-05-02T07:31:51Z", "pushedAt": "2024-02-20T10:36:22Z", - "forks": 19, - "issues": 6, - "subscribers": 7, - "stars": 156 + "forks": 18, + "issues": 5, + "subscribers": 5, + "stars": 149 }, "name": "react-native-radial-slider", "fullName": "SimformSolutionsPvtLtd/react-native-radial-slider", @@ -112535,9 +110234,9 @@ }, "npmPkg": "react-native-radial-slider", "npm": { - "downloads": 1937, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3839, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -112574,7 +110273,7 @@ "forks": 1, "issues": 0, "subscribers": 6, - "stars": 43 + "stars": 42 }, "name": "react-native-country-code-select", "fullName": "SimformSolutionsPvtLtd/react-native-country-code-select", @@ -112617,16 +110316,16 @@ "unmaintained": true, "npmPkg": "react-native-country-code-select", "npm": { - "downloads": 83, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 81, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.726, + "popularity": -0.725, "topicSearchString": "react react-native typescript country-code select-code country calling-code rn country-codes country-flags country-list country-picker countrycodes countrynames" }, { @@ -112660,10 +110359,10 @@ "updatedAt": "2022-10-21T10:25:10Z", "createdAt": "2022-05-10T10:24:10Z", "pushedAt": "2022-10-21T10:25:10Z", - "forks": 3, + "forks": 2, "issues": 0, "subscribers": 6, - "stars": 99 + "stars": 96 }, "name": "react-native-animation-catalog", "fullName": "SimformSolutionsPvtLtd/react-native-animation-catalog", @@ -112702,16 +110401,16 @@ "unmaintained": true, "npmPkg": "react-native-animation-catalog", "npm": { - "downloads": 29, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 28, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.716, + "popularity": -0.714, "topicSearchString": "react react-native typescript rn animation animated-component components animated-components reanimated reanimated2" }, { @@ -112741,7 +110440,7 @@ "forks": 14, "issues": 0, "subscribers": 6, - "stars": 129 + "stars": 130 }, "name": "react-native-spinner-button", "fullName": "SimformSolutionsPvtLtd/react-native-spinner-button", @@ -112782,9 +110481,9 @@ }, "npmPkg": "react-native-spinner-button", "npm": { - "downloads": 505, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 761, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -112812,12 +110511,12 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-26T08:23:30Z", + "updatedAt": "2025-04-16T07:00:05Z", "createdAt": "2020-12-29T01:17:30Z", - "pushedAt": "2025-05-26T08:23:30Z", - "forks": 15, + "pushedAt": "2025-04-16T07:00:05Z", + "forks": 13, "issues": 20, - "subscribers": 7, + "subscribers": 6, "stars": 19 }, "name": "react-native-ttlock", @@ -112843,16 +110542,16 @@ }, "npmPkg": "react-native-ttlock", "npm": { - "downloads": 228, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 261, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.319, + "popularity": -0.323, "topicSearchString": "react-native ios android" }, { @@ -112880,7 +110579,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 1 + "stars": 0 }, "name": "react-native-toastier", "fullName": "hardik27111/react-native-toastier", @@ -112918,9 +110617,9 @@ }, "npmPkg": "react-native-toastier", "npm": { - "downloads": 4497, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4478, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -112950,13 +110649,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-09T09:22:40Z", + "updatedAt": "2025-04-14T09:01:35Z", "createdAt": "2017-01-17T17:26:46Z", - "pushedAt": "2025-06-09T09:22:40Z", - "forks": 405, - "issues": 39, + "pushedAt": "2025-04-14T09:01:35Z", + "forks": 399, + "issues": 36, "subscribers": 31, - "stars": 5168 + "stars": 4997 }, "name": "@lingui/core", "fullName": "lingui/js-lingui", @@ -112982,21 +110681,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1465754, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "i18n i10n i9n internationalization localization translation multilingual" }, { @@ -113004,7 +110695,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -113014,16 +110704,16 @@ }, "stats": { "hasIssues": true, - "hasWiki": false, + "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-04-24T02:04:44Z", + "updatedAt": "2025-03-11T14:41:48Z", "createdAt": "2013-05-24T16:15:54Z", - "pushedAt": "2025-04-24T02:04:44Z", - "forks": 48112, - "issues": 802, - "subscribers": 6732, - "stars": 236619 + "pushedAt": "2025-03-11T14:41:48Z", + "forks": 47600, + "issues": 785, + "subscribers": 6737, + "stars": 234624 }, "name": "react-compiler-runtime", "fullName": "facebook/react", @@ -113043,9 +110733,9 @@ }, "npmPkg": "react-compiler-runtime", "npm": { - "downloads": 2310898, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1917172, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 81, "matchingScoreModifiers": [ @@ -113118,13 +110808,13 @@ }, "npmPkg": "rn-date-format", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 67, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.35, + "popularity": -0.32, "topicSearchString": "react-native device time-format hour-format 12-hour 24-hour" }, { @@ -113150,7 +110840,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 12 + "stars": 11 }, "name": "native-notify", "fullName": "NativeNotify/native-notify", @@ -113185,13 +110875,12 @@ }, "npmPkg": "native-notify", "npm": { - "downloads": 2837, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4086, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], "popularity": -0.072, @@ -113213,36 +110902,43 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T08:04:14Z", + "updatedAt": "2024-11-28T18:56:31Z", "createdAt": "2024-11-20T20:21:44Z", - "pushedAt": "2025-05-12T08:04:14Z", + "pushedAt": "2024-11-28T18:56:31Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 13 + "stars": 10 }, "name": "react-native-nitro-media-kit", "fullName": "SameerAther/react-native-nitro-media-kit", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "Media Kit Library", + "description": "A React Native module for advanced media processing using Nitro Modules.", "topics": [ "react-native", - "ios", - "android" + "media-processing", + "video", + "image", + "video-processing", + "nitro", + "nitro-media-kit", + "nitro-modules", + "ffmpeg", + "ffmpeg-kit" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "lastRelease": { - "name": "v0.1.0", - "tagName": "0.1.0", - "createdAt": "2025-05-08T10:06:41Z", - "publishedAt": "2025-05-08T10:23:02Z", + "name": "Release v0.0.2", + "tagName": "v0.0.2", + "createdAt": "2024-11-26T08:10:40Z", + "publishedAt": "2024-11-26T08:16:52Z", "isPrerelease": true }, "hasTypes": true, @@ -113251,16 +110947,16 @@ }, "npmPkg": "react-native-nitro-media-kit", "npm": { - "downloads": 61, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.317, - "topicSearchString": "react-native ios android" + "popularity": -0.322, + "topicSearchString": "react-native media-processing video image video-processing nitro nitro-media-kit nitro-modules ffmpeg ffmpeg-kit" }, { "githubUrl": "https://github.com/Aris-ngoy/react-native-irano", @@ -113334,9 +111030,9 @@ }, "npmPkg": "react-native-irano", "npm": { - "downloads": 905, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1308, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -113366,9 +111062,9 @@ "createdAt": "2023-11-10T08:30:28Z", "pushedAt": "2025-02-27T12:20:12Z", "forks": 15, - "issues": 14, - "subscribers": 13, - "stars": 412 + "issues": 13, + "subscribers": 9, + "stars": 375 }, "name": "expo-share-extension", "fullName": "MaxAst/expo-share-extension", @@ -113390,11 +111086,11 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 4.0.0-0", - "tagName": "v4.0.0-0", - "createdAt": "2025-05-21T14:12:57Z", - "publishedAt": "2025-05-21T14:14:35Z", - "isPrerelease": true + "name": "Release 3.0.0", + "tagName": "v3.0.0", + "createdAt": "2025-02-27T12:13:35Z", + "publishedAt": "2025-02-27T12:18:45Z", + "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, @@ -113402,9 +111098,9 @@ }, "npmPkg": "expo-share-extension", "npm": { - "downloads": 6700, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6697, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -113437,7 +111133,7 @@ "forks": 4, "issues": 0, "subscribers": 3, - "stars": 68 + "stars": 62 }, "name": "@bacons/apple-colors", "fullName": "EvanBacon/expo-apple-colors", @@ -113458,17 +111154,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1881, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react typescript" }, { @@ -113489,13 +111180,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T06:29:32Z", + "updatedAt": "2025-04-03T05:59:05Z", "createdAt": "2024-05-15T16:29:58Z", - "pushedAt": "2025-06-11T06:29:32Z", - "forks": 6, + "pushedAt": "2025-04-03T05:59:05Z", + "forks": 5, "issues": 8, - "subscribers": 15, - "stars": 371 + "subscribers": 14, + "stars": 359 }, "name": "shadowlist", "fullName": "azimgd/shadowlist", @@ -113522,15 +111213,15 @@ "publishedAt": "2024-05-21T17:28:25Z", "isPrerelease": true }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": true, "isArchived": false }, "npmPkg": "shadowlist", "npm": { - "downloads": 64, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 90, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -113538,7 +111229,7 @@ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.219, + "popularity": -0.228, "topicSearchString": "react-native ios android new-architecture" }, { @@ -113564,9 +111255,9 @@ "createdAt": "2024-11-25T19:14:10Z", "pushedAt": "2025-03-13T14:19:23Z", "forks": 0, - "issues": 2, + "issues": 1, "subscribers": 1, - "stars": 57 + "stars": 55 }, "name": "react-native-shiki-engine", "fullName": "skiniks/react-native-shiki-engine", @@ -113609,13 +111300,13 @@ }, "npmPkg": "react-native-shiki-engine", "npm": { - "downloads": 105, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 37, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.221, + "popularity": -0.223, "topicSearchString": "react-native ios android shiki oniguruma regex syntax-highlighting textmate turbo cpp javascript jsi native react" }, { @@ -113642,9 +111333,9 @@ "createdAt": "2023-12-18T19:19:05Z", "pushedAt": "2025-03-31T11:42:53Z", "forks": 14, - "issues": 48, + "issues": 44, "subscribers": 37, - "stars": 71 + "stars": 64 }, "name": "@googlemaps/react-native-navigation-sdk", "fullName": "googlemaps/react-native-navigation-sdk", @@ -113680,18 +111371,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3922, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android library google-navigation navigation-sdk navsdk google-maps-api google-maps-platform" }, { @@ -113710,13 +111396,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-16T10:00:20Z", + "updatedAt": "2025-04-14T07:51:37Z", "createdAt": "2022-11-04T22:38:14Z", - "pushedAt": "2025-06-16T10:00:20Z", - "forks": 76, - "issues": 7, + "pushedAt": "2025-04-14T07:51:37Z", + "forks": 70, + "issues": 13, "subscribers": 17, - "stars": 498 + "stars": 463 }, "name": "@matter/react-native", "fullName": "project-chip/matter.js", @@ -113740,19 +111426,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1617, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "iot home-automation matter smart-device ble" }, { @@ -113762,7 +111442,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/fnando/i18n", @@ -113774,13 +111453,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-02T02:04:44Z", + "updatedAt": "2024-12-14T00:44:56Z", "createdAt": "2019-12-10T01:46:34Z", - "pushedAt": "2025-05-02T02:04:44Z", - "forks": 26, + "pushedAt": "2024-12-14T00:44:56Z", + "forks": 23, "issues": 8, "subscribers": 5, - "stars": 207 + "stars": 202 }, "name": "i18n-js", "fullName": "fnando/i18n", @@ -113805,9 +111484,9 @@ "isArchived": false }, "npm": { - "downloads": 1190310, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1246444, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 68, "matchingScoreModifiers": [ @@ -113836,13 +111515,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T14:12:46Z", + "updatedAt": "2025-01-24T15:46:15Z", "createdAt": "2020-12-17T21:37:03Z", - "pushedAt": "2025-06-12T14:12:46Z", - "forks": 89, - "issues": 12, + "pushedAt": "2025-01-24T15:46:15Z", + "forks": 85, + "issues": 10, "subscribers": 12, - "stars": 2254 + "stars": 2207 }, "name": "twrnc", "fullName": "jaredh159/tailwind-react-native-classnames", @@ -113866,15 +111545,14 @@ "isArchived": false }, "npm": { - "downloads": 89392, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 100994, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 73, + "score": 68, "matchingScoreModifiers": [ "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -113898,9 +111576,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-23T06:31:48Z", + "updatedAt": "2025-02-20T06:22:24Z", "createdAt": "2024-11-22T12:56:38Z", - "pushedAt": "2025-04-23T06:31:48Z", + "pushedAt": "2025-02-20T06:22:24Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -113916,11 +111594,11 @@ "apihook" ], "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdxId": "Apache-2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=" }, "hasTypes": false, "newArchitecture": false, @@ -113928,15 +111606,15 @@ }, "npmPkg": "useapihook-dexterverse", "npm": { - "downloads": 46, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 64, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.328, + "popularity": -0.319, "topicSearchString": "useapihook api apihook" }, { @@ -113958,13 +111636,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-19T06:36:31Z", + "updatedAt": "2025-04-16T11:21:44Z", "createdAt": "2024-11-21T16:42:26Z", - "pushedAt": "2025-04-19T06:36:31Z", + "pushedAt": "2025-04-16T11:21:44Z", "forks": 0, - "issues": 3, + "issues": 4, "subscribers": 2, - "stars": 50 + "stars": 41 }, "name": "react-native-audio-playback", "fullName": "itsramiel/react-native-audio-playback", @@ -113988,10 +111666,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.1.3", - "tagName": "v1.1.3", - "createdAt": "2025-04-19T06:36:33Z", - "publishedAt": "2025-04-19T06:36:39Z", + "name": "Release 1.1.2", + "tagName": "v1.1.2", + "createdAt": "2025-04-16T11:21:46Z", + "publishedAt": "2025-04-16T11:21:53Z", "isPrerelease": false }, "hasTypes": false, @@ -114000,13 +111678,15 @@ }, "npmPkg": "react-native-audio-playback", "npm": { - "downloads": 83, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 72, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.226, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -0.222, "topicSearchString": "react-native ios android low-latency audio sound high-performance" }, { @@ -114025,7 +111705,6 @@ "android": true, "web": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -114038,13 +111717,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T15:52:43Z", + "updatedAt": "2025-04-06T07:48:47Z", "createdAt": "2023-07-05T17:55:30Z", - "pushedAt": "2025-06-19T15:52:43Z", + "pushedAt": "2025-04-06T07:48:47Z", "forks": 6, "issues": 3, "subscribers": 2, - "stars": 88 + "stars": 81 }, "name": "react-native-tree-multi-select", "fullName": "JairajJangle/react-native-tree-multi-select", @@ -114086,10 +111765,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.0.0", - "tagName": "v2.0.0", - "createdAt": "2025-06-19T15:52:43Z", - "publishedAt": "2025-06-19T15:52:54Z", + "name": "v1.9.4", + "tagName": "v1.9.4", + "createdAt": "2025-04-04T04:33:50Z", + "publishedAt": "2025-04-04T04:34:01Z", "isPrerelease": false }, "hasTypes": true, @@ -114098,9 +111777,9 @@ }, "npmPkg": "react-native-tree-multi-select", "npm": { - "downloads": 1541, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 948, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ @@ -114113,17 +111792,12 @@ { "githubUrl": "https://github.com/JairajJangle/react-native-session-storage", "examples": [ - "https://github.com/JairajJangle/react-native-session-storage/tree/master/example", - "https://snack.expo.dev/@futurejj/react-native-session-storage-example" - ], - "images": [ - "https://raw.githubusercontent.com/JairajJangle/react-native-session-storage/HEAD/.github/assets/demo_app_ss.png" + "https://github.com/JairajJangle/react-native-session-storage/tree/master/example" ], "ios": true, "android": true, "web": true, "expoGo": true, - "fireos": true, "newArchitecture": true, "github": { "urls": { @@ -114136,13 +111810,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-17T20:07:58Z", + "updatedAt": "2025-04-06T12:39:24Z", "createdAt": "2022-09-09T12:02:05Z", - "pushedAt": "2025-05-17T20:07:58Z", + "pushedAt": "2025-04-06T12:39:24Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 7 + "stars": 6 }, "name": "react-native-session-storage", "fullName": "JairajJangle/react-native-session-storage", @@ -114167,10 +111841,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v2.0.1", - "tagName": "v2.0.1", - "createdAt": "2025-05-17T20:07:58Z", - "publishedAt": "2025-05-17T20:08:07Z", + "name": "Release 1.3.4", + "tagName": "v1.3.4", + "createdAt": "2025-04-06T12:39:26Z", + "publishedAt": "2025-04-06T12:39:37Z", "isPrerelease": false }, "hasTypes": true, @@ -114179,12 +111853,13 @@ }, "npmPkg": "react-native-session-storage", "npm": { - "downloads": 1441, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1240, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -114215,7 +111890,7 @@ "forks": 92, "issues": 45, "subscribers": 7, - "stars": 234 + "stars": 229 }, "name": "react-native-zeroconf", "fullName": "balthazar/react-native-zeroconf", @@ -114256,14 +111931,13 @@ }, "npmPkg": "react-native-zeroconf", "npm": { - "downloads": 101477, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 94972, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -114292,13 +111966,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T13:51:07Z", + "updatedAt": "2025-04-10T12:07:42Z", "createdAt": "2024-06-27T06:42:23Z", - "pushedAt": "2025-06-18T13:51:07Z", + "pushedAt": "2025-04-10T12:07:42Z", "forks": 2, - "issues": 0, - "subscribers": 5, - "stars": 10 + "issues": 2, + "subscribers": 4, + "stars": 8 }, "name": "@fishjam-cloud/react-native-client", "fullName": "fishjam-cloud/mobile-client-sdk", @@ -114326,18 +112000,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 295, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.323, + "popularity": -100, "topicSearchString": "react-native expo fishjam fishjamcloud membranewebrtc webrtc streaming video audio" }, { @@ -114369,7 +112038,7 @@ "forks": 19, "issues": 2, "subscribers": 7, - "stars": 871 + "stars": 840 }, "name": "react-native-sheet-transitions", "fullName": "saulamsal/react-native-sheet-transitions", @@ -114394,14 +112063,13 @@ }, "npmPkg": "react-native-sheet-transitions", "npm": { - "downloads": 2689, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 3142, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], "popularity": 0.028, @@ -114468,18 +112136,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 353, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 32, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -100, "topicSearchString": "react-native animated-ellipsis rn-animated-ellipsis loading-animation" }, { @@ -114499,13 +112161,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-30T09:25:36Z", + "updatedAt": "2025-03-16T11:55:25Z", "createdAt": "2024-11-10T20:56:09Z", - "pushedAt": "2025-05-30T09:25:36Z", + "pushedAt": "2025-03-16T11:55:25Z", "forks": 2, - "issues": 2, + "issues": 1, "subscribers": 2, - "stars": 33 + "stars": 27 }, "name": "react-native-fs-turbo", "fullName": "cmpayc/react-native-fs-turbo", @@ -114537,10 +112199,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.3.6", - "tagName": "v0.3.6", - "createdAt": "2025-05-29T16:06:30Z", - "publishedAt": "2025-05-29T16:07:29Z", + "name": "Release 0.3.3", + "tagName": "v0.3.3", + "createdAt": "2025-03-16T11:55:27Z", + "publishedAt": "2025-03-16T11:57:01Z", "isPrerelease": false }, "hasTypes": true, @@ -114549,15 +112211,13 @@ }, "npmPkg": "react-native-fs-turbo", "npm": { - "downloads": 605, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 422, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": 0.028, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.222, "topicSearchString": "react native fs filesystem javascript typescript android ios library jsi turbo turbomodule download upload file-transfer" }, { @@ -114577,13 +112237,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T15:04:46Z", + "updatedAt": "2025-04-15T12:42:58Z", "createdAt": "2024-04-17T16:55:50Z", - "pushedAt": "2025-06-12T15:04:46Z", - "forks": 15, - "issues": 13, - "subscribers": 8, - "stars": 328 + "pushedAt": "2025-04-15T12:42:58Z", + "forks": 14, + "issues": 17, + "subscribers": 7, + "stars": 293 }, "name": "uniffi-bindgen-react-native", "fullName": "jhugman/uniffi-bindgen-react-native", @@ -114602,10 +112262,10 @@ "spdxId": "MPL-2.0" }, "lastRelease": { - "name": "v0.29.3-0", - "tagName": "0.29.3-0", - "createdAt": "2025-06-12T15:04:46Z", - "publishedAt": "2025-06-12T15:07:29Z", + "name": "v0.29.0-0", + "tagName": "0.29.0-0", + "createdAt": "2025-03-18T15:18:38Z", + "publishedAt": "2025-03-18T15:19:37Z", "isPrerelease": false }, "hasTypes": false, @@ -114614,9 +112274,9 @@ }, "npmPkg": "uniffi-bindgen-react-native", "npm": { - "downloads": 848, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 705, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -114654,7 +112314,7 @@ "forks": 2, "issues": 0, "subscribers": 1, - "stars": 120 + "stars": 119 }, "name": "@osamaq/drag-select", "fullName": "osamaqarem/drag-select", @@ -114692,17 +112352,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 105, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -100, "topicSearchString": "react-native ios android drag select dragselect drag-select multiselect multi-select gesture reanimated" }, { @@ -114753,15 +112408,15 @@ }, "npmPkg": "useutils-dexterverse", "npm": { - "downloads": 10, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 35, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.321, "topicSearchString": "utils react react-native" }, { @@ -114790,13 +112445,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T16:09:00Z", + "updatedAt": "2025-03-25T02:31:24Z", "createdAt": "2024-06-12T10:21:40Z", - "pushedAt": "2025-06-11T16:09:00Z", - "forks": 36, - "issues": 19, - "subscribers": 20, - "stars": 1166 + "pushedAt": "2025-03-25T02:31:24Z", + "forks": 32, + "issues": 13, + "subscribers": 19, + "stars": 1079 }, "name": "react-native-nitro-modules", "fullName": "mrousavy/nitro", @@ -114837,9 +112492,9 @@ }, "npmPkg": "react-native-nitro-modules", "npm": { - "downloads": 106571, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38501, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 76, "matchingScoreModifiers": [ @@ -114877,13 +112532,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-13T09:47:00Z", + "updatedAt": "2025-03-19T12:39:47Z", "createdAt": "2024-06-12T10:21:40Z", - "pushedAt": "2025-06-13T09:47:00Z", - "forks": 36, - "issues": 19, - "subscribers": 20, - "stars": 1166 + "pushedAt": "2025-03-19T12:39:47Z", + "forks": 32, + "issues": 13, + "subscribers": 19, + "stars": 1079 }, "name": "nitro-codegen", "fullName": "mrousavy/nitro", @@ -114903,9 +112558,9 @@ "isArchived": false }, "npm": { - "downloads": 39451, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8281, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -114978,15 +112633,15 @@ "isArchived": false }, "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.31, "topicSearchString": "react-native ios android ui drag expand collapse headless react jsx" }, { @@ -115008,13 +112663,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-12T02:01:38Z", + "updatedAt": "2024-12-25T05:51:48Z", "createdAt": "2024-12-20T08:13:40Z", - "pushedAt": "2025-05-12T02:01:38Z", + "pushedAt": "2024-12-25T05:51:48Z", "forks": 1, "issues": 0, "subscribers": 1, - "stars": 11 + "stars": 9 }, "name": "react-native-in-app-updates", "fullName": "aravind3566/react-native-in-app-updates", @@ -115040,10 +112695,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "0.2.0", - "tagName": "0.2.0", - "createdAt": "2025-05-12T02:01:38Z", - "publishedAt": "2025-05-12T02:00:18Z", + "name": "0.1.3", + "tagName": "0.1.3", + "createdAt": "2024-12-20T08:19:39Z", + "publishedAt": "2024-12-20T08:21:30Z", "isPrerelease": false }, "hasTypes": false, @@ -115052,15 +112707,15 @@ }, "npmPkg": "react-native-in-app-updates", "npm": { - "downloads": 539, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 312, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.321, "topicSearchString": "react-native android in-app-updates update-flow flexible-update immediate-update app-update mobile-updates lightweight-library" }, { @@ -115090,7 +112745,7 @@ "forks": 1, "issues": 0, "subscribers": 3, - "stars": 5 + "stars": 4 }, "name": "react-native-serialport-windows", "fullName": "MihirGrand/react-native-serialport-windows", @@ -115116,9 +112771,9 @@ }, "npmPkg": "react-native-serialport-windows", "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], @@ -115194,15 +112849,15 @@ }, "npmPkg": "react-native-install-unknown-apps", "npm": { - "downloads": 28, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 94, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.314, + "popularity": -0.318, "topicSearchString": "react-native android install-unknown-apps apk-installer permissions android-permissions install-external-apps unknown-sources apk-manager app-install-permission external-apk-install android-apk-install mobile-app-permissions" }, { @@ -115226,7 +112881,7 @@ "updatedAt": "2025-03-27T09:33:10Z", "createdAt": "2024-12-25T18:22:14Z", "pushedAt": "2025-03-27T09:33:10Z", - "forks": 1, + "forks": 0, "issues": 0, "subscribers": 1, "stars": 7 @@ -115261,13 +112916,15 @@ }, "npmPkg": "react-native-urovo", "npm": { - "downloads": 66, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 420, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.32, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -0.321, "topicSearchString": "react-native android urovo" }, { @@ -115293,9 +112950,9 @@ "createdAt": "2024-12-26T09:13:36Z", "pushedAt": "2025-02-26T10:03:40Z", "forks": 1, - "issues": 2, + "issues": 0, "subscribers": 2, - "stars": 126 + "stars": 108 }, "name": "react-native-nitro-haptics", "fullName": "oblador/react-native-nitro-haptics", @@ -115331,15 +112988,15 @@ }, "npmPkg": "react-native-nitro-haptics", "npm": { - "downloads": 762, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 288, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.222, "topicSearchString": "react-native nitro nitro-module haptics haptic-feedback reanimated worklet" }, { @@ -115397,17 +113054,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 7, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native expo @roman.sytnyk/blur-app-in-recents blur recents android ios typescript" }, { @@ -115457,53 +113109,61 @@ }, "npmPkg": "react-native-quick-aws4", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 65, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.267, + "popularity": -0.319, "topicSearchString": "react-native aws4 aws-api aws-sdk" }, { - "githubUrl": "https://github.com/patlux/react-native-bluetooth-state-manager/tree/master/packages/react-native-bluetooth-state-manager", + "githubUrl": "https://github.com/patlux/react-native-bluetooth-state-manager", "ios": true, "android": true, - "newArchitecture": true, + "unmaintained": true, + "alternatives": [ + "react-native-ble-plx" + ], + "newArchitecture": false, "github": { "urls": { "repo": "https://github.com/patlux/react-native-bluetooth-state-manager", "clone": "https://github.com/patlux/react-native-bluetooth-state-manager.git", - "homepage": "https://github.com/patlux/react-native-bluetooth-state-manager" + "homepage": "https://patwoz.dev/" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-29T08:54:48Z", + "updatedAt": "2023-05-25T11:48:03Z", "createdAt": "2018-05-04T08:42:17Z", - "pushedAt": "2025-05-29T08:54:48Z", + "pushedAt": "2023-05-25T11:48:03Z", "forks": 35, - "issues": 1, + "issues": 7, "subscribers": 4, - "stars": 68 + "stars": 66 }, "name": "react-native-bluetooth-state-manager", "fullName": "patlux/react-native-bluetooth-state-manager", "isPrivate": false, - "description": "Manage the bluetooth state of your device", + "description": "Manage the bluetooth state of your device on android & iOS", "topics": [ - "react-native", "react", "native", "bluetooth", "state", - "manager" + "manager", + "react-native", + "context", + "app", + "android", + "ios" ], "license": { "name": "MIT License", @@ -115512,23 +113172,30 @@ "key": "mit", "spdxId": "MIT" }, + "lastRelease": { + "name": "v1.3.5", + "tagName": "v1.3.5", + "createdAt": "2023-05-25T11:49:44Z", + "publishedAt": "2023-05-25T11:51:14Z", + "isPrerelease": false + }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, "npmPkg": "react-native-bluetooth-state-manager", "npm": { - "downloads": 33886, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26132, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 32, "matchingScoreModifiers": [ - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, - "topicSearchString": "react-native react native bluetooth state manager" + "popularity": -0.472, + "topicSearchString": "react native bluetooth state manager react-native context app android ios" }, { "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-video", @@ -115551,13 +113218,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T17:14:48Z", + "updatedAt": "2025-04-16T15:59:39Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T17:14:48Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-16T15:59:39Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-video", "fullName": "expo/expo", @@ -115582,9 +113249,9 @@ }, "npmPkg": "expo-video", "npm": { - "downloads": 562872, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 216940, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -115624,7 +113291,7 @@ "forks": 6, "issues": 0, "subscribers": 1, - "stars": 46 + "stars": 45 }, "name": "react-native-timezone", "fullName": "samitha9125/react-native-timezone", @@ -115652,14 +113319,12 @@ }, "npmPkg": "react-native-timezone", "npm": { - "downloads": 6449, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 9699, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 35, - "matchingScoreModifiers": [ - "Not updated recently" - ], + "score": 46, + "matchingScoreModifiers": [], "popularity": 0.028, "topicSearchString": "" }, @@ -115711,15 +113376,13 @@ }, "npmPkg": "react-native-overflow-row", "npm": { - "downloads": 175, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 200, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 35, - "matchingScoreModifiers": [ - "Not updated recently" - ], - "popularity": -0.321, + "score": 46, + "matchingScoreModifiers": [], + "popularity": -0.32, "topicSearchString": "react-native ios android" }, { @@ -115752,7 +113415,7 @@ "forks": 2, "issues": 2, "subscribers": 1, - "stars": 96 + "stars": 94 }, "name": "react-native-use-form", "fullName": "web-ridge/react-native-use-form", @@ -115784,15 +113447,16 @@ }, "npmPkg": "react-native-use-form", "npm": { - "downloads": 562, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 233, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -0.22, "topicSearchString": "react-native ios android" }, { @@ -115821,10 +113485,10 @@ "updatedAt": "2025-04-12T11:49:45Z", "createdAt": "2020-12-24T20:35:25Z", "pushedAt": "2025-04-12T11:49:45Z", - "forks": 41, - "issues": 9, + "forks": 40, + "issues": 7, "subscribers": 3, - "stars": 230 + "stars": 219 }, "name": "react-native-paper-tabs", "fullName": "web-ridge/react-native-paper-tabs", @@ -115864,13 +113528,14 @@ }, "npmPkg": "react-native-paper-tabs", "npm": { - "downloads": 19983, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 19947, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 54, + "score": 59, "matchingScoreModifiers": [ - "Known" + "Known", + "Recently updated" ], "popularity": 0.028, "topicSearchString": "react-native ios android material-design tabs viewpager web react material paper material-design-tabs" @@ -115940,13 +113605,13 @@ }, "npmPkg": "react-native-ridge-navigation", "npm": { - "downloads": 72, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 243, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.222, + "popularity": -0.225, "topicSearchString": "react-native ios android react navigation web typescript" }, { @@ -115967,10 +113632,10 @@ "updatedAt": "2022-02-08T04:03:57Z", "createdAt": "2017-12-20T02:30:08Z", "pushedAt": "2022-02-08T04:03:57Z", - "forks": 649, - "issues": 404, + "forks": 642, + "issues": 401, "subscribers": 14, - "stars": 2996 + "stars": 2965 }, "name": "react-native-chart-kit", "fullName": "indiespirit/react-native-chart-kit", @@ -115998,9 +113663,9 @@ "unmaintained": true, "npmPkg": "react-native-chart-kit", "npm": { - "downloads": 258794, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 287829, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [ @@ -116031,13 +113696,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-10T04:28:39Z", + "updatedAt": "2025-04-14T19:10:26Z", "createdAt": "2017-02-01T12:01:03Z", - "pushedAt": "2025-06-10T04:28:39Z", - "forks": 2197, - "issues": 55, - "subscribers": 164, - "stars": 11981 + "pushedAt": "2025-04-14T19:10:26Z", + "forks": 2173, + "issues": 62, + "subscribers": 165, + "stars": 11888 }, "name": "@react-native-firebase/installations", "fullName": "invertase/react-native-firebase", @@ -116060,21 +113725,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 79806, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native firebase installations" }, { @@ -116093,13 +113750,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-03T12:11:37Z", + "updatedAt": "2025-02-20T16:45:21Z", "createdAt": "2021-05-18T15:24:40Z", - "pushedAt": "2025-06-03T12:11:37Z", + "pushedAt": "2025-02-20T16:45:21Z", "forks": 3, "issues": 11, "subscribers": 9, - "stars": 9 + "stars": 8 }, "name": "@didomi/react-native", "fullName": "didomi/react-native", @@ -116119,28 +113776,22 @@ "id": "MDc6TGljZW5zZTA=" }, "lastRelease": { - "name": "2.12.0", - "tagName": "2.12.0", - "createdAt": "2025-06-03T12:11:37Z", - "publishedAt": "2025-06-03T12:31:07Z", + "name": "2.10.1", + "tagName": "2.10.1", + "createdAt": "2025-02-20T16:45:21Z", + "publishedAt": "2025-02-20T17:05:29Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 8630, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native ios android" }, { @@ -116198,9 +113849,9 @@ }, "npmPkg": "expo-spellchecker", "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -116229,13 +113880,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-13T10:18:24Z", + "updatedAt": "2025-04-15T14:04:00Z", "createdAt": "2019-08-01T11:26:48Z", - "pushedAt": "2025-06-13T10:18:24Z", + "pushedAt": "2025-04-15T14:04:00Z", "forks": 5, - "issues": 4, + "issues": 3, "subscribers": 5, - "stars": 29 + "stars": 28 }, "name": "react-native-kommunicate-chat", "fullName": "Kommunicate-io/Kommunicate-React-Native-SDK", @@ -116255,10 +113906,10 @@ ], "license": null, "lastRelease": { - "name": "v2.5.2", - "tagName": "v2.5.2", - "createdAt": "2025-06-13T10:23:34Z", - "publishedAt": "2025-06-13T10:40:23Z", + "name": "v2.5.0", + "tagName": "2.5.0", + "createdAt": "2025-04-15T14:04:39Z", + "publishedAt": "2025-04-15T14:06:09Z", "isPrerelease": false }, "hasTypes": false, @@ -116266,16 +113917,16 @@ "isArchived": false }, "npm": { - "downloads": 280, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 304, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.22, "topicSearchString": "react-native ai-chatbot android app-framework chat chatbot cross-platform ios mobile react" }, { @@ -116301,13 +113952,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-14T18:10:01Z", + "updatedAt": "2025-04-16T17:26:28Z", "createdAt": "2018-03-03T21:21:53Z", - "pushedAt": "2025-05-14T18:10:01Z", - "forks": 1213, - "issues": 213, + "pushedAt": "2025-04-16T17:26:28Z", + "forks": 1198, + "issues": 255, "subscribers": 71, - "stars": 10999 + "stars": 10940 }, "name": "@reduxjs/toolkit", "fullName": "reduxjs/redux-toolkit", @@ -116335,21 +113986,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 20073801, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 81, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "redux react starter toolkit reducer slice immer immutable redux-toolkit" }, { @@ -116363,7 +114007,6 @@ "web": true, "expo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/reduxjs/react-redux", @@ -116375,13 +114018,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-20T22:00:34Z", + "updatedAt": "2025-03-16T00:24:27Z", "createdAt": "2015-07-11T17:32:01Z", - "pushedAt": "2025-06-20T22:00:34Z", - "forks": 3322, + "pushedAt": "2025-03-16T00:24:27Z", + "forks": 3324, "issues": 23, - "subscribers": 400, - "stars": 23487 + "subscribers": 402, + "stars": 23477 }, "name": "react-redux", "fullName": "reduxjs/react-redux", @@ -116412,16 +114055,15 @@ }, "npmPkg": "react-redux", "npm": { - "downloads": 40617907, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 38321563, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 97, + "score": 92, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -116437,7 +114079,6 @@ "web": true, "expo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/reduxjs/redux", @@ -116449,13 +114090,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-07T19:42:27Z", + "updatedAt": "2025-04-05T12:35:15Z", "createdAt": "2015-05-29T23:53:15Z", - "pushedAt": "2025-05-07T19:42:27Z", - "forks": 14893, - "issues": 38, - "subscribers": 1267, - "stars": 61259 + "pushedAt": "2025-04-05T12:35:15Z", + "forks": 14918, + "issues": 37, + "subscribers": 1271, + "stars": 61145 }, "name": "redux", "fullName": "reduxjs/redux", @@ -116494,15 +114135,16 @@ }, "npmPkg": "redux", "npm": { - "downloads": 54592377, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 51299750, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 92, + "score": 97, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -116515,7 +114157,6 @@ "web": true, "expo": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/reduxjs/reselect", @@ -116530,10 +114171,10 @@ "updatedAt": "2025-03-16T19:38:31Z", "createdAt": "2015-07-01T11:06:45Z", "pushedAt": "2025-03-16T19:38:31Z", - "forks": 661, - "issues": 29, - "subscribers": 164, - "stars": 19066 + "forks": 665, + "issues": 28, + "subscribers": 163, + "stars": 19059 }, "name": "reselect", "fullName": "reduxjs/reselect", @@ -116564,9 +114205,9 @@ }, "npmPkg": "reselect", "npm": { - "downloads": 43706465, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 40143530, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -116583,7 +114224,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "expo": true, "newArchitecture": true, "github": { @@ -116603,7 +114243,7 @@ "forks": 1025, "issues": 0, "subscribers": 169, - "stars": 17762 + "stars": 17766 }, "name": "redux-thunk", "fullName": "reduxjs/redux-thunk", @@ -116636,9 +114276,9 @@ }, "npmPkg": "redux-thunk", "npm": { - "downloads": 27381837, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 25786860, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 92, "matchingScoreModifiers": [ @@ -116671,10 +114311,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11959, - "issues": 4105, - "subscribers": 1352, - "stars": 75374 + "forks": 11937, + "issues": 4128, + "subscribers": 1348, + "stars": 74943 }, "name": "@fortawesome/fontawesome-svg-core", "fullName": "FortAwesome/Font-Awesome", @@ -116699,22 +114339,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 8707924, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -116738,10 +114369,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11959, - "issues": 4105, - "subscribers": 1352, - "stars": 75374 + "forks": 11937, + "issues": 4128, + "subscribers": 1348, + "stars": 74943 }, "name": "@fortawesome/free-brands-svg-icons", "fullName": "FortAwesome/Font-Awesome", @@ -116759,22 +114390,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 2798967, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -116798,10 +114420,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11959, - "issues": 4105, - "subscribers": 1352, - "stars": 75374 + "forks": 11937, + "issues": 4128, + "subscribers": 1348, + "stars": 74943 }, "name": "@fortawesome/free-regular-svg-icons", "fullName": "FortAwesome/Font-Awesome", @@ -116819,22 +114441,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 4170613, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -116858,10 +114471,10 @@ "updatedAt": "2024-12-16T21:31:56Z", "createdAt": "2012-02-17T14:19:43Z", "pushedAt": "2024-12-16T21:31:56Z", - "forks": 11959, - "issues": 4105, - "subscribers": 1352, - "stars": 75374 + "forks": 11937, + "issues": 4128, + "subscribers": 1348, + "stars": 74943 }, "name": "@fortawesome/free-solid-svg-icons", "fullName": "FortAwesome/Font-Awesome", @@ -116879,22 +114492,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 8508005, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 70, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "font awesome fontawesome icon svg bootstrap" }, { @@ -116920,7 +114524,7 @@ "forks": 5, "issues": 0, "subscribers": 1, - "stars": 68 + "stars": 66 }, "name": "react-native-motion-tabs", "fullName": "FilipiRafael/react-native-motion-tabs", @@ -116959,13 +114563,13 @@ }, "npmPkg": "react-native-motion-tabs", "npm": { - "downloads": 34, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 75, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.221, + "popularity": -0.223, "topicSearchString": "react-native ios android bottom-tabs react navigation screens reactnative typescript expo" }, { @@ -116985,13 +114589,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-13T04:50:28Z", + "updatedAt": "2025-04-11T13:21:29Z", "createdAt": "2024-08-16T03:13:36Z", - "pushedAt": "2025-05-13T04:50:28Z", - "forks": 53, - "issues": 7, - "subscribers": 8, - "stars": 496 + "pushedAt": "2025-04-11T13:21:29Z", + "forks": 42, + "issues": 13, + "subscribers": 7, + "stars": 424 }, "name": "react-native-ota-hot-update", "fullName": "vantuan88291/react-native-ota-hot-update", @@ -117017,10 +114621,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "2.3.0", - "tagName": "2.3.0", - "createdAt": "2025-05-13T04:50:28Z", - "publishedAt": "2025-05-13T04:55:00Z", + "name": "2.2.4", + "tagName": "2.2.4", + "createdAt": "2025-04-11T13:21:29Z", + "publishedAt": "2025-04-11T13:22:35Z", "isPrerelease": false }, "hasTypes": true, @@ -117029,13 +114633,14 @@ }, "npmPkg": "react-native-ota-hot-update", "npm": { - "downloads": 8261, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4827, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 54, + "score": 59, "matchingScoreModifiers": [ - "Known" + "Known", + "Recently updated" ], "popularity": 0.028, "topicSearchString": "hot-update ota code-push update hotupdate codepush ota-hot-update custom-ota rn-hotupdate" @@ -117059,10 +114664,10 @@ "updatedAt": "2025-01-14T10:49:02Z", "createdAt": "2022-11-01T19:23:36Z", "pushedAt": "2025-01-14T10:49:02Z", - "forks": 40, - "issues": 6, + "forks": 38, + "issues": 8, "subscribers": 9, - "stars": 183 + "stars": 174 }, "name": "react-native-passkey", "fullName": "f-23/react-native-passkey", @@ -117097,9 +114702,9 @@ }, "npmPkg": "react-native-passkey", "npm": { - "downloads": 80121, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 84509, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -117129,13 +114734,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-06T08:50:00Z", + "updatedAt": "2025-04-15T11:06:05Z", "createdAt": "2021-03-16T11:17:37Z", - "pushedAt": "2025-06-06T08:50:00Z", + "pushedAt": "2025-04-15T11:06:05Z", "forks": 8, "issues": 1, "subscribers": 12, - "stars": 20 + "stars": 18 }, "name": "@playerdata/react-native-mcu-manager", "fullName": "PlayerData/react-native-mcu-manager", @@ -117158,18 +114763,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 17148, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native ios android mcumgr" }, { @@ -117202,13 +114802,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T06:27:11Z", + "updatedAt": "2025-04-14T09:06:31Z", "createdAt": "2022-06-06T09:18:31Z", - "pushedAt": "2025-06-20T06:27:11Z", - "forks": 26, + "pushedAt": "2025-04-14T09:06:31Z", + "forks": 25, "issues": 0, "subscribers": 6, - "stars": 85 + "stars": 76 }, "name": "react-native-theoplayer", "fullName": "THEOplayer/react-native-theoplayer", @@ -117232,10 +114832,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v9.5.0", - "tagName": "v9.5.0", - "createdAt": "2025-06-20T06:27:12Z", - "publishedAt": "2025-06-20T10:01:36Z", + "name": "v9.0.1", + "tagName": "v9.0.1", + "createdAt": "2025-04-08T10:49:59Z", + "publishedAt": "2025-04-08T13:24:13Z", "isPrerelease": false }, "hasTypes": true, @@ -117244,9 +114844,9 @@ }, "npmPkg": "react-native-theoplayer", "npm": { - "downloads": 9492, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 10417, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ @@ -117276,13 +114876,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T13:28:09Z", + "updatedAt": "2025-04-14T07:00:17Z", "createdAt": "2023-10-22T15:56:45Z", - "pushedAt": "2025-06-21T13:28:09Z", - "forks": 64, - "issues": 22, - "subscribers": 7, - "stars": 831 + "pushedAt": "2025-04-14T07:00:17Z", + "forks": 43, + "issues": 12, + "subscribers": 5, + "stars": 546 }, "name": "@hot-updater/react-native", "fullName": "gronxb/hot-updater", @@ -117309,19 +114909,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 11352, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 76, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native code-push code-push eas eas-update expo expo-update self-hosted" }, { @@ -117386,13 +114979,13 @@ }, "npmPkg": "react-native-trendy", "npm": { - "downloads": 25, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.31, + "popularity": -0.32, "topicSearchString": "react-native ios android" }, { @@ -117419,7 +115012,7 @@ "forks": 4, "issues": 1, "subscribers": 2, - "stars": 5 + "stars": 4 }, "name": "expo-health-connect", "fullName": "matinzd/expo-health-connect", @@ -117451,9 +115044,9 @@ }, "npmPkg": "expo-health-connect", "npm": { - "downloads": 8174, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 7371, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -117480,13 +115073,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T21:20:29Z", + "updatedAt": "2025-04-10T23:07:01Z", "createdAt": "2024-02-20T00:14:38Z", - "pushedAt": "2025-06-11T21:20:29Z", - "forks": 9, + "pushedAt": "2025-04-10T23:07:01Z", + "forks": 7, "issues": 1, "subscribers": 5, - "stars": 362 + "stars": 329 }, "name": "xior", "fullName": "suhaotian/xior", @@ -117539,9 +115132,9 @@ }, "npmPkg": "xior", "npm": { - "downloads": 62468, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 30918, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -117569,13 +115162,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-27T06:33:33Z", + "updatedAt": "2022-07-22T07:19:39Z", "createdAt": "2021-02-09T02:27:07Z", - "pushedAt": "2025-05-27T06:33:33Z", - "forks": 5, - "issues": 7, - "subscribers": 3, - "stars": 121 + "pushedAt": "2022-07-22T07:19:39Z", + "forks": 4, + "issues": 6, + "subscribers": 2, + "stars": 107 }, "name": "@craftzdog/react-native-buffer", "fullName": "craftzdog/react-native-buffer", @@ -117592,36 +115185,24 @@ "react-native" ], "license": { + "key": "mit", "name": "MIT License", + "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "v6.1.0", - "tagName": "v6.1.0", - "createdAt": "2025-05-27T06:33:33Z", - "publishedAt": "2025-05-27T06:35:03Z", - "isPrerelease": false + "id": "MDc6TGljZW5zZTEz" }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 242530, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "unmaintained": true, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", - "Recently updated", + "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "arraybuffer browser browserify buffer compatible dataview uint8array react-native" }, { @@ -117644,11 +115225,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-21T14:51:36Z", + "updatedAt": "2024-11-28T11:22:41Z", "createdAt": "2018-04-03T23:36:10Z", - "pushedAt": "2025-05-21T14:51:36Z", + "pushedAt": "2024-11-28T11:22:41Z", "forks": 5, - "issues": 7, + "issues": 6, "subscribers": 22, "stars": 11 }, @@ -117679,17 +115260,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 41101, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "bugsnag expo react-native exception error javascript monitoring reporting stability mobile" }, { @@ -117712,13 +115288,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T15:21:28Z", + "updatedAt": "2025-04-09T14:19:59Z", "createdAt": "2013-02-05T19:06:33Z", - "pushedAt": "2025-06-18T15:21:28Z", - "forks": 253, - "issues": 59, + "pushedAt": "2025-04-09T14:19:59Z", + "forks": 251, + "issues": 57, "subscribers": 46, - "stars": 871 + "stars": 865 }, "name": "@bugsnag/react-native", "fullName": "bugsnag/bugsnag-js", @@ -117746,19 +115322,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 256610, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 76, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "bugsnag react-native exception error javascript monitoring reporting stability mobile" }, { @@ -117781,11 +115350,11 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-05-27T09:09:21Z", + "updatedAt": "2025-03-26T17:35:34Z", "createdAt": "2023-02-01T11:08:05Z", - "pushedAt": "2025-05-27T09:09:21Z", + "pushedAt": "2025-03-26T17:35:34Z", "forks": 5, - "issues": 3, + "issues": 5, "subscribers": 20, "stars": 5 }, @@ -117805,17 +115374,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 11673, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "" }, { @@ -117835,13 +115399,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T05:59:40Z", + "updatedAt": "2025-02-17T05:33:28Z", "createdAt": "2025-01-29T10:31:13Z", - "pushedAt": "2025-06-19T05:59:40Z", + "pushedAt": "2025-02-17T05:33:28Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 2 + "stars": 0 }, "name": "@pachun/use-expo-push-notifications", "fullName": "pachun/use-expo-push-notifications", @@ -117864,18 +115428,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 242, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -100, "topicSearchString": "react native expo expo-notifications" }, { @@ -117897,13 +115455,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-04T12:39:05Z", + "updatedAt": "2025-02-28T06:36:11Z", "createdAt": "2025-01-29T14:19:04Z", - "pushedAt": "2025-06-04T12:39:05Z", - "forks": 2, + "pushedAt": "2025-02-28T06:36:11Z", + "forks": 1, "issues": 0, "subscribers": 2, - "stars": 19 + "stars": 14 }, "name": "react-native-pdf-from-image", "fullName": "benjamineruvieru/react-native-pdf-from-image", @@ -117943,14 +115501,12 @@ }, "npmPkg": "react-native-pdf-from-image", "npm": { - "downloads": 22115, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 26434, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], + "score": 46, + "matchingScoreModifiers": [], "popularity": -0.072, "topicSearchString": "react-native ios android pdf-generation library image-to-pdf pdf image document-creation image-processing pdf-generation-react" }, @@ -117974,9 +115530,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-30T22:39:19Z", + "updatedAt": "2025-02-04T19:20:42Z", "createdAt": "2023-11-07T09:38:28Z", - "pushedAt": "2025-04-30T22:39:19Z", + "pushedAt": "2025-02-04T19:20:42Z", "forks": 2, "issues": 0, "subscribers": 1, @@ -118030,8 +115586,8 @@ "npmPkg": "rn-text-touch-highlight", "npm": { "downloads": 45, - "start": "2025-05-23", - "end": "2025-06-21" + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -118060,13 +115616,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-10T20:46:47Z", + "updatedAt": "2025-02-04T19:23:35Z", "createdAt": "2023-11-04T02:11:39Z", - "pushedAt": "2025-05-10T20:46:47Z", + "pushedAt": "2025-02-04T19:23:35Z", "forks": 0, - "issues": 0, + "issues": 2, "subscribers": 1, - "stars": 21 + "stars": 18 }, "name": "react-native-type-animation", "fullName": "benjamineruvieru/react-native-type-animation", @@ -118101,9 +115657,9 @@ }, "npmPkg": "react-native-type-animation", "npm": { - "downloads": 27014, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 23851, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ @@ -118161,17 +115717,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 17, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.291, + "popularity": -100, "topicSearchString": "style-variance-authority sva style styles variants react-native" }, { @@ -118191,13 +115742,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T23:04:03Z", + "updatedAt": "2025-04-16T09:13:28Z", "createdAt": "2024-04-30T15:09:38Z", - "pushedAt": "2025-06-21T23:04:03Z", - "forks": 14, - "issues": 6, + "pushedAt": "2025-04-16T09:13:28Z", + "forks": 11, + "issues": 7, "subscribers": 3, - "stars": 675 + "stars": 542 }, "name": "react-native-sortables", "fullName": "MatiPl01/react-native-sortables", @@ -118234,9 +115785,9 @@ }, "npmPkg": "react-native-sortables", "npm": { - "downloads": 41174, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 18834, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 57, "matchingScoreModifiers": [ @@ -118268,10 +115819,10 @@ "updatedAt": "2024-12-23T19:39:08Z", "createdAt": "2024-10-27T21:43:36Z", "pushedAt": "2024-12-23T19:39:08Z", - "forks": 5, + "forks": 4, "issues": 10, - "subscribers": 21, - "stars": 282 + "subscribers": 20, + "stars": 276 }, "name": "react-native-fast-io", "fullName": "callstackincubator/react-native-fast-io", @@ -118300,17 +115851,16 @@ }, "npmPkg": "react-native-fast-io", "npm": { - "downloads": 11, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 151, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 41, + "score": 51, "matchingScoreModifiers": [ "Known", - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.25, + "popularity": -0.224, "topicSearchString": "react-native websocket fetch io streams nitro nitro-modules nitrogen" }, { @@ -118334,10 +115884,10 @@ "updatedAt": "2025-03-23T20:09:10Z", "createdAt": "2024-10-14T09:03:18Z", "pushedAt": "2025-03-23T20:09:10Z", - "forks": 3, - "issues": 20, + "forks": 2, + "issues": 16, "subscribers": 4, - "stars": 173 + "stars": 144 }, "name": "@callstack/polygen", "fullName": "callstackincubator/polygen", @@ -118362,17 +115912,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 32, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.219, + "popularity": -100, "topicSearchString": "react-native ios android webassembly wasm" }, { @@ -118397,10 +115943,10 @@ "updatedAt": "2025-03-20T09:30:14Z", "createdAt": "2016-06-28T14:58:12Z", "pushedAt": "2025-03-20T09:30:14Z", - "forks": 420, - "issues": 10, + "forks": 413, + "issues": 8, "subscribers": 10, - "stars": 1437 + "stars": 1411 }, "name": "@react-native-documents/viewer", "fullName": "react-native-documents/document-picker", @@ -118424,19 +115970,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 5884, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 68, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native document viewer preview quicklook" }, { @@ -118488,15 +116028,15 @@ }, "npmPkg": "react-native-css-animations", "npm": { - "downloads": 77, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 60, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.224, + "popularity": -0.217, "topicSearchString": "react-native reanimated css-animations css-transitions ios android" }, { @@ -118514,17 +116054,17 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-20T19:21:13Z", + "updatedAt": "2025-02-08T19:25:06Z", "createdAt": "2021-08-08T09:05:43Z", - "pushedAt": "2025-05-20T19:21:13Z", - "forks": 34, - "issues": 25, + "pushedAt": "2025-02-08T19:25:06Z", + "forks": 30, + "issues": 22, "subscribers": 5, - "stars": 62 + "stars": 55 }, "name": "react-native-tiktok", "fullName": "Lg0gs/react-native-tiktok", - "isPrivate": true, + "isPrivate": false, "registry": "https://registry.npmjs.org/", "description": "Get authorized using 𝗧𝗶𝗸𝗧𝗼𝗸 📱", "topics": [ @@ -118552,15 +116092,15 @@ }, "npmPkg": "react-native-tiktok", "npm": { - "downloads": 444, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 294, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.223, "topicSearchString": "react-native ios android" }, { @@ -118578,9 +116118,9 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-01T08:30:47Z", + "updatedAt": "2025-04-01T08:31:59Z", "createdAt": "2024-03-14T16:15:00Z", - "pushedAt": "2025-06-01T08:30:47Z", + "pushedAt": "2025-04-01T08:31:59Z", "forks": 0, "issues": 0, "subscribers": 1, @@ -118592,10 +116132,10 @@ "topics": [], "license": null, "lastRelease": { - "name": "v2.2.3", - "tagName": "v2.2.3", - "createdAt": "2025-06-01T08:30:47Z", - "publishedAt": "2025-06-01T08:30:48Z", + "name": "v2.2.1", + "tagName": "v2.2.1", + "createdAt": "2025-04-01T08:31:59Z", + "publishedAt": "2025-04-01T08:32:01Z", "isPrerelease": false }, "hasTypes": false, @@ -118604,16 +116144,16 @@ }, "npmPkg": "otago", "npm": { - "downloads": 220, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 154, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.318, + "popularity": -0.324, "topicSearchString": "" }, { @@ -118639,13 +116179,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T06:00:54Z", + "updatedAt": "2025-03-29T09:10:14Z", "createdAt": "2024-04-20T06:22:22Z", - "pushedAt": "2025-05-12T06:00:54Z", - "forks": 23, - "issues": 3, - "subscribers": 3, - "stars": 148 + "pushedAt": "2025-03-29T09:10:14Z", + "forks": 13, + "issues": 4, + "subscribers": 4, + "stars": 98 }, "name": "@siteed/expo-audio-stream", "fullName": "deeeed/expo-audio-stream", @@ -118669,17 +116209,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1539, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": -100, "topicSearchString": "react-native expo audio deprecated" }, { @@ -118702,13 +116238,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T04:08:39Z", + "updatedAt": "2025-03-28T21:26:04Z", "createdAt": "2024-04-20T06:22:22Z", - "pushedAt": "2025-06-12T04:08:39Z", - "forks": 23, - "issues": 3, - "subscribers": 3, - "stars": 148 + "pushedAt": "2025-03-28T21:26:04Z", + "forks": 13, + "issues": 4, + "subscribers": 4, + "stars": 98 }, "name": "@siteed/expo-audio-ui", "fullName": "deeeed/expo-audio-stream", @@ -118732,18 +116268,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 282, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.222, + "popularity": -100, "topicSearchString": "react-native expo expo-audio-studio expoaudiostudio" }, { @@ -118766,13 +116297,13 @@ "hasWiki": true, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-19T13:18:56Z", + "updatedAt": "2025-03-29T09:38:22Z", "createdAt": "2023-07-24T17:39:05Z", - "pushedAt": "2025-06-19T13:18:56Z", - "forks": 22, - "issues": 4, - "subscribers": 4, - "stars": 247 + "pushedAt": "2025-03-29T09:38:22Z", + "forks": 17, + "issues": 3, + "subscribers": 3, + "stars": 210 }, "name": "@bittingz/expo-widgets", "fullName": "mike-stewart-dev/expo-widgets", @@ -118795,19 +116326,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 6442, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native expo expo-widgets expowidgets" }, { @@ -118819,7 +116344,6 @@ "ios": true, "android": true, "web": true, - "fireos": true, "expoGo": true, "github": { "urls": { @@ -118832,13 +116356,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:38:14Z", + "updatedAt": "2025-01-31T21:37:25Z", "createdAt": "2015-09-14T15:04:15Z", - "pushedAt": "2025-06-21T19:38:14Z", - "forks": 1304, - "issues": 103, - "subscribers": 192, - "stars": 28362 + "pushedAt": "2025-01-31T21:37:25Z", + "forks": 1286, + "issues": 102, + "subscribers": 188, + "stars": 28099 }, "name": "xstate", "fullName": "statelyai/xstate", @@ -118851,8 +116375,7 @@ "finite-automata", "scxml", "state", - "interpreter", - "graph" + "interpreter" ], "license": { "name": "MIT License", @@ -118866,21 +116389,20 @@ "isArchived": false }, "npm": { - "downloads": 8915658, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 8333347, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 86, + "score": 81, "matchingScoreModifiers": [ "Very popular", "Popular", "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "statechart state-machine finite-state-machine finite-automata scxml state interpreter graph" + "topicSearchString": "statechart state-machine finite-state-machine finite-automata scxml state interpreter" }, { "githubUrl": "https://github.com/statelyai/xstate/tree/main/packages/xstate-store", @@ -118900,13 +116422,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:38:14Z", + "updatedAt": "2025-04-08T16:25:23Z", "createdAt": "2015-09-14T15:04:15Z", - "pushedAt": "2025-06-21T19:38:14Z", - "forks": 1304, - "issues": 103, - "subscribers": 192, - "stars": 28362 + "pushedAt": "2025-04-08T16:25:23Z", + "forks": 1286, + "issues": 102, + "subscribers": 188, + "stars": 28099 }, "name": "@xstate/store", "fullName": "statelyai/xstate", @@ -118927,22 +116449,14 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 86825, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 38, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "store state" }, { @@ -118963,13 +116477,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T19:38:14Z", + "updatedAt": "2025-03-10T23:32:49Z", "createdAt": "2015-09-14T15:04:15Z", - "pushedAt": "2025-06-21T19:38:14Z", - "forks": 1304, - "issues": 103, - "subscribers": 192, - "stars": 28362 + "pushedAt": "2025-03-10T23:32:49Z", + "forks": 1286, + "issues": 102, + "subscribers": 188, + "stars": 28099 }, "name": "@xstate/react", "fullName": "statelyai/xstate", @@ -118996,22 +116510,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 5014089, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Lots of open issues", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "state machine statechart scxml state graph react hook" }, { @@ -119073,15 +116578,15 @@ }, "npmPkg": "expo-totp", "npm": { - "downloads": 12, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 14, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.267, + "popularity": -0.35, "topicSearchString": "react-native expo expo-totp expototp" }, { @@ -119110,7 +116615,7 @@ "forks": 0, "issues": 0, "subscribers": 2, - "stars": 10 + "stars": 9 }, "name": "@sellpy/react-native-scroll-anchor", "fullName": "sellpy/react-native-scroll-anchor", @@ -119143,17 +116648,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1005, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-native scroll anchor scroll-to ios android" }, { @@ -119176,13 +116676,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-25T07:45:17Z", + "updatedAt": "2025-04-01T19:24:54Z", "createdAt": "2024-12-29T21:20:39Z", - "pushedAt": "2025-04-25T07:45:17Z", + "pushedAt": "2025-04-01T19:24:54Z", "forks": 4, - "issues": 6, + "issues": 4, "subscribers": 3, - "stars": 21 + "stars": 18 }, "name": "expo-key-event", "fullName": "tlow92/expo-key-event", @@ -119212,15 +116712,16 @@ }, "npmPkg": "expo-key-event", "npm": { - "downloads": 561, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 386, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.071, + "popularity": -0.322, "topicSearchString": "react-native expo expo-key-event expokeyevent keyboard-event key-event hid-event expo-module key-events" }, { @@ -119246,11 +116747,11 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T00:15:51Z", + "updatedAt": "2025-04-05T04:52:28Z", "createdAt": "2025-01-22T00:20:09Z", - "pushedAt": "2025-06-17T00:15:51Z", + "pushedAt": "2025-04-05T04:52:28Z", "forks": 0, - "issues": 0, + "issues": 1, "subscribers": 1, "stars": 13 }, @@ -119264,19 +116765,22 @@ "inner-shadow", "android", "ios", + "reanimated", + "skia", + "linear-gradient", "linear-shadow", "linear-inner-shadow", + "inset", "inset-shadow", "shadow", "shadow-pressable", "shadow-toggle", + "inner-shadow-pressable", + "inner-shadow-toggle", "shadows", "gradient", - "linear-gradient", "neumorphism", "react", - "reanimated", - "skia", "skia-canvas", "reactnativeinnershadow" ], @@ -119293,9 +116797,9 @@ }, "npmPkg": "react-native-inner-shadow", "npm": { - "downloads": 475, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 473, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ @@ -119303,7 +116807,7 @@ "Not supporting New Architecture" ], "popularity": -0.323, - "topicSearchString": "react-native inner-shadow android ios linear-shadow linear-inner-shadow inset-shadow shadow shadow-pressable shadow-toggle shadows gradient linear-gradient neumorphism react reanimated skia skia-canvas reactnativeinnershadow" + "topicSearchString": "react-native inner-shadow android ios reanimated skia linear-gradient linear-shadow linear-inner-shadow inset inset-shadow shadow shadow-pressable shadow-toggle inner-shadow-pressable inner-shadow-toggle shadows gradient neumorphism react skia-canvas reactnativeinnershadow" }, { "githubUrl": "https://github.com/WrathChaos/react-native-segmented-control-2", @@ -119335,7 +116839,7 @@ "forks": 6, "issues": 1, "subscribers": 2, - "stars": 50 + "stars": 45 }, "name": "react-native-segmented-control-2", "fullName": "WrathChaos/react-native-segmented-control-2", @@ -119380,12 +116884,13 @@ }, "npmPkg": "react-native-segmented-control-2", "npm": { - "downloads": 4873, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 5180, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -119412,18 +116917,18 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-19T20:48:14Z", + "updatedAt": "2025-04-16T11:01:07Z", "createdAt": "2024-12-18T01:14:47Z", - "pushedAt": "2025-04-19T20:48:14Z", + "pushedAt": "2025-04-16T11:01:07Z", "forks": 0, - "issues": 9, + "issues": 11, "subscribers": 1, - "stars": 24 + "stars": 11 }, "name": "@s77rt/react-native-markdown", "fullName": "s77rt/react-native-markdown", "isPrivate": false, - "description": "Drop-in replacements for React Native components with a built-in Markdown formatter.", + "description": "React Native Markdown Components: Drop-in replacements for React Native Components with a built-in Markdown formatter.", "topics": [ "react-native", "markdown" @@ -119439,15 +116944,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 308, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.321, + "npm": {}, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -100, "topicSearchString": "react-native markdown" }, { @@ -119494,17 +116996,12 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 6, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 35, "matchingScoreModifiers": [ "Not updated recently" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native viewshot" }, { @@ -119528,7 +117025,7 @@ "createdAt": "2024-09-19T12:06:47Z", "pushedAt": "2025-02-17T12:29:33Z", "forks": 0, - "issues": 1, + "issues": 0, "subscribers": 1, "stars": 1 }, @@ -119551,15 +117048,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 28, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.314, + "popularity": -100, "topicSearchString": "react-native contacts" }, { @@ -119570,7 +117062,6 @@ ], "ios": true, "android": true, - "tvos": true, "web": true, "newArchitecture": true, "github": { @@ -119584,13 +117075,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-20T14:17:02Z", + "updatedAt": "2025-04-14T18:42:50Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-20T14:17:02Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-14T18:42:50Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-audio", "fullName": "expo/expo", @@ -119617,9 +117108,9 @@ }, "npmPkg": "expo-audio", "npm": { - "downloads": 168285, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36980, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -119652,13 +117143,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-28T02:50:47Z", + "updatedAt": "2025-04-15T14:35:30Z", "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-28T02:50:47Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 + "pushedAt": "2025-04-15T14:35:30Z", + "forks": 6536, + "issues": 494, + "subscribers": 315, + "stars": 39114 }, "name": "expo-maps", "fullName": "expo/expo", @@ -119682,9 +117173,9 @@ }, "npmPkg": "expo-maps", "npm": { - "downloads": 15260, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6257, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 86, "matchingScoreModifiers": [ @@ -119750,15 +117241,15 @@ }, "npmPkg": "userealmstorage-dexterverse", "npm": { - "downloads": 30, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 22, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.317, + "popularity": -0.305, "topicSearchString": "react-native async-storage asyncstorage storage realm @realm/react hooks" }, { @@ -119783,13 +117274,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-15T21:49:41Z", + "updatedAt": "2025-04-01T14:50:46Z", "createdAt": "2025-01-13T13:22:38Z", - "pushedAt": "2025-06-15T21:49:41Z", - "forks": 12, + "pushedAt": "2025-04-01T14:50:46Z", + "forks": 11, "issues": 1, - "subscribers": 4, - "stars": 93 + "subscribers": 3, + "stars": 89 }, "name": "@appzung/react-native-code-push", "fullName": "AppZung/react-native-code-push", @@ -119820,28 +117311,23 @@ "spdxId": "MIT" }, "lastRelease": { - "name": "v11.0.0-rc10", - "tagName": "v11.0.0-rc10", - "createdAt": "2025-06-15T21:49:41Z", - "publishedAt": "2025-06-15T21:51:37Z", - "isPrerelease": false + "name": "v11.0.0-rc6", + "tagName": "v11.0.0-rc6", + "createdAt": "2025-04-01T14:50:46Z", + "publishedAt": "2025-04-01T14:56:20Z", + "isPrerelease": true }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 1908, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "appzung codepush react-native code push ota live-updates hot-updates expo-updates expo-ota appcenter code-push ota-update react updates" }, { @@ -119865,13 +117351,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-11T23:10:05Z", + "updatedAt": "2025-03-07T19:21:29Z", "createdAt": "2025-02-23T00:58:20Z", - "pushedAt": "2025-06-11T23:10:05Z", - "forks": 6, - "issues": 1, + "pushedAt": "2025-03-07T19:21:29Z", + "forks": 7, + "issues": 3, "subscribers": 4, - "stars": 380 + "stars": 362 }, "name": "react-native-boost", "fullName": "kuatsu/react-native-boost", @@ -119900,14 +117386,13 @@ }, "npmPkg": "react-native-boost", "npm": { - "downloads": 9116, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 4891, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 51, "matchingScoreModifiers": [ "Known", - "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -119974,15 +117459,15 @@ }, "npmPkg": "expo-googlenearby-connection", "npm": { - "downloads": 4, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 11, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.1, + "popularity": -0.35, "topicSearchString": "react-native expo expo-googlenearby-connection expogooglenearbyconnection nearby-connection android google-nearby google-nearby-connections kotlin-android" }, { @@ -120000,13 +117485,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-04-22T17:23:41Z", + "updatedAt": "2025-01-29T17:58:33Z", "createdAt": "2022-07-02T15:54:12Z", - "pushedAt": "2025-04-22T17:23:41Z", - "forks": 29, - "issues": 10, + "pushedAt": "2025-01-29T17:58:33Z", + "forks": 27, + "issues": 11, "subscribers": 1, - "stars": 70 + "stars": 66 }, "name": "@maniac-tech/react-native-expo-read-sms", "fullName": "maniac-tech/react-native-expo-read-sms", @@ -120039,17 +117524,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 168, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.22, + "popularity": -100, "topicSearchString": "react-native sms read-sms android-sms android expo sms-notification" }, { @@ -120076,7 +117556,7 @@ "forks": 2, "issues": 0, "subscribers": 3, - "stars": 95 + "stars": 92 }, "name": "react-native-apple-image-playground", "fullName": "Ucekay/react-native-image-playground", @@ -120100,16 +117580,15 @@ "isArchived": false }, "npm": { - "downloads": 8, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 20, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 32, + "score": 43, "matchingScoreModifiers": [ - "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.125, + "popularity": -0.2, "topicSearchString": "react-native expo image-playground reactnativeimageplayground" }, { @@ -120130,13 +117609,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T15:56:17Z", + "updatedAt": "2025-04-02T22:17:43Z", "createdAt": "2025-02-16T20:45:13Z", - "pushedAt": "2025-06-21T15:56:17Z", + "pushedAt": "2025-04-02T22:17:43Z", "forks": 1, "issues": 0, "subscribers": 2, - "stars": 12 + "stars": 10 }, "name": "react-native-nitro-tor", "fullName": "niteshbalusu11/react-native-nitro-tor", @@ -120162,10 +117641,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.2.5", - "tagName": "v0.2.5", - "createdAt": "2025-06-21T15:56:22Z", - "publishedAt": "2025-06-21T16:16:38Z", + "name": "Release 0.2.4", + "tagName": "v0.2.4", + "createdAt": "2025-04-02T22:17:45Z", + "publishedAt": "2025-04-02T22:18:19Z", "isPrerelease": false }, "hasTypes": false, @@ -120174,16 +117653,16 @@ }, "npmPkg": "react-native-nitro-tor", "npm": { - "downloads": 173, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 183, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.321, + "popularity": -0.323, "topicSearchString": "react-native ios android tor nitro-modules new-architecture onion onion-service socks5" }, { @@ -120215,7 +117694,7 @@ "forks": 30, "issues": 6, "subscribers": 1, - "stars": 200 + "stars": 196 }, "name": "react-native-stepper-ui", "fullName": "danilrafiqi/react-native-stepper-ui", @@ -120239,9 +117718,9 @@ }, "npmPkg": "react-native-stepper-ui", "npm": { - "downloads": 1287, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1525, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 41, "matchingScoreModifiers": [ @@ -120249,7 +117728,7 @@ "Not updated recently", "Not supporting New Architecture" ], - "popularity": 0.027, + "popularity": 0.028, "topicSearchString": "react-native ios android" }, { @@ -120274,13 +117753,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-15T17:32:30Z", + "updatedAt": "2025-04-16T13:04:38Z", "createdAt": "2024-11-20T09:02:32Z", - "pushedAt": "2025-06-15T17:32:30Z", - "forks": 63, - "issues": 57, - "subscribers": 14, - "stars": 2241 + "pushedAt": "2025-04-16T13:04:38Z", + "forks": 30, + "issues": 29, + "subscribers": 13, + "stars": 1094 }, "name": "@legendapp/list", "fullName": "LegendApp/legend-list", @@ -120303,20 +117782,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 83076, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react react-native list" }, { @@ -120341,7 +117813,7 @@ "createdAt": "2025-01-15T01:47:44Z", "pushedAt": "2025-02-27T22:51:06Z", "forks": 0, - "issues": 2, + "issues": 0, "subscribers": 1, "stars": 8 }, @@ -120375,15 +117847,15 @@ }, "npmPkg": "expo-selectable-text", "npm": { - "downloads": 61, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 146, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.317, + "popularity": -0.323, "topicSearchString": "react-native expo expo-selectable-text exposelectabletext" }, { @@ -120404,13 +117876,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-14T12:32:53Z", + "updatedAt": "2025-04-15T22:03:37Z", "createdAt": "2025-02-27T19:32:47Z", - "pushedAt": "2025-06-14T12:32:53Z", + "pushedAt": "2025-04-15T22:03:37Z", "forks": 1, "issues": 1, "subscribers": 1, - "stars": 26 + "stars": 20 }, "name": "react-native-ios-translate-sheet", "fullName": "huextrat/react-native-ios-translate-sheet", @@ -120432,10 +117904,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.4.4", - "tagName": "v1.4.4", - "createdAt": "2025-06-13T00:50:57Z", - "publishedAt": "2025-06-13T00:51:10Z", + "name": "v1.4.1", + "tagName": "v1.4.1", + "createdAt": "2025-04-15T12:16:24Z", + "publishedAt": "2025-04-15T12:16:35Z", "isPrerelease": false }, "hasTypes": true, @@ -120444,15 +117916,15 @@ }, "npmPkg": "react-native-ios-translate-sheet", "npm": { - "downloads": 159, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 768, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": -0.225, + "popularity": -0.071, "topicSearchString": "react-native ios translate sheet swiftui" }, { @@ -120473,13 +117945,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-14T14:32:21Z", + "updatedAt": "2025-04-15T22:41:37Z", "createdAt": "2025-02-28T15:31:16Z", - "pushedAt": "2025-06-14T14:32:21Z", + "pushedAt": "2025-04-15T22:41:37Z", "forks": 0, "issues": 1, "subscribers": 1, - "stars": 13 + "stars": 10 }, "name": "react-native-ios-translate-tasks", "fullName": "huextrat/react-native-ios-translate-tasks", @@ -120515,15 +117987,15 @@ }, "npmPkg": "react-native-ios-translate-tasks", "npm": { - "downloads": 24, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 461, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": -0.308, + "popularity": -0.322, "topicSearchString": "react-native ios android translate task tasks swiftui" }, { @@ -120582,15 +118054,15 @@ }, "npmPkg": "react-native-momentum-carousel", "npm": { - "downloads": 325, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 78, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.324, "topicSearchString": "react-native carousel react native" }, { @@ -120621,10 +118093,10 @@ "updatedAt": "2025-03-22T09:49:33Z", "createdAt": "2025-02-10T23:02:18Z", "pushedAt": "2025-03-22T09:49:33Z", - "forks": 1, - "issues": 2, + "forks": 0, + "issues": 1, "subscribers": 1, - "stars": 35 + "stars": 25 }, "name": "react-native-phone-entry", "fullName": "anday013/react-native-phone-entry", @@ -120662,13 +118134,15 @@ }, "npmPkg": "react-native-phone-entry", "npm": { - "downloads": 1015, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 275, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": 0.028, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -0.225, "topicSearchString": "react-native ios android component expo input phone-input react app" }, { @@ -120724,15 +118198,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 13, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.273, + "popularity": -100, "topicSearchString": "react-native ios android shortcuts quick-actions uiapplicationshortcutitem app-shortcuts" }, { @@ -120767,7 +118236,7 @@ "forks": 0, "issues": 1, "subscribers": 1, - "stars": 3 + "stars": 1 }, "name": "@brijen/react-native-multistep", "fullName": "BrijenMakwana/react-native-multistep", @@ -120804,17 +118273,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 154, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -100, "topicSearchString": "react-native forms multi-step-form multi-step stepper wizard reanimated ui ios android" }, { @@ -120840,10 +118304,10 @@ "updatedAt": "2025-03-11T17:41:40Z", "createdAt": "2025-02-21T07:12:03Z", "pushedAt": "2025-03-11T17:41:40Z", - "forks": 3, + "forks": 1, "issues": 0, "subscribers": 0, - "stars": 19 + "stars": 13 }, "name": "@mhpdev/react-native-speech", "fullName": "mhpdev-com/react-native-speech", @@ -120881,15 +118345,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 232, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.32, + "popularity": -100, "topicSearchString": "react-native ios android speech tts text-to-speech voice highlighted highlight-text highlighter highlighted-text" }, { @@ -120920,7 +118379,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 10 + "stars": 7 }, "name": "expo-translate-text", "fullName": "TomAtterton/expo-translate-text", @@ -120945,15 +118404,15 @@ }, "npmPkg": "expo-translate-text", "npm": { - "downloads": 254, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 21, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.302, "topicSearchString": "react-native expo expo-translate-text expotranslatetext" }, { @@ -120984,7 +118443,7 @@ "updatedAt": "2025-03-13T17:27:38Z", "createdAt": "2024-09-21T08:49:12Z", "pushedAt": "2025-03-13T17:27:38Z", - "forks": 4, + "forks": 3, "issues": 0, "subscribers": 1, "stars": 22 @@ -121015,15 +118474,15 @@ "isArchived": false }, "npm": { - "downloads": 235, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 218, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.322, "topicSearchString": "nepali nepali-picker nepali-date-picker date-picker calendar-picker ios android" }, { @@ -121045,13 +118504,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T15:58:44Z", + "updatedAt": "2025-04-16T11:18:37Z", "createdAt": "2018-06-21T21:15:55Z", - "pushedAt": "2025-06-18T15:58:44Z", - "forks": 99, - "issues": 45, + "pushedAt": "2025-04-16T11:18:37Z", + "forks": 91, + "issues": 39, "subscribers": 19, - "stars": 959 + "stars": 897 }, "name": "react-native-purchases-ui", "fullName": "RevenueCat/react-native-purchases", @@ -121079,9 +118538,9 @@ }, "npmPkg": "react-native-purchases-ui", "npm": { - "downloads": 57549, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 42276, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 73, "matchingScoreModifiers": [ @@ -121112,13 +118571,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-12T20:51:05Z", + "updatedAt": "2025-03-31T22:28:52Z", "createdAt": "2021-12-06T21:50:29Z", - "pushedAt": "2025-05-12T20:51:05Z", - "forks": 25, - "issues": 6, + "pushedAt": "2025-03-31T22:28:52Z", + "forks": 24, + "issues": 5, "subscribers": 14, - "stars": 19 + "stars": 17 }, "name": "newrelic-react-native-agent", "fullName": "newrelic/newrelic-react-native-agent", @@ -121137,10 +118596,10 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "1.5.5", - "tagName": "1.5.5", - "createdAt": "2025-05-12T20:51:05Z", - "publishedAt": "2025-05-12T20:53:45Z", + "name": "1.5.3", + "tagName": "1.5.3", + "createdAt": "2025-03-31T22:28:52Z", + "publishedAt": "2025-03-31T22:31:01Z", "isPrerelease": false }, "hasTypes": true, @@ -121149,12 +118608,14 @@ }, "npmPkg": "newrelic-react-native-agent", "npm": { - "downloads": 86412, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 80084, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], "popularity": -0.072, "topicSearchString": "new-relic react-native" }, @@ -121179,8 +118640,8 @@ "updatedAt": "2023-08-07T17:02:42Z", "createdAt": "2019-09-15T08:45:53Z", "pushedAt": "2023-08-07T17:02:42Z", - "forks": 30, - "issues": 7, + "forks": 29, + "issues": 6, "subscribers": 4, "stars": 85 }, @@ -121213,9 +118674,9 @@ }, "npmPkg": "react-native-notification-sounds", "npm": { - "downloads": 5337, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 6024, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ @@ -121244,13 +118705,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-15T11:14:42Z", + "updatedAt": "2025-04-12T14:39:39Z", "createdAt": "2025-02-27T19:20:12Z", - "pushedAt": "2025-05-15T11:14:42Z", - "forks": 4, + "pushedAt": "2025-04-12T14:39:39Z", + "forks": 3, "issues": 0, "subscribers": 2, - "stars": 145 + "stars": 134 }, "name": "react-native-emoji-popup", "fullName": "okwasniewski/react-native-emoji-popup", @@ -121270,10 +118731,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.3.1", - "tagName": "v0.3.1", - "createdAt": "2025-05-11T08:54:23Z", - "publishedAt": "2025-05-11T08:54:29Z", + "name": "Release 0.3.0", + "tagName": "v0.3.0", + "createdAt": "2025-04-12T14:39:41Z", + "publishedAt": "2025-04-12T14:39:48Z", "isPrerelease": false }, "hasTypes": true, @@ -121282,20 +118743,22 @@ }, "npmPkg": "react-native-emoji-popup", "npm": { - "downloads": 2438, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2340, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], "popularity": 0.028, "topicSearchString": "react-native ios android" }, { "githubUrl": "https://github.com/callstackincubator/react-native-legal/tree/main/packages/react-native-legal", "examples": [ - "https://github.com/callstackincubator/react-native-legal/tree/main/examples/bare-example", - "https://github.com/callstackincubator/react-native-legal/tree/main/examples/expo-example" + "https://github.com/callstackincubator/react-native-legal/tree/main/packages/bare-example-notice", + "https://github.com/callstackincubator/react-native-legal/tree/main/packages/expo-example-notice" ], "images": [ "https://raw.githubusercontent.com/callstackincubator/react-native-legal/refs/heads/main/static/android-expo.gif", @@ -121317,13 +118780,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T09:54:33Z", + "updatedAt": "2025-03-21T09:53:08Z", "createdAt": "2023-08-07T11:01:51Z", - "pushedAt": "2025-06-18T09:54:33Z", - "forks": 5, - "issues": 6, - "subscribers": 5, - "stars": 241 + "pushedAt": "2025-03-21T09:53:08Z", + "forks": 2, + "issues": 7, + "subscribers": 4, + "stars": 174 }, "name": "react-native-legal", "fullName": "callstackincubator/react-native-legal", @@ -121350,13 +118813,12 @@ }, "npmPkg": "react-native-legal", "npm": { - "downloads": 3029, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 645, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 57, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], @@ -121382,13 +118844,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T09:26:44Z", + "updatedAt": "2025-04-16T15:06:18Z", "createdAt": "2019-07-15T12:33:29Z", - "pushedAt": "2025-06-18T09:26:44Z", - "forks": 23, - "issues": 16, + "pushedAt": "2025-04-16T15:06:18Z", + "forks": 19, + "issues": 15, "subscribers": 10, - "stars": 388 + "stars": 315 }, "name": "@callstack/react-native-brownfield", "fullName": "callstack/react-native-brownfield", @@ -121407,33 +118869,27 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 1.1.0", - "tagName": "v1.1.0", - "createdAt": "2025-06-18T09:26:45Z", - "publishedAt": "2025-06-18T09:26:52Z", + "name": "Release 1.0.0", + "tagName": "v1.0.0", + "createdAt": "2025-04-16T15:06:19Z", + "publishedAt": "2025-04-16T15:06:25Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 2048, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "brownfield native integration" }, { - "githubUrl": "https://github.com/software-mansion/react-native-executorch/tree/main/packages/react-native-executorch", + "githubUrl": "https://github.com/software-mansion/react-native-executorch", "examples": [ "https://github.com/software-mansion/react-native-executorch/tree/main/examples/computer-vision", "https://github.com/software-mansion/react-native-executorch/tree/main/examples/llama", @@ -121446,26 +118902,26 @@ "urls": { "repo": "https://github.com/software-mansion/react-native-executorch", "clone": "https://github.com/software-mansion/react-native-executorch.git", - "homepage": "https://docs.swmansion.com/react-native-executorch" + "homepage": "http://docs.swmansion.com/react-native-executorch/" }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-18T12:49:27Z", + "updatedAt": "2025-04-15T10:40:02Z", "createdAt": "2024-10-16T10:58:16Z", - "pushedAt": "2025-06-18T12:49:27Z", - "forks": 37, - "issues": 35, - "subscribers": 12, - "stars": 791 + "pushedAt": "2025-04-15T10:40:02Z", + "forks": 22, + "issues": 13, + "subscribers": 11, + "stars": 575 }, "name": "react-native-executorch", "fullName": "software-mansion/react-native-executorch", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "An easy way to run AI models in React Native with ExecuTorch", + "description": "Declarative way to run AI models in React Native on device, powered by ExecuTorch.", "topics": [ "react-native", "ios", @@ -121484,15 +118940,22 @@ "key": "mit", "spdxId": "MIT" }, + "lastRelease": { + "name": "v0.3.2", + "tagName": "v0.3.2", + "createdAt": "2025-03-24T15:16:21Z", + "publishedAt": "2025-03-24T15:14:55Z", + "isPrerelease": false + }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, "npmPkg": "react-native-executorch", "npm": { - "downloads": 1631, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 713, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 59, "matchingScoreModifiers": [ @@ -121526,7 +118989,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 10 + "stars": 9 }, "name": "react-native-attributify", "fullName": "kubilaysalih/react-native-attributify", @@ -121553,15 +119016,15 @@ }, "npmPkg": "react-native-attributify", "npm": { - "downloads": 15, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.324, "topicSearchString": "react-native styling utility css-in-js atomic-css typescript" }, { @@ -121589,7 +119052,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 2 + "stars": 1 }, "name": "@splicer97/react-native-android-keyboard-adjust", "fullName": "Splicer97/react-native-android-keyboard-adjust", @@ -121624,15 +119087,10 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 14, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 46, "matchingScoreModifiers": [], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native android @splicer97/android-keyboard-adjust android-keyboard-adjust @rn-android-keyboard-adjust keyboard-adjust keyboard adjust" }, { @@ -121657,7 +119115,7 @@ "updatedAt": "2025-03-17T18:43:27Z", "createdAt": "2025-03-17T16:06:46Z", "pushedAt": "2025-03-17T18:43:27Z", - "forks": 1, + "forks": 0, "issues": 0, "subscribers": 1, "stars": 14 @@ -121720,15 +119178,15 @@ }, "npmPkg": "react-native-img-buffer-save", "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 302, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -0.324, "topicSearchString": "react-native ios android jsi cpp image img img-save image-save save-image save-img image-save-to-gallery image-to-gallery gallery img-buffer-save save-buffer save-array-buffer buffer array-buffer save-image-buffer save-image-array-buffer save-gallery img-buffer image-buffer native-module jsi-react-native module image-gallery img-gallery save-img-buffer save-to-gallery" }, { @@ -121753,10 +119211,10 @@ "updatedAt": "2025-03-16T22:32:23Z", "createdAt": "2025-01-17T21:17:28Z", "pushedAt": "2025-03-16T22:32:23Z", - "forks": 1, + "forks": 0, "issues": 0, "subscribers": 1, - "stars": 16 + "stars": 14 }, "name": "react-native-xxhash", "fullName": "pioner92/react-native-xxhash", @@ -121807,15 +119265,15 @@ }, "npmPkg": "react-native-xxhash", "npm": { - "downloads": 383, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 100, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.324, + "popularity": -0.32, "topicSearchString": "react-native ios android xxhash hash fast xxhash3 xxhash3-react-native hash-react-native hash-xxhash jsi cpp fast-hash quick-hash xxhash-jsi xxhash-cpp xxhash3-jsi xxhash3-cpp react jni quickhash xxhash-library" }, { @@ -121840,10 +119298,10 @@ "updatedAt": "2025-03-17T11:56:56Z", "createdAt": "2025-03-15T14:34:18Z", "pushedAt": "2025-03-17T11:56:56Z", - "forks": 1, + "forks": 0, "issues": 0, "subscribers": 1, - "stars": 12 + "stars": 11 }, "name": "react-native-config-jsi", "fullName": "pioner92/react-native-config-jsi", @@ -121886,15 +119344,15 @@ }, "npmPkg": "react-native-config-jsi", "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 526, + "start": "2025-03-15", + "end": "2025-04-13" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native ios android jsi cpp config jsi-react-native config-cpp env config-jsi jni native-module react-config module" }, { @@ -121922,7 +119380,7 @@ "forks": 0, "issues": 0, "subscribers": 2, - "stars": 9 + "stars": 8 }, "name": "react-native-render-lynx", "fullName": "dcangulo/react-native-render-lynx", @@ -121954,13 +119412,15 @@ }, "npmPkg": "react-native-render-lynx", "npm": { - "downloads": 17, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 272, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.291, + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], + "popularity": -0.321, "topicSearchString": "react-native lynx lynx-js lynxjs" }, { @@ -121985,10 +119445,10 @@ "updatedAt": "2025-04-02T05:52:26Z", "createdAt": "2019-09-12T18:14:33Z", "pushedAt": "2025-04-02T05:52:26Z", - "forks": 126, - "issues": 5, + "forks": 122, + "issues": 7, "subscribers": 12, - "stars": 424 + "stars": 405 }, "name": "react-native-wifi-reborn", "fullName": "JuanSeBestia/react-native-wifi-reborn", @@ -122022,13 +119482,14 @@ }, "npmPkg": "react-native-wifi-reborn", "npm": { - "downloads": 47669, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 68158, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -122090,17 +119551,13 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 18, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.35, + "popularity": -100, "topicSearchString": "react-native help-center help-desk helpkit notion documentation knowledge-base customer-support faq mobile" }, { @@ -122122,13 +119579,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-11T18:16:29Z", + "updatedAt": "2025-04-16T16:35:16Z", "createdAt": "2023-12-04T15:59:56Z", - "pushedAt": "2025-06-11T18:16:29Z", - "forks": 299, - "issues": 37, - "subscribers": 29, - "stars": 1221 + "pushedAt": "2025-04-16T16:35:16Z", + "forks": 300, + "issues": 41, + "subscribers": 28, + "stars": 1219 }, "name": "@google/generative-ai", "fullName": "google-gemini/deprecated-generative-ai-js", @@ -122143,31 +119600,23 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "v0.24.1", - "tagName": "v0.24.1", - "createdAt": "2025-04-29T17:48:22Z", - "publishedAt": "2025-04-29T17:48:24Z", + "name": "v0.24.0", + "tagName": "v0.24.0", + "createdAt": "2025-03-07T00:05:56Z", + "publishedAt": "2025-03-07T00:05:58Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 3682874, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "" }, { @@ -122188,13 +119637,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-29T15:30:42Z", + "updatedAt": "2025-04-10T08:46:07Z", "createdAt": "2025-03-22T12:15:43Z", - "pushedAt": "2025-05-29T15:30:42Z", - "forks": 7, - "issues": 4, - "subscribers": 2, - "stars": 256 + "pushedAt": "2025-04-10T08:46:07Z", + "forks": 2, + "issues": 0, + "subscribers": 1, + "stars": 195 }, "name": "react-native-auto-skeleton", "fullName": "pioner92/react-native-auto-skeleton", @@ -122242,10 +119691,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.1.26", - "tagName": "v0.1.26", - "createdAt": "2025-05-29T15:30:44Z", - "publishedAt": "2025-05-29T15:31:11Z", + "name": "Release 0.1.22", + "tagName": "v0.1.22", + "createdAt": "2025-04-09T19:34:57Z", + "publishedAt": "2025-04-09T19:35:07Z", "isPrerelease": false }, "hasTypes": true, @@ -122254,13 +119703,12 @@ }, "npmPkg": "react-native-auto-skeleton", "npm": { - "downloads": 1506, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1726, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 59, + "score": 51, "matchingScoreModifiers": [ - "Known", "Recently updated" ], "popularity": 0.028, @@ -122290,13 +119738,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T14:57:35Z", + "updatedAt": "2025-04-12T21:45:58Z", "createdAt": "2024-02-05T13:53:01Z", - "pushedAt": "2025-06-21T14:57:35Z", - "forks": 5, - "issues": 9, + "pushedAt": "2025-04-12T21:45:58Z", + "forks": 3, + "issues": 6, "subscribers": 1, - "stars": 170 + "stars": 146 }, "name": "react-native-advanced-input-mask", "fullName": "IvanIhnatsiuk/react-native-advanced-input-mask", @@ -122333,9 +119781,9 @@ "isArchived": false }, "npm": { - "downloads": 34762, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 16659, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ @@ -122369,9 +119817,9 @@ "createdAt": "2022-03-17T10:15:32Z", "pushedAt": "2024-05-01T14:21:27Z", "forks": 10, - "issues": 14, + "issues": 13, "subscribers": 3, - "stars": 90 + "stars": 86 }, "name": "react-native-translator", "fullName": "KoreanThinker/react-native-translator", @@ -122405,16 +119853,16 @@ }, "npmPkg": "react-native-translator", "npm": { - "downloads": 310, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 355, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.221, + "popularity": -0.222, "topicSearchString": "translator translate react-native typescript google-translate deepl" }, { @@ -122442,7 +119890,7 @@ "forks": 2, "issues": 1, "subscribers": 2, - "stars": 33 + "stars": 32 }, "name": "@corasan/image-compressor", "fullName": "corasan/image-compressor", @@ -122470,17 +119918,13 @@ "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 44, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.205, + "popularity": -100, "topicSearchString": "react-native nitro expo image compression compressor image-compressor image-compressor" }, { @@ -122501,13 +119945,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-01T12:02:06Z", + "updatedAt": "2025-03-27T17:44:02Z", "createdAt": "2024-10-15T21:43:41Z", - "pushedAt": "2025-05-01T12:02:06Z", + "pushedAt": "2025-03-27T17:44:02Z", "forks": 0, "issues": 1, "subscribers": 4, - "stars": 10 + "stars": 9 }, "name": "react-native-nitro-bip39", "fullName": "ronickg/react-native-nitro-bip39", @@ -122531,69 +119975,65 @@ }, "npmPkg": "react-native-nitro-bip39", "npm": { - "downloads": 375, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 261, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], "popularity": -0.323, "topicSearchString": "react-native nitro" }, { - "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser", + "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser/tree/main/react-native-nitro-in-app-browser", "examples": [ "https://github.com/patrickkabwe/react-native-nitro-in-app-browser/tree/main/example" ], "android": true, "ios": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser", "clone": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser.git", - "homepage": null + "homepage": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser#readme" }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-07T08:22:36Z", + "updatedAt": "2025-02-09T09:48:43Z", "createdAt": "2024-10-20T18:21:37Z", - "pushedAt": "2025-06-07T08:22:36Z", + "pushedAt": "2025-02-09T09:48:43Z", "forks": 0, "issues": 0, "subscribers": 2, - "stars": 31 + "stars": 26 }, "name": "react-native-nitro-in-app-browser", "fullName": "patrickkabwe/react-native-nitro-in-app-browser", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "A Simple React Native Nitro module for in-app browser.", + "description": "A React Native Nitro module for in-app browser", "topics": [ "react-native", - "nitro", "in-app-browser", - "in-app-browser-module", - "nitro-in-app-browser" + "nitro-in-app-browser", + "new-architecture", + "browser", + "in-app-browser", + "in-app-browser", + "in-app-browser" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.1.6", - "tagName": "v1.1.6", - "createdAt": "2025-06-07T08:22:36Z", - "publishedAt": "2025-06-07T08:22:42Z", - "isPrerelease": false + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "hasTypes": true, "newArchitecture": false, @@ -122601,17 +120041,16 @@ }, "npmPkg": "react-native-nitro-in-app-browser", "npm": { - "downloads": 158, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 40, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.225, - "topicSearchString": "react-native nitro in-app-browser in-app-browser-module nitro-in-app-browser" + "popularity": -0.2, + "topicSearchString": "react-native in-app-browser nitro-in-app-browser new-architecture browser in-app-browser in-app-browser in-app-browser" }, { "githubUrl": "https://github.com/litecoin-foundation/react-native-turbo-scrypt", @@ -122637,7 +120076,7 @@ "forks": 0, "issues": 0, "subscribers": 6, - "stars": 5 + "stars": 3 }, "name": "react-native-turbo-scrypt", "fullName": "litecoin-foundation/react-native-turbo-scrypt", @@ -122661,15 +120100,15 @@ }, "npmPkg": "react-native-turbo-scrypt", "npm": { - "downloads": 29, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 103, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.316, + "popularity": -0.321, "topicSearchString": "react-native nitro" }, { @@ -122693,10 +120132,10 @@ "updatedAt": "2024-10-05T16:10:47Z", "createdAt": "2024-04-21T23:14:04Z", "pushedAt": "2024-10-05T16:10:47Z", - "forks": 10, + "forks": 9, "issues": 5, - "subscribers": 3, - "stars": 148 + "subscribers": 2, + "stars": 133 }, "name": "react-native-llm-mediapipe", "fullName": "cdiddy77/react-native-llm-mediapipe", @@ -122731,16 +120170,16 @@ }, "npmPkg": "react-native-llm-mediapipe", "npm": { - "downloads": 94, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 73, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 32, "matchingScoreModifiers": [ "Not updated recently", "Not supporting New Architecture" ], - "popularity": -0.218, + "popularity": -0.223, "topicSearchString": "react-native ios android mediapipe llm local-llm" }, { @@ -122762,13 +120201,13 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": false, - "updatedAt": "2025-06-04T13:07:12Z", + "updatedAt": "2025-04-15T07:48:42Z", "createdAt": "2024-09-04T07:58:43Z", - "pushedAt": "2025-06-04T13:07:12Z", + "pushedAt": "2025-04-15T07:48:42Z", "forks": 5, "issues": 0, - "subscribers": 9, - "stars": 27 + "subscribers": 8, + "stars": 24 }, "name": "react-native-bare-kit", "fullName": "holepunchto/react-native-bare-kit", @@ -122788,15 +120227,15 @@ }, "npmPkg": "react-native-bare-kit", "npm": { - "downloads": 1561, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 2414, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 51, "matchingScoreModifiers": [ "Recently updated" ], - "popularity": 0.028, + "popularity": -0.072, "topicSearchString": "" }, { @@ -122858,15 +120297,16 @@ }, "npmPkg": "rn-build-version", "npm": { - "downloads": 36, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 531, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.322, + "popularity": -0.074, "topicSearchString": "react-native management version-management android tools developer-tools mobile-app build-automation release-management build app-versioning auto ios rn rn-build-version upgrade-build-version" }, { @@ -122890,7 +120330,7 @@ "forks": 0, "issues": 0, "subscribers": 1, - "stars": 8 + "stars": 3 }, "name": "expo-testflight", "fullName": "jeremybarbet/expo-testflight", @@ -122915,15 +120355,16 @@ }, "npmPkg": "expo-testflight", "npm": { - "downloads": 4161, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 494, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 43, + "score": 49, "matchingScoreModifiers": [ + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -0.322, "topicSearchString": "react-native expo expo-testflight expotestflight" }, { @@ -122943,13 +120384,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-02T23:49:03Z", + "updatedAt": "2024-12-03T23:44:02Z", "createdAt": "2021-06-24T00:37:58Z", - "pushedAt": "2025-06-02T23:49:03Z", - "forks": 116, - "issues": 41, - "subscribers": 9, - "stars": 517 + "pushedAt": "2024-12-03T23:44:02Z", + "forks": 110, + "issues": 45, + "subscribers": 8, + "stars": 507 }, "name": "@config-plugins/react-native-blob-util", "fullName": "expo/config-plugins", @@ -122971,20 +120412,12 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 178314, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "blob-util react-native expo" }, { @@ -123004,13 +120437,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-02T23:49:03Z", + "updatedAt": "2024-12-03T23:44:02Z", "createdAt": "2021-06-24T00:37:58Z", - "pushedAt": "2025-06-02T23:49:03Z", - "forks": 116, - "issues": 41, - "subscribers": 9, - "stars": 517 + "pushedAt": "2024-12-03T23:44:02Z", + "forks": 110, + "issues": 45, + "subscribers": 8, + "stars": 507 }, "name": "@config-plugins/react-native-pdf", "fullName": "expo/config-plugins", @@ -123032,29 +120465,21 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 167270, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, + "npm": {}, + "score": 43, "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "pdf react-native expo" }, { "githubUrl": "https://github.com/brix/crypto-js", + "npmPkg": "crypto-js", "ios": true, "android": true, "web": true, "newArchitecture": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/brix/crypto-js", @@ -123069,10 +120494,10 @@ "updatedAt": "2023-10-24T22:01:45Z", "createdAt": "2013-04-08T20:16:40Z", "pushedAt": "2023-10-24T22:01:45Z", - "forks": 2385, - "issues": 257, - "subscribers": 256, - "stars": 16144 + "forks": 2381, + "issues": 259, + "subscribers": 259, + "stars": 16080 }, "name": "crypto-js", "fullName": "brix/crypto-js", @@ -123111,11 +120536,10 @@ "newArchitecture": false, "isArchived": false }, - "npmPkg": "crypto-js", "npm": { - "downloads": 38330012, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 36687074, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -123131,11 +120555,11 @@ }, { "githubUrl": "https://github.com/date-fns/date-fns", + "npmPkg": "date-fns", "android": true, "ios": true, "web": true, "expoGo": true, - "fireos": true, "github": { "urls": { "repo": "https://github.com/date-fns/date-fns", @@ -123150,10 +120574,10 @@ "updatedAt": "2024-09-23T08:07:23Z", "createdAt": "2014-10-06T10:24:22Z", "pushedAt": "2024-09-23T08:07:23Z", - "forks": 1808, - "issues": 623, + "forks": 1793, + "issues": 608, "subscribers": 207, - "stars": 35883 + "stars": 35640 }, "name": "date-fns", "fullName": "date-fns/date-fns", @@ -123187,11 +120611,10 @@ "newArchitecture": false, "isArchived": false }, - "npmPkg": "date-fns", "npm": { - "downloads": 135352994, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 122888080, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 70, "matchingScoreModifiers": [ @@ -123207,12 +120630,12 @@ }, { "githubUrl": "https://github.com/evergrace-co/react-native-audio-pro", + "npmPkg": "react-native-audio-pro", "examples": [ "https://github.com/evergrace-co/react-native-audio-pro/tree/main/example" ], "ios": true, "android": true, - "newArchitecture": false, "github": { "urls": { "repo": "https://github.com/evergrace-co/react-native-audio-pro", @@ -123224,13 +120647,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-09T07:12:31Z", + "updatedAt": "2025-04-16T11:28:36Z", "createdAt": "2024-08-16T05:20:34Z", - "pushedAt": "2025-06-09T07:12:31Z", - "forks": 10, - "issues": 3, + "pushedAt": "2025-04-16T11:28:36Z", + "forks": 1, + "issues": 2, "subscribers": 2, - "stars": 97 + "stars": 29 }, "name": "react-native-audio-pro", "fullName": "evergrace-co/react-native-audio-pro", @@ -123251,40 +120674,38 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 10.0.0-beta.4", - "tagName": "v10.0.0-beta.4", - "createdAt": "2025-06-09T07:12:32Z", - "publishedAt": "2025-06-09T07:12:42Z", - "isPrerelease": true + "name": "Release 7.0.0", + "tagName": "v7.0.0", + "createdAt": "2025-04-16T11:28:37Z", + "publishedAt": "2025-04-16T11:28:59Z", + "isPrerelease": false }, "hasTypes": false, "newArchitecture": false, "isArchived": false }, - "npmPkg": "react-native-audio-pro", "npm": { - "downloads": 1334, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 1016, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": 0.029, "topicSearchString": "react-native ios android web" }, { "githubUrl": "https://github.com/i18next/i18next", + "npmPkg": "i18next", "examples": [ "https://github.com/i18next/i18next/tree/master/examples/typescript" ], "ios": true, "android": true, "web": true, - "fireos": true, - "newArchitecture": true, "github": { "urls": { "repo": "https://github.com/i18next/i18next", @@ -123296,13 +120717,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-10T18:40:47Z", + "updatedAt": "2025-04-15T07:52:21Z", "createdAt": "2011-12-16T12:37:42Z", - "pushedAt": "2025-06-10T18:40:47Z", - "forks": 659, - "issues": 9, - "subscribers": 85, - "stars": 8152 + "pushedAt": "2025-04-15T07:52:21Z", + "forks": 644, + "issues": 4, + "subscribers": 84, + "stars": 8030 }, "name": "i18next", "fullName": "i18next/i18next", @@ -123331,21 +120752,20 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v25.2.1", - "tagName": "v25.2.1", - "createdAt": "2025-05-25T06:48:11Z", - "publishedAt": "2025-05-25T06:48:28Z", + "name": "v25.0.0", + "tagName": "v25.0.0", + "createdAt": "2025-04-15T07:52:22Z", + "publishedAt": "2025-04-15T07:52:36Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npmPkg": "i18next", "npm": { - "downloads": 34256701, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 31479216, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 97, "matchingScoreModifiers": [ @@ -123360,6 +120780,7 @@ }, { "githubUrl": "https://github.com/PostHog/posthog-react-native-session-replay", + "npmPkg": "posthog-react-native-session-replay", "examples": [ "https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example" ], @@ -123376,12 +120797,12 @@ "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-06T07:49:08Z", + "updatedAt": "2025-03-04T09:28:06Z", "createdAt": "2024-09-17T10:55:35Z", - "pushedAt": "2025-06-06T07:49:08Z", + "pushedAt": "2025-03-04T09:28:06Z", "forks": 0, "issues": 0, - "subscribers": 16, + "subscribers": 15, "stars": 11 }, "name": "posthog-react-native-session-replay", @@ -123402,25 +120823,23 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "1.1.0", - "tagName": "1.1.0", - "createdAt": "2025-06-06T07:49:10Z", - "publishedAt": "2025-06-06T07:49:39Z", + "name": "1.0.5", + "tagName": "1.0.5", + "createdAt": "2025-03-04T09:28:08Z", + "publishedAt": "2025-03-04T09:28:45Z", "isPrerelease": false }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": false, "isArchived": false }, - "npmPkg": "posthog-react-native-session-replay", "npm": { - "downloads": 68466, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 39566, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], "popularity": -0.072, @@ -123428,6 +120847,7 @@ }, { "githubUrl": "https://github.com/pioner92/rn-fade-wrapper", + "npmPkg": "rn-fade-wrapper", "examples": [ "https://github.com/pioner92/rn-fade-wrapper/tree/main/example" ], @@ -123443,21 +120863,21 @@ "stats": { "hasIssues": true, "hasWiki": false, - "hasSponsorships": true, + "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-05-15T17:55:42Z", + "updatedAt": "2025-04-10T08:49:22Z", "createdAt": "2025-04-02T19:25:56Z", - "pushedAt": "2025-05-15T17:55:42Z", - "forks": 2, + "pushedAt": "2025-04-10T08:49:22Z", + "forks": 1, "issues": 0, "subscribers": 1, - "stars": 62 + "stars": 48 }, "name": "rn-fade-wrapper", "fullName": "pioner92/rn-fade-wrapper", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "🔥 React Native fade gradient wrapper for scroll views and overlays", + "description": "🔥 Fade gradient wrapper for React Native scrollable views and overlays on iOS and Android.", "topics": [ "react-native", "ios", @@ -123485,24 +120905,25 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "Release 0.1.9", - "tagName": "v0.1.9", - "createdAt": "2025-05-15T17:55:44Z", - "publishedAt": "2025-05-15T17:55:57Z", + "name": "Release 0.1.6", + "tagName": "v0.1.6", + "createdAt": "2025-04-09T19:33:07Z", + "publishedAt": "2025-04-09T19:33:21Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": true, "isArchived": false }, - "npmPkg": "rn-fade-wrapper", "npm": { - "downloads": 114, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 189, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 46, - "matchingScoreModifiers": [], + "score": 51, + "matchingScoreModifiers": [ + "Recently updated" + ], "popularity": -0.224, "topicSearchString": "react-native ios android native-component app.plugin.js component wrapper fade fade-wrapper fade-in fade-out fade-container fade-view fade-in-out fade-gradient gradient fade-component" }, @@ -123524,13 +120945,13 @@ "hasWiki": false, "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-05-14T00:01:54Z", + "updatedAt": "2025-03-28T13:51:56Z", "createdAt": "2018-10-19T08:17:36Z", - "pushedAt": "2025-05-14T00:01:54Z", - "forks": 26, + "pushedAt": "2025-03-28T13:51:56Z", + "forks": 25, "issues": 3, "subscribers": 4, - "stars": 230 + "stars": 216 }, "name": "react-native-check-version", "fullName": "tschoffelen/react-native-check-version", @@ -123558,10 +120979,10 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v1.4.0", - "tagName": "v1.4.0", - "createdAt": "2025-05-20T08:03:47Z", - "publishedAt": "2025-05-20T08:04:41Z", + "name": "v1.3.0", + "tagName": "v1.3.0", + "createdAt": "2024-09-30T11:12:17Z", + "publishedAt": "2024-09-30T11:13:03Z", "isPrerelease": false }, "hasTypes": true, @@ -123570,13 +120991,14 @@ }, "npmPkg": "react-native-check-version", "npm": { - "downloads": 71899, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 85232, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 57, "matchingScoreModifiers": [ "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, @@ -123602,13 +121024,13 @@ "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T13:19:31Z", + "updatedAt": "2025-04-14T19:49:26Z", "createdAt": "2022-03-06T12:01:38Z", - "pushedAt": "2025-06-17T13:19:31Z", - "forks": 47, - "issues": 35, - "subscribers": 20, - "stars": 177 + "pushedAt": "2025-04-14T19:49:26Z", + "forks": 41, + "issues": 30, + "subscribers": 18, + "stars": 162 }, "name": "@livekit/react-native", "fullName": "livekit/client-sdk-react-native", @@ -123630,29 +121052,23 @@ "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "Release 2.7.4", - "tagName": "v2.7.4", - "createdAt": "2025-05-05T18:02:00Z", - "publishedAt": "2025-05-05T18:02:38Z", + "name": "Release 2.7.3", + "tagName": "v2.7.3", + "createdAt": "2025-04-14T19:52:47Z", + "publishedAt": "2025-04-14T19:53:34Z", "isPrerelease": false }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 26529, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Known", "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, + "popularity": -100, "topicSearchString": "react-native ios android livekit webrtc" }, { @@ -123679,7 +121095,7 @@ "updatedAt": "2025-02-24T14:52:50Z", "createdAt": "2021-06-04T22:25:32Z", "pushedAt": "2025-02-24T14:52:50Z", - "forks": 25, + "forks": 19, "issues": 4, "subscribers": 1, "stars": 20 @@ -123706,9743 +121122,196 @@ "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 32410, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, + "npm": {}, "score": 43, "matchingScoreModifiers": [ "Not supporting New Architecture" ], - "popularity": -0.072, + "popularity": -100, "topicSearchString": "react-component react-native ios android webrtc" }, { "githubUrl": "https://github.com/livekit/client-sdk-js", "npmPkg": "livekit-client", "examples": [ - "https://github.com/livekit/client-sdk-js/tree/main/examples" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/livekit/client-sdk-js", - "clone": "https://github.com/livekit/client-sdk-js.git", - "homepage": "https://livekit.io" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-20T14:45:55Z", - "createdAt": "2020-11-03T06:15:40Z", - "pushedAt": "2025-06-20T14:45:55Z", - "forks": 196, - "issues": 26, - "subscribers": 29, - "stars": 461 - }, - "name": "livekit-client", - "fullName": "livekit/client-sdk-js", - "isPrivate": false, - "description": "LiveKit browser client SDK (javascript)", - "topics": [ - "typescript", - "javascript", - "webrtc" - ], - "license": { - "key": "apache-2.0", - "name": "Apache License 2.0", - "spdxId": "Apache-2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=" - }, - "lastRelease": { - "name": "v2.13.8", - "tagName": "v2.13.8", - "createdAt": "2025-06-20T06:48:44Z", - "publishedAt": "2025-06-20T06:48:46Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 538986, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 73, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "typescript javascript webrtc" - }, - { - "githubUrl": "https://github.com/Raja0sama/rn-foreground-service", - "npmPkg": "@supersami/rn-foreground-service", - "examples": [ - "https://github.com/Raja0sama/rn-forground-service-example" - ], - "images": [ - "https://rn-foreground.vercel.app/md.png" - ], - "android": true, - "github": { - "urls": { - "repo": "https://github.com/Raja0sama/rn-foreground-service", - "clone": "https://github.com/Raja0sama/rn-foreground-service.git", - "homepage": "https://rn-foreground.vercel.app/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-02T06:55:17Z", - "createdAt": "2020-10-29T18:57:13Z", - "pushedAt": "2025-04-02T06:55:17Z", - "forks": 72, - "issues": 26, - "subscribers": 1, - "stars": 157 - }, - "name": "@supersami/rn-foreground-service", - "fullName": "Raja0sama/rn-foreground-service", - "isPrivate": false, - "description": "Foreground Service for React Native made with ❤ ", - "topics": [ - "react", - "react-native", - "android", - "foreground", - "service", - "background", - "java", - "android-application" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "RN Foreground Service v2", - "tagName": "v2-release", - "createdAt": "2023-01-02T12:46:45Z", - "publishedAt": "2023-01-02T12:48:36Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 5809, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react react-native android foreground service background java android-application" - }, - { - "githubUrl": "https://github.com/LegendApp/legend-state", - "npmPkg": "@legendapp/state", - "examples": [ - "https://github.com/LegendApp/legend-state/tree/main/examples" - ], - "android": true, - "ios": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/LegendApp/legend-state", - "clone": "https://github.com/LegendApp/legend-state.git", - "homepage": "https://legendapp.com/open-source/state/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-04T09:10:09Z", - "createdAt": "2022-07-21T07:06:08Z", - "pushedAt": "2025-06-04T09:10:09Z", - "forks": 110, - "issues": 149, - "subscribers": 25, - "stars": 3717 - }, - "name": "@legendapp/state", - "fullName": "LegendApp/legend-state", - "isPrivate": true, - "registry": "https://registry.npmjs.org/", - "description": "Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence", - "topics": [ - "react", - "react-native", - "state", - "hooks", - "proxy" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 139244, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 62, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react react-native state hooks proxy" - }, - { - "githubUrl": "https://github.com/w88975/expo-click-outside", - "examples": [ - "https://github.com/w88975/expo-click-outside/tree/main/example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/w88975/expo-click-outside", - "clone": "https://github.com/w88975/expo-click-outside.git", - "homepage": "https://www.npmjs.com/package/expo-click-outside" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-07T14:45:08Z", - "createdAt": "2025-04-07T03:52:26Z", - "pushedAt": "2025-04-07T14:45:08Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 8 - }, - "name": "expo-click-outside", - "fullName": "w88975/expo-click-outside", - "isPrivate": false, - "description": "A way to listen click outside of react-native and Expo (use native platform api).", - "topics": [ - "react-native", - "click-outside", - "expo", - "expo-click-outside", - "expoclickoutside" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-click-outside", - "npm": { - "downloads": 104, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.321, - "topicSearchString": "react-native click-outside expo expo-click-outside expoclickoutside" - }, - { - "githubUrl": "https://github.com/versatica/mediasoup-client", - "android": true, - "ios": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/versatica/mediasoup-client", - "clone": "https://github.com/versatica/mediasoup-client.git", - "homepage": "https://mediasoup.org" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-05-26T13:42:54Z", - "createdAt": "2017-07-18T16:44:51Z", - "pushedAt": "2025-05-26T13:42:54Z", - "forks": 235, - "issues": 4, - "subscribers": 43, - "stars": 619 - }, - "name": "mediasoup-client", - "fullName": "versatica/mediasoup-client", - "isPrivate": false, - "description": "mediasoup client side JavaScript library", - "topics": [ - "webrtc", - "ortc", - "browser", - "nodejs", - "javascript", - "sfu", - "client-library" - ], - "license": { - "key": "isc", - "name": "ISC License", - "spdxId": "ISC", - "url": "http://choosealicense.com/licenses/isc/", - "id": "MDc6TGljZW5zZTEw" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "mediasoup-client", - "npm": { - "downloads": 93228, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 73, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "webrtc ortc browser nodejs javascript sfu client-library" - }, - { - "githubUrl": "https://github.com/getsettalk/react-native-advanced-checkbox", - "android": true, - "ios": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/getsettalk/react-native-advanced-checkbox", - "clone": "https://github.com/getsettalk/react-native-advanced-checkbox.git", - "homepage": "https://www.npmjs.com/package/react-native-advanced-checkbox" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-13T08:05:10Z", - "createdAt": "2025-04-10T09:43:44Z", - "pushedAt": "2025-05-13T08:05:10Z", - "forks": 3, - "issues": 0, - "subscribers": 1, - "stars": 11 - }, - "name": "react-native-advanced-checkbox", - "fullName": "getsettalk/react-native-advanced-checkbox", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A powerful, fully-featured checkbox component for React Native, built with TypeScript and designed for maximum flexibility, accessibility, and performance. Supports custom images, rich animations, grouped checkboxes, haptic feedback, and ready for the new architecture support.", - "topics": [ - "react-native", - "checkbox", - "advanced-checkbox", - "animation", - "haptic", - "accessibility", - "group-checkbox", - "android", - "ios" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-advanced-checkbox", - "npm": { - "downloads": 1325, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react-native checkbox advanced-checkbox animation haptic accessibility group-checkbox android ios" - }, - { - "githubUrl": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", - "ios": true, - "android": true, - "expoGo": true, - "images": [ - "https://raw.githubusercontent.com/mahdidavoodi7/bottom-sheet-stepper/refs/heads/main/preview.gif" - ], - "examples": [ - "https://github.com/mahdidavoodi7/bottom-sheet-stepper/tree/main/example" - ], - "github": { - "urls": { - "repo": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", - "clone": "https://github.com/mahdidavoodi7/bottom-sheet-stepper.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-08T07:36:12Z", - "createdAt": "2025-04-12T19:28:21Z", - "pushedAt": "2025-06-08T07:36:12Z", - "forks": 4, - "issues": 3, - "subscribers": 3, - "stars": 273 - }, - "name": "bottom-sheet-stepper", - "fullName": "mahdidavoodi7/bottom-sheet-stepper", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A lightweight and customizable stepper component for React Native, built on top of @gorhom/bottom-sheet. Easily manage multi-step flows in a modal bottom sheet with smooth animations and full control.", - "topics": [ - "react-native", - "bottom-sheet", - "stepper", - "wizard", - "multi-step", - "modal", - "bottom-sheet-stepper", - "onboarding", - "reanimated", - "gorhom", - "gesture-handler", - "component", - "expo" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "bottom-sheet-stepper", - "npm": { - "downloads": 491, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 57, - "matchingScoreModifiers": [ - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.224, - "topicSearchString": "react-native bottom-sheet stepper wizard multi-step modal bottom-sheet-stepper onboarding reanimated gorhom gesture-handler component expo" - }, - { - "githubUrl": "https://github.com/mahdidavoodi7/expo-image-compare", - "ios": true, - "android": true, - "expoGo": true, - "images": [ - "https://raw.githubusercontent.com/mahdidavoodi7/expo-image-compare/refs/heads/main/ezgif-426768e63a1227.gif" - ], - "examples": [ - "https://github.com/mahdidavoodi7/expo-image-compare/tree/main/example" - ], - "github": { - "urls": { - "repo": "https://github.com/mahdidavoodi7/expo-image-compare", - "clone": "https://github.com/mahdidavoodi7/expo-image-compare.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-13T07:33:48Z", - "createdAt": "2025-04-09T08:08:16Z", - "pushedAt": "2025-04-13T07:33:48Z", - "forks": 1, - "issues": 0, - "subscribers": 2, - "stars": 12 - }, - "name": "expo-image-compare", - "fullName": "mahdidavoodi7/expo-image-compare", - "isPrivate": false, - "description": "A customizable before-after image comparison slider for React Native & Expo using Reanimated v3.", - "topics": [ - "expo", - "react-native", - "image-compare", - "before-after-slider", - "reanimated", - "gesture-handler", - "compare" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-image-compare", - "npm": { - "downloads": 42, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.326, - "topicSearchString": "expo react-native image-compare before-after-slider reanimated gesture-handler compare" - }, - { - "githubUrl": "https://github.com/s77rt/react-native-sodium", - "npmPkg": "@s77rt/react-native-sodium", - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/s77rt/react-native-sodium", - "clone": "https://github.com/s77rt/react-native-sodium.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-09T20:35:53Z", - "createdAt": "2025-04-01T10:09:32Z", - "pushedAt": "2025-05-09T20:35:53Z", - "forks": 0, - "issues": 2, - "subscribers": 2, - "stars": 3 - }, - "name": "@s77rt/react-native-sodium", - "fullName": "s77rt/react-native-sodium", - "isPrivate": false, - "description": "A fast cryptography module for React Native using libsodium.", - "topics": [ - "react-native", - "cryptography", - "crypto", - "encryption", - "decryption", - "hashing", - "encoding", - "decoding", - "base64", - "libsodium", - "sodium" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": false, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 72, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.322, - "topicSearchString": "react-native cryptography crypto encryption decryption hashing encoding decoding base64 libsodium sodium" - }, - { - "githubUrl": "https://github.com/Hiroenzo/react-native-mqtt-clients", - "examples": [ - "https://github.com/Hiroenzo/react-native-mqtt-clients/tree/main/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/Hiroenzo/react-native-mqtt-clients", - "clone": "https://github.com/Hiroenzo/react-native-mqtt-clients.git", - "homepage": null - }, - "stats": { - "hasIssues": false, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-01-21T01:16:04Z", - "createdAt": "2024-02-01T06:37:27Z", - "pushedAt": "2025-01-21T01:16:04Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 4 - }, - "name": "react-native-mqtt-clients", - "fullName": "Hiroenzo/react-native-mqtt-clients", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "TCP-capable MQTT client for react native", - "topics": [ - "react-native", - "ios", - "android", - "mqtt", - "cocoamqtt", - "paho" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.2.2", - "tagName": "v0.2.2", - "createdAt": "2025-01-21T01:16:04Z", - "publishedAt": "2025-01-21T01:16:53Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-mqtt-clients", - "npm": { - "downloads": 73, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.323, - "topicSearchString": "react-native ios android mqtt cocoamqtt paho" - }, - { - "githubUrl": "https://github.com/dpakakpo4/rn-use-google-places-autocomplete", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/dpakakpo4/rn-use-google-places-autocomplete", - "clone": "https://github.com/dpakakpo4/rn-use-google-places-autocomplete.git", - "homepage": "https://www.npmjs.com/package/rn-use-google-places-autocomplete" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-02T16:55:27Z", - "createdAt": "2025-04-09T16:11:31Z", - "pushedAt": "2025-05-02T16:55:27Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 6 - }, - "name": "rn-use-google-places-autocomplete", - "fullName": "dpakakpo4/rn-use-google-places-autocomplete", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A fully-typed and modern React Native hook for consuming Google New Places, without `axios` or unnecessary dependencies.", - "topics": [ - "react-native", - "ios", - "android", - "google-api", - "google-places-autocomplete" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 1.1.1", - "tagName": "v1.1.1", - "createdAt": "2025-04-09T17:23:03Z", - "publishedAt": "2025-04-09T17:23:16Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "rn-use-google-places-autocomplete", - "npm": { - "downloads": 114, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.324, - "topicSearchString": "react-native ios android google-api google-places-autocomplete" - }, - { - "githubUrl": "https://github.com/shakebugs/shake-react-native", - "npmPkg": "@shakebugs/react-native-shake", - "examples": [ - "https://apps.apple.com/us/app/shake-sdk-demo/id1599736701" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/shakebugs/shake-react-native", - "clone": "https://github.com/shakebugs/shake-react-native.git", - "homepage": "https://shakebugs.com" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-15T15:27:13Z", - "createdAt": "2021-11-29T12:07:13Z", - "pushedAt": "2025-04-15T15:27:13Z", - "forks": 4, - "issues": 2, - "subscribers": 2, - "stars": 15 - }, - "name": "@shakebugs/react-native-shake", - "fullName": "shakebugs/shake-react-native", - "isPrivate": false, - "description": "Bug reporting SDK for React Native apps.", - "topics": [ - "shakebugs", - "shake", - "sdk", - "bug", - "crash", - "report", - "android", - "ios", - "react-native", - "bug-reporting", - "shake-sdk", - "bug-reports", - "debugging" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "17.1.1", - "tagName": "17.1.1", - "createdAt": "2025-04-18T13:15:33Z", - "publishedAt": "2025-04-28T08:19:19Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 7986, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.072, - "topicSearchString": "shakebugs shake sdk bug crash report android ios react-native bug-reporting shake-sdk bug-reports debugging" - }, - { - "githubUrl": "https://github.com/better-auth/better-auth/tree/main/packages/better-auth", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/better-auth/better-auth", - "clone": "https://github.com/better-auth/better-auth.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-20T22:05:19Z", - "createdAt": "2024-05-19T21:40:04Z", - "pushedAt": "2025-06-20T22:05:19Z", - "forks": 1058, - "issues": 328, - "subscribers": 26, - "stars": 15186 - }, - "name": "better-auth", - "fullName": "better-auth/better-auth", - "isPrivate": false, - "description": "The most comprehensive authentication library for TypeScript.", - "topics": [ - "auth", - "oauth", - "oidc", - "2fa", - "social", - "security", - "typescript", - "nextjs" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "better-auth", - "npm": { - "downloads": 532223, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "auth oauth oidc 2fa social security typescript nextjs" - }, - { - "githubUrl": "https://github.com/better-auth/better-auth/tree/main/packages/expo", - "npmPkg": "@better-auth/expo", - "examples": [ - "https://github.com/better-auth/better-auth/tree/main/examples/expo-example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/better-auth/better-auth", - "clone": "https://github.com/better-auth/better-auth.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-20T22:05:19Z", - "createdAt": "2024-05-19T21:40:04Z", - "pushedAt": "2025-06-20T22:05:19Z", - "forks": 1058, - "issues": 328, - "subscribers": 26, - "stars": 15186 - }, - "name": "@better-auth/expo", - "fullName": "better-auth/better-auth", - "isPrivate": false, - "description": "", - "topics": [], - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 43283, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3", - "npmPkg": "@bitnet-infotech/react-native-wav-to-mp3", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3", - "clone": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-16T05:54:48Z", - "createdAt": "2025-04-18T13:02:59Z", - "pushedAt": "2025-05-16T05:54:48Z", - "forks": 0, - "issues": 0, - "subscribers": 0, - "stars": 2 - }, - "name": "@bitnet-infotech/react-native-wav-to-mp3", - "fullName": "BITNET-Infotech/react-native-wav-to-mp3", - "isPrivate": false, - "description": "A React Native library for converting WAV files to MP3 format using LAME encoder", - "topics": [ - "react-native", - "wav", - "mp3", - "audio", - "converter", - "lame" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 50, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.33, - "topicSearchString": "react-native wav mp3 audio converter lame" - }, - { - "githubUrl": "https://github.com/eugenehp/react-native-uuid", - "examples": [ - "https://github.com/eugenehp/RNUUID" - ], - "ios": true, - "android": true, - "expoGo": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/eugenehp/react-native-uuid", - "clone": "https://github.com/eugenehp/react-native-uuid.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-01-18T22:29:33Z", - "createdAt": "2016-06-20T20:26:47Z", - "pushedAt": "2025-01-18T22:29:33Z", - "forks": 35, - "issues": 1, - "subscribers": 5, - "stars": 277 - }, - "name": "react-native-uuid", - "fullName": "eugenehp/react-native-uuid", - "isPrivate": false, - "description": "UUID generation for react-native.", - "topics": [ - "uuid", - "rfc4122", - "react-native", - "reactivelions", - "random", - "typescript" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "2.0.3", - "tagName": "2.0.3", - "createdAt": "2024-11-11T23:40:54Z", - "publishedAt": "2024-11-11T23:41:22Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-uuid", - "npm": { - "downloads": 915334, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 68, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "uuid rfc4122 react-native reactivelions random typescript" - }, - { - "githubUrl": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test", - "android": true, - "ios": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test", - "clone": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test.git", - "homepage": "https://www.npmjs.com/package/react-native-screenshot-test" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T14:12:30Z", - "createdAt": "2024-09-25T22:04:09Z", - "pushedAt": "2025-04-29T14:12:30Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 2 - }, - "name": "react-native-screenshot-test", - "fullName": "Abhinandan-Kushwaha/react-native-screenshot-test", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Screenshot testing tool for react-native apps", - "topics": [ - "screenshot-test", - "screenshot-testing", - "snapshot-test", - "snapshot-testing", - "test" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "v0.0.6", - "tagName": "v0.0.6", - "createdAt": "2024-09-29T17:45:49Z", - "publishedAt": "2024-09-29T20:57:36Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-screenshot-test", - "npm": { - "downloads": 37, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.323, - "topicSearchString": "screenshot-test screenshot-testing snapshot-test snapshot-testing test" - }, - { - "githubUrl": "https://github.com/jagnesh/react-native-splash-view", - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/jagnesh/react-native-splash-view", - "clone": "https://github.com/jagnesh/react-native-splash-view.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-28T16:50:09Z", - "createdAt": "2025-02-22T09:18:57Z", - "pushedAt": "2025-05-28T16:50:09Z", - "forks": 2, - "issues": 0, - "subscribers": 1, - "stars": 53 - }, - "name": "react-native-splash-view", - "fullName": "jagnesh/react-native-splash-view", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "🚀 A lightweight and flexible splash screen solution for React Native 0.76+ with New Architecture support!", - "topics": [ - "react-native", - "ios", - "android", - "component", - "splash-screen", - "splashscreen", - "splash", - "launch-screen", - "launchscreen", - "splash-view" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "0.0.18", - "tagName": "0.0.18", - "createdAt": "2025-05-28T16:50:09Z", - "publishedAt": "2025-05-29T18:24:11Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-splash-view", - "npm": { - "downloads": 3147, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android component splash-screen splashscreen splash launch-screen launchscreen splash-view" - }, - { - "githubUrl": "https://github.com/tailwindlabs/tailwindcss/tree/main/packages/tailwindcss", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/tailwindlabs/tailwindcss", - "clone": "https://github.com/tailwindlabs/tailwindcss.git", - "homepage": "https://tailwindcss.com" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-06-21T19:40:11Z", - "createdAt": "2017-10-06T14:59:14Z", - "pushedAt": "2025-06-21T19:40:11Z", - "forks": 4554, - "issues": 68, - "subscribers": 619, - "stars": 88528 - }, - "name": "tailwindcss", - "fullName": "tailwindlabs/tailwindcss", - "isPrivate": false, - "description": "A utility-first CSS framework for rapidly building custom user interfaces.", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "tailwindcss", - "npm": { - "downloads": 88258554, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 97, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/YannisHofmann/react-native-country-flag", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/YannisHofmann/react-native-country-flag", - "clone": "https://github.com/YannisHofmann/react-native-country-flag.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2024-01-13T12:07:16Z", - "createdAt": "2021-08-25T13:28:46Z", - "pushedAt": "2024-01-13T12:07:16Z", - "forks": 15, - "issues": 2, - "subscribers": 1, - "stars": 73 - }, - "name": "react-native-country-flag", - "fullName": "YannisHofmann/react-native-country-flag", - "isPrivate": false, - "description": "This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard!", - "topics": [ - "react-native", - "country", - "flags", - "flag", - "iso", - "icon" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-country-flag", - "npm": { - "downloads": 71998, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native country flags flag iso icon" - }, - { - "githubUrl": "https://github.com/xxsnakerxx/react-native-alert-queue", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/xxsnakerxx/react-native-alert-queue", - "clone": "https://github.com/xxsnakerxx/react-native-alert-queue.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-05-01T10:09:05Z", - "createdAt": "2025-04-25T14:37:58Z", - "pushedAt": "2025-05-01T10:09:05Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 20 - }, - "name": "react-native-alert-queue", - "fullName": "xxsnakerxx/react-native-alert-queue", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Promise-based, queued and fully customizable Alert for React Native.", - "topics": [ - "react-native", - "alert", - "dialog", - "promise", - "async", - "queue", - "modal", - "ui", - "react" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 2.1.0", - "tagName": "v2.1.0", - "createdAt": "2025-05-01T10:09:08Z", - "publishedAt": "2025-05-01T10:09:11Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-alert-queue", - "npm": { - "downloads": 155, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.324, - "topicSearchString": "react-native alert dialog promise async queue modal ui react" - }, - { - "githubUrl": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder", - "examples": [ - "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/tree/main/example" - ], - "images": [ - "https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExaDFuMjU5amU0YjZ3aG1yd240cnY1dmgweXhobHpzd2ltOWdjZ3NkMSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/L4M2fUjJd9hRqZDaYf/giphy.gif" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder", - "clone": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-02T03:49:26Z", - "createdAt": "2025-04-08T18:10:34Z", - "pushedAt": "2025-05-02T03:49:26Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 2 - }, - "name": "react-native-tiny-wavpack-decoder", - "fullName": "JairajJangle/react-native-tiny-wavpack-decoder", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Tiny version of WavPack to decode WavPack(.wv) file to Wav(.wav) using original Tiny Decoder C Sources for React Native", - "topics": [ - "react-native", - "wavpack", - "audio-decoder", - "turbo-module", - "new-architecture", - "ios", - "android", - "audio-processing", - "wav", - "file-conversion", - "native-module", - "audio", - "decoder", - "cross-platform", - "progress-events" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.1.0", - "tagName": "v1.1.0", - "createdAt": "2025-05-02T03:49:26Z", - "publishedAt": "2025-05-02T03:49:40Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-tiny-wavpack-decoder", - "npm": { - "downloads": 247, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.322, - "topicSearchString": "react-native wavpack audio-decoder turbo-module new-architecture ios android audio-processing wav file-conversion native-module audio decoder cross-platform progress-events" - }, - { - "githubUrl": "https://github.com/ammarahm-ed/react-native-gzip", - "android": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/ammarahm-ed/react-native-gzip", - "clone": "https://github.com/ammarahm-ed/react-native-gzip.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2023-08-26T05:44:40Z", - "createdAt": "2022-11-11T10:54:00Z", - "pushedAt": "2023-08-26T05:44:40Z", - "forks": 8, - "issues": 3, - "subscribers": 3, - "stars": 20 - }, - "name": "react-native-gzip", - "fullName": "ammarahm-ed/react-native-gzip", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Fast gzip to compress strings for android & ios in React Native", - "topics": [ - "react-native", - "ios", - "android", - "gzip", - "compress", - "decompress" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.1.0", - "tagName": "v1.1.0", - "createdAt": "2023-08-26T05:44:40Z", - "publishedAt": "2023-08-26T05:51:55Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-gzip", - "npm": { - "downloads": 42763, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react-native ios android gzip compress decompress" - }, - { - "githubUrl": "https://github.com/bamlab/react-tv-space-navigation/tree/main/packages/lib", - "npmPkg": "react-tv-space-navigation", - "android": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/bamlab/react-tv-space-navigation", - "clone": "https://github.com/bamlab/react-tv-space-navigation.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2025-03-06T16:36:47Z", - "createdAt": "2023-07-03T08:43:05Z", - "pushedAt": "2025-03-06T16:36:47Z", - "forks": 32, - "issues": 32, - "subscribers": 10, - "stars": 268 - }, - "name": "react-tv-space-navigation", - "fullName": "bamlab/react-tv-space-navigation", - "isPrivate": false, - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 2256, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/alanjhughes/expo-emoji-picker", - "examples": [ - "https://github.com/alanjhughes/expo-emoji-picker/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/alanjhughes/expo-emoji-picker", - "clone": "https://github.com/alanjhughes/expo-emoji-picker.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-26T10:56:52Z", - "createdAt": "2025-04-26T10:25:45Z", - "pushedAt": "2025-04-26T10:56:52Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 2 - }, - "name": "expo-emoji-picker", - "fullName": "alanjhughes/expo-emoji-picker", - "isPrivate": false, - "description": "Emoji Picker for React Native", - "topics": [ - "react-native", - "expo", - "expo-emoji-picker", - "emoji", - "ios", - "android" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-emoji-picker", - "npm": { - "downloads": 91, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.328, - "topicSearchString": "react-native expo expo-emoji-picker emoji ios android" - }, - { - "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-background-task", - "examples": [ - "https://docs.expo.dev/versions/latest/sdk/background-task/#usage" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/expo/expo", - "clone": "https://github.com/expo/expo.git", - "homepage": "https://docs.expo.dev/versions/latest/sdk/background-task/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-14T02:20:31Z", - "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-05-14T02:20:31Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 - }, - "name": "expo-background-task", - "fullName": "expo/expo", - "isPrivate": false, - "description": "Expo Android and iOS module for Background Task APIs", - "topics": [ - "expo", - "react-native", - "background", - "background-task" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-background-task", - "npm": { - "downloads": 33998, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 81, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "expo react-native background background-task" - }, - { - "githubUrl": "https://github.com/software-mansion-labs/react-native-webgpu-worklets", - "examples": [ - "https://github.com/software-mansion-labs/react-native-webgpu-worklets/tree/main/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/software-mansion-labs/react-native-webgpu-worklets", - "clone": "https://github.com/software-mansion-labs/react-native-webgpu-worklets.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-23T07:08:44Z", - "createdAt": "2025-04-24T07:39:59Z", - "pushedAt": "2025-05-23T07:08:44Z", - "forks": 0, - "issues": 2, - "subscribers": 3, - "stars": 138 - }, - "name": "react-native-webgpu-worklets", - "fullName": "software-mansion-labs/react-native-webgpu-worklets", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "ThreeJS + wgpu-matrix + TypeGPU for WebGPU on Reanimated Worklets", - "topics": [ - "react-native", - "ios", - "android" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "0.1.1", - "tagName": "0.1.1", - "createdAt": "2025-04-24T15:27:45Z", - "publishedAt": "2025-04-24T15:28:58Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-webgpu-worklets", - "npm": { - "downloads": 263, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.223, - "topicSearchString": "react-native ios android" - }, - { - "githubUrl": "https://github.com/zoontek/react-native-edge-to-edge/tree/main/react-native-is-edge-to-edge", - "ios": true, - "android": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/zoontek/react-native-edge-to-edge", - "clone": "https://github.com/zoontek/react-native-edge-to-edge.git", - "homepage": "https://github.com/zoontek/react-native-edge-to-edge" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-10T19:55:53Z", - "createdAt": "2021-11-13T00:36:28Z", - "pushedAt": "2025-06-10T19:55:53Z", - "forks": 25, - "issues": 2, - "subscribers": 7, - "stars": 877 - }, - "name": "react-native-is-edge-to-edge", - "fullName": "zoontek/react-native-edge-to-edge", - "isPrivate": false, - "description": "Detect react-native-edge-to-edge package install", - "topics": [ - "react", - "react-native", - "edge-to-edge", - "status-bar", - "navigation-bar", - "system-bar", - "system-bars" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-is-edge-to-edge", - "npm": { - "downloads": 3914256, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 73, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react react-native edge-to-edge status-bar navigation-bar system-bar system-bars" - }, - { - "githubUrl": "https://github.com/wn-na/react-native-capture-protection", - "examples": [ - "https://github.com/wn-na/react-native-capture-protection-example/tree/master/0.73", - "https://github.com/wn-na/react-native-capture-protection-example/tree/master/under0.73" - ], - "images": [ - "https://user-images.githubusercontent.com/37437842/206644553-e4c3f2bc-b624-47ac-a005-132199e049b2.gif" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/wn-na/react-native-capture-protection", - "clone": "https://github.com/wn-na/react-native-capture-protection.git", - "homepage": "https://www.npmjs.com/package/react-native-capture-protection" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-16T11:40:51Z", - "createdAt": "2022-12-02T00:49:58Z", - "pushedAt": "2025-06-16T11:40:51Z", - "forks": 12, - "issues": 2, - "subscribers": 2, - "stars": 192 - }, - "name": "react-native-capture-protection", - "fullName": "wn-na/react-native-capture-protection", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "🛡️ A React Native library to prevent and detect for screen capture, screenshots and app switcher for enhanced security. Fully compatible with both Expo and CLI.", - "topics": [ - "react-native", - "ios", - "android", - "screen-capture", - "screenrecord", - "screenshot", - "mobile-security", - "privacy", - "screenshot-protection", - "security" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v2.0.10", - "tagName": "v2.0.10", - "createdAt": "2025-06-16T11:41:11Z", - "publishedAt": "2025-06-16T11:41:36Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-capture-protection", - "npm": { - "downloads": 9272, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android screen-capture screenrecord screenshot mobile-security privacy screenshot-protection security" - }, - { - "githubUrl": "https://github.com/stallion-tech/react-native-stallion", - "examples": [ - "https://github.com/stallion-tech/react-native-stallion/tree/main/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/stallion-tech/react-native-stallion", - "clone": "https://github.com/stallion-tech/react-native-stallion.git", - "homepage": "https://stalliontech.io" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-06T07:22:54Z", - "createdAt": "2023-06-09T19:34:59Z", - "pushedAt": "2025-06-06T07:22:54Z", - "forks": 1, - "issues": 3, - "subscribers": 2, - "stars": 87 - }, - "name": "react-native-stallion", - "fullName": "stallion-tech/react-native-stallion", - "isPrivate": false, - "description": "Stallion is a fully managed over the air (OTA) update platform for React Native. Test, deploy, and roll back JavaScript bundle updates without app store releases. Built-in testing framework, real-time analytics, and advanced rollout control included.", - "topics": [ - "react-native", - "ios", - "android", - "stallion" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v2.3.0-alpha.3", - "tagName": "v2.3.0-alpha.3", - "createdAt": "2025-06-18T19:40:49Z", - "publishedAt": "2025-06-18T19:40:53Z", - "isPrerelease": true - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-stallion", - "npm": { - "downloads": 985, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android stallion" - }, - { - "githubUrl": "https://github.com/razorRun/react-native-vlc-media-player", - "examples": [ - "https://github.com/razorRun/react-native-vlc-media-player-test" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/razorRun/react-native-vlc-media-player", - "clone": "https://github.com/razorRun/react-native-vlc-media-player.git", - "homepage": "https://roshan.digital/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-19T14:07:15Z", - "createdAt": "2020-04-08T02:52:26Z", - "pushedAt": "2025-06-19T14:07:15Z", - "forks": 194, - "issues": 9, - "subscribers": 12, - "stars": 395 - }, - "name": "react-native-vlc-media-player", - "fullName": "razorRun/react-native-vlc-media-player", - "isPrivate": false, - "description": "React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player", - "topics": [ - "vlc", - "player", - "android", - "ios", - "react-native", - "mp4", - "rtsp", - "media", - "video", - "media-player", - "rtmp", - "video-player", - "video-streaming", - "vlc-player" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "1.0.88", - "tagName": "1.0.88", - "createdAt": "2025-06-19T14:07:15Z", - "publishedAt": "2025-06-19T14:11:59Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-vlc-media-player", - "npm": { - "downloads": 5407, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 57, - "matchingScoreModifiers": [ - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "vlc player android ios react-native mp4 rtsp media video media-player rtmp video-player video-streaming vlc-player" - }, - { - "githubUrl": "https://github.com/urbanairship/react-native-airship", - "npmPkg": "@ua/react-native-airship", - "examples": [ - "https://github.com/urbanairship/react-native-airship/tree/main/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/urbanairship/react-native-airship", - "clone": "https://github.com/urbanairship/react-native-airship.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-23T21:44:13Z", - "createdAt": "2017-05-01T16:25:14Z", - "pushedAt": "2025-05-23T21:44:13Z", - "forks": 59, - "issues": 2, - "subscribers": 71, - "stars": 88 - }, - "name": "@ua/react-native-airship", - "fullName": "urbanairship/react-native-airship", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Airship React Native module", - "topics": [ - "react-native", - "ios", - "android", - "airship" - ], - "license": { - "name": "Apache License 2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=", - "key": "apache-2.0", - "spdxId": "Apache-2.0" - }, - "lastRelease": { - "name": "24.3.0", - "tagName": "24.3.0", - "createdAt": "2025-05-23T21:42:42Z", - "publishedAt": "2025-05-23T21:43:10Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 228746, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, - "matchingScoreModifiers": [ - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android airship" - }, - { - "githubUrl": "https://github.com/prisma/react-native-prisma", - "npmPkg": "@prisma/react-native", - "examples": [ - "https://github.com/prisma/react-native-prisma/tree/main/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/prisma/react-native-prisma", - "clone": "https://github.com/prisma/react-native-prisma.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2024-12-16T14:45:03Z", - "createdAt": "2024-02-22T21:49:28Z", - "pushedAt": "2024-12-16T14:45:03Z", - "forks": 9, - "issues": 26, - "subscribers": 10, - "stars": 254 - }, - "name": "@prisma/react-native", - "fullName": "prisma/react-native-prisma", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Prisma for react-native", - "topics": [ - "react-native", - "ios", - "android" - ], - "license": { - "key": "apache-2.0", - "name": "Apache License 2.0", - "spdxId": "Apache-2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=" - }, - "lastRelease": { - "name": "0.2.1", - "tagName": "v0.2.1", - "createdAt": "2024-04-23T07:52:54Z", - "publishedAt": "2024-04-23T07:53:18Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 465, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 41, - "matchingScoreModifiers": [ - "Known", - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.222, - "topicSearchString": "react-native ios android" - }, - { - "githubUrl": "https://github.com/s77rt/react-native-date-picker", - "npmPkg": "@s77rt/react-native-date-picker", - "images": [ - "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-ios.png", - "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-android.png", - "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-mweb-safari.png", - "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-mweb-chrome.jpg", - "https://raw.githubusercontent.com/s77rt/react-native-date-picker/refs/heads/main/assets/screenshot-web-chrome.png" - ], - "ios": true, - "android": true, - "web": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/s77rt/react-native-date-picker", - "clone": "https://github.com/s77rt/react-native-date-picker.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-20T13:04:12Z", - "createdAt": "2025-04-27T22:34:15Z", - "pushedAt": "2025-06-20T13:04:12Z", - "forks": 1, - "issues": 4, - "subscribers": 1, - "stars": 85 - }, - "name": "@s77rt/react-native-date-picker", - "fullName": "s77rt/react-native-date-picker", - "isPrivate": false, - "description": "Native Date, Time, Datetime and Yearmonth Picker", - "topics": [ - "react-native", - "date-picker", - "time-picker", - "calendar" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": false, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 1145, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": 0.028, - "topicSearchString": "react-native date-picker time-picker calendar" - }, - { - "githubUrl": "https://github.com/deepktp/react-native-vikalp-elements/tree/next/packages/base", - "npmPkg": "@rn-vui/base", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/deepktp/react-native-vikalp-elements", - "clone": "https://github.com/deepktp/react-native-vikalp-elements.git", - "homepage": "https://react-native-velements.thevikalp.com/" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-19T16:54:33Z", - "createdAt": "2025-03-06T07:15:48Z", - "pushedAt": "2025-06-19T16:54:33Z", - "forks": 6, - "issues": 5, - "subscribers": 1, - "stars": 20 - }, - "name": "@rn-vui/base", - "fullName": "deepktp/react-native-vikalp-elements", - "isPrivate": false, - "description": "Cross Platform React Native UI Toolkit", - "topics": [ - "react", - "native", - "react-native", - "react-native-velements", - "rn-vui", - "ui", - "components", - "ui-library", - "ios", - "android", - "bootstrap" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 1796, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react native react-native react-native-velements rn-vui ui components ui-library ios android bootstrap" - }, - { - "githubUrl": "https://github.com/deepktp/react-native-vikalp-elements/tree/next/packages/themed", - "npmPkg": "@rn-vui/themed", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/deepktp/react-native-vikalp-elements", - "clone": "https://github.com/deepktp/react-native-vikalp-elements.git", - "homepage": "https://react-native-velements.thevikalp.com/" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-19T16:54:33Z", - "createdAt": "2025-03-06T07:15:48Z", - "pushedAt": "2025-06-19T16:54:33Z", - "forks": 6, - "issues": 5, - "subscribers": 1, - "stars": 20 - }, - "name": "@rn-vui/themed", - "fullName": "deepktp/react-native-vikalp-elements", - "isPrivate": false, - "description": "Cross Platform React Native UI Toolkit", - "topics": [ - "react", - "native", - "react-native", - "react-native-velements", - "elements", - "elements-themed", - "themed", - "ui", - "rneui", - "rn-vui", - "themed", - "ui", - "components", - "ui-library", - "ios", - "android", - "bootstrap" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 1781, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react native react-native react-native-velements elements elements-themed themed ui rneui rn-vui themed ui components ui-library ios android bootstrap" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/sdk", - "npmPkg": "@rudderstack/rudder-sdk-react-native", - "ios": true, - "android": true, - "tvos": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-05T08:08:31Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-06-05T08:08:31Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-sdk-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK", - "topics": [ - "react-native", - "rudder" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 47405, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react-native rudder" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/plugins/rudder-plugin-db-encryption-react-native", - "npmPkg": "@rudderstack/rudder-plugin-db-encryption-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-05T08:08:31Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-06-05T08:08:31Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-plugin-db-encryption-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native DBEncryption Plugin support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "db-encryption" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 257, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.323, - "topicSearchString": "react-native rudder db-encryption" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-amplitude-react-native", - "npmPkg": "@rudderstack/rudder-integration-amplitude-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:42:02Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:42:02Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-amplitude-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK Amplitude Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "amplitude" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 117, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.324, - "topicSearchString": "react-native rudder amplitude" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-appcenter-react-native", - "npmPkg": "@rudderstack/rudder-integration-appcenter-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:42:02Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:42:02Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-appcenter-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK Appcenter Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "appcenter" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 502, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react-native rudder appcenter" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-appsflyer-react-native", - "npmPkg": "@rudderstack/rudder-integration-appsflyer-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:42:02Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:42:02Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-appsflyer-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK Appsflyer Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "appsflyer" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 319, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.322, - "topicSearchString": "react-native rudder appsflyer" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-braze-react-native", - "npmPkg": "@rudderstack/rudder-integration-braze-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:34:11Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:34:11Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-braze-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK Braze Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "braze" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 59, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.333, - "topicSearchString": "react-native rudder braze" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-clevertap-react-native", - "npmPkg": "@rudderstack/rudder-integration-clevertap-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:42:02Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:42:02Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-clevertap-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK CleverTap Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "clevertap" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 108, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.322, - "topicSearchString": "react-native rudder clevertap" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-facebook-react-native", - "npmPkg": "@rudderstack/rudder-integration-facebook-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:42:02Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:42:02Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-facebook-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "RudderStack React Native SDK Facebook Device mode integration for Android and iOS", - "topics": [ - "react-native", - "rudder", - "facebook" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 57, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.315, - "topicSearchString": "react-native rudder facebook" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-firebase-react-native", - "npmPkg": "@rudderstack/rudder-integration-firebase-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-05T08:08:31Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-06-05T08:08:31Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-firebase-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK Firebase Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "firebase" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 4638, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react-native rudder firebase" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-moengage-react-native", - "npmPkg": "@rudderstack/rudder-integration-moengage-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:42:02Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:42:02Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-moengage-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK Moengage Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "moengage" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 53, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.312, - "topicSearchString": "react-native rudder moengage" - }, - { - "githubUrl": "https://github.com/rudderlabs/rudder-sdk-react-native/tree/develop/libs/rudder-integration-singular-react-native", - "npmPkg": "@rudderstack/rudder-integration-singular-react-native", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rudderlabs/rudder-sdk-react-native", - "clone": "https://github.com/rudderlabs/rudder-sdk-react-native.git", - "homepage": "https://github.com/rudderlabs/rudder-sdk-react-native#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-29T09:42:02Z", - "createdAt": "2019-11-18T12:21:24Z", - "pushedAt": "2025-04-29T09:42:02Z", - "forks": 19, - "issues": 3, - "subscribers": 7, - "stars": 17 - }, - "name": "@rudderstack/rudder-integration-singular-react-native", - "fullName": "rudderlabs/rudder-sdk-react-native", - "isPrivate": false, - "description": "Rudder React Native SDK Singular Device mode support for Android and iOS", - "topics": [ - "react-native", - "rudder", - "singular" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 29, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.316, - "topicSearchString": "react-native rudder singular" - }, - { - "githubUrl": "https://github.com/AzzappApp/react-native-skia-video", - "npmPkg": "@azzapp/react-native-skia-video", - "examples": [ - "https://github.com/AzzappApp/react-native-skia-video/tree/main/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/AzzappApp/react-native-skia-video", - "clone": "https://github.com/AzzappApp/react-native-skia-video.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-04T15:16:28Z", - "createdAt": "2024-05-06T18:19:55Z", - "pushedAt": "2025-04-04T15:16:28Z", - "forks": 5, - "issues": 4, - "subscribers": 6, - "stars": 103 - }, - "name": "@azzapp/react-native-skia-video", - "fullName": "AzzappApp/react-native-skia-video", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Video encoding/decoding support for React Native Skia", - "topics": [ - "react-native", - "ios", - "android", - "skia", - "video", - "video-composition" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 0.8.3", - "tagName": "v0.8.3", - "createdAt": "2024-12-22T18:11:16Z", - "publishedAt": "2024-12-22T18:11:21Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 1373, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android skia video video-composition" - }, - { - "githubUrl": "https://github.com/bluesky-social/expo-image-crop-tool", - "examples": [ - "https://github.com/bluesky-social/expo-image-crop-tool/tree/main/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/bluesky-social/expo-image-crop-tool", - "clone": "https://github.com/bluesky-social/expo-image-crop-tool.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-28T23:44:38Z", - "createdAt": "2025-05-03T02:24:40Z", - "pushedAt": "2025-05-28T23:44:38Z", - "forks": 5, - "issues": 3, - "subscribers": 7, - "stars": 28 - }, - "name": "expo-image-crop-tool", - "fullName": "bluesky-social/expo-image-crop-tool", - "isPrivate": false, - "description": "An image cropper for Expo", - "topics": [ - "react-native", - "expo", - "expo-image-crop-tool", - "image-crop-tool", - "cropper", - "crop-tool", - "image", - "expoimagecroptool" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-image-crop-tool", - "npm": { - "downloads": 4388, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native expo expo-image-crop-tool image-crop-tool cropper crop-tool image expoimagecroptool" - }, - { - "githubUrl": "https://github.com/echowaves/expo-cached-image", - "android": true, - "ios": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/echowaves/expo-cached-image", - "clone": "https://github.com/echowaves/expo-cached-image.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-18T15:46:42Z", - "createdAt": "2021-06-11T16:50:45Z", - "pushedAt": "2025-06-18T15:46:42Z", - "forks": 19, - "issues": 0, - "subscribers": 2, - "stars": 84 - }, - "name": "expo-cached-image", - "fullName": "echowaves/expo-cached-image", - "isPrivate": false, - "description": "Super fast cached image component for react-native applications powered by expo", - "topics": [ - "expo", - "react-native", - "image", - "cached" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-cached-image", - "npm": { - "downloads": 219215, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 57, - "matchingScoreModifiers": [ - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "expo react-native image cached" - }, - { - "githubUrl": "https://github.com/alanjhughes/expo-shazamkit", - "examples": [ - "https://github.com/alanjhughes/expo-shazamkit/tree/main/example" - ], - "ios": true, - "github": { - "urls": { - "repo": "https://github.com/alanjhughes/expo-shazamkit", - "clone": "https://github.com/alanjhughes/expo-shazamkit.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2024-01-11T23:38:51Z", - "createdAt": "2023-03-23T15:19:06Z", - "pushedAt": "2024-01-11T23:38:51Z", - "forks": 5, - "issues": 3, - "subscribers": 2, - "stars": 63 - }, - "name": "expo-shazamkit", - "fullName": "alanjhughes/expo-shazamkit", - "isPrivate": false, - "description": "Shazam for React Native", - "topics": [ - "react-native", - "expo", - "shazamkit", - "shazam", - "music", - "ios" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.0.0", - "tagName": "v1.0.0", - "createdAt": "2024-01-11T23:38:51Z", - "publishedAt": "2024-01-11T23:40:38Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-shazamkit", - "npm": { - "downloads": 20, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.2, - "topicSearchString": "react-native expo shazamkit shazam music ios" - }, - { - "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, - "github": { - "urls": { - "repo": "https://github.com/deepktp/react-native-vikalp-ratings", - "clone": "https://github.com/deepktp/react-native-vikalp-ratings.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-16T17:44:41Z", - "createdAt": "2025-05-01T17:57:10Z", - "pushedAt": "2025-05-16T17:44:41Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 4 - }, - "name": "@rn-vui/ratings", - "fullName": "deepktp/react-native-vikalp-ratings", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "..", - "topics": [ - "react-native", - "ios", - "android" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 0.5.0", - "tagName": "v0.5.0", - "createdAt": "2025-05-16T17:44:45Z", - "publishedAt": "2025-05-16T17:45:06Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 1530, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.073, - "topicSearchString": "react-native ios android" - }, - { - "githubUrl": "https://github.com/jquense/yup", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/jquense/yup", - "clone": "https://github.com/jquense/yup.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2025-04-04T17:54:21Z", - "createdAt": "2014-09-22T23:54:22Z", - "pushedAt": "2025-04-04T17:54:21Z", - "forks": 934, - "issues": 160, - "subscribers": 77, - "stars": 23419 - }, - "name": "yup", - "fullName": "jquense/yup", - "isPrivate": false, - "description": "Dead simple Object schema validation", - "topics": [], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1 Because I finally got around to it", - "tagName": "v1.0.0", - "createdAt": "2023-02-08T14:29:01Z", - "publishedAt": "2023-02-08T14:30:36Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "yup", - "npm": { - "downloads": 31428437, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 81, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/googleapis/js-genai", - "npmPkg": "@google/genai", - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/googleapis/js-genai", - "clone": "https://github.com/googleapis/js-genai.git", - "homepage": "https://googleapis.github.io/js-genai/" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2025-06-21T00:30:38Z", - "createdAt": "2024-12-06T23:16:55Z", - "pushedAt": "2025-06-21T00:30:38Z", - "forks": 81, - "issues": 54, - "subscribers": 20, - "stars": 787 - }, - "name": "@google/genai", - "fullName": "googleapis/js-genai", - "isPrivate": false, - "description": "TypeScript/JavaScript SDK for Gemini and Vertex AI.", - "topics": [], - "license": { - "key": "apache-2.0", - "name": "Apache License 2.0", - "spdxId": "Apache-2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=" - }, - "lastRelease": { - "name": "v1.6.0", - "tagName": "v1.6.0", - "createdAt": "2025-06-21T00:30:38Z", - "publishedAt": "2025-06-21T00:32:35Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 1296719, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 73, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/JairajJangle/react-native-checkbox", - "npmPkg": "@futurejj/react-native-checkbox", - "examples": [ - "https://github.com/JairajJangle/react-native-checkbox/tree/main/example", - "https://snack.expo.dev/@futurejj/react-native-checkbox-example" - ], - "images": [ - "https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZnl6dG1mOXJ5bGd6bTVrMWV5YnAzMmkzYTRvbWFjZ2RkMjh4eHl3dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Pegf3CERuvAllv0dxv/giphy.gif" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "fireos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/JairajJangle/react-native-checkbox", - "clone": "https://github.com/JairajJangle/react-native-checkbox.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-26T18:19:50Z", - "createdAt": "2025-05-08T18:51:18Z", - "pushedAt": "2025-05-26T18:19:50Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 6 - }, - "name": "@futurejj/react-native-checkbox", - "fullName": "JairajJangle/react-native-checkbox", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A papery checkbox for react native", - "topics": [ - "react-native", - "checkbox", - "animated-checkbox", - "component", - "ui-component", - "cross-platform", - "accessibility", - "typescript", - "expo", - "ui", - "mobile-ui", - "customizable-checkbox", - "animation", - "ios", - "android", - "web", - "material-design", - "form-component", - "paper", - "vector-icons" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.0.3", - "tagName": "v1.0.3", - "createdAt": "2025-05-26T18:19:50Z", - "publishedAt": "2025-05-26T18:20:00Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 775, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.073, - "topicSearchString": "react-native checkbox animated-checkbox component ui-component cross-platform accessibility typescript expo ui mobile-ui customizable-checkbox animation ios android web material-design form-component paper vector-icons" - }, - { - "githubUrl": "https://github.com/XterioTech/XterioSDK-RN/tree/main/xterio-auth", - "npmPkg": "@xterio-sdk/rn-auth", - "examples": [ - "https://github.com/XterioTech/XterioSDK-RN/tree/main/xterio-auth/example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/XterioTech/XterioSDK-RN", - "clone": "https://github.com/XterioTech/XterioSDK-RN.git", - "homepage": "https://github.com/XterioTech/XterioSDK-RN#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-07T09:36:37Z", - "createdAt": "2025-05-07T09:32:14Z", - "pushedAt": "2025-05-07T09:36:37Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 0 - }, - "name": "@xterio-sdk/rn-auth", - "fullName": "XterioTech/XterioSDK-RN", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "xterio auth service in react native", - "topics": [ - "react-native", - "ios", - "android" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": false, - "newArchitecture": true, - "isArchived": false - }, - "npm": { - "downloads": 26, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 46, - "matchingScoreModifiers": [], - "popularity": -0.312, - "topicSearchString": "react-native ios android" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/accordion", - "npmPkg": "@rn-primitives/accordion", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_accordion", - "https://rnprimitives.com/accordion/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/accordion", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive accordion", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 46835, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/alert-dialog", - "npmPkg": "@rn-primitives/alert-dialog", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_alert-dialog", - "https://rnprimitives.com/alert-dialog/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/alert-dialog", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive alert dialog", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 30797, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/aspect-ratio", - "npmPkg": "@rn-primitives/aspect-ratio", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_aspect-ratio", - "https://rnprimitives.com/aspect-ratio/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/aspect-ratio", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive aspect ratio", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 14173, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/avatar", - "npmPkg": "@rn-primitives/avatar", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_avatar", - "https://rnprimitives.com/avatar/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/avatar", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive avatar", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 58503, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/checkbox", - "npmPkg": "@rn-primitives/checkbox", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_checkbox", - "https://rnprimitives.com/checkbox/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/checkbox", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive checkbox", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 61507, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/collapsible", - "npmPkg": "@rn-primitives/collapsible", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_collapsible", - "https://rnprimitives.com/collapsible/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/collapsible", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive collapsible", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 27653, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/context-menu", - "npmPkg": "@rn-primitives/context-menu", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_context-menu", - "https://rnprimitives.com/context-menu/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/context-menu", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive context menu", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 13738, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/dialog", - "npmPkg": "@rn-primitives/dialog", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_dialog", - "https://rnprimitives.com/dialog/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/dialog", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive dialog", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 54047, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/dropdown-menu", - "npmPkg": "@rn-primitives/dropdown-menu", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_dropdown-menu", - "https://rnprimitives.com/dropdown-menu/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/dropdown-menu", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive dropdown menu", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 39216, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/hover-card", - "npmPkg": "@rn-primitives/hover-card", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_hover-card", - "https://rnprimitives.com/hover-card/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/hover-card", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive hover card", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 11893, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/label", - "npmPkg": "@rn-primitives/label", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_label", - "https://rnprimitives.com/label/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/label", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive label", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 54113, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/menubar", - "npmPkg": "@rn-primitives/menubar", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_menubar", - "https://rnprimitives.com/menubar/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/menubar", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive menubar", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 10932, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/navigation-menu", - "npmPkg": "@rn-primitives/navigation-menu", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_navigation-menu", - "https://rnprimitives.com/navigation-menu/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/navigation-menu", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive navigation menu", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 11243, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/popover", - "npmPkg": "@rn-primitives/popover", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_popover", - "https://rnprimitives.com/popover/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/popover", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive popover", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 23929, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/progress", - "npmPkg": "@rn-primitives/progress", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_progress", - "https://rnprimitives.com/progress/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/progress", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive progress", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 38930, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/radio-group", - "npmPkg": "@rn-primitives/radio-group", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_radio-group", - "https://rnprimitives.com/radio-group/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/radio-group", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive radio group", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 39191, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/select", - "npmPkg": "@rn-primitives/select", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_select", - "https://rnprimitives.com/select/" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/select", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive select", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 45754, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/separator", - "npmPkg": "@rn-primitives/separator", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_separator", - "https://rnprimitives.com/separator/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/separator", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive separator", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 38385, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/slider", - "npmPkg": "@rn-primitives/slider", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_slider", - "https://rnprimitives.com/slider/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/slider", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive slider", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 2486, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/switch", - "npmPkg": "@rn-primitives/switch", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_switch", - "https://rnprimitives.com/switch/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/switch", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive switch", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 57757, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/table", - "npmPkg": "@rn-primitives/table", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_table", - "https://rnprimitives.com/table/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/table", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive table", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 29536, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/tabs", - "npmPkg": "@rn-primitives/tabs", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_tabs", - "https://rnprimitives.com/tabs/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/tabs", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive tabs", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 36892, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toast", - "npmPkg": "@rn-primitives/toast", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_toast", - "https://rnprimitives.com/toast/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/toast", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive toast", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 4616, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toggle", - "npmPkg": "@rn-primitives/toggle", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_toggle", - "https://rnprimitives.com/toggle/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/toggle", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive toggle", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 21024, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toggle-group", - "npmPkg": "@rn-primitives/toggle-group", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_toggle-group", - "https://rnprimitives.com/toggle-group/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/toggle-group", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive toggle group", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 17729, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/toolbar", - "npmPkg": "@rn-primitives/toolbar", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_toolbar", - "https://rnprimitives.com/toolbar/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/toolbar", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive toolbar", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 1631, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/tooltip", - "npmPkg": "@rn-primitives/tooltip", - "examples": [ - "https://snack.expo.dev/@dylmye/rn-primitives_tooltip", - "https://rnprimitives.com/tooltip/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/tooltip", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive tooltip", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 32906, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/hooks", - "npmPkg": "@rn-primitives/hooks", - "examples": [ - "https://rnprimitives.com/hooks/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/hooks", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive hooks", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 135569, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/portal", - "npmPkg": "@rn-primitives/portal", - "examples": [ - "https://rnprimitives.com/portal/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/portal", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive portal", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 109822, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/slot", - "npmPkg": "@rn-primitives/slot", - "examples": [ - "https://rnprimitives.com/slot/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/slot", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive slot", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 170934, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/types", - "npmPkg": "@rn-primitives/types", - "examples": [ - "https://rnprimitives.com/types/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "dev": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/types", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive types", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 167543, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/roninoss/rn-primitives/tree/main/packages/utils", - "npmPkg": "@rn-primitives/utils", - "examples": [ - "https://rnprimitives.com/utils/" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/roninoss/rn-primitives", - "clone": "https://github.com/roninoss/rn-primitives.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": false, - "updatedAt": "2025-05-20T20:00:13Z", - "createdAt": "2024-01-29T18:16:49Z", - "pushedAt": "2025-05-20T20:00:13Z", - "forks": 30, - "issues": 15, - "subscribers": 9, - "stars": 656 - }, - "name": "@rn-primitives/utils", - "fullName": "roninoss/rn-primitives", - "isPrivate": false, - "description": "Primitive types", - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 46907, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/iosazee/expo-passkey", - "examples": [ - "https://github.com/iosazee/neb-starter/tree/main/apps/mobile" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/iosazee/expo-passkey", - "clone": "https://github.com/iosazee/expo-passkey.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-12T12:12:16Z", - "createdAt": "2025-03-24T04:05:41Z", - "pushedAt": "2025-05-12T12:12:16Z", - "forks": 1, - "issues": 1, - "subscribers": 2, - "stars": 87 - }, - "name": "expo-passkey", - "fullName": "iosazee/expo-passkey", - "isPrivate": false, - "description": "Complete end to end passkey authentication solution for expo apps", - "topics": [ - "react-native", - "expo", - "expo-passkey", - "expopasskeymodule", - "passkey", - "biometric", - "authentication", - "better-auth", - "face-id", - "touch-id", - "fingerprint" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "v0.1.0", - "tagName": "0.1.0", - "createdAt": "2025-05-12T12:12:16Z", - "publishedAt": "2025-05-12T13:04:10Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-passkey", - "npm": { - "downloads": 308, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.221, - "topicSearchString": "react-native expo expo-passkey expopasskeymodule passkey biometric authentication better-auth face-id touch-id fingerprint" - }, - { - "githubUrl": "https://github.com/jpudysz/react-native-turbo-mock-location-detector", - "examples": [ - "https://github.com/jpudysz/react-native-turbo-mock-location-detector/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/jpudysz/react-native-turbo-mock-location-detector", - "clone": "https://github.com/jpudysz/react-native-turbo-mock-location-detector.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2023-10-12T16:52:33Z", - "createdAt": "2022-08-12T15:42:46Z", - "pushedAt": "2023-10-12T16:52:33Z", - "forks": 7, - "issues": 0, - "subscribers": 4, - "stars": 100 - }, - "name": "react-native-turbo-mock-location-detector", - "fullName": "jpudysz/react-native-turbo-mock-location-detector", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Protect your business from location spoofing. Library supports both Android and iOS with Fabric powers.", - "topics": [ - "react-native", - "ios", - "android", - "fabric", - "typescript", - "newarchitecture" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 2.3.1", - "tagName": "v2.3.1", - "createdAt": "2023-10-12T16:52:36Z", - "publishedAt": "2023-10-12T16:52:51Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-turbo-mock-location-detector", - "npm": { - "downloads": 8577, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 35, - "matchingScoreModifiers": [ - "Not updated recently" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android fabric typescript newarchitecture" - }, - { - "githubUrl": "https://github.com/logicwind/react-native-status-bar-height", - "npmPkg": "@logicwind/react-native-status-bar-height", - "examples": [ - "https://github.com/logicwind/react-native-status-bar-height/tree/master/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/logicwind/react-native-status-bar-height", - "clone": "https://github.com/logicwind/react-native-status-bar-height.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-19T09:53:45Z", - "createdAt": "2025-03-05T09:37:32Z", - "pushedAt": "2025-06-19T09:53:45Z", - "forks": 0, - "issues": 0, - "subscribers": 2, - "stars": 4 - }, - "name": "@logicwind/react-native-status-bar-height", - "fullName": "logicwind/react-native-status-bar-height", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "React-native plugin for getting statusbar heigh in android and ios", - "topics": [ - "react-native", - "ios", - "android", - "status-bar", - "status-bar-height", - "status-bar-height-ios", - "status-bar-height-android", - "status-bar-height-ios-android", - "bottom-inset", - "safe-area", - "safe-area-inset" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.2.1", - "tagName": "0.2.1", - "createdAt": "2025-06-03T13:05:57Z", - "publishedAt": "2025-06-03T13:07:06Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 136, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.321, - "topicSearchString": "react-native ios android status-bar status-bar-height status-bar-height-ios status-bar-height-android status-bar-height-ios-android bottom-inset safe-area safe-area-inset" - }, - { - "githubUrl": "https://github.com/logicwind/react-native-matomo-tracker", - "npmPkg": "@logicwind/react-native-matomo-tracker", - "examples": [ - "https://github.com/logicwind/react-native-matomo-tracker/tree/master/example" - ], - "ios": true, - "android": true, - "tvos": true, - "fireos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/logicwind/react-native-matomo-tracker", - "clone": "https://github.com/logicwind/react-native-matomo-tracker.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-19T12:06:35Z", - "createdAt": "2024-05-19T04:44:29Z", - "pushedAt": "2025-06-19T12:06:35Z", - "forks": 0, - "issues": 0, - "subscribers": 2, - "stars": 5 - }, - "name": "@logicwind/react-native-matomo-tracker", - "fullName": "logicwind/react-native-matomo-tracker", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "React-native plugin for matomo analytics", - "topics": [ - "react-native", - "ios", - "android", - "tvos", - "analytics", - "tracking", - "matomo", - "tracker" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.3.12", - "tagName": "0.3.12", - "createdAt": "2025-06-19T13:33:55Z", - "publishedAt": "2025-06-19T13:35:21Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 261, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.323, - "topicSearchString": "react-native ios android tvos analytics tracking matomo tracker" - }, - { - "githubUrl": "https://github.com/logicwind/react-native-fold-detection", - "npmPkg": "@logicwind/react-native-fold-detection", - "examples": [ - "https://github.com/logicwind/react-native-fold-detection/tree/master/example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/logicwind/react-native-fold-detection", - "clone": "https://github.com/logicwind/react-native-fold-detection.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-20T05:18:32Z", - "createdAt": "2023-11-08T06:18:06Z", - "pushedAt": "2025-06-20T05:18:32Z", - "forks": 1, - "issues": 0, - "subscribers": 4, - "stars": 14 - }, - "name": "@logicwind/react-native-fold-detection", - "fullName": "logicwind/react-native-fold-detection", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "react-native library to detect fold device and also provide information related to fold status", - "topics": [ - "react-native", - "ios", - "android", - "foldable", - "fold-detection", - "dual-screen", - "foldable-phone", - "fold", - "foldable-device", - "device-posture", - "screen-posture", - "multi-window", - "foldable-support", - "foldable-devices" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.3.1", - "tagName": "0.3.1", - "createdAt": "2024-12-11T05:55:30Z", - "publishedAt": "2024-12-11T05:56:50Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 302, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.324, - "topicSearchString": "react-native ios android foldable fold-detection dual-screen foldable-phone fold foldable-device device-posture screen-posture multi-window foldable-support foldable-devices" - }, - { - "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-fs", - "examples": [ - "https://github.com/patrickkabwe/react-native-nitro-fs/tree/main/example" - ], - "android": true, - "ios": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/patrickkabwe/react-native-nitro-fs", - "clone": "https://github.com/patrickkabwe/react-native-nitro-fs.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-05T20:11:50Z", - "createdAt": "2025-04-27T12:56:33Z", - "pushedAt": "2025-06-05T20:11:50Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 15 - }, - "name": "react-native-nitro-fs", - "fullName": "patrickkabwe/react-native-nitro-fs", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A high-performance file system module for React Native that handles file operations and transfers with native speed.", - "topics": [ - "react-native" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "v0.5.2", - "tagName": "v0.5.2", - "createdAt": "2025-06-05T20:11:50Z", - "publishedAt": "2025-06-05T20:11:56Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-nitro-fs", - "npm": { - "downloads": 286, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.322, - "topicSearchString": "react-native" - }, - { - "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-google-sso", - "examples": [ - "https://github.com/patrickkabwe/react-native-nitro-google-sso/tree/main/example" - ], - "android": true, - "ios": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/patrickkabwe/react-native-nitro-google-sso", - "clone": "https://github.com/patrickkabwe/react-native-nitro-google-sso.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-06T05:20:42Z", - "createdAt": "2025-05-17T09:33:46Z", - "pushedAt": "2025-06-06T05:20:42Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 4 - }, - "name": "react-native-nitro-google-sso", - "fullName": "patrickkabwe/react-native-nitro-google-sso", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A Simple React Native module for implementing Google Sign-In (SSO) functionality in your React Native applications uses Google Sign-In SDK on iOS and Credential Manager on Android.", - "topics": [ - "react-native", - "nitro", - "nitro-modules", - "google-sso", - "nitro-google-sso", - "google-signin", - "sso" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "v1.1.4", - "tagName": "v1.1.4", - "createdAt": "2025-06-06T05:20:42Z", - "publishedAt": "2025-06-06T05:20:49Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-nitro-google-sso", - "npm": { - "downloads": 177, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.322, - "topicSearchString": "react-native nitro nitro-modules google-sso nitro-google-sso google-signin sso" - }, - { - "githubUrl": "https://github.com/Sharcoux/rn-css", - "android": true, - "ios": true, - "web": true, - "expoGo": true, - "fireos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/Sharcoux/rn-css", - "clone": "https://github.com/Sharcoux/rn-css.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2025-04-02T09:39:10Z", - "createdAt": "2020-05-22T20:27:41Z", - "pushedAt": "2025-04-02T09:39:10Z", - "forks": 4, - "issues": 1, - "subscribers": 3, - "stars": 87 - }, - "name": "rn-css", - "fullName": "Sharcoux/rn-css", - "isPrivate": false, - "description": "Brings CSS to React-Native", - "topics": [], - "license": { - "key": "isc", - "name": "ISC License", - "spdxId": "ISC", - "url": "http://choosealicense.com/licenses/isc/", - "id": "MDc6TGljZW5zZTEw" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "rn-css", - "npm": { - "downloads": 650, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/cantoo-scribe/pdf-lib", - "npmPkg": "@cantoo/pdf-lib", - "android": true, - "ios": true, - "web": true, - "expoGo": true, - "fireos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/cantoo-scribe/pdf-lib", - "clone": "https://github.com/cantoo-scribe/pdf-lib.git", - "homepage": "https://pdf-lib.js.org" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-11T19:05:47Z", - "createdAt": "2021-03-11T17:28:58Z", - "pushedAt": "2025-05-11T19:05:47Z", - "forks": 47, - "issues": 22, - "subscribers": 7, - "stars": 235 - }, - "name": "@cantoo/pdf-lib", - "fullName": "cantoo-scribe/pdf-lib", - "isPrivate": false, - "description": "Create and modify PDF documents in any JavaScript environment", - "topics": [ - "pdf-lib", - "pdf", - "document", - "create", - "modify", - "creation", - "modification", - "edit", - "editing", - "typescript", - "javascript", - "library" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 171568, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "pdf-lib pdf document create modify creation modification edit editing typescript javascript library" - }, - { - "githubUrl": "https://github.com/Sharcoux/navigation", - "npmPkg": "@react-native-assets/navigation", - "examples": [ - "https://snack.expo.dev/@sharcoux/react-native-navigation" - ], - "images": [ - "https://github.com/Sharcoux/navigation/blob/master/example/navigation.gif" - ], - "android": true, - "ios": true, - "web": true, - "expoGo": true, - "fireos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/Sharcoux/navigation", - "clone": "https://github.com/Sharcoux/navigation.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-20T10:18:32Z", - "createdAt": "2020-03-26T12:25:48Z", - "pushedAt": "2025-05-20T10:18:32Z", - "forks": 0, - "issues": 0, - "subscribers": 2, - "stars": 3 - }, - "name": "@react-native-assets/navigation", - "fullName": "Sharcoux/navigation", - "isPrivate": false, - "description": "React Universal Navigation", - "topics": [ - "react", - "native", - "navigation", - "web" - ], - "license": null, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 83, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.326, - "topicSearchString": "react native navigation web" - }, - { - "githubUrl": "https://github.com/pushy/pushy-expo-plugin", - "examples": [ - "https://github.com/pushy/pushy-demo-expo", - "https://pushy.me/docs/additional-platforms/react-native" - ], - "images": [ - "https://github.com/pushy/pushy-demo-expo/raw/main/img/3.png", - "https://github.com/pushy/pushy-demo-expo/raw/main/img/4.png" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/pushy/pushy-expo-plugin", - "clone": "https://github.com/pushy/pushy-expo-plugin.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2025-02-23T17:08:18Z", - "createdAt": "2025-02-20T21:37:27Z", - "pushedAt": "2025-02-23T17:08:18Z", - "forks": 0, - "issues": 0, - "subscribers": 2, - "stars": 3 - }, - "name": "pushy-expo-plugin", - "fullName": "pushy/pushy-expo-plugin", - "isPrivate": false, - "description": "The official Pushy Expo Config Plugin for Expo apps.", - "topics": [], - "license": { - "key": "apache-2.0", - "name": "Apache License 2.0", - "spdxId": "Apache-2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=" - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "pushy-expo-plugin", - "npm": { - "downloads": 705, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/JairajJangle/fast-is-equal", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "fireos": true, - "github": { - "urls": { - "repo": "https://github.com/JairajJangle/fast-is-equal", - "clone": "https://github.com/JairajJangle/fast-is-equal.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-31T07:56:07Z", - "createdAt": "2025-03-12T18:39:12Z", - "pushedAt": "2025-05-31T07:56:07Z", - "forks": 1, - "issues": 0, - "subscribers": 1, - "stars": 10 - }, - "name": "fast-is-equal", - "fullName": "JairajJangle/fast-is-equal", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash’s isEqual - because speed matters.", - "topics": [ - "deep-equal", - "equality", - "compare", - "lodash", - "isequal", - "fast", - "performance", - "typescript", - "javascript", - "react", - "react-native", - "vue", - "angular", - "object-comparison", - "array-comparison", - "deep-comparison", - "utility", - "lightweight", - "zero-dependencies", - "circular-references", - "map", - "set", - "immutable", - "benchmark", - "speed", - "efficient", - "alternative", - "replacement" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.2.3", - "tagName": "v1.2.3", - "createdAt": "2025-05-31T07:56:07Z", - "publishedAt": "2025-05-31T07:56:14Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "fast-is-equal", - "npm": { - "downloads": 1267, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "deep-equal equality compare lodash isequal fast performance typescript javascript react react-native vue angular object-comparison array-comparison deep-comparison utility lightweight zero-dependencies circular-references map set immutable benchmark speed efficient alternative replacement" - }, - { - "githubUrl": "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/npm", - "npmPkg": "react-native-reanimated-skeleton", - "examples": [ - "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/app", - "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/expo", - "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/web" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/marcuzgabriel/react-native-reanimated-skeleton", - "clone": "https://github.com/marcuzgabriel/react-native-reanimated-skeleton.git", - "homepage": "https://marcuzgabriel.github.io/react-native-reanimated-skeleton/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2025-05-13T15:10:45Z", - "createdAt": "2023-09-07T13:45:35Z", - "pushedAt": "2025-05-13T15:10:45Z", - "forks": 13, - "issues": 6, - "subscribers": 2, - "stars": 118 - }, - "name": "react-native-reanimated-skeleton", - "fullName": "marcuzgabriel/react-native-reanimated-skeleton", - "isPrivate": false, - "topics": [], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 34775, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/pmndrs/jotai", - "examples": [ - "https://codesandbox.io/s/jotai-demo-47wvh", - "https://codesandbox.io/s/jotai-demo-forked-x2g5d" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/pmndrs/jotai", - "clone": "https://github.com/pmndrs/jotai.git", - "homepage": "https://jotai.org" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-05-27T07:16:44Z", - "createdAt": "2020-08-11T23:15:36Z", - "pushedAt": "2025-05-27T07:16:44Z", - "forks": 666, - "issues": 1, - "subscribers": 67, - "stars": 20100 - }, - "name": "jotai", - "fullName": "pmndrs/jotai", - "isPrivate": true, - "description": "👻 Primitive and flexible state management for React", - "topics": [ - "react", - "state", - "manager", - "management", - "recoil", - "store", - "atomic", - "hacktoberfest" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v2.12.5", - "tagName": "v2.12.5", - "createdAt": "2025-05-27T07:16:44Z", - "publishedAt": "2025-05-27T07:19:06Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "jotai", - "npm": { - "downloads": 6827387, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 97, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react state manager management recoil store atomic hacktoberfest" - }, - { - "githubUrl": "https://github.com/manuelbieh/geolib", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/manuelbieh/geolib", - "clone": "https://github.com/manuelbieh/geolib.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2023-12-10T12:45:25Z", - "createdAt": "2011-08-05T17:53:49Z", - "pushedAt": "2023-12-10T12:45:25Z", - "forks": 331, - "issues": 39, - "subscribers": 73, - "stars": 4258 - }, - "name": "geolib", - "fullName": "manuelbieh/geolib", - "isPrivate": false, - "description": "Zero dependency library to provide some basic geo functions", - "topics": [ - "geolib", - "wgs84", - "distance", - "geography", - "geojson", - "sexagesimal", - "latlng", - "hacktoberfest" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v3.3.4", - "tagName": "v3.3.4", - "createdAt": "2023-06-01T08:02:35Z", - "publishedAt": "2023-06-01T08:02:38Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "geolib", - "npm": { - "downloads": 1263140, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 81, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "geolib wgs84 distance geography geojson sexagesimal latlng hacktoberfest" - }, - { - "githubUrl": "https://github.com/xnimorz/use-debounce", - "examples": [ - "https://codesandbox.io/s/kx75xzyrq7" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/xnimorz/use-debounce", - "clone": "https://github.com/xnimorz/use-debounce.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-07T11:54:25Z", - "createdAt": "2018-11-09T10:50:43Z", - "pushedAt": "2025-06-07T11:54:25Z", - "forks": 113, - "issues": 5, - "subscribers": 7, - "stars": 3229 - }, - "name": "use-debounce", - "fullName": "xnimorz/use-debounce", - "isPrivate": false, - "description": "A debounce hook for react", - "topics": [ - "debounce", - "react-hook", - "react", - "react-hooks", - "usedebounce", - "react-use" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v10.0.4", - "tagName": "10.0.4", - "createdAt": "2024-10-13T18:04:24Z", - "publishedAt": "2024-10-13T18:07:02Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "use-debounce", - "npm": { - "downloads": 8027661, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 97, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "debounce react-hook react react-hooks usedebounce react-use" - }, - { - "githubUrl": "https://github.com/Landeed/react-native-google-places-sdk", - "examples": [ - "https://github.com/Landeed/react-native-google-places-sdk/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/Landeed/react-native-google-places-sdk", - "clone": "https://github.com/Landeed/react-native-google-places-sdk.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-01-30T18:51:41Z", - "createdAt": "2023-01-26T12:21:35Z", - "pushedAt": "2025-01-30T18:51:41Z", - "forks": 6, - "issues": 0, - "subscribers": 0, - "stars": 22 - }, - "name": "react-native-google-places-sdk", - "fullName": "Landeed/react-native-google-places-sdk", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Google Places SDK for React Native. Places SDK allows you to build location aware apps that responds contextutally to the local businesses and other places near the user's device.", - "topics": [ - "react-native", - "ios", - "android", - "google-places", - "places-sdk", - "typescript", - "autocomplete", - "google-places-sdk" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.3.1", - "tagName": "v0.3.1", - "createdAt": "2025-01-30T18:51:41Z", - "publishedAt": "2025-01-30T18:53:45Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-google-places-sdk", - "npm": { - "downloads": 4694, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react-native ios android google-places places-sdk typescript autocomplete google-places-sdk" - }, - { - "githubUrl": "https://github.com/hyochan/expo-iap", - "examples": [ - "https://github.com/hyochan/expo-iap/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/hyochan/expo-iap", - "clone": "https://github.com/hyochan/expo-iap.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-17T15:07:43Z", - "createdAt": "2024-07-03T16:14:40Z", - "pushedAt": "2025-06-17T15:07:43Z", - "forks": 15, - "issues": 1, - "subscribers": 3, - "stars": 107 - }, - "name": "expo-iap", - "fullName": "hyochan/expo-iap", - "isPrivate": false, - "description": "Expo In App Purchase Module", - "topics": [ - "react-native", - "expo", - "expo-iap", - "expoiap" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "2.4.4", - "tagName": "2.4.4", - "createdAt": "2025-06-17T15:07:43Z", - "publishedAt": "2025-06-17T15:08:10Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-iap", - "npm": { - "downloads": 7105, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native expo expo-iap expoiap" - }, - { - "githubUrl": "https://github.com/developit/mitt", - "examples": [ - "http://codepen.io/developit/pen/rjMEwW?editors=0110" - ], - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "github": { - "urls": { - "repo": "https://github.com/developit/mitt", - "clone": "https://github.com/developit/mitt.git", - "homepage": "https://npm.im/mitt" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2023-07-04T17:35:44Z", - "createdAt": "2017-01-15T01:10:50Z", - "pushedAt": "2023-07-04T17:35:44Z", - "forks": 451, - "issues": 13, - "subscribers": 69, - "stars": 11379 - }, - "name": "mitt", - "fullName": "developit/mitt", - "isPrivate": false, - "description": "🥊 Tiny 200 byte functional event emitter / pubsub.", - "topics": [ - "events", - "eventemitter", - "emitter", - "pubsub", - "mitt", - "event-handlers", - "tiny", - "event", - "event-bus", - "event-listener" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "3.0.1", - "tagName": "3.0.1", - "createdAt": "2023-07-04T17:31:06Z", - "publishedAt": "2023-07-04T17:32:15Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "mitt", - "npm": { - "downloads": 44034227, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 81, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "events eventemitter emitter pubsub mitt event-handlers tiny event event-bus event-listener" - }, - { - "githubUrl": "https://github.com/Robert27/expo-github-cache", - "npmPkg": "@eggl-js/expo-github-cache", - "examples": [ - "https://github.com/Robert27/expo-github-cache/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "dev": true, - "github": { - "urls": { - "repo": "https://github.com/Robert27/expo-github-cache", - "clone": "https://github.com/Robert27/expo-github-cache.git", - "homepage": "https://www.npmjs.com/package/@eggl-js/expo-github-cache" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-21T23:50:28Z", - "createdAt": "2025-05-29T15:53:31Z", - "pushedAt": "2025-06-21T23:50:28Z", - "forks": 0, - "issues": 0, - "subscribers": 0, - "stars": 16 - }, - "name": "@eggl-js/expo-github-cache", - "fullName": "Robert27/expo-github-cache", - "isPrivate": false, - "description": "Cache your Expo builds using GitHub as a backend, leveraging GitHub Releases to store and distribute build artifacts.", - "topics": [ - "expo", - "cache", - "github", - "build", - "eas", - "react-native" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "0.1.5", - "tagName": "0.1.5", - "createdAt": "2025-06-01T16:55:22Z", - "publishedAt": "2025-06-01T16:56:00Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 575, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "expo cache github build eas react-native" - }, - { - "githubUrl": "https://github.com/react-hook-form/resolvers", - "npmPkg": "@hookform/resolvers", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/react-hook-form/resolvers", - "clone": "https://github.com/react-hook-form/resolvers.git", - "homepage": "https://react-hook-form.com/docs/useform#resolver" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-09T07:49:05Z", - "createdAt": "2020-04-21T11:56:22Z", - "pushedAt": "2025-06-09T07:49:05Z", - "forks": 187, - "issues": 30, - "subscribers": 12, - "stars": 2032 - }, - "name": "@hookform/resolvers", - "fullName": "react-hook-form/resolvers", - "isPrivate": false, - "description": "📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts, VineJS and Standard Schema", - "topics": [ - "scheme", - "validation", - "scheme-validation", - "hookform", - "react-hook-form", - "yup", - "joi", - "superstruct", - "typescript", - "zod", - "vest", - "class-validator", - "io-ts", - "effect-ts", - "nope", - "computed-types", - "typanion", - "ajv", - "typebox", - "arktype", - "typeschema", - "vine", - "fluentvalidation-ts", - "standard-schema", - "form", - "form-validation", - "hooks", - "schema-validation", - "resolvers" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v5.1.1", - "tagName": "v5.1.1", - "createdAt": "2025-06-09T07:49:05Z", - "publishedAt": "2025-06-09T07:53:19Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 36115655, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 97, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "scheme validation scheme-validation hookform react-hook-form yup joi superstruct typescript zod vest class-validator io-ts effect-ts nope computed-types typanion ajv typebox arktype typeschema vine fluentvalidation-ts standard-schema form form-validation hooks schema-validation resolvers" - }, - { - "githubUrl": "https://github.com/joe-bell/cva/tree/main/packages/class-variance-authority", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/joe-bell/cva", - "clone": "https://github.com/joe-bell/cva.git", - "homepage": "https://github.com/joe-bell/cva#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-01-18T13:49:59Z", - "createdAt": "2022-01-02T10:00:57Z", - "pushedAt": "2025-01-18T13:49:59Z", - "forks": 127, - "issues": 1, - "subscribers": 13, - "stars": 6341 - }, - "name": "class-variance-authority", - "fullName": "joe-bell/cva", - "isPrivate": false, - "description": "Class Variance Authority 🧬", - "topics": [ - "class-variance-authority", - "class-variance-authority", - "classes", - "classname", - "classnames", - "css", - "cva", - "stitches", - "vanilla-extract", - "variants" - ], - "license": { - "name": "Apache License 2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=", - "key": "apache-2.0", - "spdxId": "Apache-2.0" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "class-variance-authority", - "npm": { - "downloads": 32181296, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 92, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "class-variance-authority class-variance-authority classes classname classnames css cva stitches vanilla-extract variants" - }, - { - "githubUrl": "https://github.com/duongdev/phosphor-react-native", - "examples": [ - "https://github.com/duongdev/phosphor-react-native/tree/main/example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/duongdev/phosphor-react-native", - "clone": "https://github.com/duongdev/phosphor-react-native.git", - "homepage": "https://www.npmjs.com/package/phosphor-react-native" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-03-05T10:56:44Z", - "createdAt": "2021-09-20T18:57:57Z", - "pushedAt": "2025-03-05T10:56:44Z", - "forks": 24, - "issues": 3, - "subscribers": 5, - "stars": 220 - }, - "name": "phosphor-react-native", - "fullName": "duongdev/phosphor-react-native", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "phosphor-icons for react-native. A flexible icon family for React Native", - "topics": [ - "react-native", - "ios", - "android", - "react", - "icons", - "phosphoricons", - "svg-icons", - "svg" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 2.3.1", - "tagName": "v2.3.1", - "createdAt": "2025-01-25T11:47:59Z", - "publishedAt": "2025-01-25T11:51:05Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "phosphor-react-native", - "npm": { - "downloads": 59368, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 51, - "matchingScoreModifiers": [ - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android react icons phosphoricons svg-icons svg" - }, - { - "githubUrl": "https://github.com/EliteWise/react-native-ranking-leaderboard", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/EliteWise/react-native-ranking-leaderboard", - "clone": "https://github.com/EliteWise/react-native-ranking-leaderboard.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-13T15:10:21Z", - "createdAt": "2025-05-21T13:17:22Z", - "pushedAt": "2025-06-13T15:10:21Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 1 - }, - "name": "react-native-ranking-leaderboard", - "fullName": "EliteWise/react-native-ranking-leaderboard", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Customizable and modern leaderboard component for React Native apps", - "topics": [ - "react-native", - "leaderboard", - "scoreboard", - "ranking", - "rank", - "profile", - "customizable", - "ios", - "android", - "component", - "library", - "package" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-ranking-leaderboard", - "npm": { - "downloads": 529, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react-native leaderboard scoreboard ranking rank profile customizable ios android component library package" - }, - { - "githubUrl": "https://github.com/entropyconquers/react-native-reanimated-dnd", - "examples": [ - "https://github.com/entropyconquers/react-native-reanimated-dnd/tree/main/example-app" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/entropyconquers/react-native-reanimated-dnd", - "clone": "https://github.com/entropyconquers/react-native-reanimated-dnd.git", - "homepage": "https://react-native-reanimated-dnd.netlify.app/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-15T14:48:42Z", - "createdAt": "2025-05-15T23:07:36Z", - "pushedAt": "2025-06-15T14:48:42Z", - "forks": 3, - "issues": 5, - "subscribers": 6, - "stars": 304 - }, - "name": "react-native-reanimated-dnd", - "fullName": "entropyconquers/react-native-reanimated-dnd", - "isPrivate": false, - "description": "A drag-and-drop library that finally works on React Native", - "topics": [ - "react-native", - "drag-and-drop", - "reanimated", - "sortable", - "dnd", - "gesture-handler" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.1.0", - "tagName": "v1.1.0", - "createdAt": "2025-06-15T15:07:18Z", - "publishedAt": "2025-06-15T15:10:21Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-reanimated-dnd", - "npm": { - "downloads": 23015, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 57, - "matchingScoreModifiers": [ - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native drag-and-drop reanimated sortable dnd gesture-handler" - }, - { - "githubUrl": "https://github.com/mrousavy/react-native-pressable-opacity", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/mrousavy/react-native-pressable-opacity", - "clone": "https://github.com/mrousavy/react-native-pressable-opacity.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2022-04-20T16:08:07Z", - "createdAt": "2020-10-08T09:54:39Z", - "pushedAt": "2022-04-20T16:08:07Z", - "forks": 6, - "issues": 2, - "subscribers": 3, - "stars": 52 - }, - "name": "react-native-pressable-opacity", - "fullName": "mrousavy/react-native-pressable-opacity", - "isPrivate": false, - "description": "A and a supercharged components for React Native", - "topics": [ - "react", - "native", - "pressable", - "opacity", - "component", - "module", - "pressability", - "button" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "unmaintained": true, - "npmPkg": "react-native-pressable-opacity", - "npm": { - "downloads": 14287, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.472, - "topicSearchString": "react native pressable opacity component module pressability button" - }, - { - "githubUrl": "https://github.com/Charanor/react-native-highlight-overlay", - "examples": [ - "https://github.com/Charanor/react-native-highlight-overlay/tree/master/example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/Charanor/react-native-highlight-overlay", - "clone": "https://github.com/Charanor/react-native-highlight-overlay.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2022-11-06T16:41:06Z", - "createdAt": "2021-10-11T05:49:11Z", - "pushedAt": "2022-11-06T16:41:06Z", - "forks": 6, - "issues": 8, - "subscribers": 1, - "stars": 43 - }, - "name": "react-native-highlight-overlay", - "fullName": "Charanor/react-native-highlight-overlay", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A tinted overlay that allows one or more elements to be highlighted (non-tinted).", - "topics": [ - "react-native", - "ios", - "android", - "web", - "overlay", - "highlight", - "focus", - "typed", - "typescript", - "tooltip", - "tutorial", - "hint", - "walkthrough", - "react", - "reanimated", - "reanimated2", - "tint", - "typescript-library" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 1.4.0", - "tagName": "v1.4.0", - "createdAt": "2022-11-06T16:41:08Z", - "publishedAt": "2022-11-06T16:41:15Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "unmaintained": true, - "npmPkg": "react-native-highlight-overlay", - "npm": { - "downloads": 596, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.471, - "topicSearchString": "react-native ios android web overlay highlight focus typed typescript tooltip tutorial hint walkthrough react reanimated reanimated2 tint typescript-library" - }, - { - "githubUrl": "https://github.com/maitrungduc1410/react-native-video-trim", - "examples": [ - "https://github.com/maitrungduc1410/react-native-video-trim/tree/master/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/maitrungduc1410/react-native-video-trim", - "clone": "https://github.com/maitrungduc1410/react-native-video-trim.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-31T13:42:27Z", - "createdAt": "2023-07-28T09:08:03Z", - "pushedAt": "2025-05-31T13:42:27Z", - "forks": 28, - "issues": 8, - "subscribers": 1, - "stars": 98 - }, - "name": "react-native-video-trim", - "fullName": "maitrungduc1410/react-native-video-trim", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Video trimmer for React Native App", - "topics": [ - "react-native", - "ios", - "android", - "video", - "video-processing", - "video-editor", - "video-trim" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v4.1.0", - "tagName": "v4.1.0", - "createdAt": "2025-05-31T13:42:27Z", - "publishedAt": "2025-05-31T13:43:36Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-video-trim", - "npm": { - "downloads": 4292, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android video video-processing video-editor video-trim" - }, - { - "githubUrl": "https://github.com/enzomanuelmangano/pressto", - "examples": [ - "https://github.com/enzomanuelmangano/pressto/tree/main/example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/enzomanuelmangano/pressto", - "clone": "https://github.com/enzomanuelmangano/pressto.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2024-12-30T17:22:43Z", - "createdAt": "2024-09-17T10:57:24Z", - "pushedAt": "2024-12-30T17:22:43Z", - "forks": 0, - "issues": 1, - "subscribers": 2, - "stars": 157 - }, - "name": "pressto", - "fullName": "enzomanuelmangano/pressto", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Your React Native app deserves better tapping interactions.", - "topics": [ - "react-native", - "ios", - "android", - "gesture-handler", - "reanimated", - "pressables" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 0.2.1", - "tagName": "v0.2.1", - "createdAt": "2024-12-30T17:22:45Z", - "publishedAt": "2024-12-30T17:22:55Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "pressto", - "npm": { - "downloads": 643, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android gesture-handler reanimated pressables" - }, - { - "githubUrl": "https://github.com/drizzle-team/drizzle-orm/tree/main/drizzle-orm", - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/drizzle-team/drizzle-orm", - "clone": "https://github.com/drizzle-team/drizzle-orm.git", - "homepage": "https://orm.drizzle.team" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-04T06:50:02Z", - "createdAt": "2021-06-24T09:03:05Z", - "pushedAt": "2025-06-04T06:50:02Z", - "forks": 898, - "issues": 1336, - "subscribers": 55, - "stars": 28828 - }, - "name": "drizzle-orm", - "fullName": "drizzle-team/drizzle-orm", - "isPrivate": false, - "description": "Drizzle ORM package for SQL databases", - "topics": [ - "drizzle", - "orm", - "pg", - "mysql", - "singlestore", - "postgresql", - "postgres", - "sqlite", - "database", - "sql", - "typescript", - "ts", - "drizzle-orm" - ], - "license": { - "name": "Apache License 2.0", - "url": "http://choosealicense.com/licenses/apache-2.0/", - "id": "MDc6TGljZW5zZTI=", - "key": "apache-2.0", - "spdxId": "Apache-2.0" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "drizzle-orm", - "npm": { - "downloads": 5659389, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "drizzle orm pg mysql singlestore postgresql postgres sqlite database sql typescript ts drizzle-orm" - }, - { - "githubUrl": "https://github.com/wumke/react-native-exit-app", - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/wumke/react-native-exit-app", - "clone": "https://github.com/wumke/react-native-exit-app.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2023-06-27T06:51:31Z", - "createdAt": "2017-06-06T12:43:26Z", - "pushedAt": "2023-06-27T06:51:31Z", - "forks": 119, - "issues": 13, - "subscribers": 8, - "stars": 417 - }, - "name": "react-native-exit-app", - "fullName": "wumke/react-native-exit-app", - "isPrivate": false, - "description": "Exit,close,kill,shutdown app completely for React Native on iOS and Android.", - "topics": [ - "react", - "native", - "exit", - "close", - "shutdown", - "kill", - "android", - "ios", - "react-native" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "2.0.0", - "tagName": "2.0.0", - "createdAt": "2023-06-27T06:54:53Z", - "publishedAt": "2023-06-27T07:04:34Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-exit-app", - "npm": { - "downloads": 191449, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Known", - "Not updated recently" - ], - "popularity": 0.028, - "topicSearchString": "react native exit close shutdown kill android ios react-native" - }, - { - "githubUrl": "https://github.com/dev-family/react-native-device-country", - "examples": [ - "https://github.com/dev-family/react-native-device-country/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": false, - "github": { - "urls": { - "repo": "https://github.com/dev-family/react-native-device-country", - "clone": "https://github.com/dev-family/react-native-device-country.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-04T07:58:16Z", - "createdAt": "2021-08-09T13:55:55Z", - "pushedAt": "2025-06-04T07:58:16Z", - "forks": 14, - "issues": 1, - "subscribers": 5, - "stars": 74 - }, - "name": "react-native-device-country", - "fullName": "dev-family/react-native-device-country", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Get device location by telephony (SIM card) or settings without using GPS tracker.", - "topics": [ - "react-native", - "ios", - "android", - "country", - "device", - "location", - "device-location", - "phone-location", - "gps-location", - "gps", - "phone-code", - "phone-number", - "simcard" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "1.1.1", - "tagName": "1.1.1", - "createdAt": "2025-06-04T07:58:16Z", - "publishedAt": "2025-06-04T07:59:22Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-device-country", - "npm": { - "downloads": 14647, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android country device location device-location phone-location gps-location gps phone-code phone-number simcard" - }, - { - "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-checkbox", - "ios": true, - "android": true, - "web": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/expo/expo", - "clone": "https://github.com/expo/expo.git", - "homepage": "https://docs.expo.dev/versions/latest/sdk/checkbox" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-11T10:40:52Z", - "createdAt": "2016-08-15T17:14:25Z", - "pushedAt": "2025-06-11T10:40:52Z", - "forks": 7289, - "issues": 435, - "subscribers": 321, - "stars": 41213 - }, - "name": "expo-checkbox", - "fullName": "expo/expo", - "isPrivate": false, - "description": "Basic boolean input for Android, iOS and web.", - "topics": [ - "react-native", - "expo", - "expo-checkbox" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-checkbox", - "npm": { - "downloads": 241304, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 86, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Lots of open issues", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native expo expo-checkbox" - }, - { - "githubUrl": "https://github.com/benjamineruvieru/react-native-pushdown-alert", - "examples": [ - "https://github.com/benjamineruvieru/react-native-pushdown-alert/tree/main/example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/benjamineruvieru/react-native-pushdown-alert", - "clone": "https://github.com/benjamineruvieru/react-native-pushdown-alert.git", - "homepage": "https://docs.benjamineruvieru.com/docs/react-native-pushdown-alert" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-04T12:38:26Z", - "createdAt": "2025-02-26T16:52:11Z", - "pushedAt": "2025-06-04T12:38:26Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 4 - }, - "name": "react-native-pushdown-alert", - "fullName": "benjamineruvieru/react-native-pushdown-alert", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A customizable pushdown alert component for React Native applications.", - "topics": [ - "react-native", - "ios", - "android", - "web", - "alert", - "pushdown-alert", - "notification", - "customizable", - "success-alert", - "error-alert", - "warning-alert", - "animation", - "dropdown", - "notifications", - "pushdown" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 0.2.0", - "tagName": "v0.2.0", - "createdAt": "2025-02-26T17:40:09Z", - "publishedAt": "2025-02-26T17:40:22Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-pushdown-alert", - "npm": { - "downloads": 34, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.321, - "topicSearchString": "react-native ios android web alert pushdown-alert notification customizable success-alert error-alert warning-alert animation dropdown notifications pushdown" - }, - { - "githubUrl": "https://github.com/benjamineruvieru/react-native-credentials-manager", - "examples": [ - "https://github.com/benjamineruvieru/react-native-credentials-manager/tree/main/example" - ], - "ios": true, - "android": true, - "expoGo": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/benjamineruvieru/react-native-credentials-manager", - "clone": "https://github.com/benjamineruvieru/react-native-credentials-manager.git", - "homepage": "https://docs.benjamineruvieru.com/docs/react-native-credentials-manager/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-11T11:41:12Z", - "createdAt": "2025-02-04T14:57:04Z", - "pushedAt": "2025-06-11T11:41:12Z", - "forks": 1, - "issues": 2, - "subscribers": 2, - "stars": 41 - }, - "name": "react-native-credentials-manager", - "fullName": "benjamineruvieru/react-native-credentials-manager", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A React Native library that implements the Credential Manager API for Android. This library allows you to manage passwords and passkeys in your React Native applications.", - "topics": [ - "react-native", - "ios", - "android", - "passkeys", - "webauthn", - "authentication", - "credential-manager", - "google-signin", - "passwordless", - "biometric", - "security", - "identity", - "fido2", - "signin", - "google-sign-in", - "password-manager", - "signup" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 0.6.0", - "tagName": "v0.6.0", - "createdAt": "2025-06-03T14:35:30Z", - "publishedAt": "2025-06-03T14:35:47Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-credentials-manager", - "npm": { - "downloads": 604, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": 0.028, - "topicSearchString": "react-native ios android passkeys webauthn authentication credential-manager google-signin passwordless biometric security identity fido2 signin google-sign-in password-manager signup" - }, - { - "githubUrl": "https://github.com/MortalKastor/expo-resolve-url", - "examples": [ - "https://github.com/MortalKastor/expo-resolve-url/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/MortalKastor/expo-resolve-url", - "clone": "https://github.com/MortalKastor/expo-resolve-url.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-17T15:50:43Z", - "createdAt": "2025-03-12T16:21:15Z", - "pushedAt": "2025-04-17T15:50:43Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 2 - }, - "name": "expo-resolve-url", - "fullName": "MortalKastor/expo-resolve-url", - "isPrivate": false, - "description": "Get the destination URL of a redirect link (like marketing or shortened links) without following it on React Native", - "topics": [ - "react-native", - "expo", - "expo-resolve-url", - "resolveurl", - "unshorten", - "url", - "url-shortener" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "", - "tagName": "v1.0.1", - "createdAt": "2025-04-17T15:50:43Z", - "publishedAt": "2025-04-17T15:58:36Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-resolve-url", - "npm": { - "downloads": 176, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": -0.322, - "topicSearchString": "react-native expo expo-resolve-url resolveurl unshorten url url-shortener" - }, - { - "githubUrl": "https://github.com/jekingohel/react-native-wordcloud", - "npmPkg": "rn-wordcloud", - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/jekingohel/react-native-wordcloud", - "clone": "https://github.com/jekingohel/react-native-wordcloud.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2024-12-16T11:16:43Z", - "createdAt": "2023-11-20T12:19:46Z", - "pushedAt": "2024-12-16T11:16:43Z", - "forks": 3, - "issues": 0, - "subscribers": 1, - "stars": 4 - }, - "name": "rn-wordcloud", - "fullName": "jekingohel/react-native-wordcloud", - "isPrivate": false, - "description": "A React Native library for creating beautiful and neat word (tag) cloud from any text with custom weight and color.", - "topics": [ - "react", - "react-native", - "word", - "cloud", - "wordcloud", - "word-cloud", - "buuble", - "bubble-chart", - "visualization", - "tag", - "tagcloud", - "tag-cloud" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "", - "tagName": "v1.0.6", - "createdAt": "2024-12-16T11:16:43Z", - "publishedAt": "2024-12-16T13:55:59Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 3774, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.072, - "topicSearchString": "react react-native word cloud wordcloud word-cloud buuble bubble-chart visualization tag tagcloud tag-cloud" - }, - { - "githubUrl": "https://github.com/patrickkabwe/react-native-nitro-network-info", - "examples": [ - "https://github.com/patrickkabwe/react-native-nitro-network-info/tree/main/example" - ], - "android": true, - "ios": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/patrickkabwe/react-native-nitro-network-info", - "clone": "https://github.com/patrickkabwe/react-native-nitro-network-info.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-05T20:37:42Z", - "createdAt": "2025-05-04T02:22:05Z", - "pushedAt": "2025-06-05T20:37:42Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 7 - }, - "name": "react-native-nitro-network-info", - "fullName": "patrickkabwe/react-native-nitro-network-info", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A React Native library for monitoring network connectivity status and connection type using Nitro Modules for high performance.", - "topics": [ - "react-native", - "nitro-network-info", - "nitro", - "network", - "connection", - "wifi", - "cellular", - "ethernet" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "lastRelease": { - "name": "v1.0.2", - "tagName": "v1.0.2", - "createdAt": "2025-06-05T20:37:42Z", - "publishedAt": "2025-06-05T20:37:48Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-nitro-network-info", - "npm": { - "downloads": 122, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.325, - "topicSearchString": "react-native nitro-network-info nitro network connection wifi cellular ethernet" - }, - { - "githubUrl": "https://github.com/tarikfp/expo-pencilkit-ui", - "examples": [ - "https://github.com/tarikfp/expo-pencilkit-ui/tree/main/example" - ], - "ios": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/tarikfp/expo-pencilkit-ui", - "clone": "https://github.com/tarikfp/expo-pencilkit-ui.git", - "homepage": "https://www.npmjs.com/package/expo-pencilkit-ui" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-07T20:48:12Z", - "createdAt": "2025-06-07T20:27:17Z", - "pushedAt": "2025-06-07T20:48:12Z", - "forks": 0, - "issues": 2, - "subscribers": 0, - "stars": 27 - }, - "name": "expo-pencilkit-ui", - "fullName": "tarikfp/expo-pencilkit-ui", - "isPrivate": false, - "description": "A React Native Expo module that provides native Apple PencilKit integration for iOS applications", - "topics": [ - "expo", - "expo-module", - "react-native", - "pencilkit", - "apple-pencil", - "drawing", - "canvas", - "ios", - "expo-pencilkit-ui", - "expo-pencilkit", - "apple-pencilkit" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "expo-pencilkit-ui", - "npm": { - "downloads": 398, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.222, - "topicSearchString": "expo expo-module react-native pencilkit apple-pencil drawing canvas ios expo-pencilkit-ui expo-pencilkit apple-pencilkit" - }, - { - "githubUrl": "https://github.com/software-mansion/react-native-whip-whep/tree/main/packages/react-native-client", - "npmPkg": "react-native-whip-whep", - "examples": [ - "https://github.com/software-mansion/react-native-whip-whep/tree/main/examples/react-native/WhipWhepDemo" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/software-mansion/react-native-whip-whep", - "clone": "https://github.com/software-mansion/react-native-whip-whep.git", - "homepage": "https://github.com/software-mansion/react-native-whip-whep" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-16T09:41:46Z", - "createdAt": "2024-07-15T12:36:18Z", - "pushedAt": "2025-06-16T09:41:46Z", - "forks": 2, - "issues": 0, - "subscribers": 3, - "stars": 23 - }, - "name": "react-native-whip-whep", - "fullName": "software-mansion/react-native-whip-whep", - "isPrivate": false, - "description": "An implementation of WHIP and WHEP protocols functionalities for React Native.", - "topics": [ - "react-native", - "whip", - "whep", - "webrtc", - "streaming", - "video", - "audio" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 1012, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.071, - "topicSearchString": "react-native whip whep webrtc streaming video audio" - }, - { - "githubUrl": "https://github.com/software-mansion/react-native-audio-api/tree/main/packages/react-native-audio-api", - "examples": [ - "https://github.com/software-mansion/react-native-audio-api/tree/main/apps/fabric-example" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/software-mansion/react-native-audio-api", - "clone": "https://github.com/software-mansion/react-native-audio-api.git", - "homepage": "https://github.com/software-mansion/react-native-audio-api#readme" - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2025-06-18T06:50:11Z", - "createdAt": "2024-07-03T09:13:20Z", - "pushedAt": "2025-06-18T06:50:11Z", - "forks": 17, - "issues": 14, - "subscribers": 10, - "stars": 370 - }, - "name": "react-native-audio-api", - "fullName": "software-mansion/react-native-audio-api", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification", - "topics": [ - "react-native", - "audio", - "audio-api", - "web-audio-api", - "react", - "music", - "player" - ], - "license": { - "name": "MIT License", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz", - "key": "mit", - "spdxId": "MIT" - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-audio-api", - "npm": { - "downloads": 5094, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 57, - "matchingScoreModifiers": [ - "Known", - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native audio audio-api web-audio-api react music player" - }, - { - "githubUrl": "https://github.com/teamairship/react-native-public-ip", - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/teamairship/react-native-public-ip", - "clone": "https://github.com/teamairship/react-native-public-ip.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2019-10-18T15:43:31Z", - "createdAt": "2017-08-19T16:28:14Z", - "pushedAt": "2019-10-18T15:43:31Z", - "forks": 8, - "issues": 0, - "subscribers": 5, - "stars": 32 - }, - "name": "react-native-public-ip", - "fullName": "teamairship/react-native-public-ip", - "isPrivate": false, - "description": "Get public IP address in React Native", - "topics": [ - "ip", - "ipv4", - "ipv6", - "address", - "public", - "external", - "own" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "unmaintained": true, - "npmPkg": "react-native-public-ip", - "npm": { - "downloads": 37152, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.472, - "topicSearchString": "ip ipv4 ipv6 address public external own" - }, - { - "githubUrl": "https://github.com/thinhkhang97/react-native-viewport-detector", - "examples": [ - "https://github.com/thinhkhang97/react-native-viewport-detector/tree/master/examples" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/thinhkhang97/react-native-viewport-detector", - "clone": "https://github.com/thinhkhang97/react-native-viewport-detector.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-04-01T07:15:27Z", - "createdAt": "2023-10-19T14:32:43Z", - "pushedAt": "2025-04-01T07:15:27Z", - "forks": 3, - "issues": 5, - "subscribers": 1, - "stars": 31 - }, - "name": "react-native-viewport-detector", - "fullName": "thinhkhang97/react-native-viewport-detector", - "isPrivate": false, - "description": "React Native library for detecting component visibility in the viewport.", - "topics": [ - "react-native", - "viewport", - "visibility", - "detector", - "in-view", - "screen", - "components", - "ui", - "visibility-detection", - "mobile", - "user-experience", - "optimization", - "library", - "react", - "utility", - "performance" - ], - "license": null, - "lastRelease": { - "name": "Release 1.0.7", - "tagName": "1.0.7", - "createdAt": "2025-04-01T07:18:40Z", - "publishedAt": "2025-04-01T07:25:51Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-native-viewport-detector", - "npm": { - "downloads": 1342, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 43, - "matchingScoreModifiers": [ - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "react-native viewport visibility detector in-view screen components ui visibility-detection mobile user-experience optimization library react utility performance" - }, - { - "githubUrl": "https://github.com/rn-toolkit/react-native-lottie-splash-screen", - "npmPkg": "@rn-toolkit/react-native-lottie-splash-screen", - "examples": [ - "https://github.com/rn-toolkit/react-native-lottie-splash-screen/tree/master/examples" - ], - "ios": true, - "android": true, - "github": { - "urls": { - "repo": "https://github.com/rn-toolkit/react-native-lottie-splash-screen", - "clone": "https://github.com/rn-toolkit/react-native-lottie-splash-screen.git", - "homepage": null - }, - "stats": { - "hasIssues": false, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2023-08-16T01:42:26Z", - "createdAt": "2023-06-27T10:45:52Z", - "pushedAt": "2023-08-16T01:42:26Z", - "forks": 0, - "issues": 0, - "subscribers": 0, - "stars": 1 - }, - "name": "@rn-toolkit/react-native-lottie-splash-screen", - "fullName": "rn-toolkit/react-native-lottie-splash-screen", - "isPrivate": false, - "description": "⚡ Lottie splash screen for your react native app!", - "topics": [ - "react-native", - "component", - "splash-screen", - "lottie-splash-screen", - "lottie", - "animation", - "splashscreen", - "splash", - "launch-screen", - "launchscreen", - "android", - "ios" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.1.5", - "tagName": "v1.1.5", - "createdAt": "2023-08-16T01:42:26Z", - "publishedAt": "2023-08-16T01:45:43Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 27, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.35, - "topicSearchString": "react-native component splash-screen lottie-splash-screen lottie animation splashscreen splash launch-screen launchscreen android ios" - }, - { - "githubUrl": "https://github.com/romgrk/react-fast-memo", - "ios": true, - "android": true, - "web": true, - "github": { - "urls": { - "repo": "https://github.com/romgrk/react-fast-memo", - "clone": "https://github.com/romgrk/react-fast-memo.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": false, - "updatedAt": "2024-03-25T15:18:12Z", - "createdAt": "2024-03-08T18:23:59Z", - "pushedAt": "2024-03-25T15:18:12Z", - "forks": 0, - "issues": 0, - "subscribers": 2, - "stars": 61 - }, - "name": "react-fast-memo", - "fullName": "romgrk/react-fast-memo", - "isPrivate": false, - "description": "A faster React.memo()", - "topics": [], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "react-fast-memo", - "npm": { - "downloads": 28, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, - "matchingScoreModifiers": [ - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": -0.214, - "topicSearchString": "" - }, - { - "githubUrl": "https://github.com/unadlib/mutative", - "ios": true, - "android": true, - "web": true, - "github": { - "urls": { - "repo": "https://github.com/unadlib/mutative", - "clone": "https://github.com/unadlib/mutative.git", - "homepage": "http://mutative.js.org/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-05-22T14:54:27Z", - "createdAt": "2022-03-26T13:31:01Z", - "pushedAt": "2025-05-22T14:54:27Z", - "forks": 20, - "issues": 7, - "subscribers": 13, - "stars": 1773 - }, - "name": "mutative", - "fullName": "unadlib/mutative", - "isPrivate": false, - "description": "Efficient immutable updates, 2-6x faster than naive handcrafted reducer, and more than 10x faster than Immer.", - "topics": [ - "immutable", - "mutable", - "copy-on-write", - "mutative", - "immutability", - "mutation", - "immer", - "reducer", - "redux", - "state-management", - "react" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "1.2.0", - "tagName": "v1.2.0", - "createdAt": "2025-05-22T14:54:27Z", - "publishedAt": "2025-05-22T14:56:55Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "mutative", - "npm": { - "downloads": 392028, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 68, - "matchingScoreModifiers": [ - "Popular", - "Known", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "immutable mutable copy-on-write mutative immutability mutation immer reducer redux state-management react" - }, - { - "githubUrl": "https://github.com/immerjs/immer", - "ios": true, - "android": true, - "web": true, - "github": { - "urls": { - "repo": "https://github.com/immerjs/immer", - "clone": "https://github.com/immerjs/immer.git", - "homepage": "https://immerjs.github.io/immer/" - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": true, - "hasTopics": true, - "updatedAt": "2024-09-19T07:44:40Z", - "createdAt": "2017-12-29T12:25:47Z", - "pushedAt": "2024-09-19T07:44:40Z", - "forks": 854, - "issues": 33, - "subscribers": 154, - "stars": 28431 - }, - "name": "immer", - "fullName": "immerjs/immer", - "isPrivate": false, - "description": "Create the next immutable state by mutating the current one", - "topics": [ - "immutable", - "mutable", - "copy-on-write", - "immutables", - "reducer", - "redux", - "state-tree" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v10.1.1", - "tagName": "v10.1.1", - "createdAt": "2024-04-27T20:06:22Z", - "publishedAt": "2024-04-27T20:07:27Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "immer", - "npm": { - "downloads": 63915156, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 81, - "matchingScoreModifiers": [ - "Very popular", - "Popular", - "Known", - "Not updated recently", - "Not supporting New Architecture" - ], - "popularity": 0.028, - "topicSearchString": "immutable mutable copy-on-write immutables reducer redux state-tree" - }, - { - "githubUrl": "https://github.com/logicwind/react-native-exit-app", - "npmPkg": "@logicwind/react-native-exit-app", - "examples": [ - "https://github.com/logicwind/react-native-exit-app/tree/master/example" - ], - "ios": true, - "android": true, - "fireos": true, - "tvos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/logicwind/react-native-exit-app", - "clone": "https://github.com/logicwind/react-native-exit-app.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-19T09:55:33Z", - "createdAt": "2025-04-24T10:52:15Z", - "pushedAt": "2025-06-19T09:55:33Z", - "forks": 0, - "issues": 0, - "subscribers": 2, - "stars": 3 - }, - "name": "@logicwind/react-native-exit-app", - "fullName": "logicwind/react-native-exit-app", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Exit / Close / Kill / shutdown your react native app. Does not invoke a crash notification.", - "topics": [ - "react-native", - "ios", - "android", - "exit", - "exit-app", - "close-app", - "quit-app", - "app-exit", - "android-exit", - "ios-exit", - "system-exit" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.1.0", - "tagName": "0.1.0", - "createdAt": "2025-06-03T12:58:16Z", - "publishedAt": "2025-06-03T13:01:27Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 349, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.321, - "topicSearchString": "react-native ios android exit exit-app close-app quit-app app-exit android-exit ios-exit system-exit" - }, - { - "githubUrl": "https://github.com/logicwind/react-native-tvos-keyboard", - "npmPkg": "@logicwind/react-native-tvos-keyboard", - "examples": [ - "https://github.com/logicwind/react-native-tvos-keyboard/tree/master/example" - ], - "tvos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/logicwind/react-native-tvos-keyboard", - "clone": "https://github.com/logicwind/react-native-tvos-keyboard.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-19T09:57:08Z", - "createdAt": "2025-04-25T06:36:16Z", - "pushedAt": "2025-06-19T09:57:08Z", - "forks": 0, - "issues": 0, - "subscribers": 2, - "stars": 1 - }, - "name": "@logicwind/react-native-tvos-keyboard", - "fullName": "logicwind/react-native-tvos-keyboard", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Keyboard plugin for react-native tvos", - "topics": [ - "react-native", - "ios", - "tvos", - "apple-tv", - "keyboard", - "native-keyboard", - "tvos-keyboard", - "voice-typing", - "voice-search", - "uisearchcontroller", - "tv" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.1.2", - "tagName": "0.1.2", - "createdAt": "2025-06-03T13:12:33Z", - "publishedAt": "2025-06-03T13:16:43Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 66, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.32, - "topicSearchString": "react-native ios tvos apple-tv keyboard native-keyboard tvos-keyboard voice-typing voice-search uisearchcontroller tv" - }, - { - "githubUrl": "https://github.com/logicwind/react-native-tvos-ssl-pinning", - "npmPkg": "@logicwind/react-native-tvos-ssl-pinning", - "examples": [ - "https://github.com/logicwind/react-native-tvos-ssl-pinning/tree/main/example" - ], - "ios": true, - "android": true, - "fireos": true, - "tvos": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/logicwind/react-native-tvos-ssl-pinning", - "clone": "https://github.com/logicwind/react-native-tvos-ssl-pinning.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-09T04:38:28Z", - "createdAt": "2025-06-03T04:42:03Z", - "pushedAt": "2025-06-09T04:38:28Z", - "forks": 0, - "issues": 0, - "subscribers": 0, - "stars": 1 - }, - "name": "@logicwind/react-native-tvos-ssl-pinning", - "fullName": "logicwind/react-native-tvos-ssl-pinning", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "React-native TVOS plugin to support ssl pinning.", - "topics": [ - "react-native", - "ios", - "android", - "ssl", - "ssl-pinning", - "tvos", - "certificate-pinning", - "https", - "network-security", - "fetch", - "axios", - "ssl-pinning-tvos", - "secure-networking", - "networking", - "tls", - "cert-pinning", - "native-module" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v0.1.0", - "tagName": "0.1.0", - "createdAt": "2025-06-09T05:13:30Z", - "publishedAt": "2025-06-09T05:14:28Z", - "isPrerelease": false - }, - "hasTypes": false, - "newArchitecture": false, - "isArchived": false - }, - "npm": { - "downloads": 59, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.333, - "topicSearchString": "react-native ios android ssl ssl-pinning tvos certificate-pinning https network-security fetch axios ssl-pinning-tvos secure-networking networking tls cert-pinning native-module" - }, - { - "githubUrl": "https://github.com/CRIIPI11/rn-watch-connect", - "examples": [ - "https://github.com/CRIIPI11/rn-watch-connect/tree/master/example" - ], - "ios": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/CRIIPI11/rn-watch-connect", - "clone": "https://github.com/CRIIPI11/rn-watch-connect.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-16T20:13:59Z", - "createdAt": "2025-05-20T20:45:37Z", - "pushedAt": "2025-06-16T20:13:59Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 1 - }, - "name": "rn-watch-connect", - "fullName": "CRIIPI11/rn-watch-connect", - "isPrivate": false, - "description": "Interact with apple watch directly from React Native", - "topics": [ - "react-native", - "expo", - "rn-watch-connect", - "rnwatchconnect", - "watchconnectivity", - "apple-watch", - "apple-watch-connectivity", - "apple-watch-communication", - "apple-watch-data-transfer", - "apple-watch-message-transfer", - "apple-watch-file-transfer" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.0.0", - "tagName": "v1.0.0", - "createdAt": "2025-06-13T20:09:13Z", - "publishedAt": "2025-06-14T03:02:08Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": false, - "isArchived": false - }, - "npmPkg": "rn-watch-connect", - "npm": { - "downloads": 54, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, - "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" - ], - "popularity": -0.331, - "topicSearchString": "react-native expo rn-watch-connect rnwatchconnect watchconnectivity apple-watch apple-watch-connectivity apple-watch-communication apple-watch-data-transfer apple-watch-message-transfer apple-watch-file-transfer" - }, - { - "githubUrl": "https://github.com/loro-dev/loro-react-native", - "examples": [ - "https://github.com/loro-dev/loro-react-native/tree/main/example" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/loro-dev/loro-react-native", - "clone": "https://github.com/loro-dev/loro-react-native.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-11T12:39:47Z", - "createdAt": "2025-06-02T00:55:12Z", - "pushedAt": "2025-06-11T12:39:47Z", - "forks": 1, - "issues": 4, - "subscribers": 1, - "stars": 7 - }, - "name": "loro-react-native", - "fullName": "loro-dev/loro-react-native", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "React native binding for Loro", - "topics": [ - "react-native", - "ios", - "android" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "loro-react-native", - "npm": { - "downloads": 481, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -0.321, - "topicSearchString": "react-native ios android" - }, - { - "githubUrl": "https://github.com/JairajJangle/react-native-navigation-mode", - "examples": [ - "https://github.com/JairajJangle/react-native-navigation-mode/tree/main/example" - ], - "images": [ - "https://github.com/JairajJangle/react-native-navigation-mode/blob/main/.github/assets/buttons.png", - "https://github.com/JairajJangle/react-native-navigation-mode/blob/main/.github/assets/gesture.png" - ], - "ios": true, - "android": true, - "newArchitecture": true, - "github": { - "urls": { - "repo": "https://github.com/JairajJangle/react-native-navigation-mode", - "clone": "https://github.com/JairajJangle/react-native-navigation-mode.git", - "homepage": null - }, - "stats": { - "hasIssues": true, - "hasWiki": false, - "hasSponsorships": false, - "hasTopics": true, - "updatedAt": "2025-06-16T13:04:43Z", - "createdAt": "2025-06-13T13:37:30Z", - "pushedAt": "2025-06-16T13:04:43Z", - "forks": 0, - "issues": 0, - "subscribers": 0, - "stars": 2 - }, - "name": "react-native-navigation-mode", - "fullName": "JairajJangle/react-native-navigation-mode", - "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Detect Android navigation mode (3-button, 2-button, or gesture navigation)", - "topics": [ - "react-native", - "android", - "ios", - "navigation", - "gesture", - "navigation-buttons", - "edge-to-edge", - "navigation-bar", - "turbo-module", - "native", - "gestures" - ], - "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.0.3", - "tagName": "v1.0.3", - "createdAt": "2025-06-16T13:04:43Z", - "publishedAt": "2025-06-16T13:04:52Z", - "isPrerelease": false - }, - "hasTypes": true, - "newArchitecture": true, - "isArchived": false - }, - "npmPkg": "react-native-navigation-mode", - "npm": { - "downloads": 292, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 51, - "matchingScoreModifiers": [ - "Recently updated" - ], - "popularity": -0.319, - "topicSearchString": "react-native android ios navigation gesture navigation-buttons edge-to-edge navigation-bar turbo-module native gestures" - }, - { - "githubUrl": "https://github.com/sbaiahmed1/react-native-blur", - "examples": [ - "https://github.com/sbaiahmed1/react-native-blur/tree/main/example" - ], - "images": [ - "https://github.com/sbaiahmed1/react-native-blur/blob/main/android-demo.gif", - "https://github.com/sbaiahmed1/react-native-blur/blob/main/iOS-demo.gif" + "https://github.com/livekit/client-sdk-js/tree/main/examples" ], - "npmPkg": "@sbaiahmed1/react-native-blur", "ios": true, "android": true, - "newArchitecture": true, + "web": true, + "expoGo": true, "github": { "urls": { - "repo": "https://github.com/sbaiahmed1/react-native-blur", - "clone": "https://github.com/sbaiahmed1/react-native-blur.git", - "homepage": null + "repo": "https://github.com/livekit/client-sdk-js", + "clone": "https://github.com/livekit/client-sdk-js.git", + "homepage": "https://livekit.io" }, "stats": { "hasIssues": true, - "hasWiki": false, + "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T23:44:06Z", - "createdAt": "2025-06-13T03:34:57Z", - "pushedAt": "2025-06-17T23:44:06Z", - "forks": 0, - "issues": 0, - "subscribers": 1, - "stars": 12 + "updatedAt": "2025-04-11T07:45:42Z", + "createdAt": "2020-11-03T06:15:40Z", + "pushedAt": "2025-04-11T07:45:42Z", + "forks": 184, + "issues": 22, + "subscribers": 28, + "stars": 433 }, - "name": "@sbaiahmed1/react-native-blur", - "fullName": "sbaiahmed1/react-native-blur", + "name": "livekit-client", + "fullName": "livekit/client-sdk-js", "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A modern React Native blur view component that provides native blur effects for both iOS and Android platforms.", + "description": "LiveKit browser client SDK (javascript)", "topics": [ - "react-native", - "ios", - "android", - "blur", - "react-blur", - "modern-blur" + "typescript", + "javascript", + "webrtc" ], "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdxId": "Apache-2.0", + "url": "http://choosealicense.com/licenses/apache-2.0/", + "id": "MDc6TGljZW5zZTI=" }, "lastRelease": { - "name": "Release 0.1.2", - "tagName": "v0.1.2", - "createdAt": "2025-06-15T23:22:00Z", - "publishedAt": "2025-06-15T23:22:04Z", + "name": "v2.11.2", + "tagName": "v2.11.2", + "createdAt": "2025-04-11T11:13:33Z", + "publishedAt": "2025-04-11T11:13:34Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, "npm": { - "downloads": 126, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" + "downloads": 391141, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 73, "matchingScoreModifiers": [ - "Recently updated" + "Popular", + "Known", + "Recently updated", + "Not supporting New Architecture" ], - "popularity": -0.326, - "topicSearchString": "react-native ios android blur react-blur modern-blur" + "popularity": 0.028, + "topicSearchString": "typescript javascript webrtc" }, { - "githubUrl": "https://github.com/logicwind/react-native-rn-in-app-update", - "ios": true, + "githubUrl": "https://github.com/Raja0sama/rn-foreground-service", + "npmPkg": "@supersami/rn-foreground-service", + "examples": [ + "https://github.com/Raja0sama/rn-forground-service-example" + ], + "images": [ + "https://rn-foreground.vercel.app/md.png" + ], "android": true, "github": { "urls": { - "repo": "https://github.com/logicwind/react-native-rn-in-app-update", - "clone": "https://github.com/logicwind/react-native-rn-in-app-update.git", - "homepage": null + "repo": "https://github.com/Raja0sama/rn-foreground-service", + "clone": "https://github.com/Raja0sama/rn-foreground-service.git", + "homepage": "https://rn-foreground.vercel.app/" }, "stats": { "hasIssues": true, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2024-04-19T05:48:18Z", - "createdAt": "2020-08-08T06:30:20Z", - "pushedAt": "2024-04-19T05:48:18Z", - "forks": 0, - "issues": 1, - "subscribers": 2, - "stars": 2 + "updatedAt": "2025-04-02T06:55:17Z", + "createdAt": "2020-10-29T18:57:13Z", + "pushedAt": "2025-04-02T06:55:17Z", + "forks": 71, + "issues": 26, + "subscribers": 1, + "stars": 156 }, - "name": "react-native-rn-in-app-update", - "fullName": "logicwind/react-native-rn-in-app-update", + "name": "@supersami/rn-foreground-service", + "fullName": "Raja0sama/rn-foreground-service", "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "Google in app update plugin for react-native (Android only)", + "description": "Foreground Service for React Native made with ❤ ", "topics": [ + "react", "react-native", - "android" + "android", + "foreground", + "service", + "background", + "java", + "android-application" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "lastRelease": { - "name": "1.0.3", - "tagName": "v1.0.3", - "createdAt": "2024-04-19T05:48:59Z", - "publishedAt": "2024-04-19T05:57:28Z", + "name": "RN Foreground Service v2", + "tagName": "v2-release", + "createdAt": "2023-01-02T12:46:45Z", + "publishedAt": "2023-01-02T12:48:36Z", "isPrerelease": false }, - "hasTypes": true, + "hasTypes": false, "newArchitecture": false, "isArchived": false }, - "npmPkg": "react-native-rn-in-app-update", - "npm": { - "downloads": 43, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 32, + "npm": {}, + "score": 49, "matchingScoreModifiers": [ - "Not updated recently", + "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.327, - "topicSearchString": "react-native android" + "popularity": -100, + "topicSearchString": "react react-native android foreground service background java android-application" }, { - "githubUrl": "https://github.com/nandorojo/galeria", - "npmPkg": "@nandorojo/galeria", - "ios": true, + "githubUrl": "https://github.com/LegendApp/legend-state", + "npmPkg": "@legendapp/state", + "examples": [ + "https://github.com/LegendApp/legend-state/tree/main/examples" + ], "android": true, + "ios": true, "web": true, + "expoGo": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/nandorojo/galeria", - "clone": "https://github.com/nandorojo/galeria.git", - "homepage": null + "repo": "https://github.com/LegendApp/legend-state", + "clone": "https://github.com/LegendApp/legend-state.git", + "homepage": "https://legendapp.com/open-source/state/" }, "stats": { "hasIssues": true, "hasWiki": true, - "hasSponsorships": false, + "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-06-21T11:52:47Z", - "createdAt": "2023-08-27T21:15:14Z", - "pushedAt": "2025-06-21T11:52:47Z", - "forks": 26, - "issues": 18, - "subscribers": 9, - "stars": 494 + "updatedAt": "2025-03-07T01:52:13Z", + "createdAt": "2022-07-21T07:06:08Z", + "pushedAt": "2025-03-07T01:52:13Z", + "forks": 106, + "issues": 132, + "subscribers": 23, + "stars": 3510 }, - "name": "@nandorojo/galeria", - "fullName": "nandorojo/galeria", - "isPrivate": false, - "description": "The React (Native) Image Viewer. 📷", + "name": "@legendapp/state", + "fullName": "LegendApp/legend-state", + "isPrivate": true, + "registry": "https://registry.npmjs.org/", + "description": "Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence", "topics": [ + "react", "react-native", - "expo", - "galeria" + "state", + "hooks", + "proxy" ], "license": { "key": "mit", @@ -133451,278 +121320,259 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, - "lastRelease": { - "name": "v1.2.0", - "tagName": "v1.2.0", - "createdAt": "2025-03-21T15:32:55Z", - "publishedAt": "2025-03-21T15:34:43Z", - "isPrerelease": false - }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npm": { - "downloads": 8450, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" - }, - "score": 57, + "npm": {}, + "score": 32, "matchingScoreModifiers": [ - "Known", - "Recently updated", + "Lots of open issues", "Not supporting New Architecture" ], - "popularity": 0.028, - "topicSearchString": "react-native expo galeria" + "popularity": -100, + "topicSearchString": "react react-native state hooks proxy" }, { - "githubUrl": "https://github.com/codemask-labs/stan-js", + "githubUrl": "https://github.com/w88975/expo-click-outside", "examples": [ - "https://codemask-labs.github.io/stan-js/examples/react/" + "https://github.com/w88975/expo-click-outside/tree/main/example" ], "ios": true, "android": true, - "web": true, + "expoGo": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/codemask-labs/stan-js", - "clone": "https://github.com/codemask-labs/stan-js.git", - "homepage": "https://codemask-labs.github.io/stan-js/" + "repo": "https://github.com/w88975/expo-click-outside", + "clone": "https://github.com/w88975/expo-click-outside.git", + "homepage": "https://www.npmjs.com/package/expo-click-outside" }, "stats": { "hasIssues": true, - "hasWiki": false, + "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-12T13:12:37Z", - "createdAt": "2023-12-15T15:24:22Z", - "pushedAt": "2025-06-12T13:12:37Z", - "forks": 1, + "updatedAt": "2025-04-07T14:45:08Z", + "createdAt": "2025-04-07T03:52:26Z", + "pushedAt": "2025-04-07T14:45:08Z", + "forks": 0, "issues": 0, - "subscribers": 4, - "stars": 155 + "subscribers": 1, + "stars": 3 }, - "name": "stan-js", - "fullName": "codemask-labs/stan-js", + "name": "expo-click-outside", + "fullName": "w88975/expo-click-outside", "isPrivate": false, - "description": "Lightweight and flexible state management library designed for use in React applications and beyond", + "description": "A way to listen click outside of react-native and Expo (use native platform api).", "topics": [ - "state", - "react", - "store", - "context", - "rerenders", - "typescript", - "intellisense" + "react-native", + "click-outside", + "expo", + "expo-click-outside", + "expoclickoutside" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.7.0", - "tagName": "v1.7.0", - "createdAt": "2025-04-25T13:05:54Z", - "publishedAt": "2025-04-25T13:06:07Z", - "isPrerelease": false + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, - "hasTypes": false, + "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npmPkg": "stan-js", + "npmPkg": "expo-click-outside", "npm": { - "downloads": 1580, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 61, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.028, - "topicSearchString": "state react store context rerenders typescript intellisense" + "popularity": -0.317, + "topicSearchString": "react-native click-outside expo expo-click-outside expoclickoutside" }, { - "githubUrl": "https://github.com/openspacelabs/react-native-zoomable-view", - "npmPkg": "@openspacelabs/react-native-zoomable-view", - "ios": true, + "githubUrl": "https://github.com/versatica/mediasoup-client", "android": true, + "ios": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/openspacelabs/react-native-zoomable-view", - "clone": "https://github.com/openspacelabs/react-native-zoomable-view.git", - "homepage": null + "repo": "https://github.com/versatica/mediasoup-client", + "clone": "https://github.com/versatica/mediasoup-client.git", + "homepage": "https://mediasoup.org" }, "stats": { "hasIssues": true, - "hasWiki": true, - "hasSponsorships": false, + "hasWiki": false, + "hasSponsorships": true, "hasTopics": true, - "updatedAt": "2025-04-28T20:17:46Z", - "createdAt": "2021-09-17T23:14:25Z", - "pushedAt": "2025-04-28T20:17:46Z", - "forks": 61, - "issues": 48, - "subscribers": 7, - "stars": 229 + "updatedAt": "2025-04-08T13:11:13Z", + "createdAt": "2017-07-18T16:44:51Z", + "pushedAt": "2025-04-08T13:11:13Z", + "forks": 234, + "issues": 3, + "subscribers": 42, + "stars": 612 }, - "name": "@openspacelabs/react-native-zoomable-view", - "fullName": "openspacelabs/react-native-zoomable-view", + "name": "mediasoup-client", + "fullName": "versatica/mediasoup-client", "isPrivate": false, - "registry": "https://registry.npmjs.org/", - "description": "A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.", + "description": "mediasoup client side JavaScript library", "topics": [ - "react-native", - "react-component", - "ios", - "android", - "pinch-to-zoom", - "pinch", - "mobile", - "native", - "component", - "view", - "zoom", - "zoomable", - "double", - "tap" + "webrtc", + "ortc", + "browser", + "nodejs", + "javascript", + "sfu", + "client-library" ], "license": { - "key": "mit", - "name": "MIT License", - "spdxId": "MIT", - "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "Release 2.4.2", - "tagName": "v2.4.2", - "createdAt": "2025-04-28T20:17:56Z", - "publishedAt": "2025-04-28T20:28:21Z", - "isPrerelease": false + "key": "isc", + "name": "ISC License", + "spdxId": "ISC", + "url": "http://choosealicense.com/licenses/isc/", + "id": "MDc6TGljZW5zZTEw" }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, + "npmPkg": "mediasoup-client", "npm": { - "downloads": 125047, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" + "downloads": 93596, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 73, "matchingScoreModifiers": [ + "Popular", "Known", + "Recently updated", "Not supporting New Architecture" ], "popularity": 0.028, - "topicSearchString": "react-native react-component ios android pinch-to-zoom pinch mobile native component view zoom zoomable double tap" + "topicSearchString": "webrtc ortc browser nodejs javascript sfu client-library" }, { - "githubUrl": "https://github.com/kiethuynh0904/react-native-nitro-toast", - "examples": [ - "https://github.com/kiethuynh0904/react-native-nitro-toast/tree/master/example" - ], - "ios": true, + "githubUrl": "https://github.com/getsettalk/react-native-advanced-checkbox", "android": true, + "ios": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/kiethuynh0904/react-native-nitro-toast", - "clone": "https://github.com/kiethuynh0904/react-native-nitro-toast.git", - "homepage": null + "repo": "https://github.com/getsettalk/react-native-advanced-checkbox", + "clone": "https://github.com/getsettalk/react-native-advanced-checkbox.git", + "homepage": "https://www.npmjs.com/package/react-native-advanced-checkbox" }, "stats": { "hasIssues": true, - "hasWiki": false, + "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-21T03:01:08Z", - "createdAt": "2025-06-02T04:09:25Z", - "pushedAt": "2025-06-21T03:01:08Z", + "updatedAt": "2025-04-11T10:43:10Z", + "createdAt": "2025-04-10T09:43:44Z", + "pushedAt": "2025-04-11T10:43:10Z", "forks": 0, "issues": 0, - "subscribers": 0, - "stars": 8 + "subscribers": 1, + "stars": 3 }, - "name": "react-native-nitro-toast", - "fullName": "kiethuynh0904/react-native-nitro-toast", + "name": "react-native-advanced-checkbox", + "fullName": "getsettalk/react-native-advanced-checkbox", "isPrivate": false, "registry": "https://registry.npmjs.org/", - "description": "Native toast library for React Native using SwiftUI & Jetpack Compose", + "description": "A versatile, customizable checkbox component for React Native with TypeScript support and full tasted.", "topics": [ "react-native", - "nitro", - "toast" + "checkbox", + "advanced-checkbox", + "animation", + "haptic", + "accessibility", + "group-checkbox" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, - "npmPkg": "react-native-nitro-toast", + "npmPkg": "react-native-advanced-checkbox", "npm": { - "downloads": 194, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 396, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.324, - "topicSearchString": "react-native nitro toast" + "popularity": -0.822, + "topicSearchString": "react-native checkbox advanced-checkbox animation haptic accessibility group-checkbox" }, { - "githubUrl": "https://github.com/victorhenrion/react-native-document-picker-macos", + "githubUrl": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", + "ios": true, + "android": true, + "expoGo": true, + "images": [ + "https://raw.githubusercontent.com/mahdidavoodi7/bottom-sheet-stepper/refs/heads/main/preview.gif" + ], "examples": [ - "https://github.com/victorhenrion/react-native-document-picker-macos/tree/main/example" + "https://github.com/mahdidavoodi7/bottom-sheet-stepper/tree/main/example" ], - "macos": true, - "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/victorhenrion/react-native-document-picker-macos", - "clone": "https://github.com/victorhenrion/react-native-document-picker-macos.git", + "repo": "https://github.com/mahdidavoodi7/bottom-sheet-stepper", + "clone": "https://github.com/mahdidavoodi7/bottom-sheet-stepper.git", "homepage": null }, "stats": { "hasIssues": true, - "hasWiki": false, + "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-17T16:40:51Z", - "createdAt": "2025-06-17T16:24:36Z", - "pushedAt": "2025-06-17T16:40:51Z", - "forks": 0, - "issues": 0, - "subscribers": 0, - "stars": 4 + "updatedAt": "2025-04-15T17:00:54Z", + "createdAt": "2025-04-12T19:28:21Z", + "pushedAt": "2025-04-15T17:00:54Z", + "forks": 2, + "issues": 3, + "subscribers": 1, + "stars": 161 }, - "name": "react-native-document-picker-macos", - "fullName": "victorhenrion/react-native-document-picker-macos", + "name": "bottom-sheet-stepper", + "fullName": "mahdidavoodi7/bottom-sheet-stepper", "isPrivate": false, - "description": "A file and directory picker for React Native macOS.", + "registry": "https://registry.npmjs.org/", + "description": "A lightweight and customizable stepper component for React Native, built on top of @gorhom/bottom-sheet. Easily manage multi-step flows in a modal bottom sheet with smooth animations and full control.", "topics": [ "react-native", - "macos" + "bottom-sheet", + "stepper", + "wizard", + "multi-step", + "modal", + "bottom-sheet-stepper", + "onboarding", + "reanimated", + "gorhom", + "gesture-handler", + "component", + "expo" ], "license": { "key": "mit", @@ -133731,151 +121581,133 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, - "lastRelease": { - "name": "0.1.0", - "tagName": "0.1.0", - "createdAt": "2025-06-17T16:40:51Z", - "publishedAt": "2025-06-17T16:42:21Z", - "isPrerelease": false - }, "hasTypes": true, - "newArchitecture": true, + "newArchitecture": false, "isArchived": false }, - "npmPkg": "react-native-document-picker-macos", + "npmPkg": "bottom-sheet-stepper", "npm": { - "downloads": 51, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 118, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 51, + "score": 49, "matchingScoreModifiers": [ - "Recently updated" + "Recently updated", + "Not supporting New Architecture" ], - "popularity": -0.83, - "topicSearchString": "react-native macos" + "popularity": -0.725, + "topicSearchString": "react-native bottom-sheet stepper wizard multi-step modal bottom-sheet-stepper onboarding reanimated gorhom gesture-handler component expo" }, { - "githubUrl": "https://github.com/observ33r/object-equals", - "npmPkg": "@observ33r/object-equals", + "githubUrl": "https://github.com/mahdidavoodi7/expo-image-compare", "ios": true, "android": true, - "web": true, - "newArchitecture": true, + "expoGo": true, + "images": [ + "https://raw.githubusercontent.com/mahdidavoodi7/expo-image-compare/refs/heads/main/ezgif-426768e63a1227.gif" + ], + "examples": [ + "https://github.com/mahdidavoodi7/expo-image-compare/tree/main/example" + ], "github": { "urls": { - "repo": "https://github.com/observ33r/object-equals", - "clone": "https://github.com/observ33r/object-equals.git", + "repo": "https://github.com/mahdidavoodi7/expo-image-compare", + "clone": "https://github.com/mahdidavoodi7/expo-image-compare.git", "homepage": null }, "stats": { "hasIssues": true, "hasWiki": true, - "hasSponsorships": true, + "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-19T14:12:59Z", - "createdAt": "2025-06-02T00:59:19Z", - "pushedAt": "2025-06-19T14:12:59Z", - "forks": 2, + "updatedAt": "2025-04-13T07:33:48Z", + "createdAt": "2025-04-09T08:08:16Z", + "pushedAt": "2025-04-13T07:33:48Z", + "forks": 0, "issues": 0, "subscribers": 1, - "stars": 49 + "stars": 3 }, - "name": "@observ33r/object-equals", - "fullName": "observ33r/object-equals", + "name": "expo-image-compare", + "fullName": "mahdidavoodi7/expo-image-compare", "isPrivate": false, - "description": "A fast, flexible and robust utility for deep equality comparison with type-specific logic and engine-aware design.", + "description": "A customizable before-after image comparison slider for React Native & Expo using Reanimated v3.", "topics": [ - "deep", - "equal", - "equals", - "equality", - "comparison", - "object", - "compare", - "fast", - "high-performance", - "engine-aware", - "deep-equal", - "typescript", - "react", - "circular", - "crossrealm", - "symbols", - "custom-equality", - "structured-equality", - "cross-realm" + "expo", + "react-native", + "image-compare", + "before-after-slider", + "reanimated", + "gesture-handler", + "compare" ], "license": { - "key": "mit", "name": "MIT License", - "spdxId": "MIT", "url": "http://choosealicense.com/licenses/mit/", - "id": "MDc6TGljZW5zZTEz" - }, - "lastRelease": { - "name": "v1.1.4", - "tagName": "v1.1.4", - "createdAt": "2025-06-19T14:12:59Z", - "publishedAt": "2025-06-19T14:31:31Z", - "isPrerelease": false + "id": "MDc6TGljZW5zZTEz", + "key": "mit", + "spdxId": "MIT" }, "hasTypes": true, "newArchitecture": false, "isArchived": false }, + "npmPkg": "expo-image-compare", "npm": { - "downloads": 560, - "start": "2025-05-23", - "end": "2025-06-21", - "period": "month" + "downloads": 58, + "start": "2025-03-16", + "end": "2025-04-14" }, "score": 49, "matchingScoreModifiers": [ "Recently updated", "Not supporting New Architecture" ], - "popularity": 0.029, - "topicSearchString": "deep equal equals equality comparison object compare fast high-performance engine-aware deep-equal typescript react circular crossrealm symbols custom-equality structured-equality cross-realm" + "popularity": -0.316, + "topicSearchString": "expo react-native image-compare before-after-slider reanimated gesture-handler compare" }, { - "githubUrl": "https://github.com/anuj-kumary/react-native-toastify", - "npmPkg": "react-native-toastify-expo", + "githubUrl": "https://github.com/s77rt/react-native-sodium", + "npmPkg": "@s77rt/react-native-sodium", "ios": true, "android": true, - "expoGo": true, "newArchitecture": true, "github": { "urls": { - "repo": "https://github.com/anuj-kumary/react-native-toastify", - "clone": "https://github.com/anuj-kumary/react-native-toastify.git", - "homepage": "https://www.npmjs.com/package/react-native-toastify-expo" + "repo": "https://github.com/s77rt/react-native-sodium", + "clone": "https://github.com/s77rt/react-native-sodium.git", + "homepage": null }, "stats": { "hasIssues": true, "hasWiki": false, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-22T05:59:27Z", - "createdAt": "2025-04-14T13:42:47Z", - "pushedAt": "2025-06-22T05:59:27Z", + "updatedAt": "2025-04-14T18:19:48Z", + "createdAt": "2025-04-01T10:09:32Z", + "pushedAt": "2025-04-14T18:19:48Z", "forks": 0, "issues": 0, "subscribers": 1, - "stars": 2 + "stars": 1 }, - "name": "react-native-toastify-expo", - "fullName": "anuj-kumary/react-native-toastify", + "name": "@s77rt/react-native-sodium", + "fullName": "s77rt/react-native-sodium", "isPrivate": false, - "description": "A beautiful and customizable toast notification component for React Native applications.", + "description": "A fast cryptography module for React Native using libsodium.", "topics": [ "react-native", - "toast", - "notification", - "alert", - "expo", - "react", - "toastify" + "cryptography", + "crypto", + "encryption", + "decryption", + "hashing", + "encoding", + "decoding", + "base64", + "libsodium", + "sodium" ], "license": { "key": "mit", @@ -133884,72 +121716,56 @@ "url": "http://choosealicense.com/licenses/mit/", "id": "MDc6TGljZW5zZTEz" }, - "hasTypes": true, - "newArchitecture": false, + "hasTypes": false, + "newArchitecture": true, "isArchived": false }, - "npm": { - "downloads": 226, - "start": "2025-05-23", - "end": "2025-06-21" - }, - "score": 49, + "npm": {}, + "score": 51, "matchingScoreModifiers": [ - "Recently updated", - "Not supporting New Architecture" + "Recently updated" ], - "popularity": -0.323, - "topicSearchString": "react-native toast notification alert expo react toastify" + "popularity": -100, + "topicSearchString": "react-native cryptography crypto encryption decryption hashing encoding decoding base64 libsodium sodium" }, { - "githubUrl": "https://github.com/react-native-bridges/react-native-youtube-bridge", + "githubUrl": "https://github.com/Hiroenzo/react-native-mqtt-clients", "examples": [ - "https://snack.expo.dev/@harang/react-native-youtube-bridge", - "https://github.com/react-native-bridges/react-native-youtube-bridge/tree/main/example" - ], - "images": [ - "https://github.com/react-native-bridges/react-native-youtube-bridge/blob/main/assets/example.gif" + "https://github.com/Hiroenzo/react-native-mqtt-clients/tree/main/example" ], "ios": true, "android": true, - "web": true, - "newArchitecture": true, - "expoGo": true, "github": { "urls": { - "repo": "https://github.com/react-native-bridges/react-native-youtube-bridge", - "clone": "https://github.com/react-native-bridges/react-native-youtube-bridge.git", + "repo": "https://github.com/Hiroenzo/react-native-mqtt-clients", + "clone": "https://github.com/Hiroenzo/react-native-mqtt-clients.git", "homepage": null }, "stats": { - "hasIssues": true, + "hasIssues": false, "hasWiki": true, "hasSponsorships": false, "hasTopics": true, - "updatedAt": "2025-06-22T08:30:36Z", - "createdAt": "2025-06-11T09:15:22Z", - "pushedAt": "2025-06-22T08:30:36Z", + "updatedAt": "2025-01-21T01:16:04Z", + "createdAt": "2024-02-01T06:37:27Z", + "pushedAt": "2025-01-21T01:16:04Z", "forks": 0, "issues": 0, - "subscribers": 0, - "stars": 2 + "subscribers": 1, + "stars": 3 }, - "name": "react-native-youtube-bridge", - "fullName": "react-native-bridges/react-native-youtube-bridge", + "name": "react-native-mqtt-clients", + "fullName": "Hiroenzo/react-native-mqtt-clients", "isPrivate": false, - "description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support", + "registry": "https://registry.npmjs.org/", + "description": "TCP-capable MQTT client for react native", "topics": [ "react-native", "ios", "android", - "youtube", - "youtube-bridge", - "youtube-iframe-api", - "youtube-iframe", - "expo", - "web", - "youtube-player", - "youtube-video" + "mqtt", + "cocoamqtt", + "paho" ], "license": { "key": "mit", @@ -133959,37 +121775,36 @@ "id": "MDc6TGljZW5zZTEz" }, "lastRelease": { - "name": "v0.4.3", - "tagName": "v0.4.3", - "createdAt": "2025-06-22T08:31:08Z", - "publishedAt": "2025-06-22T08:31:09Z", + "name": "v0.2.2", + "tagName": "v0.2.2", + "createdAt": "2025-01-21T01:16:04Z", + "publishedAt": "2025-01-21T01:16:53Z", "isPrerelease": false }, "hasTypes": true, - "newArchitecture": false, + "newArchitecture": true, "isArchived": false }, - "npmPkg": "react-native-youtube-bridge", + "npmPkg": "react-native-mqtt-clients", "npm": { - "downloads": 502, - "start": "2025-05-23", - "end": "2025-06-21" + "downloads": 33, + "start": "2025-03-16", + "end": "2025-04-14" }, - "score": 49, + "score": 43, "matchingScoreModifiers": [ - "Recently updated", "Not supporting New Architecture" ], - "popularity": -0.072, - "topicSearchString": "react-native ios android youtube youtube-bridge youtube-iframe-api youtube-iframe expo web youtube-player youtube-video" + "popularity": -0.32, + "topicSearchString": "react-native ios android mqtt cocoamqtt paho" } ], "topics": { "log": 1, "logs": 1, "logger": 2, - "react-native": 1648, - "expo": 239, + "react-native": 1566, + "expo": 222, "error": 7, "console": 3, "colors": 2, @@ -133998,9 +121813,9 @@ "custom": 6, "levels": 1, "namespace": 2, - "debugging": 7, - "ios": 914, - "android": 889, + "debugging": 6, + "ios": 869, + "android": 847, "logging": 6, "gl-react": 2, "gl-react-native": 1, @@ -134009,13 +121824,13 @@ "gl-react-dom": 1, "gl": 8, "opengl": 7, - "react": 580, + "react": 562, "unicons": 1, - "icons": 17, + "icons": 16, "iconscout": 1, "vector": 5, - "vector-icons": 3, - "image": 55, + "vector-icons": 2, + "image": 54, "image-editor": 4, "imageeditor": 3, "photo": 9, @@ -134023,12 +121838,12 @@ "photoeditor": 2, "photoeditorsdk": 1, "photoeditor-sdk": 1, - "sdk": 17, + "sdk": 16, "photo-editing": 1, "image-editing": 1, "image-manipulation": 2, - "video": 28, - "video-editor": 2, + "video": 25, + "video-editor": 1, "videoeditor": 1, "videoeditorsdk": 1, "videoeditor-sdk": 1, @@ -134036,7 +121851,7 @@ "video-manipulation": 1, "crop": 7, "filter": 1, - "native": 166, + "native": 159, "picker": 50, "cropping": 2, "multiple": 7, @@ -134052,43 +121867,43 @@ "step": 3, "dimensions": 2, "reactnative": 40, - "redux": 21, + "redux": 19, "react-redux": 3, "redux-persist": 2, - "react-hooks": 8, + "react-hooks": 7, "reactjs": 29, "redux-thunk": 1, "redux-store": 1, "redux-actions": 1, - "toast": 17, + "toast": 15, "toastboard": 1, "toaster": 2, - "notifications": 18, + "notifications": 17, "units": 2, "pixels": 1, "grid": 10, "scale": 2, - "javascript": 89, - "css": 13, + "javascript": 87, + "css": 12, "responsive": 15, "react-component": 269, - "component": 190, - "shake": 2, + "component": 184, + "shake": 1, "shake-event": 1, "shake-event-android": 1, "shake-event-ios": 1, - "splash-screen": 6, - "splashscreen": 6, - "splash": 6, - "launch-screen": 5, - "launchscreen": 4, + "splash-screen": 4, + "splashscreen": 4, + "splash": 4, + "launch-screen": 3, + "launchscreen": 2, "launchimage": 1, "carousel": 13, "carousel-component": 1, "slider": 26, "swiper": 14, "scrollview": 18, - "typescript": 117, + "typescript": 105, "a11y": 5, "mp4upload": 1, "google-photos": 1, @@ -134103,7 +121918,7 @@ "column": 1, "columns": 1, "resize": 2, - "svg": 34, + "svg": 33, "loader": 11, "transformer": 1, "react-components": 6, @@ -134114,11 +121929,11 @@ "api": 7, "iad": 1, "attributiondetails": 1, - "ui": 68, - "validation": 8, - "class-validator": 2, + "ui": 62, + "validation": 7, + "class-validator": 1, "validate.js": 1, - "form": 13, + "form": 12, "react-formawesome-core": 1, "keychain-service": 2, "keystore-service": 2, @@ -134130,7 +121945,7 @@ "react-token": 1, "multiple-values": 1, "multiple-keys": 1, - "cache": 7, + "cache": 6, "cached-image": 1, "image-cache": 3, "imagebackground": 1, @@ -134141,7 +121956,7 @@ "curvature": 1, "continuity": 1, "mask": 7, - "view": 22, + "view": 21, "smooth-corners": 1, "corners": 1, "rounded-corners": 1, @@ -134151,20 +121966,20 @@ "exceptions": 1, "reporting": 4, "feedback": 3, - "bug-reporting": 3, + "bug-reporting": 2, "bug-reporter": 2, "tableview": 6, "uitableview": 3, "crossplatform": 1, "localizable": 1, "localization": 14, - "facebook": 8, + "facebook": 7, "core": 3, "react-navigation": 22, - "hacktoberfest": 64, + "hacktoberfest": 62, "animated": 29, "multiline": 3, - "drawing": 3, + "drawing": 2, "line": 4, "scatterpoint": 1, "charts": 11, @@ -134181,13 +121996,13 @@ "menubar": 2, "menu": 10, "tabbar": 7, - "calendar": 19, - "event": 4, - "events": 7, + "calendar": 18, + "event": 3, + "events": 6, "component-library": 4, "ui-kit": 7, - "material-design": 25, - "bootstrap": 13, + "material-design": 24, + "bootstrap": 11, "facepile": 1, "face-pile": 1, "avatar-group": 1, @@ -134210,7 +122025,7 @@ "typeface": 1, "font": 10, "typography-themes": 1, - "button": 14, + "button": 13, "mirror": 1, "viewpager": 6, "rondell": 1, @@ -134219,9 +122034,9 @@ "swipeview": 2, "event-listeners": 1, "listeners": 1, - "event-listener": 2, + "event-listener": 1, "signature": 5, - "pdf": 11, + "pdf": 10, "viewer": 5, "java": 13, "objective-c": 10, @@ -134229,7 +122044,7 @@ "multi-select": 4, "orientation": 7, "windows": 26, - "screen": 9, + "screen": 8, "listener": 4, "locker": 1, "push": 10, @@ -134238,42 +122053,44 @@ "gcm": 2, "onesignal": 2, "push-notifications": 10, - "mobile": 74, + "mobile": 72, "onesignal-instructions": 1, "onesignal-notifications": 1, "linkedin": 1, "login": 6, "linkedin-sdk": 1, - "signin": 3, + "signin": 2, "drawer": 8, "side-menu": 3, "image-picker": 4, - "keyboard": 17, + "keyboard": 16, "spacer": 1, "helper": 1, "clean-code": 1, - "tracking": 6, + "tracking": 5, "mixpanel": 2, "mixpanel-sdk": 2, "ios-app": 1, "xcode": 6, "mixpanel-ios-sdk": 1, "mobile-app": 7, - "navigation": 26, + "navigation": 24, "navigator": 5, "pageview": 2, "pager": 6, "page-control": 1, "pagecontrol": 1, "uipagecontrol": 1, - "lottie": 2, - "animation": 49, + "lottie": 1, + "animation": 46, "keyframe": 1, - "maps": 15, + "map": 7, + "mapview": 4, + "google-maps": 4, + "mapkit": 3, + "maps": 16, "directions": 3, - "google-maps": 3, "google-maps-api": 2, - "mapkit": 2, "fade": 2, "bounce": 1, "slide": 3, @@ -134290,33 +122107,33 @@ "step-indicator": 1, "listview": 13, "progress-view": 3, - "dialog": 10, + "dialog": 9, "popup": 14, "react-dialog": 1, "modals": 3, "react-animate": 1, "es6": 2, "material": 24, - "input": 22, + "input": 21, "textinput": 14, "field": 3, "textfield": 4, "floating": 5, "label": 4, - "modal": 36, + "modal": 35, "box": 2, "modalbox": 1, "window": 1, "backdrop": 3, "simple": 8, - "cross-platform": 22, + "cross-platform": 20, "hacktoberfest2023": 1, "tab": 9, "scrollable": 7, "coverflow": 2, "chart": 16, "bedtime": 1, - "circular": 2, + "circular": 1, "circle": 5, "round": 1, "time": 9, @@ -134344,7 +122161,7 @@ "advanced-effects": 1, "date": 7, "select": 24, - "dropdown": 21, + "dropdown": 20, "net": 2, "tcp": 2, "sockets": 2, @@ -134358,7 +122175,7 @@ "twitter": 6, "slcomposeviewcontroller": 1, "rctbridgemodule": 1, - "social": 4, + "social": 3, "share-popups": 1, "ble": 6, "bluetooth": 9, @@ -134373,15 +122190,14 @@ "scan": 2, "card-scanning": 1, "card-io": 1, - "map": 7, "places": 2, - "google-places": 2, + "google-places": 1, "google-places-api": 2, - "autocomplete": 6, + "autocomplete": 4, "google-place-picker": 1, "google-place-api": 1, "google-place-autocomplete": 1, - "text": 18, + "text": 17, "money": 1, "bottomnavigation": 1, "bottom-navigation": 2, @@ -134389,7 +122205,7 @@ "camera-roll": 1, "tween": 1, "conductor": 1, - "utility": 8, + "utility": 6, "progress": 10, "progressbar": 4, "spinner": 12, @@ -134397,7 +122213,7 @@ "loading": 16, "indicator": 6, "producttour": 1, - "app": 7, + "app": 8, "intro": 6, "introduction": 2, "lightbox": 4, @@ -134429,10 +122245,10 @@ "links": 3, "link": 8, "hyperlink": 2, - "url": 8, - "web": 87, + "url": 7, + "web": 82, "fuzzy-links": 2, - "checkbox": 9, + "checkbox": 8, "check-box": 1, "check": 3, "checkbox-component": 1, @@ -134444,7 +122260,7 @@ "packager": 1, "nativebase": 1, "native-platforms": 1, - "nextjs": 4, + "nextjs": 3, "swipeout": 2, "looped": 1, "datepicker": 8, @@ -134464,12 +122280,12 @@ "multi-action-button": 2, "fab": 1, "actionbutton": 1, - "alert": 19, + "alert": 16, "dismiss": 3, "info": 2, "warn": 1, "success": 1, - "notification": 15, + "notification": 13, "popup-menu": 1, "rn": 27, "calendar-strip": 1, @@ -134482,7 +122298,7 @@ "percent": 1, "flip": 4, "card-component": 1, - "firebase": 25, + "firebase": 24, "cloud-messaging": 1, "local-notifications": 1, "toast-ios": 1, @@ -134493,7 +122309,7 @@ "settings": 3, "redux-form": 1, "immutable.js": 1, - "styled-components": 4, + "styled-components": 5, "accordion": 5, "chooser": 2, "select-tag": 2, @@ -134512,7 +122328,7 @@ "activity": 3, "full": 1, "pop-up": 1, - "overlay": 4, + "overlay": 3, "portal": 2, "progress-bar": 3, "sticky": 3, @@ -134520,10 +122336,10 @@ "status": 3, "text-field": 1, "hud": 1, - "components": 23, + "components": 20, "country-picker": 4, - "country": 6, - "flag": 3, + "country": 4, + "flag": 2, "countries": 1, "awesome-button": 1, "react-ui": 1, @@ -134531,7 +122347,7 @@ "http": 10, "webview": 8, "webbrowser": 1, - "browser": 9, + "browser": 10, "circular-menu": 1, "arc-menu": 1, "satellite-menu": 1, @@ -134543,7 +122359,7 @@ "alphabetlist": 1, "contactlist": 1, "pixel-ratio": 1, - "emoji": 7, + "emoji": 6, "emoji-picker": 4, "smart": 2, "badge": 2, @@ -134556,21 +122372,21 @@ "md": 2, "parse": 4, "parser": 3, - "library": 42, - "status-bar": 5, + "library": 39, + "status-bar": 3, "banner": 1, "statusbar": 3, "scaled": 1, "datasource": 1, "pure": 1, - "immutable": 8, - "set": 2, + "immutable": 5, + "set": 1, "immutablejs": 1, "virtualizedlist": 2, "search-header": 1, "header": 5, "uikit": 5, - "device": 7, + "device": 6, "net-info": 1, "audience-network": 1, "native-ads": 2, @@ -134578,13 +122394,13 @@ "branch": 1, "metrics": 2, "deeplink": 1, - "deep": 2, + "deep": 1, "universal-links": 1, "app-links": 1, - "analytics": 12, + "analytics": 11, "deep-linking": 3, - "module": 9, - "auth": 15, + "module": 8, + "auth": 14, "awake": 2, "lock": 2, "sleep": 2, @@ -134599,13 +122415,13 @@ "launchui": 1, "show": 2, "hide": 2, - "blur": 8, + "blur": 7, "uiview": 1, - "location": 11, + "location": 10, "permission": 1, "authorization": 1, "permissions": 3, - "screenshot": 7, + "screenshot": 6, "viewshot": 2, "view-snapshot": 1, "snapshot": 2, @@ -134615,7 +122431,7 @@ "safariview": 1, "safari-view-controller": 2, "firestack": 2, - "oauth": 8, + "oauth": 7, "cmmotionmanager": 1, "motionmanager": 1, "gyroscope": 3, @@ -134631,19 +122447,19 @@ "geocoding": 3, "device-orientation": 1, "display": 1, - "viewport": 4, + "viewport": 3, "universal-apps": 1, "device-detection": 1, - "background": 14, - "fetch": 10, + "background": 13, + "fetch": 9, "stripe": 6, "siri": 2, "speech": 5, "speak": 1, "speech-to-text": 1, "search-bar": 1, - "fabric": 9, - "authentication": 21, + "fabric": 8, + "authentication": 19, "digits": 3, "horizontal": 3, "vertical": 3, @@ -134652,14 +122468,14 @@ "keyboard-input": 1, "keyboard-component": 1, "inputaccessoryview": 1, - "privacy": 4, + "privacy": 3, "secure": 3, "sms-listener": 1, - "network": 12, + "network": 11, "lan": 3, "android-library": 2, "ios-lib": 1, - "networking": 5, + "networking": 4, "proximity": 1, "proximity-sensor": 1, "sensor": 3, @@ -134674,11 +122490,11 @@ "recurring-events": 1, "ios-calendar-api": 1, "android-calendar-api": 1, - "pinch": 9, - "pinch-to-zoom": 9, + "pinch": 8, + "pinch-to-zoom": 8, "materialkit": 1, "i18n": 12, - "tooltip": 7, + "tooltip": 6, "bottom-sheet-behavior": 1, "coordinatorlayout": 1, "bottomsheet": 5, @@ -134698,17 +122514,17 @@ "theming": 1, "styling": 5, "stylesheet": 4, - "performance": 17, + "performance": 15, "design": 10, "css-modules": 1, "ab": 2, - "test": 4, + "test": 3, "testing": 9, "experiment": 2, "variant": 2, "pouchdb": 2, "offlinefirst": 2, - "database": 9, + "database": 8, "local-db": 1, "db-events": 1, "rerender": 1, @@ -134725,7 +122541,7 @@ "remobile": 1, "lazyload": 1, "load": 1, - "customizable": 14, + "customizable": 12, "nav": 1, "tweening": 1, "easing": 2, @@ -134740,14 +122556,14 @@ "collapse": 3, "collapsible": 6, "toggle": 3, - "navigation-bar": 7, + "navigation-bar": 5, "router": 5, "react-router": 1, - "gesture": 11, + "gesture": 10, "detection": 3, "action-sheet": 5, - "gestures": 5, - "zoom": 8, + "gestures": 4, + "zoom": 7, "listitem": 1, "low": 1, "energy": 1, @@ -134777,10 +122593,10 @@ "transactions": 1, "apn": 1, "messaging": 4, - "crash": 4, + "crash": 3, "dynamic-links": 1, "crashlytics": 3, - "bug": 3, + "bug": 2, "realtime": 5, "synchronized": 1, "realtome-database": 1, @@ -134788,7 +122604,7 @@ "dynamic-link": 1, "nosql": 1, "query": 3, - "https": 4, + "https": 3, "callable": 1, "in-app-messaging": 2, "predictions": 1, @@ -134806,7 +122622,7 @@ "latency": 1, "performance-monitoring": 1, "remote": 3, - "audio": 24, + "audio": 20, "json": 3, "cloud-storage": 1, "storage": 12, @@ -134823,7 +122639,7 @@ "fonts": 4, "font-awesome": 2, "fontawesome": 6, - "icon": 11, + "icon": 10, "icons-fontawesome": 1, "submit": 1, "submit-button": 1, @@ -134834,7 +122650,7 @@ "zip-assets": 1, "actionsheet": 5, "custom-action-sheet": 1, - "document": 4, + "document": 3, "perspective": 1, "skeletor": 1, "batch": 2, @@ -134842,15 +122658,15 @@ "deprecated": 2, "obsolete": 1, "bouncy": 3, - "drag-and-drop": 2, + "drag-and-drop": 1, "material-ui": 2, "onboarding": 5, - "tutorial": 7, + "tutorial": 6, "welcome": 1, "instructions": 1, "falling": 1, - "scheme": 2, - "build": 5, + "scheme": 1, + "build": 4, "configuration": 1, "environment": 3, "variables": 1, @@ -134860,7 +122676,7 @@ "drop-in": 1, "formik": 1, "react-dom": 3, - "hooks": 19, + "hooks": 18, "render-props": 1, "higher-order-component": 1, "hoc": 1, @@ -134893,9 +122709,9 @@ "watermark": 1, "mark": 1, "icon-watermark": 1, - "walkthrough": 3, + "walkthrough": 2, "highlighting": 3, - "canvas": 8, + "canvas": 7, "graphics": 4, "draggable": 5, "draggable-calendar": 1, @@ -134915,16 +122731,16 @@ "keyboard-accessory": 2, "input-accessory": 1, "sticky-views": 1, - "date-picker": 4, + "date-picker": 3, "datetimepicker": 4, "date-time-picker": 1, "datepicker-component": 1, - "time-picker": 5, + "time-picker": 4, "timepicker": 5, "linear-gradient": 3, "radial-gradient": 2, "gradient": 9, - "sqlite": 11, + "sqlite": 10, "indexeddb": 1, "lokijs": 1, "watermelon": 1, @@ -134940,8 +122756,8 @@ "react-windows": 1, "track-player": 1, "audio-player": 2, - "player": 11, - "music": 8, + "player": 9, + "music": 6, "controls": 1, "chromecast": 2, "music-player": 1, @@ -134983,7 +122799,7 @@ "expo-device": 1, "expo-document-picker": 1, "document-picker": 1, - "file-system": 3, + "file-system": 2, "glview": 1, "webgl": 3, "expo-haptics": 1, @@ -134994,7 +122810,7 @@ "keep-awake": 1, "touchid": 3, "faceid": 3, - "fingerprint": 6, + "fingerprint": 5, "locales": 1, "geolocation": 6, "coords": 1, @@ -135002,7 +122818,7 @@ "heading": 1, "mail": 2, "composer": 1, - "media": 8, + "media": 7, "videos": 3, "expo-network": 1, "expo-notifications": 2, @@ -135017,7 +122833,7 @@ "airprint": 1, "processing.js": 1, "expo-secure-store": 1, - "store": 6, + "store": 4, "sensors": 1, "devicemotion": 1, "lightsensor": 1, @@ -135025,7 +122841,7 @@ "barometer": 2, "expo-speech": 1, "voice": 4, - "sql": 2, + "sql": 1, "async-storage": 7, "expo-store-review": 1, "reviews": 2, @@ -135078,7 +122894,7 @@ "wifi-direct": 1, "wi-fi-direct": 1, "wifi-p2p-manager": 1, - "wifi": 6, + "wifi": 5, "bundle": 7, "bundles": 1, "separate": 1, @@ -135098,8 +122914,8 @@ "pacman": 1, "uidocumentmenuviewcontroller": 1, "dropbox": 1, - "google-drive": 2, - "icloud": 3, + "google-drive": 1, + "icloud": 2, "calendars": 1, "persian-calendar": 2, "jalaali-calendar": 1, @@ -135110,12 +122926,12 @@ "multi-slider": 1, "cookies": 1, "thumbnails": 1, - "reanimated": 48, + "reanimated": 45, "bottom-sheet": 13, "handler": 3, - "zoomable": 3, - "double": 2, - "tap": 2, + "zoomable": 2, + "double": 1, + "tap": 1, "double-tap": 2, "clipboard": 3, "emoji-mart": 1, @@ -135128,8 +122944,8 @@ "desktop": 1, "reactotron": 1, "redux-saga": 1, - "axios": 3, - "promise": 6, + "axios": 2, + "promise": 5, "geofence": 2, "geofencing": 2, "background-location": 1, @@ -135144,14 +122960,14 @@ "eslint": 2, "eslintplugin": 1, "eslint-plugin": 1, - "accessibility": 8, + "accessibility": 7, "zendesk": 2, "rn-zendesk": 1, "help-center": 3, "zendesk-help": 1, "androidprogressbar": 1, "progressviewios": 1, - "macos": 13, + "macos": 12, "getstring": 1, "setstring": 1, "speech-recognition": 1, @@ -135170,7 +122986,7 @@ "localize": 2, "l20n": 2, "language-detection": 1, - "dual-screen": 4, + "dual-screen": 3, "expo-splash-screen": 1, "launch": 3, "updates": 2, @@ -135180,7 +122996,7 @@ "expo-linking": 1, "expo-screen-orientation": 1, "expo-sharing": 1, - "safe-area": 4, + "safe-area": 3, "safeareainsets": 1, "shared-element": 1, "expo-shared-element": 1, @@ -135215,9 +123031,9 @@ "avfoundation": 1, "avaudiosession": 1, "opensource": 1, - "webrtc": 11, + "webrtc": 10, "twilio-video": 1, - "video-streaming": 3, + "video-streaming": 2, "realtime-video": 1, "twilio": 2, "video-call": 1, @@ -135271,16 +123087,16 @@ "playstore": 5, "cocoapod": 2, "sound": 4, - "cached": 3, + "cached": 2, "fastimage": 2, "priority": 2, "sdwebimage": 1, "glide": 2, - "image-viewer": 5, + "image-viewer": 6, "option": 3, "translucent": 1, "subscriptions": 3, - "google-sign-in": 2, + "google-sign-in": 1, "google-login": 1, "android-creadential-manager": 1, "googlesignin": 1, @@ -135288,7 +123104,7 @@ "ivideo": 1, "video-play": 1, "react-video": 1, - "cloud": 2, + "cloud": 1, "parse-platform": 1, "parse-js": 1, "javascript-sdk": 1, @@ -135346,9 +123162,9 @@ "transitions": 2, "react-video-controls": 2, "react-video-player": 2, - "video-player": 6, + "video-player": 5, "video-controls": 2, - "elements": 7, + "elements": 6, "itunes": 2, "apple-music": 2, "html-parser": 1, @@ -135408,9 +123224,9 @@ "mapbox-gl": 1, "large-list": 2, "sectionlist": 5, - "high-performance": 3, + "high-performance": 2, "swipable-flatlist": 1, - "focus": 4, + "focus": 3, "masonry": 2, "pinterest": 1, "masonry-layout": 1, @@ -135452,7 +123268,7 @@ "font-size": 2, "reponsive": 1, "git": 2, - "github": 2, + "github": 1, "size": 2, "width": 1, "hypertext": 2, @@ -135464,7 +123280,7 @@ "ux-cam": 1, "treasure-data": 1, "treasuredata": 1, - "tvos": 6, + "tvos": 3, "flurry": 1, "marketing": 1, "googlemaps": 1, @@ -135472,7 +123288,7 @@ "polygon": 2, "containslocation": 1, "geo-fencing": 1, - "gps": 5, + "gps": 4, "fused": 2, "play-services": 1, "wheel": 6, @@ -135490,7 +123306,7 @@ "idle": 1, "dim": 1, "inappbrowser": 1, - "in-app-browser": 3, + "in-app-browser": 6, "appbrowser": 1, "safariservices": 1, "authenticationservices": 1, @@ -135503,9 +123319,9 @@ "sensitive-info": 1, "ios-keychain": 1, "android-shared-preferences": 1, - "touch-id": 3, + "touch-id": 2, "authenticate": 2, - "youtube": 3, + "youtube": 2, "powerbi": 1, "msal": 1, "b2c": 1, @@ -135587,9 +123403,9 @@ "pin": 2, "fusedlocationproviderclient": 1, "acceleration": 1, - "sortable": 4, + "sortable": 3, "fingerprint-scanner": 1, - "face-id": 2, + "face-id": 1, "biometrics": 2, "cast": 1, "google-cast": 1, @@ -135618,7 +123434,7 @@ "csprng": 1, "securerandom": 1, "randomnumbergenerator": 1, - "cryptography": 4, + "cryptography": 3, "cardview": 1, "card-view": 2, "shadow": 7, @@ -135632,16 +123448,15 @@ "maplibre": 2, "cluster": 1, "clustering": 1, - "mapview": 3, "markers": 1, "nfc": 1, "watch": 1, - "apple-watch": 2, + "apple-watch": 1, "iwatch": 1, "large-files": 2, "nearby": 1, "messages": 1, - "native-module": 14, + "native-module": 12, "nearby-messages": 1, "google-nearby": 2, "broadcast": 2, @@ -135661,12 +123476,12 @@ "action": 1, "blurhash": 1, "node": 5, - "youtube-iframe": 2, + "youtube-iframe": 1, "iframe": 1, "youtube-api": 1, - "youtube-player": 2, - "youtube-video": 2, - "manager": 5, + "youtube-player": 1, + "youtube-video": 1, + "manager": 4, "rooster": 1, "animate-numerical-value": 1, "count-up": 1, @@ -135693,11 +123508,11 @@ "meetings": 1, "jwplayer": 2, "mediaplayer": 2, - "media-player": 4, + "media-player": 3, "jw": 2, "ios-ui": 1, "emoji-keyboard": 2, - "gesture-handler": 11, + "gesture-handler": 9, "popup-ui": 1, "popup-ui-design": 1, "elegant": 1, @@ -135762,8 +123577,8 @@ "share-screen": 1, "emulator": 1, "recorder": 3, - "screen-capture": 3, - "screenrecord": 2, + "screen-capture": 2, + "screenrecord": 1, "screen-recorder": 1, "simple-logger": 1, "nestedlist": 1, @@ -135771,7 +123586,7 @@ "paypal": 2, "checkout": 1, "paypal-checkout": 1, - "reanimated2": 9, + "reanimated2": 8, "decode-qr": 1, "generate-qr": 1, "data-matrix": 2, @@ -135784,7 +123599,7 @@ "detect-qr-code-from-image": 1, "qrcode-detector": 1, "totp": 3, - "decoder": 2, + "decoder": 1, "weekview": 1, "calendar-view": 2, "fast-storage": 1, @@ -135794,7 +123609,7 @@ "encryption": 4, "mmkv": 2, "key-value-storage": 1, - "fast": 11, + "fast": 9, "persist-storage": 1, "secure-storage": 1, "redux-persist-storage": 1, @@ -135825,7 +123640,7 @@ "carplay": 1, "car": 1, "auto": 2, - "classes": 4, + "classes": 3, "usestyles": 1, "react-devtools": 1, "redux-devtools-extension": 1, @@ -135849,7 +123664,7 @@ "ionicons": 1, "ionic": 1, "processing": 2, - "edit": 2, + "edit": 1, "videoedit": 1, "ios-video-editor": 1, "android-video-editor": 1, @@ -135864,7 +123679,7 @@ "bottom-slider": 1, "widgetkit": 1, "ios14": 1, - "paper": 5, + "paper": 4, "media-queries": 1, "fbt": 1, "navigation-bar-color": 2, @@ -135886,7 +123701,7 @@ "design-system": 3, "wrapper": 4, "ndef": 1, - "form-validation": 2, + "form-validation": 1, "dx": 1, "wix": 1, "error-boundary": 1, @@ -135900,9 +123715,9 @@ "sca": 1, "strong-customer-authentication": 1, "2-factor": 1, - "2fa": 2, + "2fa": 1, "payment-intents": 2, - "tracker": 2, + "tracker": 1, "apple-health": 2, "googlefit": 1, "fitnessapi": 1, @@ -135940,19 +123755,19 @@ "files": 1, "courier": 1, "upload-blobs": 1, - "benchmark": 2, + "benchmark": 1, "key": 1, "value": 1, "turbo": 4, - "async": 7, + "async": 6, "vision": 3, "snapchat": 1, "ai": 5, "worklet": 3, "frame": 1, "tcp-socket": 1, - "tls": 2, - "ssl": 3, + "tls": 1, + "ssl": 2, "tcp-server": 1, "tcp-client": 1, "scroller": 1, @@ -135975,11 +123790,11 @@ "hold-to-open": 1, "atomic-css": 2, "service": 3, - "background-task": 2, + "background-task": 1, "image-box": 1, - "image-modal": 1, + "image-modal": 2, "stora": 1, - "state": 15, + "state": 13, "testing-library": 1, "anhtuank7c": 1, "ctlabvn": 1, @@ -136078,7 +123893,7 @@ "figma": 1, "retina": 1, "hole": 1, - "tint": 2, + "tint": 1, "click-through": 1, "soft-input": 1, "avoid-soft-input": 1, @@ -136112,7 +123927,7 @@ "semantic-versioning": 1, "versioning": 1, "release": 2, - "eventemitter": 2, + "eventemitter": 1, "loading-image": 1, "progressive": 1, "lazy-load": 1, @@ -136127,7 +123942,6 @@ "blacklivesmatter": 1, "nowar": 1, "augmented-reality": 1, - "ar": 1, "bundle-visualizer": 1, "bundle-size": 1, "visualizer": 2, @@ -136138,7 +123952,7 @@ "responsive-dimensions": 2, "hacktoberfest2021": 1, "hacktoberfest2022": 1, - "security": 10, + "security": 7, "curved": 2, "react-pager": 1, "react-tabs": 1, @@ -136179,13 +123993,13 @@ "flex-grow": 1, "fix": 1, "system-ui-visibility": 1, - "detector": 3, + "detector": 1, "generating-barcodes": 1, "tachyon": 1, "tachyons": 1, "category": 2, "compression": 4, - "compress": 3, + "compress": 2, "compress-images": 1, "compress-videos": 1, "compressor": 2, @@ -136196,7 +124010,7 @@ "video-metadata": 2, "bitrate": 1, "exif": 1, - "phone-number": 3, + "phone-number": 2, "gesture-flip": 1, "panresponder": 1, "month-year-picker": 1, @@ -136245,9 +124059,9 @@ "app-icon": 3, "bounceable-component": 1, "rn-bounceable": 1, - "edge-to-edge": 3, - "system-bar": 2, - "system-bars": 2, + "edge-to-edge": 1, + "system-bar": 1, + "system-bars": 1, "codegen": 1, "index.js": 1, "macro": 1, @@ -136261,7 +124075,7 @@ "logo": 1, "creditcard": 1, "sf": 1, - "symbols": 3, + "symbols": 2, "sfsymbols": 2, "symbol": 1, "store-kit": 1, @@ -136272,7 +124086,7 @@ "review-is-sent-to-the-app-gallery": 1, "in-app-comment": 1, "review-api": 1, - "state-management": 7, + "state-management": 6, "state-persistence": 1, "shipt": 1, "visual-regression": 1, @@ -136284,9 +124098,9 @@ "expo-video-player": 1, "videoplayer": 1, "expo-videoplayer": 1, - "passkey": 3, - "passkeys": 2, - "passwordless": 3, + "passkey": 2, + "passkeys": 1, + "passwordless": 2, "pdf417": 1, "ean13": 1, "port": 1, @@ -136305,14 +124119,14 @@ "hashing": 2, "cpp": 8, "icomoon": 1, - "svg-icons": 3, + "svg-icons": 2, "chat-ui": 1, "gauge": 1, "insta-story": 1, "story": 3, "alphabet": 1, "letters": 1, - "address": 2, + "address": 1, "placeholders": 1, "share-extension": 3, "custom-view": 1, @@ -136325,7 +124139,7 @@ "solito": 1, "tamagui": 1, "tag-input": 1, - "visibility": 3, + "visibility": 2, "visbility-sensor": 1, "scheduling": 1, "channels": 1, @@ -136336,7 +124150,6 @@ "interactive-notifications": 1, "ios-15": 1, "do-not-disturb": 1, - "react-auth": 1, "wheely": 1, "arguments": 1, "detox": 1, @@ -136349,11 +124162,11 @@ "advanced": 1, "native-advanced-ads": 1, "admob-native-advanced-ads": 1, - "graph": 6, + "graph": 5, "stock": 1, "beautiful": 1, "wallet": 4, - "skia": 9, + "skia": 8, "linegraph": 1, "web3": 3, "bignumber": 1, @@ -136378,7 +124191,6 @@ "avoiding-view": 1, "sticky-view": 1, "over-keyboard-view": 1, - "keyboard-background-view": 1, "keyboard-aware-scroll-view": 1, "keyboard-toolbar": 1, "keyboard-done-button": 1, @@ -136400,7 +124212,7 @@ "get-random-values": 2, "getrandomvalues": 2, "webcrypto": 1, - "random": 3, + "random": 2, "recyclerlistview": 1, "prettier": 1, "m1": 1, @@ -136543,7 +124355,7 @@ "match-media": 1, "breakpoint": 1, "validated-form": 1, - "form-component": 2, + "form-component": 1, "pin-input": 1, "otp": 4, "confetti": 1, @@ -136575,7 +124387,6 @@ "actions": 1, "uiapplicationshortcutitem": 2, "shortcut": 1, - "nitro": 15, "hotkeys": 1, "reactnativekeys": 1, "chunk": 1, @@ -136636,7 +124447,7 @@ "health-sdk": 1, "line-chart": 2, "chart-library": 1, - "ui-component": 6, + "ui-component": 5, "reanimated3": 4, "qrcode-svg": 1, "qrcode-styled": 1, @@ -136648,7 +124459,7 @@ "rn-vertical-slider": 1, "chatbot": 2, "chatgpt": 2, - "cropper": 3, + "cropper": 2, "rotation": 1, "month": 1, "12-columns": 1, @@ -136659,7 +124470,7 @@ "zero-dependency": 1, "amap": 1, "analytics-tracking": 1, - "ssl-pinning": 2, + "ssl-pinning": 1, "pki": 1, "mock-api": 1, "pretender": 1, @@ -136680,28 +124491,14 @@ "syntax-highlighter": 1, "code-highlight": 1, "syntax-highlighting": 2, - "screenguard": 1, "protection": 1, "prevent": 1, "capture-protection": 1, - "screenshot-prevent": 1, - "screenshot-blocker": 1, - "screenshot-detector": 1, - "screenshot-protection": 2, - "screenshot-prevention": 1, - "screenshot-blocking": 1, - "screenshot-block": 1, - "screenshot-blocking-ios": 1, - "screenshot-blocking-android": 1, - "screenshot-block-ios": 1, - "screenshot-block-android": 1, - "screenshot-blocker-ios": 1, - "screenshot-blocker-android": 1, "totp-utils": 1, "apearance": 1, "rsa": 1, "numero": 1, - "visualization": 4, + "visualization": 3, "autofocus": 1, "next-field": 1, "enter": 1, @@ -136731,12 +124528,11 @@ "is-maestro": 1, "android-widget": 1, "home-screen-widget": 1, - "ui-library": 7, + "ui-library": 5, "mergerefs": 1, "kit": 1, "situm": 1, "indoor-positioning": 1, - "indoor-maps": 1, "wayfinding": 1, "ory-kratos": 1, "registration": 1, @@ -136758,7 +124554,7 @@ "expo-time-picker": 1, "expo-timepicker": 1, "expo-durationpicker": 1, - "package": 3, + "package": 2, "nanohttpd": 1, "gcdhttpserver": 1, "webserver": 1, @@ -136786,12 +124582,12 @@ "spotlight-tour": 1, "tour": 1, "user-guide": 1, - "react-hook-form": 2, + "react-hook-form": 1, "mask-input": 1, "international-number-phone": 1, "custom-lib": 1, "codes": 2, - "flags": 2, + "flags": 1, "menubar-app": 1, "otp-verify": 1, "otp-input": 3, @@ -136817,7 +124613,7 @@ "datetpicker": 1, "datet-picker": 1, "daterange": 1, - "highlight": 4, + "highlight": 3, "keywords": 1, "blur-view": 1, "animate": 1, @@ -136950,7 +124746,6 @@ "action-cable": 1, "rails5": 1, "rails6": 1, - "uitextvi": 1, "server-sent-events": 1, "stream": 1, "eventsource": 1, @@ -136959,7 +124754,7 @@ "expo-foreground-actions": 1, "expoforegroundactions": 1, "user-interaction": 2, - "lightweight": 6, + "lightweight": 5, "tab-control": 2, "segmented-tabs": 1, "tabs-navigation": 1, @@ -136987,7 +124782,7 @@ "two-factor-authentication": 1, "2fa-otp-input": 1, "ios-library": 1, - "newarchitecture": 2, + "newarchitecture": 1, "otp-library": 1, "otp-textfield": 1, "otp-verification": 1, @@ -137003,8 +124798,6 @@ "network-discovery": 2, "websocket-connection": 1, "portscanning": 1, - "cryptocurrency": 1, - "quick": 1, "radiobuttons": 1, "floatingcard": 1, "inputs": 1, @@ -137028,7 +124821,7 @@ "gallery-preview": 1, "nacl": 1, "segment": 2, - "braze": 2, + "braze": 1, "appboy": 1, "segmentation": 2, "feature-flags": 1, @@ -137039,7 +124832,7 @@ "expo-insights": 1, "expoinsights": 1, "insights": 1, - "eas": 3, + "eas": 2, "expo-clipboard": 1, "expo-navigation-bar": 1, "expo-symbols": 1, @@ -137053,7 +124846,7 @@ "storekit": 1, "healthicons": 1, "in-app-billing": 1, - "clevertap": 2, + "clevertap": 1, "clevertap-react-native": 1, "engagement": 1, "user-retention": 1, @@ -137069,7 +124862,7 @@ "cocoalumberjack": 1, "logback": 1, "okta": 1, - "oidc": 2, + "oidc": 1, "ml-kit": 1, "filament": 1, "rendering": 1, @@ -137078,7 +124871,7 @@ "model": 1, "metal": 1, "vulkan": 1, - "tiny": 2, + "tiny": 1, "sync-engine": 1, "supabase": 1, "client-library": 2, @@ -137086,10 +124879,10 @@ "mit-license": 1, "node-js": 1, "nuxt": 1, - "orm": 2, - "postgres": 2, + "orm": 1, + "postgres": 1, "pushalert": 1, - "toastify": 4, + "toastify": 3, "react-toastify": 1, "toastify-react-native": 1, "expo-cli": 1, @@ -137102,7 +124895,7 @@ "multilanguage": 1, "country-codes": 2, "google-autocomplete": 1, - "google-places-autocomplete": 2, + "google-places-autocomplete": 1, "paste": 1, "wear-os": 1, "wearable": 1, @@ -137126,17 +124919,18 @@ "rnfs": 1, "lighttpd": 1, "embed": 1, - "management": 3, + "android-finish": 1, + "management": 2, "sms-verification": 1, "collaborate": 2, "student-vscode": 1, "razorpay": 1, - "moengage": 2, - "appsflyer": 2, + "moengage": 1, + "appsflyer": 1, "toastable": 1, "ruler-picker": 1, - "rneui": 3, - "themed": 3, + "rneui": 2, + "themed": 1, "toasts": 2, "sonner": 1, "sonner-native": 1, @@ -137212,7 +125006,7 @@ "cnpj": 3, "isemail": 1, "javascript-library": 2, - "typescript-library": 2, + "typescript-library": 1, "validate-js": 1, "azure-translator": 1, "translator": 2, @@ -137228,6 +125022,7 @@ "react-redux-persist": 1, "redux-persist2": 1, "redux-toolkit": 2, + "nitro": 10, "hotp": 1, "otpauth": 1, "otp-auth": 1, @@ -137258,7 +125053,7 @@ "no-babel": 1, "easy-setup": 1, "one-package": 1, - "mobile-ui": 2, + "mobile-ui": 1, "minimalist": 1, "mobile-first": 1, "nativeflowcss": 1, @@ -137269,7 +125064,7 @@ "expo-updates": 2, "expo-in-app-updates": 1, "expoinappupdates": 1, - "expo-module": 3, + "expo-module": 2, "in-app-updates": 2, "expo-manifests": 1, "expo-structured-headers": 1, @@ -137336,7 +125131,7 @@ "webpconverter": 1, "image-compression": 1, "webp-converter": 1, - "turbo-module": 3, + "turbo-module": 1, "locale": 1, "device-locale": 1, "native-sass": 1, @@ -137349,7 +125144,7 @@ "fusioncharts": 1, "plaid": 1, "plaid-link": 1, - "immer": 3, + "immer": 2, "resources": 1, "generate": 1, "scaffold": 2, @@ -137386,13 +125181,17 @@ "juhuu": 1, "schema": 1, "inference": 1, - "classname": 3, + "schema-validation": 1, + "type-inference": 1, + "runtime-validation": 1, + "static-types": 1, + "classname": 2, "classlist": 1, "merge": 1, "conflict": 1, "override": 1, "utility-classes": 1, - "classnames": 3, + "classnames": 2, "dayjs": 1, "moment": 1, "date-formatting": 1, @@ -137408,7 +125207,7 @@ "npm-cli": 1, "visibility-sensor": 1, "visibilitysensor": 1, - "in-view": 2, + "in-view": 1, "inview": 1, "waveform": 1, "audio-waveform": 1, @@ -137480,6 +125279,11 @@ "expo-push-notification-react-native": 1, "native-notify": 1, "native-notify-push-notifications": 1, + "media-processing": 1, + "video-processing": 1, + "nitro-media-kit": 1, + "ffmpeg": 1, + "ffmpeg-kit": 1, "toast-notification": 1, "irano": 1, "expo-irano": 1, @@ -137519,7 +125323,7 @@ "fishjam": 1, "fishjamcloud": 1, "membranewebrtc": 1, - "streaming": 2, + "streaming": 1, "animated-ellipsis": 1, "rn-animated-ellipsis": 1, "loading-animation": 1, @@ -137570,7 +125374,7 @@ "ai-chatbot": 1, "app-framework": 1, "toolkit": 1, - "reducer": 4, + "reducer": 2, "slice": 1, "predictable": 1, "functional": 1, @@ -137634,7 +125438,7 @@ "typinganimation": 1, "style-variance-authority": 1, "sva": 1, - "variants": 2, + "variants": 1, "draggable-flex": 1, "draggable-grid": 1, "reorder": 1, @@ -137667,9 +125471,12 @@ "key-events": 1, "linear-shadow": 1, "linear-inner-shadow": 1, + "inset": 1, "inset-shadow": 1, "shadow-pressable": 1, "shadow-toggle": 1, + "inner-shadow-pressable": 1, + "inner-shadow-toggle": 1, "skia-canvas": 1, "reactnativeinnershadow": 1, "segmented-control-2": 1, @@ -137682,9 +125489,9 @@ "live-updates": 1, "hot-updates": 1, "expo-ota": 1, - "appcenter": 2, + "appcenter": 1, "ota-update": 1, - "optimization": 2, + "optimization": 1, "optimize": 1, "expo-googlenearby-connection": 1, "expogooglenearbyconnection": 1, @@ -137804,7 +125611,6 @@ "google-translate": 1, "deepl": 1, "image-compressor": 2, - "in-app-browser-module": 1, "nitro-in-app-browser": 1, "mediapipe": 1, "local-llm": 1, @@ -137861,285 +125667,13 @@ "gorhom": 1, "image-compare": 1, "before-after-slider": 1, - "compare": 3, + "compare": 1, "decryption": 1, "encoding": 1, "decoding": 1, "mqtt": 1, "cocoamqtt": 1, - "paho": 1, - "google-api": 1, - "shakebugs": 1, - "report": 1, - "shake-sdk": 1, - "bug-reports": 1, - "wav": 2, - "mp3": 1, - "converter": 1, - "lame": 1, - "uuid": 1, - "rfc4122": 1, - "reactivelions": 1, - "screenshot-test": 1, - "screenshot-testing": 1, - "snapshot-test": 1, - "snapshot-testing": 1, - "splash-view": 1, - "iso": 1, - "queue": 1, - "wavpack": 1, - "audio-decoder": 1, - "audio-processing": 1, - "file-conversion": 1, - "progress-events": 1, - "gzip": 1, - "decompress": 1, - "expo-emoji-picker": 1, - "mobile-security": 1, - "stallion": 1, - "vlc": 1, - "mp4": 1, - "rtsp": 1, - "rtmp": 1, - "vlc-player": 1, - "airship": 1, - "react-native-velements": 2, - "rn-vui": 2, - "elements-themed": 1, - "rudder": 11, - "db-encryption": 1, - "amplitude": 1, - "singular": 1, - "video-composition": 1, - "expo-image-crop-tool": 1, - "image-crop-tool": 1, - "crop-tool": 1, - "expoimagecroptool": 1, - "shazamkit": 1, - "shazam": 1, - "animated-checkbox": 1, - "customizable-checkbox": 1, - "expo-passkey": 1, - "expopasskeymodule": 1, - "biometric": 2, - "better-auth": 1, - "status-bar-height": 1, - "status-bar-height-ios": 1, - "status-bar-height-android": 1, - "status-bar-height-ios-android": 1, - "bottom-inset": 1, - "safe-area-inset": 1, - "matomo": 1, - "foldable": 1, - "fold-detection": 1, - "foldable-phone": 1, - "fold": 1, - "foldable-device": 1, - "device-posture": 1, - "screen-posture": 1, - "multi-window": 1, - "foldable-support": 1, - "foldable-devices": 1, - "google-sso": 1, - "nitro-google-sso": 1, - "google-signin": 2, - "sso": 1, - "pdf-lib": 1, - "create": 1, - "modify": 1, - "creation": 1, - "modification": 1, - "editing": 1, - "deep-equal": 2, - "equality": 2, - "lodash": 1, - "isequal": 1, - "vue": 1, - "angular": 1, - "object-comparison": 1, - "array-comparison": 1, - "deep-comparison": 1, - "zero-dependencies": 1, - "circular-references": 1, - "speed": 1, - "efficient": 1, - "alternative": 1, - "replacement": 1, - "recoil": 1, - "atomic": 1, - "geolib": 1, - "wgs84": 1, - "distance": 1, - "geography": 1, - "geojson": 1, - "sexagesimal": 1, - "latlng": 1, - "debounce": 1, - "react-hook": 1, - "usedebounce": 1, - "react-use": 1, - "places-sdk": 1, - "google-places-sdk": 1, - "expo-iap": 1, - "expoiap": 1, - "emitter": 1, - "pubsub": 1, - "mitt": 1, - "event-handlers": 1, - "event-bus": 1, - "scheme-validation": 1, - "hookform": 1, - "yup": 1, - "joi": 1, - "superstruct": 1, - "zod": 1, - "vest": 1, - "io-ts": 1, - "effect-ts": 1, - "nope": 1, - "computed-types": 1, - "typanion": 1, - "ajv": 1, - "typebox": 1, - "arktype": 1, - "typeschema": 1, - "vine": 1, - "fluentvalidation-ts": 1, - "standard-schema": 1, - "schema-validation": 1, - "resolvers": 1, - "class-variance-authority": 2, - "cva": 1, - "stitches": 1, - "vanilla-extract": 1, - "phosphoricons": 1, - "leaderboard": 1, - "scoreboard": 1, - "ranking": 1, - "rank": 1, - "profile": 1, - "dnd": 1, - "pressable": 1, - "opacity": 1, - "pressability": 1, - "typed": 1, - "hint": 1, - "video-processing": 1, - "video-trim": 1, - "pressables": 1, - "drizzle": 1, - "pg": 1, - "mysql": 1, - "singlestore": 1, - "postgresql": 1, - "ts": 1, - "drizzle-orm": 1, - "exit": 2, - "close": 1, - "shutdown": 1, - "kill": 1, - "device-location": 1, - "phone-location": 1, - "gps-location": 1, - "phone-code": 1, - "simcard": 1, - "expo-checkbox": 1, - "pushdown-alert": 1, - "success-alert": 1, - "error-alert": 1, - "warning-alert": 1, - "pushdown": 1, - "webauthn": 1, - "credential-manager": 1, - "identity": 1, - "fido2": 1, - "password-manager": 1, - "signup": 1, - "expo-resolve-url": 1, - "resolveurl": 1, - "unshorten": 1, - "url-shortener": 1, - "word": 1, - "wordcloud": 1, - "word-cloud": 1, - "buuble": 1, - "bubble-chart": 1, - "tag": 1, - "tagcloud": 1, - "tag-cloud": 1, - "nitro-network-info": 1, - "connection": 1, - "cellular": 1, - "ethernet": 1, - "pencilkit": 1, - "apple-pencil": 1, - "expo-pencilkit-ui": 1, - "expo-pencilkit": 1, - "apple-pencilkit": 1, - "whip": 1, - "whep": 1, - "audio-api": 1, - "web-audio-api": 1, - "ip": 1, - "ipv4": 1, - "ipv6": 1, - "public": 1, - "external": 1, - "own": 1, - "visibility-detection": 1, - "user-experience": 1, - "lottie-splash-screen": 1, - "mutable": 2, - "copy-on-write": 2, - "mutative": 1, - "immutability": 1, - "mutation": 1, - "immutables": 1, - "state-tree": 1, - "exit-app": 1, - "close-app": 1, - "quit-app": 1, - "app-exit": 1, - "android-exit": 1, - "ios-exit": 1, - "system-exit": 1, - "apple-tv": 1, - "native-keyboard": 1, - "tvos-keyboard": 1, - "voice-typing": 1, - "voice-search": 1, - "uisearchcontroller": 1, - "tv": 1, - "certificate-pinning": 1, - "network-security": 1, - "ssl-pinning-tvos": 1, - "secure-networking": 1, - "cert-pinning": 1, - "rn-watch-connect": 1, - "rnwatchconnect": 1, - "watchconnectivity": 1, - "apple-watch-connectivity": 1, - "apple-watch-communication": 1, - "apple-watch-data-transfer": 1, - "apple-watch-message-transfer": 1, - "apple-watch-file-transfer": 1, - "navigation-buttons": 1, - "react-blur": 1, - "modern-blur": 1, - "galeria": 1, - "rerenders": 1, - "intellisense": 1, - "equal": 1, - "equals": 1, - "comparison": 1, - "object": 1, - "engine-aware": 1, - "crossrealm": 1, - "custom-equality": 1, - "structured-equality": 1, - "cross-realm": 1, - "youtube-bridge": 1, - "youtube-iframe-api": 1 + "paho": 1 }, "topicsList": [ "12-columns", @@ -138214,9 +125748,7 @@ "airdrop", "airplane", "airprint", - "airship", "ajax", - "ajv", "alarm", "alarm-picker", "alarm-picker-modal", @@ -138227,11 +125759,9 @@ "alipay", "alphabet", "alphabetlist", - "alternative", "amap", "amazon", "amazon-ivs", - "amplitude", "analysis", "analytics", "analytics-tracking", @@ -138249,7 +125779,7 @@ "android-calendar-events", "android-creadential-manager", "android-device", - "android-exit", + "android-finish", "android-keyboard-adjust", "android-library", "android-pay", @@ -138261,7 +125791,6 @@ "android-widget", "androidprogressbar", "ane", - "angular", "anhtuank7c", "animatable", "animate", @@ -138271,7 +125800,6 @@ "animate-numerical-value", "animated", "animated-accordion", - "animated-checkbox", "animated-component", "animated-components", "animated-digits", @@ -138310,7 +125838,6 @@ "app-dev", "app-development", "app-distribution", - "app-exit", "app-framework", "app-gallery", "app-icon", @@ -138350,16 +125877,8 @@ "apple-music", "apple-music-api", "apple-pay", - "apple-pencil", - "apple-pencilkit", - "apple-tv", "apple-wallet", "apple-watch", - "apple-watch-communication", - "apple-watch-connectivity", - "apple-watch-data-transfer", - "apple-watch-file-transfer", - "apple-watch-message-transfer", "application", "application-info", "application-manager", @@ -138367,7 +125886,6 @@ "appsflyer", "appstore", "appzung", - "ar", "ar-session", "arc", "arc-menu", @@ -138378,10 +125896,8 @@ "area-chart", "arguments", "arkit", - "arktype", "arm64", "array-buffer", - "array-comparison", "arraybuffer", "art", "articles", @@ -138400,20 +125916,16 @@ "asyncstorage", "asyncstorage-wrapper", "atlas", - "atomic", "atomic-css", "attribution", "attributiondetails", "audience-network", "audio", - "audio-api", "audio-calls", "audio-chat", - "audio-decoder", "audio-jack", "audio-library", "audio-player", - "audio-processing", "audio-recorder", "audio-toolkit", "audio-visualizer", @@ -138518,7 +126030,6 @@ "benchmark", "best-practice", "best-practices", - "better-auth", "better-sqlite3", "big", "big-list", @@ -138529,7 +126040,6 @@ "billing", "binary-search", "bindgen", - "biometric", "biometrics", "bitrate", "blacklivesmatter", @@ -138564,7 +126074,6 @@ "bottom-bar", "bottom-bar-color", "bottom-drawer", - "bottom-inset", "bottom-modal", "bottom-navigation", "bottom-panel", @@ -138600,12 +126109,10 @@ "brownfield", "browser", "browserify", - "bubble-chart", "buffer", "bug", "bug-reporter", "bug-reporting", - "bug-reports", "bugfender", "buglife", "bugsnag", @@ -138628,7 +126135,6 @@ "button-with-loader", "button-with-spinner", "buttons", - "buuble", "c++", "cache", "cached", @@ -138689,9 +126195,6 @@ "category", "cbc", "cell", - "cellular", - "cert-pinning", - "certificate-pinning", "cfb", "cfbundleshortversionstring", "cfbundleversion", @@ -138736,10 +126239,8 @@ "circular", "circular-chart", "circular-menu", - "circular-references", "circular-slider", "class-validator", - "class-variance-authority", "classes", "classic", "classic-header", @@ -138759,8 +126260,6 @@ "clock-view", "clone", "clone-view", - "close", - "close-app", "cloud", "cloud-firestore", "cloud-messaging", @@ -138808,7 +126307,6 @@ "community", "communityexchange", "compare", - "comparison", "compass", "compatible", "component", @@ -138822,7 +126320,6 @@ "compress-videos", "compression", "compressor", - "computed-types", "concurrent-mode", "conductor", "conference", @@ -138842,7 +126339,6 @@ "conflict", "confrence", "connect", - "connection", "connection-service", "connectionservice", "console", @@ -138860,12 +126356,10 @@ "control", "controlled-segmentedcontroltab", "controls", - "converter", "cookies", "coordinatorlayout", "coords", "copilot", - "copy-on-write", "cordova-sqlite-storage", "core", "corehaptics", @@ -138894,28 +126388,21 @@ "crash", "crashlytics", "crashreporting", - "create", "create-app", "create-thumbnail", - "creation", - "credential-manager", "credit", "credit-card", "credit-card-input", "creditcard", "crna", "crop", - "crop-tool", "cropper", "cropping", "cross", "cross-platform", - "cross-realm", "crossplatform", - "crossrealm", "crypto", "crypto.getrandomvalues", - "cryptocurrency", "cryptography", "csprng", "css", @@ -138934,7 +126421,6 @@ "custom-accordion", "custom-action-sheet", "custom-emojis", - "custom-equality", "custom-fonts", "custom-gestures", "custom-input", @@ -138948,14 +126434,12 @@ "customer-support", "customisable", "customizable", - "customizable-checkbox", "customizable-datepicker", "customizable-ui", "customize", "customize-date", "customize-event", "customtabsintent", - "cva", "d3", "d3-scale", "d3.js", @@ -138997,9 +126481,7 @@ "day", "dayjs", "db", - "db-encryption", "db-events", - "debounce", "debug", "debug-panel", "debugger", @@ -139010,13 +126492,10 @@ "decode-qr", "decoder", "decoding", - "decompress", "decorfitssystemwindows", "decryption", "dedupe", "deep", - "deep-comparison", - "deep-equal", "deep-link", "deep-linking", "deep-links", @@ -139044,9 +126523,7 @@ "device", "device-detection", "device-locale", - "device-location", "device-orientation", - "device-posture", "device-security", "devicemotion", "devtools", @@ -139064,10 +126541,8 @@ "discovery", "dismiss", "display", - "distance", "divider", "divider-color", - "dnd", "dns", "do-not-disturb", "doc", @@ -139104,8 +126579,6 @@ "draw", "drawer", "drawing", - "drizzle", - "drizzle-orm", "drop", "drop-down", "drop-in", @@ -139148,22 +126621,17 @@ "edge-to-edge", "edges", "edit", - "editing", "editor", - "effect-ts", - "efficient", "electron", "elegant", "elegant-header", "element", "elements", - "elements-themed", "elevation", "elm", "email", "email-validator", "embed", - "emitter", "emmit-database-operations", "emoji", "emoji-component", @@ -139180,7 +126648,6 @@ "engage", "engagement", "engine", - "engine-aware", "enter", "enter-animation", "entities", @@ -139191,11 +126658,7 @@ "environment", "environment-variables", "envs", - "equal", - "equality", - "equals", "error", - "error-alert", "error-boundary", "error-handler", "error-monitoring", @@ -139210,11 +126673,8 @@ "esp32", "esp32-idf", "ethereum", - "ethernet", "eva-icons", "event", - "event-bus", - "event-handlers", "event-listener", "event-listeners", "event-source", @@ -139227,9 +126687,7 @@ "exceptions", "executorch", "exif", - "exit", "exit-animation", - "exit-app", "expand", "expandable", "expandable-list", @@ -139252,7 +126710,6 @@ "expo-brightness", "expo-camera-characteristics", "expo-cellular", - "expo-checkbox", "expo-cli", "expo-click-outside", "expo-clipboard", @@ -139264,13 +126721,10 @@ "expo-duration-picker", "expo-durationpicker", "expo-dynamic-app-icon", - "expo-emoji-picker", "expo-foreground-actions", "expo-googlenearby-connection", "expo-haptics", "expo-health-connect", - "expo-iap", - "expo-image-crop-tool", "expo-image-manipulator", "expo-in-app-updates", "expo-insights", @@ -139291,9 +126745,6 @@ "expo-notifee-plugin", "expo-notifications", "expo-ota", - "expo-passkey", - "expo-pencilkit", - "expo-pencilkit-ui", "expo-pip", "expo-plugin", "expo-push-notification", @@ -139301,7 +126752,6 @@ "expo-push-notifications", "expo-push-notifications-react-native", "expo-quick-actions", - "expo-resolve-url", "expo-screen-capture", "expo-screen-orientation", "expo-secure-store", @@ -139351,14 +126801,11 @@ "expogo", "expogooglenearbyconnection", "expohealthconnect", - "expoiap", - "expoimagecroptool", "expoinappupdates", "expoinsights", "expokeyevent", "expomusicpicker", "exponent", - "expopasskeymodule", "expopip", "expoquickactions", "exposelectabletext", @@ -139374,7 +126821,6 @@ "expovideometadata", "expowidgets", "extension", - "external", "external-accessory", "external-apk-install", "external-display", @@ -139422,13 +126868,13 @@ "fetch", "fetch-plugins", "fetch-wrapper", - "fido2", + "ffmpeg", + "ffmpeg-kit", "field", "figma", "filament", "file", "file-access", - "file-conversion", "file-logger", "file-system", "file-system-image-cache", @@ -139493,18 +126939,10 @@ "flubber", "fluent", "fluent-ui", - "fluentvalidation-ts", "flurry", "flux", "focus", "focused-input", - "fold", - "fold-detection", - "foldable", - "foldable-device", - "foldable-devices", - "foldable-phone", - "foldable-support", "folding", "foldingcell", "font", @@ -139552,7 +126990,6 @@ "fusedlocationproviderclient", "fusioncharts", "fuzzy-links", - "galeria", "galio", "gallery", "gallery-preview", @@ -139579,9 +127016,6 @@ "geocoding", "geofence", "geofencing", - "geography", - "geojson", - "geolib", "geolocation", "geometry", "gerador", @@ -139625,7 +127059,6 @@ "google", "google-admob", "google-ads", - "google-api", "google-autocomplete", "google-cast", "google-drive", @@ -139645,15 +127078,12 @@ "google-places", "google-places-api", "google-places-autocomplete", - "google-places-sdk", "google-play", "google-play-game-services", "google-play-games", "google-play-service", "google-play-store", "google-sign-in", - "google-signin", - "google-sso", "google-translate", "google-wallet", "google-wallet-api", @@ -139665,7 +127095,6 @@ "gorgeous-header", "gorhom", "gps", - "gps-location", "gpu", "gradient", "gradients", @@ -139688,7 +127117,6 @@ "group-dropdown", "guides", "gyroscope", - "gzip", "hacktoberfest", "hacktoberfest2020", "hacktoberfest2021", @@ -139748,7 +127176,6 @@ "highlighter", "highlighting", "highlighting-library", - "hint", "hla", "hmac", "hoc", @@ -139761,7 +127188,6 @@ "home-screen", "home-screen-widget", "hook", - "hookform", "hooks", "horizontal", "horizontal-scrolling-carousels", @@ -139817,7 +127243,6 @@ "icons-source", "iconscout", "icu", - "identity", "idfa", "idle", "idle-timer", @@ -139833,7 +127258,6 @@ "image-compression", "image-compressor", "image-converter", - "image-crop-tool", "image-cropping", "image-editing", "image-editor", @@ -139879,17 +127303,14 @@ "immediate-update", "immer", "immersive", - "immutability", "immutable", "immutable.js", "immutablejs", - "immutables", "imports", "improved", "in-app", "in-app-billing", "in-app-browser", - "in-app-browser-module", "in-app-comment", "in-app-messaging", "in-app-purchase", @@ -139907,7 +127328,6 @@ "index.js", "indexeddb", "indicator", - "indoor-maps", "indoor-positioning", "inference", "infinite", @@ -139924,6 +127344,8 @@ "initials", "inline", "inner-shadow", + "inner-shadow-pressable", + "inner-shadow-toggle", "input", "input-accessory", "input-mask", @@ -139931,6 +127353,7 @@ "inputaccessoryview", "inputmask", "inputs", + "inset", "inset-shadow", "insight", "insights", @@ -139949,7 +127372,6 @@ "int", "integer", "integration", - "intellisense", "intent", "interactable", "interactable-reanimated", @@ -139972,7 +127394,6 @@ "invertible", "inview", "io", - "io-ts", "ionic", "ionicons", "ios", @@ -139983,7 +127404,6 @@ "ios-calendar-api", "ios-calendar-events", "ios-context-menu", - "ios-exit", "ios-keychain", "ios-lib", "ios-library", @@ -139994,21 +127414,16 @@ "ios-video-editor", "ios14", "iot", - "ip", "ipad", "ipados", "iphone", "iphone-x", "iphonex", - "ipv4", - "ipv6", "iqkeyboardmanager", "irano", "is-e2e", "is-maestro", "isemail", - "isequal", - "iso", "isomorphic", "item", "items", @@ -140034,7 +127449,6 @@ "jni", "jni-android", "jni-ios", - "joi", "joyride", "jpeg", "js", @@ -140061,7 +127475,6 @@ "keyboard-adjust", "keyboard-aware", "keyboard-aware-scroll-view", - "keyboard-background-view", "keyboard-component", "keyboard-done-button", "keyboard-event", @@ -140084,7 +127497,6 @@ "keystore-services", "keywords", "khtwah", - "kill", "kiss", "kit", "klarna-featured", @@ -140097,7 +127509,6 @@ "l20n", "label", "labels", - "lame", "lan", "lan-scan", "lan-scanner", @@ -140109,7 +127520,6 @@ "large-list", "largelist", "latency", - "latlng", "launch", "launch-screen", "launcher", @@ -140122,7 +127532,6 @@ "lazy-load", "lazy-loading", "lazyload", - "leaderboard", "leaflet", "leaflet-map", "lean-back", @@ -140209,7 +127618,6 @@ "lock-screen", "locker", "lockscreen", - "lodash", "log", "logback", "logger", @@ -140222,7 +127630,6 @@ "loop", "looped", "lottie", - "lottie-splash-screen", "low", "low-energy", "low-latency", @@ -140303,7 +127710,6 @@ "material-you", "materialkit", "math", - "matomo", "matter", "mcumgr", "md", @@ -140316,6 +127722,7 @@ "media-control", "media-gallery", "media-player", + "media-processing", "media-queries", "media-query", "mediapipe", @@ -140354,7 +127761,6 @@ "mirror", "mit", "mit-license", - "mitt", "mixed", "mixin", "mixpanel", @@ -140377,7 +127783,6 @@ "mobile-development", "mobile-first", "mobile-native-barcode-generator", - "mobile-security", "mobile-styling", "mobile-ui", "mobile-updates", @@ -140397,10 +127802,7 @@ "model", "models", "modern", - "modern-blur", "modern-header", - "modification", - "modify", "module", "modules", "moengage", @@ -140419,8 +127821,6 @@ "motionmanager", "mouse", "movable", - "mp3", - "mp4", "mp4upload", "mpandroidchart", "mpnowplayinginfocenter", @@ -140436,7 +127836,6 @@ "multi-slider", "multi-step", "multi-step-form", - "multi-window", "multiform", "multiform-validator", "multilanguage", @@ -140458,13 +127857,9 @@ "music-metadata", "music-picker", "music-player", - "mutable", - "mutation", "mutations", - "mutative", "mute", "my.com", - "mysql", "mytracker", "n-columns", "nacl", @@ -140475,7 +127870,6 @@ "native-advanced-ads", "native-component", "native-components", - "native-keyboard", "native-module", "native-modules", "native-native", @@ -140497,7 +127891,6 @@ "navigation-bar-color", "navigation-bar-contrast-enforced", "navigation-bar-divider-color", - "navigation-buttons", "navigation-color", "navigation-header", "navigation-hide", @@ -140535,7 +127928,6 @@ "network-discovery", "network-info", "network-monitoring", - "network-security", "networking", "neumorphism", "new", @@ -140550,12 +127942,11 @@ "nfc", "night-mode", "nitro", - "nitro-google-sso", "nitro-hotp", "nitro-in-app-browser", + "nitro-media-kit", "nitro-module", "nitro-modules", - "nitro-network-info", "nitro-totp", "nitrogen", "no-babel", @@ -140564,7 +127955,6 @@ "node-qrcode", "nodejs", "noder", - "nope", "normalized-cache", "nosql", "notch", @@ -140594,8 +127984,6 @@ "nuxt", "oauth", "oauth2", - "object", - "object-comparison", "object-detection", "objective-c", "observability", @@ -140626,7 +128014,6 @@ "onion", "onion-service", "onscroll-faltlist-animation", - "opacity", "open-link", "open-source", "open-street-maps", @@ -140668,7 +128055,6 @@ "over-keyboard-view", "overlay", "override", - "own", "p2p", "package", "packager", @@ -140709,7 +128095,6 @@ "passkeys", "passkit", "password", - "password-manager", "passwordless", "paste", "paths-js", @@ -140723,7 +128108,6 @@ "pdf", "pdf-generation", "pdf-generation-react", - "pdf-lib", "pdf-reader", "pdf-viewer", "pdf417", @@ -140732,7 +128116,6 @@ "pdfrenderer", "pedometer", "peer-to-peer", - "pencilkit", "pentest", "people", "per-app", @@ -140754,14 +128137,10 @@ "personalization", "perspective", "perspective-transformation", - "pg", "phone", "phone-auth", - "phone-code", "phone-input", - "phone-location", "phone-number", - "phosphoricons", "photo", "photo-browser", "photo-editing", @@ -140815,7 +128194,6 @@ "placeholder-loader", "placeholders", "places", - "places-sdk", "plaid", "plaid-link", "platform", @@ -140847,7 +128225,6 @@ "portscanning", "position", "postgres", - "postgresql", "pouchdb", "powerbi", "preact", @@ -140859,9 +128236,6 @@ "prefershomeindicatorautohidden", "presentational", "press", - "pressability", - "pressable", - "pressables", "pretender", "prettier", "prevent", @@ -140875,12 +128249,10 @@ "processing.js", "production", "producttour", - "profile", "profiler", "profiling", "progress", "progress-bar", - "progress-events", "progress-view", "progressbar", "progressindicator", @@ -140905,8 +128277,6 @@ "psuedo", "psuedo-localize", "pub/sub", - "public", - "pubsub", "pull-down-menu", "pull-to-refresh", "purchase", @@ -140919,8 +128289,6 @@ "push-notification-ios", "push-notifications", "pushalert", - "pushdown", - "pushdown-alert", "pushkit", "pwa", "pyramid", @@ -140942,14 +128310,11 @@ "qrcode-svg", "qrcodejs", "query", - "queue", - "quick", "quick-actions", "quick-hash", "quickhash", "quicklook", "quill", - "quit-app", "rabbit", "radar", "radar-graphs", @@ -140971,8 +128336,6 @@ "randombytes", "randomnumbergenerator", "range", - "rank", - "ranking", "rasp", "rasterize", "rate", @@ -140991,8 +128354,6 @@ "react-animate", "react-animation", "react-art", - "react-auth", - "react-blur", "react-button", "react-checkbox-tree", "react-component", @@ -141008,7 +128369,6 @@ "react-form", "react-formawesome-core", "react-global-state", - "react-hook", "react-hook-form", "react-hooks", "react-ios", @@ -141017,7 +128377,6 @@ "react-library", "react-map", "react-native", - "react-native-velements", "react-natve", "react-navigation", "react-pager", @@ -141043,7 +128402,6 @@ "react-tree-view", "react-ui", "react-ui-kit", - "react-use", "react-video", "react-video-controls", "react-video-player", @@ -141054,7 +128412,6 @@ "reactions-picker", "reactive", "reactive-form", - "reactivelions", "reactjs", "reactnative", "reactnative-animation-challenges", @@ -141098,7 +128455,6 @@ "recaptcha", "receipt-validation", "recents", - "recoil", "record", "recorder", "recording", @@ -141143,10 +128499,8 @@ "rendering", "renimated", "reorder", - "replacement", "replay", "reponsive", - "report", "reporter", "reporting", "request", @@ -141154,15 +128508,12 @@ "request-throttle", "require", "rerender", - "rerenders", "resegmented", "reset", "resize", "resizer", "resolution", "resolver", - "resolvers", - "resolveurl", "resources", "responsive", "responsive-design", @@ -141197,7 +128548,6 @@ "review-is-sent-to-the-play-store", "reviews", "rewarded-ad", - "rfc4122", "rgb", "rgba", "rich-editor", @@ -141224,15 +128574,12 @@ "rn-story-view", "rn-tourguide", "rn-vertical-slider", - "rn-vui", - "rn-watch-connect", "rn-zendesk", "rneui", "rnfs", "rng", "rnhc", "rnimagecolors", - "rnwatchconnect", "rocksdb", "rolling-numbers", "rondell", @@ -141249,12 +128596,10 @@ "rsa", "rtl", "rtl-support", - "rtmp", - "rtsp", - "rudder", "ruler", "ruler-picker", "runningspeed", + "runtime-validation", "rust-lang", "rxjs", "rxn", @@ -141265,7 +128610,6 @@ "safariview", "safe", "safe-area", - "safe-area-inset", "safearea", "safeareainsets", "safeareaview", @@ -141303,32 +128647,13 @@ "schema", "schema-validation", "scheme", - "scheme-validation", - "scoreboard", "screen", "screen-capture", - "screen-posture", "screen-record", "screen-recorder", - "screenguard", "screenrecord", "screens", "screenshot", - "screenshot-block", - "screenshot-block-android", - "screenshot-block-ios", - "screenshot-blocker", - "screenshot-blocker-android", - "screenshot-blocker-ios", - "screenshot-blocking", - "screenshot-blocking-android", - "screenshot-blocking-ios", - "screenshot-detector", - "screenshot-prevent", - "screenshot-prevention", - "screenshot-protection", - "screenshot-test", - "screenshot-testing", "scripts", "scroll", "scroll-change-picker", @@ -141361,7 +128686,6 @@ "section-list", "sectionlist", "secure", - "secure-networking", "secure-preferences", "secure-storage", "securerandom", @@ -141429,7 +128753,6 @@ "settings-enabler", "settings-list", "settingsclient", - "sexagesimal", "sf", "sfsafariviewcontroller", "sfsymbols", @@ -141460,8 +128783,6 @@ "shake-event", "shake-event-android", "shake-event-ios", - "shake-sdk", - "shakebugs", "shamsi", "shapes", "share", @@ -141476,8 +128797,6 @@ "shared-preferences", "shared-values", "sharedpreferences", - "shazam", - "shazamkit", "sheet", "shiki", "shimmer", @@ -141495,7 +128814,6 @@ "shoutem", "shoutem-ui", "show", - "shutdown", "side-menu", "sidebar", "sign-in-with-apple", @@ -141503,17 +128821,13 @@ "signature", "signaturepad", "signin", - "signup", "silent", - "simcard", "simple", "simple-logger", "simple-radio-buttons", "simulator", "simultaneously", "single", - "singlestore", - "singular", "sip", "siri", "siri-shortcuts", @@ -141559,8 +128873,6 @@ "snapchat", "snapping", "snapshot", - "snapshot-test", - "snapshot-testing", "social", "social-app", "social-signin", @@ -141584,7 +128896,6 @@ "speech-recognition", "speech-to-text", "speechrecognition", - "speed", "speed-meter", "speed-progress", "speed-view", @@ -141598,7 +128909,6 @@ "spinners", "splash", "splash-screen", - "splash-view", "splashscreen", "split", "splitter", @@ -141617,8 +128927,6 @@ "ssh-client", "ssl", "ssl-pinning", - "ssl-pinning-tvos", - "sso", "ssr", "stability", "stable-diffusion", @@ -141630,8 +128938,6 @@ "stagger-animation", "stagger-list", "stagger-view", - "stallion", - "standard-schema", "star", "star-icon", "star-rating", @@ -141646,17 +128952,13 @@ "state-management", "state-manager", "state-persistence", - "state-tree", "statechart", "stateless", "statemanager", + "static-types", "stats", "status", "status-bar", - "status-bar-height", - "status-bar-height-android", - "status-bar-height-ios", - "status-bar-height-ios-android", "status-bar-mode", "status-view", "statusbar", @@ -141675,7 +128977,6 @@ "stickyimmersive", "stiky-immersive", "stitch", - "stitches", "stock", "stopwatch", "stora", @@ -141700,7 +129001,6 @@ "stripe-payment", "stripe-payments", "strong-customer-authentication", - "structured-equality", "student-vscode", "style", "style-variance-authority", @@ -141717,12 +129017,10 @@ "subscription", "subscriptions", "success", - "success-alert", "suggestions", "supabase", "super", "superellipse", - "superstruct", "support", "suspense", "sva", @@ -141760,7 +129058,6 @@ "system", "system-bar", "system-bars", - "system-exit", "system-navigation-bar", "system-ui-visibility", "tab", @@ -141782,10 +129079,7 @@ "tabview", "tachyon", "tachyons", - "tag", - "tag-cloud", "tag-input", - "tagcloud", "tags", "tailwind", "tailwind-css", @@ -141932,30 +129226,24 @@ "triangle-view", "trie", "trust", - "ts", "tts", "turbo", "turbo-module", "turbolinks", "turbomodule", "tutorial", - "tv", "tvos", - "tvos-keyboard", "tween", "tweening", "twilio", "twilio-video", "twitter", "two-factor-authentication", - "typanion", "type", "type-animation", + "type-inference", "typeahead", - "typebox", - "typed", "typeface", - "typeschema", "typescipt", "typescript", "typescript-library", @@ -141990,10 +129278,8 @@ "uipagecontrol", "uipopover", "uiscene", - "uisearchcontroller", "uisegmentedcontrol", "uitableview", - "uitextvi", "uiview", "uivisualeffectview", "uiw", @@ -142008,7 +129294,6 @@ "universal-apps", "universal-links", "unknown-sources", - "unshorten", "unzip", "upc", "update", @@ -142022,7 +129307,6 @@ "uploadservice", "uri", "url", - "url-shortener", "urlsearchparams", "urlsession", "urovo", @@ -142030,12 +129314,10 @@ "use-count-up", "use-countup", "useapihook", - "usedebounce", "useeffect", "user", "user-authentication", "user-defaults", - "user-experience", "user-guide", "user-interaction", "user-interface", @@ -142052,7 +129334,6 @@ "utility-first", "utility-objects", "utils", - "uuid", "uwp", "ux", "ux-cam", @@ -142070,7 +129351,6 @@ "validator", "validação", "value", - "vanilla-extract", "variables", "variant", "variants", @@ -142090,14 +129370,12 @@ "versions", "vertical", "vertical-slider", - "vest", "vh", "vibration", "video", "video-call", "video-calls", "video-chat", - "video-composition", "video-controls", "video-editing", "video-editor", @@ -142108,7 +129386,6 @@ "video-player", "video-processing", "video-streaming", - "video-trim", "videoedit", "videoeditor", "videoeditor-sdk", @@ -142126,14 +129403,12 @@ "views", "viewshot", "vimeo", - "vine", "viro-community", "viroreact", "virtualizedlist", "visa", "visbility-sensor", "visibility", - "visibility-detection", "visibility-sensor", "visibilitysensor", "visible", @@ -142149,21 +129424,16 @@ "visualizer", "vk", "vkontakte", - "vlc", - "vlc-player", "vml", "voice", "voice-calls", "voice-recognition", - "voice-search", - "voice-typing", "voip", "voip-push-notification", "volative-storage", "volume", "volume-control", "vpn", - "vue", "vuex", "vulkan", "wagmi", @@ -142172,17 +129442,13 @@ "wallet", "walletconnect", "warn", - "warning-alert", "wasm", "watch", - "watchconnectivity", "watermark", "watermelon", "watermelondb", - "wav", "wave", "waveform", - "wavpack", "wayfinding", "wear-api", "wear-os", @@ -142193,10 +129459,8 @@ "weather-chart", "weather-forecast", "web", - "web-audio-api", "web3", "webassembly", - "webauthn", "webbrowser", "webcrypto", "webgl", @@ -142215,15 +129479,12 @@ "wechat-sdk", "weekview", "welcome", - "wgs84", "whatsapp", "whatwg-url", "wheel", "wheel-picker", "wheelpicker", "wheely", - "whep", - "whip", "wi-fi", "wi-fi-direct", "widget", @@ -142240,11 +129501,8 @@ "winui", "wix", "wizard", - "word", - "word-cloud", "word-completion", "word-prediction", - "wordcloud", "worklet", "worklets", "wrapper", @@ -142271,22 +129529,17 @@ "xxhash3-react-native", "youtube", "youtube-api", - "youtube-bridge", "youtube-iframe", - "youtube-iframe-api", "youtube-player", "youtube-video", - "yup", "zdog", "zendesk", "zendesk-help", - "zero-dependencies", "zero-dependency", "zeroconf", "zip", "zip-archive", "zip-assets", - "zod", "zoom", "zoom-image", "zoom-sdk", @@ -142298,4 +129551,4 @@ "zxing", "支付宝" ] -} \ No newline at end of file +}