diff --git a/.github/workflows/code-deploy-preview.yml b/.github/workflows/code-deploy-preview.yml
index c2908c65..27464910 100644
--- a/.github/workflows/code-deploy-preview.yml
+++ b/.github/workflows/code-deploy-preview.yml
@@ -18,6 +18,8 @@ jobs:
run: bunx vercel --force --token "$VERCEL_TOKEN"
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
- # https://spectrum.chat/zeit/now/solved-project-linking-and-ci-cd-pipelines~5e6eb62a-9d56-47ac-9e32-0d973a523787
VERCEL_ORG_ID: 'team_IsLEAhLb9cZj6y1Bud9XYmeK'
VERCEL_PROJECT_ID: 'QmecQ8hTu4DUHv6js5U8L9pJ9vp54mg1bmRLWaS5RZCyt4'
+ CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
+ CONVEX_DEPLOYMENT: 'dev:calm-quail-572'
+ NEXT_PUBLIC_CONVEX_URL: 'https://calm-quail-572.convex.cloud'
diff --git a/.github/workflows/code-deploy-production.yml b/.github/workflows/code-deploy-production.yml
index 1a60c801..bb4d34fb 100644
--- a/.github/workflows/code-deploy-production.yml
+++ b/.github/workflows/code-deploy-production.yml
@@ -6,8 +6,8 @@ on:
paths-ignore:
- react-native-libraries.json
schedule:
- # Run every 3 hours - https://crontab.guru/#0_*/3_*_*_*
- - cron: '0 */3 * * *'
+ # Run every 1 hour - https://crontab.guru/#0_*/1_*_*_*
+ - cron: '0 */1 * * *'
jobs:
build:
@@ -24,7 +24,5 @@ jobs:
run: bunx vercel --force --token "$VERCEL_TOKEN" --prod
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
- BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}
- # https://spectrum.chat/zeit/now/solved-project-linking-and-ci-cd-pipelines~5e6eb62a-9d56-47ac-9e32-0d973a523787
VERCEL_ORG_ID: 'team_IsLEAhLb9cZj6y1Bud9XYmeK'
VERCEL_PROJECT_ID: 'QmecQ8hTu4DUHv6js5U8L9pJ9vp54mg1bmRLWaS5RZCyt4'
diff --git a/.github/workflows/data-update-all.yml b/.github/workflows/data-update-all.yml
new file mode 100644
index 00000000..76741fa6
--- /dev/null
+++ b/.github/workflows/data-update-all.yml
@@ -0,0 +1,22 @@
+name: "[CONVEX] Update libraries data"
+
+on:
+ schedule:
+ # Run every 3 hours - https://crontab.guru/#0_*/3_*_*_*
+ - cron: '0 */3 * * *'
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - name: Use Bun
+ uses: oven-sh/setup-bun@v2
+ - name: Install dependencies
+ run: bun install
+ - name: Validate react-native-libraries.json
+ run: bun data:update
+ env:
+ CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
+ CONVEX_DEPLOYMENT: 'dev:calm-quail-572'
+ NEXT_PUBLIC_CONVEX_URL: 'https://calm-quail-572.convex.cloud'
diff --git a/.github/workflows/vercel-cleanup-data-blobs.yml b/.github/workflows/vercel-cleanup-data-blobs.yml
deleted file mode 100644
index 47306174..00000000
--- a/.github/workflows/vercel-cleanup-data-blobs.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: "[VERCEL] Cleanup data blobs"
-
-on:
- push:
- branches: [main]
- schedule:
- # Run once a week on Thursday at midnight - https://crontab.guru/#0_0_*_*_2
- - cron: '0 0 * * 2'
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - name: Use Bun
- uses: oven-sh/setup-bun@v2
- - name: Install dependencies
- run: bun install
- - name: Cleanup data blobs
- run: bun ci:cleanup-blobs
- env:
- BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}
diff --git a/.gitignore b/.gitignore
index 2b56f595..074226d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
scripts/raw-github-results.json
secrets.json
.env
+.env.local
# Standard stuff
node_modules/**/*
diff --git a/assets/data.json b/assets/data.json
index 3afc763e..63b0bcf7 100644
--- a/assets/data.json
+++ b/assets/data.json
@@ -1,35 +1,38 @@
{
"libraries": [
{
- "githubUrl": "https://github.com/onubo/react-native-logs",
- "ios": true,
"android": true,
- "web": true,
- "expoGo": true,
"dev": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/mowispace/react-native-logs",
- "homepage": null
+ "description": "Performance-aware simple logger for React-Native and Expo with namespaces, custom levels and custom transports (colored console, file writing, etc.)",
+ "fullName": "mowispace/react-native-logs",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-logs",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-06-30T18:19:46Z",
+ "forks": 35,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2024-10-25T08:02:48Z",
- "createdAt": "2019-06-30T18:19:46Z",
- "pushedAt": "2024-10-25T08:02:48Z",
- "forks": 35,
+ "hasWiki": true,
"issues": 11,
+ "pushedAt": "2024-10-25T08:02:48Z",
+ "stars": 533,
"subscribers": 4,
- "stars": 533
+ "updatedAt": "2024-10-25T08:02:48Z"
},
- "name": "react-native-logs",
- "fullName": "mowispace/react-native-logs",
- "isPrivate": false,
- "description": "Performance-aware simple logger for React-Native and Expo with namespaces, custom levels and custom transports (colored console, file writing, etc.)",
"topics": [
"log",
"logs",
@@ -49,64 +52,65 @@
"android",
"logging"
],
- "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-logs",
- "npm": {
- "downloads": 220455,
- "weekDownloads": 43806
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mowispace/react-native-logs"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/onubo/react-native-logs",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.169,
- "topicSearchString": "log logs logger react-native expo error console colors debug file custom levels namespace debugging ios android logging"
+ "npm": {
+ "downloads": 210655,
+ "weekDownloads": 37312
+ },
+ "npmPkg": "react-native-logs",
+ "popularity": 0.151,
+ "score": 41,
+ "topicSearchString": "log logs logger react-native expo error console colors debug file custom levels namespace debugging ios android logging",
+ "web": true
},
{
- "githubUrl": "https://github.com/GregoryNative/react-native-gl-image-filters",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://github.com/GregoryNative/react-native-gl-image-filters/tree/master/examples/expo",
"https://github.com/GregoryNative/react-native-gl-image-filters/tree/master/examples/react-native",
"https://github.com/GregoryNative/react-native-gl-image-filters/tree/master/examples/web"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/GregoryNative/react-native-gl-image-filters",
- "homepage": null
+ "description": "React-Native image filters using gl-react",
+ "fullName": "GregoryNative/react-native-gl-image-filters",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-gl-image-filters",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-02-15T14:15:10Z",
+ "forks": 33,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-04-17T09:35:53Z",
- "createdAt": "2018-02-15T14:15:10Z",
- "pushedAt": "2022-04-17T09:35:53Z",
- "forks": 33,
+ "hasWiki": true,
"issues": 7,
+ "pushedAt": "2022-04-17T09:35:53Z",
+ "stars": 251,
"subscribers": 4,
- "stars": 251
+ "updatedAt": "2022-04-17T09:35:53Z"
},
- "name": "react-native-gl-image-filters",
- "fullName": "GregoryNative/react-native-gl-image-filters",
- "isPrivate": false,
- "description": "React-Native image filters using gl-react",
"topics": [
"react-native",
"gl-react",
@@ -119,62 +123,60 @@
"opengl",
"react"
],
- "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-gl-image-filters",
- "npm": {
- "downloads": 363,
- "weekDownloads": 60
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/GregoryNative/react-native-gl-image-filters"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/GregoryNative/react-native-gl-image-filters",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.359,
- "topicSearchString": "react-native gl-react gl-react-native image-filters gl-react-expo gl-react-dom expo gl opengl react"
+ "npm": {
+ "downloads": 340,
+ "weekDownloads": 74
+ },
+ "npmPkg": "react-native-gl-image-filters",
+ "popularity": -1.315,
+ "score": 41,
+ "topicSearchString": "react-native gl-react gl-react-native image-filters gl-react-expo gl-react-dom expo gl opengl react",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Iconscout/react-native-unicons",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
- "npmPkg": "@iconscout/react-native-unicons",
"github": {
- "urls": {
- "repo": "https://github.com/Iconscout/react-native-unicons",
- "homepage": null
+ "description": "Unicons - 1000+ vector icons as easy to use vector React Native Components",
+ "fullName": "Iconscout/react-native-unicons",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTA=",
+ "key": "other",
+ "name": "Other",
+ "spdxId": "NOASSERTION",
+ "url": "http://choosealicense.com/licenses/other/"
},
+ "name": "@iconscout/react-native-unicons",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-07-28T12:24:10Z",
+ "forks": 16,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-12-03T07:11:31Z",
- "createdAt": "2019-07-28T12:24:10Z",
- "pushedAt": "2024-12-03T07:11:31Z",
- "forks": 16,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2024-12-03T07:11:31Z",
+ "stars": 28,
"subscribers": 4,
- "stars": 28
+ "updatedAt": "2024-12-03T07:11:31Z"
},
- "name": "@iconscout/react-native-unicons",
- "fullName": "Iconscout/react-native-unicons",
- "isPrivate": false,
- "description": "Unicons - 1000+ vector icons as easy to use vector React Native Components",
"topics": [
"react-native",
"unicons",
@@ -183,60 +185,61 @@
"vector",
"vector-icons"
],
- "license": {
- "key": "other",
- "name": "Other",
- "spdxId": "NOASSERTION",
- "url": "http://choosealicense.com/licenses/other/",
- "id": "MDc6TGljZW5zZTA="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 1867,
- "weekDownloads": 458
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Iconscout/react-native-unicons"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/Iconscout/react-native-unicons",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.209,
- "topicSearchString": "react-native unicons icons iconscout vector vector-icons"
+ "npm": {
+ "downloads": 1657,
+ "weekDownloads": 253
+ },
+ "npmPkg": "@iconscout/react-native-unicons",
+ "popularity": 0.13,
+ "score": 32,
+ "topicSearchString": "react-native unicons icons iconscout vector vector-icons",
+ "web": true
},
{
- "githubUrl": "https://github.com/imgly/pesdk-react-native",
- "ios": true,
"android": true,
"examples": [
"https://github.com/imgly/pesdk-react-native-demo"
],
- "npmPkg": "react-native-photoeditorsdk",
"github": {
- "urls": {
- "repo": "https://github.com/imgly/pesdk-react-native",
- "homepage": "https://www.photoeditorsdk.com"
+ "description": "React Native module for PhotoEditor SDK",
+ "fullName": "imgly/pesdk-react-native",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTU=",
+ "key": "bsd-3-clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "spdxId": "BSD-3-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-3-clause/"
},
+ "name": "react-native-photoeditorsdk",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-10-29T08:55:26Z",
+ "forks": 26,
+ "hasDiscussions": false,
"hasIssues": false,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-01-06T13:18:37Z",
- "createdAt": "2019-10-29T08:55:26Z",
- "pushedAt": "2025-01-06T13:18:37Z",
- "forks": 26,
+ "hasWiki": false,
"issues": 0,
+ "pushedAt": "2025-01-06T13:18:37Z",
+ "stars": 125,
"subscribers": 10,
- "stars": 125
+ "updatedAt": "2025-01-06T13:18:37Z"
},
- "name": "react-native-photoeditorsdk",
- "fullName": "imgly/pesdk-react-native",
- "isPrivate": false,
- "description": "React Native module for PhotoEditor SDK",
"topics": [
"react-native",
"image",
@@ -254,60 +257,60 @@
"image-editing",
"image-manipulation"
],
- "license": {
- "name": "BSD 3-Clause \"New\" or \"Revised\" License",
- "url": "http://choosealicense.com/licenses/bsd-3-clause/",
- "id": "MDc6TGljZW5zZTU=",
- "key": "bsd-3-clause",
- "spdxId": "BSD-3-Clause"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 6008,
- "weekDownloads": 1358
+ "urls": {
+ "homepage": "https://www.photoeditorsdk.com",
+ "repo": "https://github.com/imgly/pesdk-react-native"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/imgly/pesdk-react-native",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.192,
+ "npm": {
+ "downloads": 5590,
+ "weekDownloads": 983
+ },
+ "npmPkg": "react-native-photoeditorsdk",
+ "popularity": 0.15,
+ "score": 32,
"topicSearchString": "react-native image image-editor imageeditor photo photo-editor photoeditor photoeditorsdk photoeditor-sdk sdk ios android photo-editing image-editing image-manipulation"
},
{
- "githubUrl": "https://github.com/imgly/vesdk-react-native",
- "ios": true,
"android": true,
"examples": [
"https://github.com/imgly/vesdk-react-native-demo"
],
- "npmPkg": "react-native-videoeditorsdk",
"github": {
- "urls": {
- "repo": "https://github.com/imgly/vesdk-react-native",
- "homepage": "https://www.videoeditorsdk.com"
+ "description": "React Native module for VideoEditor SDK",
+ "fullName": "imgly/vesdk-react-native",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTU=",
+ "key": "bsd-3-clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "spdxId": "BSD-3-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-3-clause/"
},
+ "name": "react-native-videoeditorsdk",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-10-29T08:56:40Z",
+ "forks": 32,
+ "hasDiscussions": false,
"hasIssues": false,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-01-06T13:18:37Z",
- "createdAt": "2019-10-29T08:56:40Z",
- "pushedAt": "2025-01-06T13:18:37Z",
- "forks": 32,
+ "hasWiki": false,
"issues": 0,
+ "pushedAt": "2025-01-06T13:18:37Z",
+ "stars": 156,
"subscribers": 10,
- "stars": 156
+ "updatedAt": "2025-01-06T13:18:37Z"
},
- "name": "react-native-videoeditorsdk",
- "fullName": "imgly/vesdk-react-native",
- "isPrivate": false,
- "description": "React Native module for VideoEditor SDK",
"topics": [
"react-native",
"video",
@@ -323,58 +326,58 @@
"crop",
"filter"
],
- "license": {
- "name": "BSD 3-Clause \"New\" or \"Revised\" License",
- "url": "http://choosealicense.com/licenses/bsd-3-clause/",
- "id": "MDc6TGljZW5zZTU=",
- "key": "bsd-3-clause",
- "spdxId": "BSD-3-Clause"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 3598,
- "weekDownloads": 944
+ "urls": {
+ "homepage": "https://www.videoeditorsdk.com",
+ "repo": "https://github.com/imgly/vesdk-react-native"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/imgly/vesdk-react-native",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.223,
+ "npm": {
+ "downloads": 3203,
+ "weekDownloads": 694
+ },
+ "npmPkg": "react-native-videoeditorsdk",
+ "popularity": 0.184,
+ "score": 41,
"topicSearchString": "react-native video video-editor videoeditor videoeditorsdk videoeditor-sdk sdk ios android video-editing video-manipulation crop filter"
},
{
- "githubUrl": "https://github.com/ivpusic/react-native-image-crop-picker",
- "ios": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/ivpusic/react-native-image-crop-picker",
- "homepage": null
+ "description": "iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping",
+ "fullName": "ivpusic/react-native-image-crop-picker",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-image-crop-picker",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2016-05-17T14:25:03Z",
+ "forks": 1465,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-08T15:20:54Z",
- "createdAt": "2016-05-17T14:25:03Z",
- "pushedAt": "2025-08-08T15:20:54Z",
- "forks": 1465,
+ "hasWiki": true,
"issues": 523,
+ "pushedAt": "2025-08-08T15:20:54Z",
+ "stars": 6270,
"subscribers": 73,
- "stars": 6269
+ "updatedAt": "2025-08-08T15:20:54Z"
},
- "name": "react-native-image-crop-picker",
- "fullName": "ivpusic/react-native-image-crop-picker",
- "isPrivate": false,
- "description": "iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping",
"topics": [
"react",
"native",
@@ -390,23 +393,13 @@
"android",
"recording"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-image-crop-picker",
- "npm": {
- "downloads": 597346,
- "weekDownloads": 120246
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/ivpusic/react-native-image-crop-picker"
+ }
},
- "score": 89,
+ "githubUrl": "https://github.com/ivpusic/react-native-image-crop-picker",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -414,37 +407,47 @@
"Lots of open issues",
"Recently updated"
],
- "popularity": 0.171,
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 569046,
+ "weekDownloads": 100530
+ },
+ "npmPkg": "react-native-image-crop-picker",
+ "popularity": 0.15,
+ "score": 89,
"topicSearchString": "react native react-native image picker crop cropping multiple camera video ios android recording"
},
{
- "githubUrl": "https://github.com/richardvclam/react-native-resegmented-control",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/richardvclam/react-native-resegmented-control",
- "homepage": null
+ "description": "iOS 13+ styled segmented control for React Native",
+ "fullName": "richardvclam/react-native-resegmented-control",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-resegmented-control",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-12-26T06:38:48Z",
+ "forks": 6,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-07-14T19:43:50Z",
- "createdAt": "2019-12-26T06:38:48Z",
- "pushedAt": "2020-07-14T19:43:50Z",
- "forks": 6,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2020-07-14T19:43:50Z",
+ "stars": 58,
"subscribers": 2,
- "stars": 58
+ "updatedAt": "2020-07-14T19:43:50Z"
},
- "name": "react-native-resegmented-control",
- "fullName": "richardvclam/react-native-resegmented-control",
- "isPrivate": false,
- "description": "iOS 13+ styled segmented control for React Native",
"topics": [
"react-native",
"segmented",
@@ -454,110 +457,116 @@
"segmentedcontrolios",
"segmented-control"
],
- "license": null,
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-resegmented-control",
- "npm": {
- "downloads": 159,
- "weekDownloads": 36
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/richardvclam/react-native-resegmented-control"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/richardvclam/react-native-resegmented-control",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.305,
- "topicSearchString": "react-native segmented control resegmented uisegmentedcontrol segmentedcontrolios segmented-control"
+ "npm": {
+ "downloads": 144,
+ "weekDownloads": 32
+ },
+ "npmPkg": "react-native-resegmented-control",
+ "popularity": -1.306,
+ "score": 32,
+ "topicSearchString": "react-native segmented control resegmented uisegmentedcontrol segmentedcontrolios segmented-control",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Yasser-G/react-native-scales",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/Yasser-G/react-native-scales",
- "homepage": null
+ "description": "React Native Scales Converters",
+ "fullName": "Yasser-G/react-native-scales",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-scales",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2020-01-08T08:23:21Z",
+ "forks": 0,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-02-26T07:57:50Z",
- "createdAt": "2020-01-08T08:23:21Z",
- "pushedAt": "2025-02-26T07:57:50Z",
- "forks": 0,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2025-02-26T07:57:50Z",
+ "stars": 1,
"subscribers": 1,
- "stars": 1
+ "updatedAt": "2025-02-26T07:57:50Z"
},
- "name": "react-native-scales",
- "fullName": "Yasser-G/react-native-scales",
- "isPrivate": false,
- "description": "React Native Scales Converters",
"topics": [
"khtwah",
"step",
"react-native",
"dimensions"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-scales",
- "npm": {
- "downloads": 37,
- "weekDownloads": 4
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Yasser-G/react-native-scales"
+ }
},
- "score": 43,
+ "githubUrl": "https://github.com/Yasser-G/react-native-scales",
+ "ios": true,
"matchingScoreModifiers": [
"Not supporting New Architecture"
],
- "popularity": -0.9,
+ "npm": {
+ "downloads": 34,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-scales",
+ "popularity": -0.975,
+ "score": 43,
"topicSearchString": "khtwah step react-native dimensions"
},
{
- "githubUrl": "https://github.com/Yasser-G/react-native-redux",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/Yasser-G/react-native-redux",
- "homepage": null
+ "description": "React Native Redux",
+ "fullName": "Yasser-G/react-native-redux",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-redux",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-12-31T13:41:10Z",
+ "forks": 6,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-10-30T07:06:55Z",
- "createdAt": "2019-12-31T13:41:10Z",
- "pushedAt": "2023-10-30T07:06:55Z",
- "forks": 6,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2023-10-30T07:06:55Z",
+ "stars": 13,
"subscribers": 2,
- "stars": 13
+ "updatedAt": "2023-10-30T07:06:55Z"
},
- "name": "react-native-redux",
- "fullName": "Yasser-G/react-native-redux",
- "isPrivate": false,
- "description": "React Native Redux",
"topics": [
"khtwah",
"reactnative",
@@ -572,107 +581,112 @@
"redux-store",
"redux-actions"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-redux",
- "npm": {
- "downloads": 331,
- "weekDownloads": 51
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Yasser-G/react-native-redux"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/Yasser-G/react-native-redux",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.868,
+ "npm": {
+ "downloads": 319,
+ "weekDownloads": 64
+ },
+ "npmPkg": "react-native-redux",
+ "popularity": -0.829,
+ "score": 32,
"topicSearchString": "khtwah reactnative redux react-redux redux-persist react react-native react-hooks reactjs redux-thunk redux-store redux-actions"
},
{
- "githubUrl": "https://github.com/wcisco17/react-native-animation-video",
- "ios": true,
"expoGo": true,
- "npmPkg": "@wcisco17/react-native-animation-video",
"github": {
- "urls": {
- "repo": "https://github.com/wcisco17/react-native-animation-video",
- "homepage": "https://storage.cloud.google.com/github-video/react-animation-video.mov"
+ "description": "Simple React Native Component that plays video if opened - Using The AppStore transition",
+ "fullName": "wcisco17/react-native-animation-video",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "@wcisco17/react-native-animation-video",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-10-30T19:59:40Z",
+ "forks": 1,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-11-15T09:23:58Z",
- "createdAt": "2019-10-30T19:59:40Z",
- "pushedAt": "2019-11-15T09:23:58Z",
- "forks": 1,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2019-11-15T09:23:58Z",
+ "stars": 5,
"subscribers": 1,
- "stars": 5
+ "updatedAt": "2019-11-15T09:23:58Z"
},
- "name": "@wcisco17/react-native-animation-video",
- "fullName": "wcisco17/react-native-animation-video",
- "isPrivate": false,
- "description": "Simple React Native Component that plays video if opened - Using The AppStore transition",
"topics": [
"react-native"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npm": {
- "downloads": 10,
- "weekDownloads": 7
+ "urls": {
+ "homepage": "https://storage.cloud.google.com/github-video/react-animation-video.mov",
+ "repo": "https://github.com/wcisco17/react-native-animation-video"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/wcisco17/react-native-animation-video",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
+ "npm": {
+ "downloads": 9,
+ "weekDownloads": 7
+ },
+ "npmPkg": "@wcisco17/react-native-animation-video",
"popularity": -1.05,
- "topicSearchString": "react-native"
+ "score": 32,
+ "topicSearchString": "react-native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/MAKARD/react-native-toastboard",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/MAKARD/react-native-toastboard",
- "homepage": "https://snack.expo.io/@makard/react-native-toastboard"
+ "description": "Toast feedback messages for React Native",
+ "fullName": "MAKARD/react-native-toastboard",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-toastboard",
+ "newArchitecture": false,
"stats": {
- "hasIssues": true,
- "hasWiki": true,
- "hasSponsorships": false,
- "hasDiscussions": false,
- "hasTopics": true,
- "updatedAt": "2025-01-02T15:46:34Z",
"createdAt": "2018-12-15T15:28:17Z",
- "pushedAt": "2025-01-02T15:46:34Z",
"forks": 2,
+ "hasDiscussions": false,
+ "hasIssues": true,
+ "hasSponsorships": false,
+ "hasTopics": true,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2025-01-02T15:46:34Z",
+ "stars": 63,
"subscribers": 1,
- "stars": 63
+ "updatedAt": "2025-01-02T15:46:34Z"
},
- "name": "react-native-toastboard",
- "fullName": "MAKARD/react-native-toastboard",
- "isPrivate": false,
- "description": "Toast feedback messages for React Native",
"topics": [
"native",
"react",
@@ -682,33 +696,28 @@
"toaster",
"notifications"
],
- "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-toastboard",
- "npm": {
- "downloads": 166,
- "weekDownloads": 39
+ "urls": {
+ "homepage": "https://snack.expo.io/@makard/react-native-toastboard",
+ "repo": "https://github.com/MAKARD/react-native-toastboard"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/MAKARD/react-native-toastboard",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.55,
+ "npm": {
+ "downloads": 145,
+ "weekDownloads": 21
+ },
+ "npmPkg": "react-native-toastboard",
+ "popularity": -0.626,
+ "score": 32,
"topicSearchString": "native react react-native toast toastboard toaster notifications"
},
{
- "githubUrl": "https://github.com/GetStream/stream-chat-react-native/tree/develop/package/native-package",
- "npmPkg": "stream-chat-react-native",
+ "android": true,
"examples": [
"https://github.com/GetStream/stream-chat-react-native/blob/develop/examples/ExpoMessaging",
"https://github.com/GetStream/stream-chat-react-native/blob/develop/examples/TypeScriptMessaging",
@@ -717,58 +726,58 @@
"https://github.com/GetStream/react-native-samples/tree/develop/projects/WhatsAppClone",
"https://github.com/GetStream/react-native-samples/tree/develop/projects/iMessageClone"
],
- "images": [
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/readme/cover.png",
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/1.png",
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/2.png",
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/3.png"
- ],
- "ios": true,
- "android": true,
"github": {
- "urls": {
- "repo": "https://github.com/GetStream/stream-chat-react-native",
- "homepage": "https://www.npmjs.com/package/stream-chat-react-native"
- },
+ "description": "The official React Native SDK for Stream Chat, a service for building chat applications",
+ "fullName": "GetStream/stream-chat-react-native",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "name": "stream-chat-react-native",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2019-03-28T08:50:26Z",
+ "forks": 346,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": false,
- "updatedAt": "2025-07-11T11:54:42Z",
- "createdAt": "2019-03-28T08:50:26Z",
+ "hasWiki": true,
+ "issues": 18,
"pushedAt": "2025-07-11T11:54:42Z",
- "forks": 346,
- "issues": 17,
+ "stars": 1079,
"subscribers": 45,
- "stars": 1079
+ "updatedAt": "2025-07-11T11:54:42Z"
},
- "name": "stream-chat-react-native",
- "fullName": "GetStream/stream-chat-react-native",
- "isPrivate": false,
- "description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"topics": [],
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npm": {
- "downloads": 66585,
- "weekDownloads": 11799
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/stream-chat-react-native",
+ "repo": "https://github.com/GetStream/stream-chat-react-native"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/GetStream/stream-chat-react-native/tree/develop/package/native-package",
+ "images": [
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/readme/cover.png",
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/1.png",
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/2.png",
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/3.png"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.151,
+ "npm": {
+ "downloads": 64361,
+ "weekDownloads": 9313
+ },
+ "npmPkg": "stream-chat-react-native",
+ "popularity": 0.123,
+ "score": 68,
"topicSearchString": ""
},
{
- "githubUrl": "https://github.com/GetStream/stream-chat-react-native/tree/develop/package/expo-package",
- "npmPkg": "stream-chat-expo",
+ "android": true,
"examples": [
"https://github.com/GetStream/stream-chat-react-native/blob/develop/examples/ExpoMessaging",
"https://github.com/GetStream/stream-chat-react-native/blob/develop/examples/TypeScriptMessaging",
@@ -777,86 +786,91 @@
"https://github.com/GetStream/react-native-samples/tree/develop/projects/WhatsAppClone",
"https://github.com/GetStream/react-native-samples/tree/develop/projects/iMessageClone"
],
- "images": [
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/readme/cover.png",
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/1.png",
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/2.png",
- "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/3.png"
- ],
- "ios": true,
- "android": true,
"expoGo": true,
- "newArchitecture": true,
- "newArchitectureNote": "Works used with Expo modules dependencies. Alternative dependencies are not all compatible with the New Architecture.",
"github": {
- "urls": {
- "repo": "https://github.com/GetStream/stream-chat-react-native",
- "homepage": null
- },
+ "description": "The official Expo SDK for Stream Chat, a service for building chat applications",
+ "fullName": "GetStream/stream-chat-react-native",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "name": "stream-chat-expo",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-03-28T08:50:26Z",
+ "forks": 346,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": false,
- "updatedAt": "2025-07-11T11:54:42Z",
- "createdAt": "2019-03-28T08:50:26Z",
+ "hasWiki": true,
+ "issues": 18,
"pushedAt": "2025-07-11T11:54:42Z",
- "forks": 346,
- "issues": 17,
+ "stars": 1079,
"subscribers": 45,
- "stars": 1079
+ "updatedAt": "2025-07-11T11:54:42Z"
},
- "name": "stream-chat-expo",
- "fullName": "GetStream/stream-chat-react-native",
- "isPrivate": false,
- "description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"topics": [],
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 68917,
- "weekDownloads": 13048
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/GetStream/stream-chat-react-native"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/GetStream/stream-chat-react-native/tree/develop/package/expo-package",
+ "images": [
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/readme/cover.png",
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/1.png",
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/2.png",
+ "https://raw.githubusercontent.com/GetStream/stream-chat-react-native/master/screenshots/3.png"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
+ "newArchitecture": true,
+ "newArchitectureNote": "Works used with Expo modules dependencies. Alternative dependencies are not all compatible with the New Architecture.",
+ "npm": {
+ "downloads": 68055,
+ "weekDownloads": 12870
+ },
+ "npmPkg": "stream-chat-expo",
"popularity": 0.161,
+ "score": 68,
"topicSearchString": ""
},
{
- "githubUrl": "https://github.com/alexfoxy/react-native-units",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/alexfoxy/react-native-units",
- "homepage": null
+ "description": "A collection of useful units and a simple grid implementation for responsive layouts in React Native.",
+ "fullName": "alexfoxy/react-native-units",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-units",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-03-26T15:38:27Z",
+ "forks": 0,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-04-10T11:28:21Z",
- "createdAt": "2019-03-26T15:38:27Z",
- "pushedAt": "2019-04-10T11:28:21Z",
- "forks": 0,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2019-04-10T11:28:21Z",
+ "stars": 29,
"subscribers": 4,
- "stars": 29
+ "updatedAt": "2019-04-10T11:28:21Z"
},
- "name": "react-native-units",
- "fullName": "alexfoxy/react-native-units",
- "isPrivate": false,
- "description": "A collection of useful units and a simple grid implementation for responsive layouts in React Native.",
"topics": [
"react-native",
"units",
@@ -868,58 +882,58 @@
"css",
"responsive"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-units",
- "npm": {
- "downloads": 33,
- "weekDownloads": 2
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/alexfoxy/react-native-units"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/alexfoxy/react-native-units",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.443,
- "topicSearchString": "react-native units pixels grid scale javascript ios css responsive"
+ "npm": {
+ "downloads": 32,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-units",
+ "popularity": -1.471,
+ "score": 32,
+ "topicSearchString": "react-native units pixels grid scale javascript ios css responsive",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/SudoPlz/react-native-shake-event",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/SudoPlz/react-native-shake-event",
- "homepage": null
+ "description": "Add shake event to your React Native app",
+ "fullName": "SudoPlz/react-native-shake-event",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-shake-event",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-02T18:31:46Z",
+ "forks": 3,
+ "hasDiscussions": false,
"hasIssues": false,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-03-01T16:49:42Z",
- "createdAt": "2018-01-02T18:31:46Z",
- "pushedAt": "2018-03-01T16:49:42Z",
- "forks": 3,
+ "hasWiki": false,
"issues": 0,
+ "pushedAt": "2018-03-01T16:49:42Z",
+ "stars": 4,
"subscribers": 1,
- "stars": 4
+ "updatedAt": "2018-03-01T16:49:42Z"
},
- "name": "react-native-shake-event",
- "fullName": "SudoPlz/react-native-shake-event",
- "isPrivate": false,
- "description": "Add shake event to your React Native app",
"topics": [
"android",
"ios",
@@ -933,59 +947,59 @@
"shake-event-android",
"shake-event-ios"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-shake-event",
- "npm": {
- "downloads": 25,
- "weekDownloads": 9
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/SudoPlz/react-native-shake-event"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/SudoPlz/react-native-shake-event",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.39,
- "topicSearchString": "android ios native react react-component react-native component shake shake-event shake-event-android shake-event-ios"
+ "npm": {
+ "downloads": 20,
+ "weekDownloads": 9
+ },
+ "npmPkg": "react-native-shake-event",
+ "popularity": -1.3,
+ "score": 32,
+ "topicSearchString": "android ios native react react-component react-native component shake shake-event shake-event-android shake-event-ios",
+ "unmaintained": true
},
{
- "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",
- "homepage": null
+ "description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.",
+ "fullName": "crazycodeboy/react-native-splash-screen",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-splash-screen",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-14T10:43:55Z",
+ "forks": 1055,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-12-05T14:33:15Z",
- "createdAt": "2016-09-14T10:43:55Z",
- "pushedAt": "2021-12-05T14:33:15Z",
- "forks": 1055,
+ "hasWiki": true,
"issues": 364,
+ "pushedAt": "2021-12-05T14:33:15Z",
+ "stars": 5657,
"subscribers": 61,
- "stars": 5657
+ "updatedAt": "2021-12-05T14:33:15Z"
},
- "name": "react-native-splash-screen",
- "fullName": "crazycodeboy/react-native-splash-screen",
- "isPrivate": false,
- "description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.",
"topics": [
"react-native",
"component",
@@ -998,24 +1012,13 @@
"ios",
"launchimage"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-splash-screen",
- "npm": {
- "downloads": 550256,
- "weekDownloads": 120480
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/crazycodeboy/react-native-splash-screen"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/crazycodeboy/react-native-splash-screen",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -1024,37 +1027,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.564,
- "topicSearchString": "react-native component splash-screen splashscreen splash launch-screen launchscreen android ios launchimage"
+ "npm": {
+ "downloads": 520480,
+ "weekDownloads": 97650
+ },
+ "npmPkg": "react-native-splash-screen",
+ "popularity": -0.591,
+ "score": 70,
+ "topicSearchString": "react-native component splash-screen splashscreen splash launch-screen launchscreen android ios launchimage",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kristerkari/pinar",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/kristerkari/pinar",
- "homepage": null
+ "description": "🌲☀️ Customizable, lightweight React Native carousel component with accessibility support.",
+ "fullName": "kristerkari/pinar",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "pinar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-01-02T03:48:59Z",
+ "forks": 13,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-01-15T20:21:05Z",
- "createdAt": "2019-01-02T03:48:59Z",
- "pushedAt": "2025-01-15T20:21:05Z",
- "forks": 13,
+ "hasWiki": false,
"issues": 8,
+ "pushedAt": "2025-01-15T20:21:05Z",
+ "stars": 591,
"subscribers": 4,
- "stars": 591
+ "updatedAt": "2025-01-15T20:21:05Z"
},
- "name": "pinar",
- "fullName": "kristerkari/pinar",
- "isPrivate": false,
- "description": "🌲☀️ Customizable, lightweight React Native carousel component with accessibility support.",
"topics": [
"react",
"react-component",
@@ -1070,59 +1084,59 @@
"typescript",
"a11y"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "pinar",
- "npm": {
- "downloads": 12355,
- "weekDownloads": 2705
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kristerkari/pinar"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/kristerkari/pinar",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.186,
+ "npm": {
+ "downloads": 11563,
+ "weekDownloads": 1765
+ },
+ "npmPkg": "pinar",
+ "popularity": 0.13,
+ "score": 41,
"topicSearchString": "react react-component react-native reactnative ios android carousel carousel-component slider swiper scrollview typescript a11y"
},
{
- "githubUrl": "https://github.com/khalisafkari/react-native-google-photos",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/khalisafkari/react-native-google-photos",
- "homepage": "https://verdauen.com"
+ "description": "Grabs Streaming & Downloader Link Google Photos",
+ "fullName": "khalisafkari/react-native-google-photos",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-google-photos",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-03-24T03:43:56Z",
+ "forks": 7,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-10-28T10:53:20Z",
- "createdAt": "2019-03-24T03:43:56Z",
- "pushedAt": "2020-10-28T10:53:20Z",
- "forks": 7,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2020-10-28T10:53:20Z",
+ "stars": 8,
"subscribers": 1,
- "stars": 8
+ "updatedAt": "2020-10-28T10:53:20Z"
},
- "name": "react-native-google-photos",
- "fullName": "khalisafkari/react-native-google-photos",
- "isPrivate": false,
- "description": "Grabs Streaming & Downloader Link Google Photos",
"topics": [
"react-native",
"video",
@@ -1134,59 +1148,59 @@
"blogger",
"cloudvideo"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "unmaintained": true,
- "npmPkg": "react-native-google-photos",
- "npm": {
- "downloads": 28,
- "weekDownloads": 12
+ "urls": {
+ "homepage": "https://verdauen.com",
+ "repo": "https://github.com/khalisafkari/react-native-google-photos"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/khalisafkari/react-native-google-photos",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.35,
- "topicSearchString": "react-native video mp4upload google-photos downloader ios android blogger cloudvideo"
+ "npm": {
+ "downloads": 25,
+ "weekDownloads": 5
+ },
+ "npmPkg": "react-native-google-photos",
+ "popularity": -1.55,
+ "score": 32,
+ "topicSearchString": "react-native video mp4upload google-photos downloader ios android blogger cloudvideo",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/A11yWatch/react-native-reader",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/j-mendez/react-native-reader",
- "homepage": null
+ "description": "Cross-platform native reader mode for react-native (safari like)",
+ "fullName": "j-mendez/react-native-reader",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-reader",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-12-21T14:01:57Z",
+ "forks": 12,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-06-24T16:11:32Z",
- "createdAt": "2018-12-21T14:01:57Z",
- "pushedAt": "2023-06-24T16:11:32Z",
- "forks": 12,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2023-06-24T16:11:32Z",
+ "stars": 67,
"subscribers": 4,
- "stars": 67
+ "updatedAt": "2023-06-24T16:11:32Z"
},
- "name": "react-native-reader",
- "fullName": "j-mendez/react-native-reader",
- "isPrivate": false,
- "description": "Cross-platform native reader mode for react-native (safari like)",
"topics": [
"readability",
"reader",
@@ -1195,60 +1209,59 @@
"android-reader",
"safari-reader"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-reader",
- "npm": {
- "downloads": 145,
- "weekDownloads": 34
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/j-mendez/react-native-reader"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/A11yWatch/react-native-reader",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.3,
- "topicSearchString": "readability reader react-native ios-reader android-reader safari-reader"
+ "npm": {
+ "downloads": 128,
+ "weekDownloads": 10
+ },
+ "npmPkg": "react-native-reader",
+ "popularity": -1.433,
+ "score": 32,
+ "topicSearchString": "readability reader react-native ios-reader android-reader safari-reader",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kenkotch/react-native-columns",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/kenkotch/react-native-columns",
- "homepage": null
+ "description": "User resizable columns component for react native",
+ "fullName": "kenkotch/react-native-columns",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-columns",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-11-23T04:21:37Z",
+ "forks": 0,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-11-30T03:16:15Z",
- "createdAt": "2018-11-23T04:21:37Z",
- "pushedAt": "2018-11-30T03:16:15Z",
- "forks": 0,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-11-30T03:16:15Z",
+ "stars": 2,
"subscribers": 1,
- "stars": 2
+ "updatedAt": "2018-11-30T03:16:15Z"
},
- "name": "react-native-columns",
- "fullName": "kenkotch/react-native-columns",
- "isPrivate": false,
- "description": "User resizable columns component for react native",
"topics": [
"android",
"column",
@@ -1258,177 +1271,177 @@
"component",
"resize"
],
- "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-columns",
- "npm": {
- "downloads": 22,
- "weekDownloads": 8
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kenkotch/react-native-columns"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/kenkotch/react-native-columns",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.43,
- "topicSearchString": "android column columns ios react-native component resize"
+ "npm": {
+ "downloads": 20,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-columns",
+ "popularity": -1.7,
+ "score": 32,
+ "topicSearchString": "android column columns ios react-native component resize",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kristerkari/react-native-svg-transformer",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/kristerkari/react-native-svg-transformer",
- "homepage": null
- },
- "stats": {
- "hasIssues": true,
- "hasWiki": true,
- "hasSponsorships": false,
- "hasDiscussions": false,
- "hasTopics": true,
- "updatedAt": "2025-07-06T18:35:43Z",
+ "description": "Import SVG files in your React Native project the same way that you would in a Web application.",
+ "fullName": "kristerkari/react-native-svg-transformer",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
+ },
+ "name": "react-native-svg-transformer",
+ "newArchitecture": false,
+ "stats": {
"createdAt": "2018-08-02T19:29:21Z",
- "pushedAt": "2025-07-06T18:35:43Z",
"forks": 117,
+ "hasDiscussions": false,
+ "hasIssues": true,
+ "hasSponsorships": false,
+ "hasTopics": true,
+ "hasWiki": true,
"issues": 83,
+ "pushedAt": "2025-07-06T18:35:43Z",
+ "stars": 1690,
"subscribers": 7,
- "stars": 1689
+ "updatedAt": "2025-07-06T18:35:43Z"
},
- "name": "react-native-svg-transformer",
- "fullName": "kristerkari/react-native-svg-transformer",
- "isPrivate": false,
- "description": "Import SVG files in your React Native project the same way that you would in a Web application.",
"topics": [
"react-native",
"svg",
"loader",
"transformer"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-svg-transformer",
- "npm": {
- "downloads": 2769407,
- "weekDownloads": 577807
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kristerkari/react-native-svg-transformer"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/kristerkari/react-native-svg-transformer",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Lots of open issues",
"Not supporting New Architecture"
],
- "popularity": 0.177,
- "topicSearchString": "react-native svg loader transformer"
+ "npm": {
+ "downloads": 2655869,
+ "weekDownloads": 484133
+ },
+ "npmPkg": "react-native-svg-transformer",
+ "popularity": 0.155,
+ "score": 57,
+ "topicSearchString": "react-native svg loader transformer",
+ "web": true
},
{
- "githubUrl": "https://github.com/aeirola/react-native-svg-asset-plugin",
- "ios": true,
"android": true,
"dev": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/aeirola/react-native-svg-asset-plugin",
- "homepage": "https://www.npmjs.com/package/react-native-svg-asset-plugin"
+ "description": "Asset plugin for importing SVG images in React Native",
+ "fullName": "aeirola/react-native-svg-asset-plugin",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-svg-asset-plugin",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2019-03-17T11:03:57Z",
+ "forks": 5,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-09-26T12:18:28Z",
- "createdAt": "2019-03-17T11:03:57Z",
- "pushedAt": "2021-09-26T12:18:28Z",
- "forks": 5,
+ "hasWiki": false,
"issues": 2,
+ "pushedAt": "2021-09-26T12:18:28Z",
+ "stars": 68,
"subscribers": 3,
- "stars": 68
+ "updatedAt": "2021-09-26T12:18:28Z"
},
- "name": "react-native-svg-asset-plugin",
- "fullName": "aeirola/react-native-svg-asset-plugin",
- "isPrivate": false,
- "description": "Asset plugin for importing SVG images in React Native",
"topics": [
"react-native",
"svg"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-svg-asset-plugin",
- "npm": {
- "downloads": 55051,
- "weekDownloads": 11512
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-svg-asset-plugin",
+ "repo": "https://github.com/aeirola/react-native-svg-asset-plugin"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/aeirola/react-native-svg-asset-plugin",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.572,
- "topicSearchString": "react-native svg"
+ "npm": {
+ "downloads": 53600,
+ "weekDownloads": 9030
+ },
+ "npmPkg": "react-native-svg-asset-plugin",
+ "popularity": -0.607,
+ "score": 32,
+ "topicSearchString": "react-native svg",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kenmaca/react-native-apple-ads-attribution",
- "ios": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/kenmaca/react-native-apple-ads-attribution",
- "homepage": null
+ "description": "A React Native module to get Apple Search Ads Attribution API on iOS",
+ "fullName": "kenmaca/react-native-apple-ads-attribution",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-apple-ads-attribution",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-10-18T16:07:38Z",
+ "forks": 8,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-10-18T21:15:04Z",
- "createdAt": "2018-10-18T16:07:38Z",
- "pushedAt": "2018-10-18T21:15:04Z",
- "forks": 8,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-10-18T21:15:04Z",
+ "stars": 7,
"subscribers": 2,
- "stars": 7
+ "updatedAt": "2018-10-18T21:15:04Z"
},
- "name": "react-native-apple-ads-attribution",
- "fullName": "kenmaca/react-native-apple-ads-attribution",
- "isPrivate": false,
- "description": "A React Native module to get Apple Search Ads Attribution API on iOS",
"topics": [
"react-native",
"react-component",
@@ -1445,58 +1458,59 @@
"iad",
"attributiondetails"
],
- "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-apple-ads-attribution",
- "npm": {
- "downloads": 19,
- "weekDownloads": 4
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kenmaca/react-native-apple-ads-attribution"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/kenmaca/react-native-apple-ads-attribution",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.55,
- "topicSearchString": "react-native react-component react-components react native ios component apple search ads attribution api iad attributiondetails"
+ "npm": {
+ "downloads": 18,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-apple-ads-attribution",
+ "popularity": -1.45,
+ "score": 32,
+ "topicSearchString": "react-native react-component react-components react native ios component apple search ads attribution api iad attributiondetails",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/MAKARD/react-native-formawesome",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/MAKARD/react-native-formawesome",
- "homepage": "https://snack.expo.io/@makard/react-native-formawesome"
+ "description": "React-Native UI lib for validation forms",
+ "fullName": "MAKARD/react-native-formawesome",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-formawesome",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-10-02T08:03:36Z",
+ "forks": 0,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-03-29T21:50:11Z",
- "createdAt": "2018-10-02T08:03:36Z",
- "pushedAt": "2023-03-29T21:50:11Z",
- "forks": 0,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2023-03-29T21:50:11Z",
+ "stars": 7,
"subscribers": 0,
- "stars": 7
+ "updatedAt": "2023-03-29T21:50:11Z"
},
- "name": "react-native-formawesome",
- "fullName": "MAKARD/react-native-formawesome",
- "isPrivate": false,
- "description": "React-Native UI lib for validation forms",
"topics": [
"ui",
"native",
@@ -1508,58 +1522,58 @@
"form",
"react-formawesome-core"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-formawesome",
- "npm": {
- "downloads": 14,
- "weekDownloads": 7
+ "urls": {
+ "homepage": "https://snack.expo.io/@makard/react-native-formawesome",
+ "repo": "https://github.com/MAKARD/react-native-formawesome"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/MAKARD/react-native-formawesome",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.283,
- "topicSearchString": "ui native react react-native validation class-validator validate.js form react-formawesome-core"
+ "npm": {
+ "downloads": 11,
+ "weekDownloads": 7
+ },
+ "npmPkg": "react-native-formawesome",
+ "popularity": -1.05,
+ "score": 32,
+ "topicSearchString": "ui native react react-native validation class-validator validate.js form react-formawesome-core",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/talut/rn-secure-storage",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/talut/rn-secure-storage",
- "homepage": null
+ "description": "Secure Storage for React Native (Android & iOS)",
+ "fullName": "talut/rn-secure-storage",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "rn-secure-storage",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-09-14T14:48:56Z",
+ "forks": 60,
+ "hasDiscussions": false,
"hasIssues": false,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-01-29T13:16:01Z",
- "createdAt": "2018-09-14T14:48:56Z",
- "pushedAt": "2024-01-29T13:16:01Z",
- "forks": 60,
+ "hasWiki": false,
"issues": 0,
+ "pushedAt": "2024-01-29T13:16:01Z",
+ "stars": 210,
"subscribers": 7,
- "stars": 210
+ "updatedAt": "2024-01-29T13:16:01Z"
},
- "name": "rn-secure-storage",
- "fullName": "talut/rn-secure-storage",
- "isPrivate": false,
- "description": "Secure Storage for React Native (Android & iOS)",
"topics": [
"react-native",
"ios",
@@ -1575,170 +1589,170 @@
"multiple-values",
"multiple-keys"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "rn-secure-storage",
- "npm": {
- "downloads": 16164,
- "weekDownloads": 3555
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/talut/rn-secure-storage"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/talut/rn-secure-storage",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.187,
+ "npm": {
+ "downloads": 15532,
+ "weekDownloads": 2732
+ },
+ "npmPkg": "rn-secure-storage",
+ "popularity": 0.15,
+ "score": 41,
"topicSearchString": "react-native ios android keychain-service keystore-service device-security keystore keychain secure-preferences token react-token multiple-values multiple-keys"
},
{
- "githubUrl": "https://github.com/kkemple/react-native-sideswipe",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/kkemple/react-native-sideswipe",
- "homepage": null
+ "description": "Simple React Native carousel with sensible defaults",
+ "fullName": "kkemple/react-native-sideswipe",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-sideswipe",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-02-02T19:39:34Z",
+ "forks": 69,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2021-01-28T20:12:43Z",
- "createdAt": "2018-02-02T19:39:34Z",
- "pushedAt": "2021-01-28T20:12:43Z",
- "forks": 69,
+ "hasWiki": false,
"issues": 24,
+ "pushedAt": "2021-01-28T20:12:43Z",
+ "stars": 903,
"subscribers": 15,
- "stars": 903
+ "updatedAt": "2021-01-28T20:12:43Z"
},
- "name": "react-native-sideswipe",
- "fullName": "kkemple/react-native-sideswipe",
- "isPrivate": false,
- "description": "Simple React Native carousel with sensible defaults",
"topics": [],
- "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-sideswipe",
- "npm": {
- "downloads": 2460,
- "weekDownloads": 487
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kkemple/react-native-sideswipe"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/kkemple/react-native-sideswipe",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.581,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 2329,
+ "weekDownloads": 436
+ },
+ "npmPkg": "react-native-sideswipe",
+ "popularity": -0.591,
+ "score": 57,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Navybits/react-native-navybits-date-time-picker",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/Navybits/react-native-navybits-date-time-picker",
- "homepage": null
+ "description": "",
+ "fullName": "Navybits/react-native-navybits-date-time-picker",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-navybits-date-time-picker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-07-19T13:34:36Z",
+ "forks": 21,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-04-02T14:08:49Z",
- "createdAt": "2018-07-19T13:34:36Z",
- "pushedAt": "2020-04-02T14:08:49Z",
- "forks": 21,
+ "hasWiki": true,
"issues": 15,
+ "pushedAt": "2020-04-02T14:08:49Z",
+ "stars": 27,
"subscribers": 2,
- "stars": 27
+ "updatedAt": "2020-04-02T14:08:49Z"
},
- "name": "react-native-navybits-date-time-picker",
- "fullName": "Navybits/react-native-navybits-date-time-picker",
- "isPrivate": false,
- "description": "",
"topics": [
"react-native"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-navybits-date-time-picker",
- "npm": {
- "downloads": 50,
- "weekDownloads": 14
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Navybits/react-native-navybits-date-time-picker"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/Navybits/react-native-navybits-date-time-picker",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.245,
- "topicSearchString": "react-native"
+ "npm": {
+ "downloads": 43,
+ "weekDownloads": 8
+ },
+ "npmPkg": "react-native-navybits-date-time-picker",
+ "popularity": -1.34,
+ "score": 32,
+ "topicSearchString": "react-native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wonday/react-native-image-cache-wrapper",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/wonday/react-native-image-cache-wrapper",
- "homepage": null
+ "description": "The best react native image cache wrapper.",
+ "fullName": "wonday/react-native-image-cache-wrapper",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-image-cache-wrapper",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-06-09T14:19:34Z",
+ "forks": 16,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-01-23T13:02:58Z",
- "createdAt": "2018-06-09T14:19:34Z",
- "pushedAt": "2022-01-23T13:02:58Z",
- "forks": 16,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2022-01-23T13:02:58Z",
+ "stars": 36,
"subscribers": 3,
- "stars": 36
+ "updatedAt": "2022-01-23T13:02:58Z"
},
- "name": "react-native-image-cache-wrapper",
- "fullName": "wonday/react-native-image-cache-wrapper",
- "isPrivate": false,
- "description": "The best react native image cache wrapper.",
"topics": [
"cache",
"cached-image",
@@ -1750,57 +1764,57 @@
"android",
"ios"
],
- "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-image-cache-wrapper",
- "npm": {
- "downloads": 493,
- "weekDownloads": 55
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wonday/react-native-image-cache-wrapper"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/wonday/react-native-image-cache-wrapper",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.405,
- "topicSearchString": "cache cached-image image-cache image imagebackground react-component react-native android ios"
+ "npm": {
+ "downloads": 513,
+ "weekDownloads": 72
+ },
+ "npmPkg": "react-native-image-cache-wrapper",
+ "popularity": -1.38,
+ "score": 32,
+ "topicSearchString": "cache cached-image image-cache image imagebackground react-component react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/everdrone/react-native-super-ellipse-mask",
- "ios": true,
"github": {
- "urls": {
- "repo": "https://github.com/everdrone/react-native-super-ellipse-mask",
- "homepage": null
+ "description": "Apple flavored smooth corners for React Native",
+ "fullName": "everdrone/react-native-super-ellipse-mask",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-super-ellipse-mask",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-04-22T00:44:10Z",
+ "forks": 3,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-04-22T09:42:49Z",
- "createdAt": "2018-04-22T00:44:10Z",
- "pushedAt": "2018-04-22T09:42:49Z",
- "forks": 3,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2018-04-22T09:42:49Z",
+ "stars": 64,
"subscribers": 4,
- "stars": 64
+ "updatedAt": "2018-04-22T09:42:49Z"
},
- "name": "react-native-super-ellipse-mask",
- "fullName": "everdrone/react-native-super-ellipse-mask",
- "isPrivate": false,
- "description": "Apple flavored smooth corners for React Native",
"topics": [
"react-native",
"squircle",
@@ -1816,518 +1830,517 @@
"corners",
"rounded-corners"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-super-ellipse-mask",
- "npm": {
- "downloads": 47,
- "weekDownloads": 7
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/everdrone/react-native-super-ellipse-mask"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/everdrone/react-native-super-ellipse-mask",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.373,
- "topicSearchString": "react-native squircle smooth rounded superellipse curvature continuity mask view apple smooth-corners corners rounded-corners"
+ "npm": {
+ "downloads": 42,
+ "weekDownloads": 4
+ },
+ "npmPkg": "react-native-super-ellipse-mask",
+ "popularity": -1.411,
+ "score": 32,
+ "topicSearchString": "react-native squircle smooth rounded superellipse curvature continuity mask view apple smooth-corners corners rounded-corners",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-file-selector",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-file-selector",
- "homepage": null
+ "description": "React Native: Native File Selector",
+ "fullName": "prscX/react-native-file-selector",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-file-selector",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-02-22T14:41:35Z",
+ "forks": 52,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-07-01T12:18:08Z",
- "createdAt": "2018-02-22T14:41:35Z",
- "pushedAt": "2021-07-01T12:18:08Z",
- "forks": 52,
+ "hasWiki": false,
"issues": 48,
+ "pushedAt": "2021-07-01T12:18:08Z",
+ "stars": 308,
"subscribers": 4,
- "stars": 308
+ "updatedAt": "2021-07-01T12:18:08Z"
},
- "name": "react-native-file-selector",
- "fullName": "prscX/react-native-file-selector",
- "isPrivate": false,
- "description": "React Native: Native File Selector",
"topics": [
"react-native",
"andriod",
"ios"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-file-selector",
- "npm": {
- "downloads": 125,
- "weekDownloads": 32
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-file-selector"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/prscX/react-native-file-selector",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.279,
- "topicSearchString": "react-native andriod ios"
+ "npm": {
+ "downloads": 117,
+ "weekDownloads": 30
+ },
+ "npmPkg": "react-native-file-selector",
+ "popularity": -1.278,
+ "score": 41,
+ "topicSearchString": "react-native andriod ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-material-shadows",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-material-shadows",
- "homepage": null
- },
- "stats": {
- "hasIssues": true,
- "hasWiki": false,
- "hasSponsorships": false,
- "hasDiscussions": false,
- "hasTopics": true,
- "updatedAt": "2021-07-03T09:37:03Z",
+ "description": "React Native: Native Material Shadows",
+ "fullName": "prscX/react-native-material-shadows",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
+ },
+ "name": "react-native-material-shadows",
+ "newArchitecture": false,
+ "stats": {
"createdAt": "2018-02-04T11:44:53Z",
- "pushedAt": "2021-07-03T09:37:03Z",
"forks": 8,
+ "hasDiscussions": false,
+ "hasIssues": true,
+ "hasSponsorships": false,
+ "hasTopics": true,
+ "hasWiki": false,
"issues": 2,
+ "pushedAt": "2021-07-03T09:37:03Z",
+ "stars": 86,
"subscribers": 2,
- "stars": 86
+ "updatedAt": "2021-07-03T09:37:03Z"
},
- "name": "react-native-material-shadows",
- "fullName": "prscX/react-native-material-shadows",
- "isPrivate": false,
- "description": "React Native: Native Material Shadows",
"topics": [
"react-native",
"android",
"ios"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-material-shadows",
- "npm": {
- "downloads": 9,
- "weekDownloads": 2
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-material-shadows"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-material-shadows",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.3,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 7,
+ "weekDownloads": 7
+ },
+ "npmPkg": "react-native-material-shadows",
+ "popularity": -0.1,
+ "score": 32,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-about-libraries",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-about-libraries",
- "homepage": null
+ "description": "React Native: It offers information about install packages",
+ "fullName": "prscX/react-native-about-libraries",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-about-libraries",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-11T14:39:44Z",
+ "forks": 4,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-08-21T07:04:20Z",
- "createdAt": "2018-01-11T14:39:44Z",
- "pushedAt": "2018-08-21T07:04:20Z",
- "forks": 4,
+ "hasWiki": false,
"issues": 0,
+ "pushedAt": "2018-08-21T07:04:20Z",
+ "stars": 31,
"subscribers": 1,
- "stars": 31
+ "updatedAt": "2018-08-21T07:04:20Z"
},
- "name": "react-native-about-libraries",
- "fullName": "prscX/react-native-about-libraries",
- "isPrivate": false,
- "description": "React Native: It offers information about install packages",
"topics": [
"react-native",
"android",
"ios"
],
- "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": "react-native-about-libraries",
- "npm": {
- "downloads": 432,
- "weekDownloads": 102
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-about-libraries"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-about-libraries",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.298,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 398,
+ "weekDownloads": 44
+ },
+ "npmPkg": "react-native-about-libraries",
+ "popularity": -1.405,
+ "score": 32,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-siri-wave-view",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-siri-wave-view",
- "homepage": null
+ "description": "React Native: Native Siri Wave View",
+ "fullName": "prscX/react-native-siri-wave-view",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-siri-wave-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-25T12:51:58Z",
+ "forks": 34,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-07-18T11:00:44Z",
- "createdAt": "2018-01-25T12:51:58Z",
- "pushedAt": "2020-07-18T11:00:44Z",
- "forks": 34,
+ "hasWiki": false,
"issues": 6,
+ "pushedAt": "2020-07-18T11:00:44Z",
+ "stars": 149,
"subscribers": 3,
- "stars": 149
+ "updatedAt": "2020-07-18T11:00:44Z"
},
- "name": "react-native-siri-wave-view",
- "fullName": "prscX/react-native-siri-wave-view",
- "isPrivate": false,
- "description": "React Native: Native Siri Wave View",
"topics": [
"react-native",
"android",
"ios"
],
- "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": true
- },
- "npmPkg": "react-native-siri-wave-view",
- "npm": {
- "downloads": 59,
- "weekDownloads": 12
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-siri-wave-view"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-siri-wave-view",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.315,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 52,
+ "weekDownloads": 10
+ },
+ "npmPkg": "react-native-siri-wave-view",
+ "popularity": -1.333,
+ "score": 32,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-lock-screen",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-lock-screen",
- "homepage": null
+ "description": "React Native: Lock Screen",
+ "fullName": "prscX/react-native-lock-screen",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-lock-screen",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-03-07T12:26:13Z",
+ "forks": 26,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-06-22T08:12:24Z",
- "createdAt": "2018-03-07T12:26:13Z",
- "pushedAt": "2021-06-22T08:12:24Z",
- "forks": 26,
+ "hasWiki": false,
"issues": 6,
+ "pushedAt": "2021-06-22T08:12:24Z",
+ "stars": 118,
"subscribers": 3,
- "stars": 118
+ "updatedAt": "2021-06-22T08:12:24Z"
},
- "name": "react-native-lock-screen",
- "fullName": "prscX/react-native-lock-screen",
- "isPrivate": false,
- "description": "React Native: Lock Screen",
"topics": [
"react-native",
"android",
"ios"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-lock-screen",
- "npm": {
- "downloads": 34,
- "weekDownloads": 14
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-lock-screen"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-lock-screen",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.15,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 26,
+ "weekDownloads": 4
+ },
+ "npmPkg": "react-native-lock-screen",
+ "popularity": -1.367,
+ "score": 32,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-styled-dialogs",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-styled-dialogs",
- "homepage": null
+ "description": "React Native: Native Styled Dialogs",
+ "fullName": "prscX/react-native-styled-dialogs",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-styled-dialogs",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-04-15T12:14:28Z",
+ "forks": 11,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-07-05T13:29:56Z",
- "createdAt": "2018-04-15T12:14:28Z",
- "pushedAt": "2021-07-05T13:29:56Z",
- "forks": 11,
+ "hasWiki": false,
"issues": 2,
+ "pushedAt": "2021-07-05T13:29:56Z",
+ "stars": 171,
"subscribers": 3,
- "stars": 171
+ "updatedAt": "2021-07-05T13:29:56Z"
},
- "name": "react-native-styled-dialogs",
- "fullName": "prscX/react-native-styled-dialogs",
- "isPrivate": false,
- "description": "React Native: Native Styled Dialogs",
"topics": [
"react-native",
"android",
"ios"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-styled-dialogs",
- "npm": {
- "downloads": 32,
- "weekDownloads": 10
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-styled-dialogs"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-styled-dialogs",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.214,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 26,
+ "weekDownloads": 7
+ },
+ "npmPkg": "react-native-styled-dialogs",
+ "popularity": -1.267,
+ "score": 32,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-morphing-text",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-morphing-text",
- "homepage": null
+ "description": "React Native: Native Morphing Text",
+ "fullName": "prscX/react-native-morphing-text",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-morphing-text",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-02-24T01:20:17Z",
+ "forks": 8,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-07-03T09:35:17Z",
- "createdAt": "2018-02-24T01:20:17Z",
- "pushedAt": "2021-07-03T09:35:17Z",
- "forks": 8,
+ "hasWiki": false,
"issues": 2,
+ "pushedAt": "2021-07-03T09:35:17Z",
+ "stars": 165,
"subscribers": 7,
- "stars": 165
+ "updatedAt": "2021-07-03T09:35:17Z"
},
- "name": "react-native-morphing-text",
- "fullName": "prscX/react-native-morphing-text",
- "isPrivate": false,
- "description": "React Native: Native Morphing Text",
"topics": [
"react-native",
"android",
"ios"
],
- "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": true
- },
- "npmPkg": "react-native-morphing-text",
- "npm": {
- "downloads": 5,
- "weekDownloads": 1
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-morphing-text"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-morphing-text",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.3,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 6,
+ "weekDownloads": 2
+ },
+ "npmPkg": "react-native-morphing-text",
+ "popularity": -1.1,
+ "score": 32,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-chip-view",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-chip-view",
- "homepage": null
+ "description": "React Native: Material Chip View",
+ "fullName": "prscX/react-native-chip-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-chip-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-03-24T17:02:29Z",
+ "forks": 10,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-03-20T07:27:12Z",
- "createdAt": "2018-03-24T17:02:29Z",
- "pushedAt": "2020-03-20T07:27:12Z",
- "forks": 10,
+ "hasWiki": false,
"issues": 3,
+ "pushedAt": "2020-03-20T07:27:12Z",
+ "stars": 44,
"subscribers": 1,
- "stars": 44
+ "updatedAt": "2020-03-20T07:27:12Z"
},
- "name": "react-native-chip-view",
- "fullName": "prscX/react-native-chip-view",
- "isPrivate": false,
- "description": "React Native: Material Chip View",
"topics": [
"react-native",
"android",
"ios"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-chip-view",
- "npm": {
- "downloads": 1054,
- "weekDownloads": 233
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-chip-view"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-chip-view",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.562,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 928,
+ "weekDownloads": 192
+ },
+ "npmPkg": "react-native-chip-view",
+ "popularity": -1.324,
+ "score": 32,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Instabug/instabug-reactnative",
- "ios": true,
"android": true,
- "web": true,
"github": {
- "urls": {
- "repo": "https://github.com/Instabug/Instabug-React-Native",
- "homepage": "https://instabug.com/platforms/react-native"
+ "description": "In-app feedback and bug reporting tool for React Native",
+ "fullName": "Instabug/Instabug-React-Native",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "instabug-reactnative",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-10-03T14:50:16Z",
+ "forks": 95,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-08-10T19:17:30Z",
- "createdAt": "2016-10-03T14:50:16Z",
- "pushedAt": "2025-08-10T19:17:30Z",
- "forks": 95,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2025-08-10T19:17:30Z",
+ "stars": 326,
"subscribers": 33,
- "stars": 325
+ "updatedAt": "2025-08-10T19:17:30Z"
},
- "name": "instabug-reactnative",
- "fullName": "Instabug/Instabug-React-Native",
- "isPrivate": false,
- "description": "In-app feedback and bug reporting tool for React Native",
"topics": [
"react-native",
"instabug",
@@ -2341,67 +2354,64 @@
"bug-reporter",
"sdk"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "instabug-reactnative",
- "npm": {
- "downloads": 64499,
- "weekDownloads": 13631
+ "urls": {
+ "homepage": "https://instabug.com/platforms/react-native",
+ "repo": "https://github.com/Instabug/Instabug-React-Native"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/Instabug/instabug-reactnative",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.18,
- "topicSearchString": "react-native instabug debugging errors exceptions logging reporting feedback bug-reporting bug-reporter sdk"
+ "npm": {
+ "downloads": 62062,
+ "weekDownloads": 12214
+ },
+ "npmPkg": "instabug-reactnative",
+ "popularity": 0.167,
+ "score": 57,
+ "topicSearchString": "react-native instabug debugging errors exceptions logging reporting feedback bug-reporting bug-reporter sdk",
+ "web": true
},
{
- "githubUrl": "https://github.com/Purii/react-native-tableview-simple",
+ "android": true,
"examples": [
"https://snack.expo.dev/@purii/react-native-tableview-simple",
"https://github.com/Purii/react-native-tableview-simple/tree/master/example"
],
- "images": [
- "https://raw.github.com/Purii/react-native-tableview-simple/master/screenshotStandard.png",
- "https://raw.github.com/Purii/react-native-tableview-simple/master/screenshotDark.png"
- ],
- "ios": true,
- "android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/Purii/react-native-tableview-simple",
- "homepage": "https://snack.expo.io/@purii/react-native-tableview-simple"
+ "description": "Flexible and lightweight React Native component for UITableView made with pure CSS",
+ "fullName": "Purii/react-native-tableview-simple",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-tableview-simple",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-25T21:05:29Z",
+ "forks": 58,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-06-10T16:19:16Z",
- "createdAt": "2015-10-25T21:05:29Z",
- "pushedAt": "2024-06-10T16:19:16Z",
- "forks": 58,
+ "hasWiki": false,
"issues": 3,
+ "pushedAt": "2024-06-10T16:19:16Z",
+ "stars": 570,
"subscribers": 11,
- "stars": 570
+ "updatedAt": "2024-06-10T16:19:16Z"
},
- "name": "react-native-tableview-simple",
- "fullName": "Purii/react-native-tableview-simple",
- "isPrivate": false,
- "description": "Flexible and lightweight React Native component for UITableView made with pure CSS",
"topics": [
"react-native",
"react-component",
@@ -2414,59 +2424,62 @@
"react",
"css"
],
- "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-tableview-simple",
- "npm": {
- "downloads": 3761,
- "weekDownloads": 538
+ "urls": {
+ "homepage": "https://snack.expo.io/@purii/react-native-tableview-simple",
+ "repo": "https://github.com/Purii/react-native-tableview-simple"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/Purii/react-native-tableview-simple",
+ "images": [
+ "https://raw.github.com/Purii/react-native-tableview-simple/master/screenshotStandard.png",
+ "https://raw.github.com/Purii/react-native-tableview-simple/master/screenshotDark.png"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.122,
+ "npm": {
+ "downloads": 3735,
+ "weekDownloads": 581
+ },
+ "npmPkg": "react-native-tableview-simple",
+ "popularity": 0.132,
+ "score": 41,
"topicSearchString": "react-native react-component tableview uitableview crossplatform ios android javascript react css"
},
{
- "githubUrl": "https://github.com/fabriciovergara/react-native-localizable",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/fabriciovergara/react-native-localizable",
- "homepage": null
+ "description": "Let the platform take care of internationalization! ...and reduce your bundle.js",
+ "fullName": "fabriciovergara/react-native-localizable",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-localizable",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-08T23:28:35Z",
+ "forks": 0,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-08-21T06:57:59Z",
- "createdAt": "2018-01-08T23:28:35Z",
- "pushedAt": "2018-08-21T06:57:59Z",
- "forks": 0,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2018-08-21T06:57:59Z",
+ "stars": 4,
"subscribers": 2,
- "stars": 4
+ "updatedAt": "2018-08-21T06:57:59Z"
},
- "name": "react-native-localizable",
- "fullName": "fabriciovergara/react-native-localizable",
- "isPrivate": false,
- "description": "Let the platform take care of internationalization! ...and reduce your bundle.js",
"topics": [
"react-native",
"react-component",
@@ -2477,58 +2490,58 @@
"native",
"javascript"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-localizable",
- "npm": {
- "downloads": 10,
- "weekDownloads": 4
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/fabriciovergara/react-native-localizable"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/fabriciovergara/react-native-localizable",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.35,
- "topicSearchString": "react-native react-component localizable ios android localization native javascript"
+ "npm": {
+ "downloads": 10,
+ "weekDownloads": 5
+ },
+ "npmPkg": "react-native-localizable",
+ "popularity": -1.25,
+ "score": 32,
+ "topicSearchString": "react-native react-component localizable ios android localization native javascript",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/facebook/react-native-fbsdk",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/facebookarchive/react-native-fbsdk",
- "homepage": "https://developers.facebook.com/docs/react-native"
+ "description": "A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.",
+ "fullName": "facebookarchive/react-native-fbsdk",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTA=",
+ "key": "other",
+ "name": "Other",
+ "spdxId": "NOASSERTION",
+ "url": "http://choosealicense.com/licenses/other/"
},
+ "name": "react-native-fbsdk",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-03T17:10:14Z",
+ "forks": 864,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-03-26T18:09:38Z",
- "createdAt": "2015-08-03T17:10:14Z",
- "pushedAt": "2021-03-26T18:09:38Z",
- "forks": 864,
+ "hasWiki": false,
"issues": 224,
+ "pushedAt": "2021-03-26T18:09:38Z",
+ "stars": 2981,
"subscribers": 77,
- "stars": 2981
+ "updatedAt": "2021-03-26T18:09:38Z"
},
- "name": "react-native-fbsdk",
- "fullName": "facebookarchive/react-native-fbsdk",
- "isPrivate": false,
- "description": "A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.",
"topics": [
"react",
"react-native",
@@ -2538,23 +2551,13 @@
"facebook",
"core"
],
- "license": {
- "key": "other",
- "name": "Other",
- "spdxId": "NOASSERTION",
- "url": "http://choosealicense.com/licenses/other/",
- "id": "MDc6TGljZW5zZTA="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-fbsdk",
- "npm": {
- "downloads": 17255,
- "weekDownloads": 3784
+ "urls": {
+ "homepage": "https://developers.facebook.com/docs/react-native",
+ "repo": "https://github.com/facebookarchive/react-native-fbsdk"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/facebook/react-native-fbsdk",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -2563,100 +2566,107 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.564,
- "topicSearchString": "react react-native react-component ios android facebook core"
+ "npm": {
+ "downloads": 15851,
+ "weekDownloads": 2277
+ },
+ "npmPkg": "react-native-fbsdk",
+ "popularity": -0.628,
+ "score": 70,
+ "topicSearchString": "react react-native react-component ios android facebook core",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/vonovak/react-native-simple-toast",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/vonovak/react-native-simple-toast",
- "homepage": null
+ "description": "Cross-platform Toast experience for React Native",
+ "fullName": "vonovak/react-native-simple-toast",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-simple-toast",
+ "newArchitecture": true,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2020-05-25T18:18:27Z",
+ "forks": 33,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-01-03T13:07:34Z",
- "createdAt": "2020-05-25T18:18:27Z",
- "pushedAt": "2025-01-03T13:07:34Z",
- "forks": 33,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2025-01-03T13:07:34Z",
+ "stars": 327,
"subscribers": 2,
- "stars": 326
+ "updatedAt": "2025-01-03T13:07:34Z"
},
- "name": "react-native-simple-toast",
- "fullName": "vonovak/react-native-simple-toast",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "Cross-platform Toast experience for React Native",
"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": "react-native-simple-toast",
- "npm": {
- "downloads": 106422,
- "weekDownloads": 21972
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vonovak/react-native-simple-toast"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/vonovak/react-native-simple-toast",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.175,
+ "npm": {
+ "downloads": 100073,
+ "weekDownloads": 18385
+ },
+ "npmPkg": "react-native-simple-toast",
+ "popularity": 0.156,
+ "score": 41,
"topicSearchString": "react-native ios android"
},
{
- "githubUrl": "https://github.com/vonovak/react-navigation-header-buttons",
- "images": [
- "https://raw.githubusercontent.com/vonovak/react-navigation-header-buttons/master/img/header_buttons.gif",
- "https://raw.githubusercontent.com/vonovak/react-navigation-header-buttons/master/img/nativeMenu.png"
- ],
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/vonovak/react-navigation-header-buttons",
- "homepage": null
+ "description": "Easily render header buttons for react-navigation",
+ "fullName": "vonovak/react-navigation-header-buttons",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-navigation-header-buttons",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2018-01-28T13:12:53Z",
+ "forks": 66,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-11-24T18:14:53Z",
- "createdAt": "2018-01-28T13:12:53Z",
- "pushedAt": "2024-11-24T18:14:53Z",
- "forks": 66,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2024-11-24T18:14:53Z",
+ "stars": 928,
"subscribers": 9,
- "stars": 929
+ "updatedAt": "2024-11-24T18:14:53Z"
},
- "name": "react-navigation-header-buttons",
- "fullName": "vonovak/react-navigation-header-buttons",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "Easily render header buttons for react-navigation",
"topics": [
"react-native",
"ios",
@@ -2664,59 +2674,63 @@
"react-navigation",
"hacktoberfest"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-navigation-header-buttons",
- "npm": {
- "downloads": 20225,
- "weekDownloads": 4680
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vonovak/react-navigation-header-buttons"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/vonovak/react-navigation-header-buttons",
+ "images": [
+ "https://raw.githubusercontent.com/vonovak/react-navigation-header-buttons/master/img/header_buttons.gif",
+ "https://raw.githubusercontent.com/vonovak/react-navigation-header-buttons/master/img/nativeMenu.png"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.197,
+ "npm": {
+ "downloads": 19725,
+ "weekDownloads": 4459
+ },
+ "npmPkg": "react-navigation-header-buttons",
+ "popularity": 0.192,
+ "score": 57,
"topicSearchString": "react-native ios android react-navigation hacktoberfest"
},
{
- "githubUrl": "https://github.com/codesinghanoop/react-native-d3multiline-chart",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/codesinghanoop/react-native-d3multiline-chart",
- "homepage": null
+ "description": "Animated Android and iOS multiline/line/scatterPoint chart based on d3.js 🤘😎🤘",
+ "fullName": "codesinghanoop/react-native-d3multiline-chart",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-d3multiline-chart",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-08-13T10:34:47Z",
+ "forks": 15,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-08-07T17:42:51Z",
- "createdAt": "2017-08-13T10:34:47Z",
- "pushedAt": "2019-08-07T17:42:51Z",
- "forks": 15,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2019-08-07T17:42:51Z",
+ "stars": 43,
"subscribers": 3,
- "stars": 43
+ "updatedAt": "2019-08-07T17:42:51Z"
},
- "name": "react-native-d3multiline-chart",
- "fullName": "codesinghanoop/react-native-d3multiline-chart",
- "isPrivate": false,
- "description": "Animated Android and iOS multiline/line/scatterPoint chart based on d3.js 🤘😎🤘",
"topics": [
"animated",
"multiline",
@@ -2734,59 +2748,59 @@
"scatterpoint-graph",
"d3js"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-d3multiline-chart",
- "npm": {
- "downloads": 261,
- "weekDownloads": 85
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/codesinghanoop/react-native-d3multiline-chart"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/codesinghanoop/react-native-d3multiline-chart",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.221,
- "topicSearchString": "animated multiline drawing line scatterpoint charts d3.js d3v4 android ios svg multiline-graph line-graph scatterpoint-graph d3js"
+ "npm": {
+ "downloads": 217,
+ "weekDownloads": 50
+ },
+ "npmPkg": "react-native-d3multiline-chart",
+ "popularity": -1.304,
+ "score": 32,
+ "topicSearchString": "animated multiline drawing line scatterpoint charts d3.js d3v4 android ios svg multiline-graph line-graph scatterpoint-graph d3js",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/vonovak/react-native-bottom-toolbar",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/vonovak/react-native-bottom-toolbar",
- "homepage": null
+ "description": "UI Bar in javascript for react native",
+ "fullName": "vonovak/react-native-bottom-toolbar",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-bottom-toolbar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-11-19T13:02:22Z",
+ "forks": 11,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-09-01T10:48:47Z",
- "createdAt": "2016-11-19T13:02:22Z",
- "pushedAt": "2021-09-01T10:48:47Z",
- "forks": 11,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2021-09-01T10:48:47Z",
+ "stars": 49,
"subscribers": 4,
- "stars": 49
+ "updatedAt": "2021-09-01T10:48:47Z"
},
- "name": "react-native-bottom-toolbar",
- "fullName": "vonovak/react-native-bottom-toolbar",
- "isPrivate": false,
- "description": "UI Bar in javascript for react native",
"topics": [
"react",
"native",
@@ -2801,118 +2815,118 @@
"tabbar",
"android"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-bottom-toolbar",
- "npm": {
- "downloads": 303,
- "weekDownloads": 100
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vonovak/react-native-bottom-toolbar"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/vonovak/react-native-bottom-toolbar",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.218,
- "topicSearchString": "react native ios toolbar bottom bar tabs react-native menubar menu tabbar android"
+ "npm": {
+ "downloads": 246,
+ "weekDownloads": 65
+ },
+ "npmPkg": "react-native-bottom-toolbar",
+ "popularity": -1.272,
+ "score": 32,
+ "topicSearchString": "react native ios toolbar bottom bar tabs react-native menubar menu tabbar android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/vonovak/react-navigation-props-mapper",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/vonovak/react-navigation-props-mapper",
- "homepage": null
+ "description": "Forwards react-navigation params to your screen component's props directly",
+ "fullName": "vonovak/react-navigation-props-mapper",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-navigation-props-mapper",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2017-07-24T22:40:43Z",
+ "forks": 16,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-03-05T11:56:05Z",
- "createdAt": "2017-07-24T22:40:43Z",
- "pushedAt": "2023-03-05T11:56:05Z",
- "forks": 16,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2023-03-05T11:56:05Z",
+ "stars": 392,
"subscribers": 4,
- "stars": 392
+ "updatedAt": "2023-03-05T11:56:05Z"
},
- "name": "react-navigation-props-mapper",
- "fullName": "vonovak/react-navigation-props-mapper",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "Forwards react-navigation params to your screen component's props directly",
"topics": [
"react-native",
"ios",
"android"
],
- "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-navigation-props-mapper",
- "npm": {
- "downloads": 11143,
- "weekDownloads": 2542
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vonovak/react-navigation-props-mapper"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/vonovak/react-navigation-props-mapper",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.556,
- "topicSearchString": "react-native ios android"
+ "npm": {
+ "downloads": 10536,
+ "weekDownloads": 1928
+ },
+ "npmPkg": "react-navigation-props-mapper",
+ "popularity": -0.594,
+ "score": 41,
+ "topicSearchString": "react-native ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/vonovak/react-native-add-calendar-event",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/vonovak/react-native-add-calendar-event",
- "homepage": null
+ "description": "Create, view or edit events in react native using the standard iOS / Android dialogs",
+ "fullName": "vonovak/react-native-add-calendar-event",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-add-calendar-event",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-04-17T16:58:48Z",
+ "forks": 100,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-10-25T11:59:53Z",
- "createdAt": "2017-04-17T16:58:48Z",
- "pushedAt": "2024-10-25T11:59:53Z",
- "forks": 100,
+ "hasWiki": true,
"issues": 39,
+ "pushedAt": "2024-10-25T11:59:53Z",
+ "stars": 356,
"subscribers": 5,
- "stars": 356
+ "updatedAt": "2024-10-25T11:59:53Z"
},
- "name": "react-native-add-calendar-event",
- "fullName": "vonovak/react-native-add-calendar-event",
- "isPrivate": false,
- "description": "Create, view or edit events in react native using the standard iOS / Android dialogs",
"topics": [
"react-native",
"calendar",
@@ -2922,126 +2936,119 @@
"ios",
"hacktoberfest"
],
- "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-add-calendar-event",
- "npm": {
- "downloads": 85863,
- "weekDownloads": 17991
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vonovak/react-native-add-calendar-event"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/vonovak/react-native-add-calendar-event",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.178,
+ "npm": {
+ "downloads": 80604,
+ "weekDownloads": 13960
+ },
+ "npmPkg": "react-native-add-calendar-event",
+ "popularity": 0.147,
+ "score": 41,
"topicSearchString": "react-native calendar event events android ios hacktoberfest"
},
{
- "githubUrl": "https://github.com/prscX/react-native-bottom-action-sheet",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-bottom-action-sheet",
- "homepage": null
+ "description": "React Native: Native Bottom Action Sheet",
+ "fullName": "prscX/react-native-bottom-action-sheet",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-bottom-action-sheet",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-27T08:34:23Z",
+ "forks": 45,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-04-09T23:57:49Z",
- "createdAt": "2018-01-27T08:34:23Z",
- "pushedAt": "2022-04-09T23:57:49Z",
- "forks": 45,
+ "hasWiki": false,
"issues": 9,
+ "pushedAt": "2022-04-09T23:57:49Z",
+ "stars": 629,
"subscribers": 8,
- "stars": 629
+ "updatedAt": "2022-04-09T23:57:49Z"
},
- "name": "react-native-bottom-action-sheet",
- "fullName": "prscX/react-native-bottom-action-sheet",
- "isPrivate": false,
- "description": "React Native: Native Bottom Action Sheet",
"topics": [
"react-native",
"android",
"ios"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-bottom-action-sheet",
- "npm": {
- "downloads": 200,
- "weekDownloads": 73
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-bottom-action-sheet"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/prscX/react-native-bottom-action-sheet",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.189,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 152,
+ "weekDownloads": 30
+ },
+ "npmPkg": "react-native-bottom-action-sheet",
+ "popularity": -1.329,
+ "score": 41,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/callstack/react-native-paper",
- "images": [
- "https://callstack.github.io/react-native-paper/gallery/button.png",
- "https://callstack.github.io/react-native-paper/gallery/button-dark.png",
- "https://callstack.github.io/react-native-paper/gallery/input.png",
- "https://callstack.github.io/react-native-paper/gallery/input-dark.png"
- ],
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/callstack/react-native-paper",
- "homepage": "https://reactnativepaper.com"
+ "description": "Material Design for React Native (Android & iOS)",
+ "fullName": "callstack/react-native-paper",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-paper",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-10-19T05:56:53Z",
+ "forks": 2130,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-07-17T16:09:37Z",
- "createdAt": "2016-10-19T05:56:53Z",
+ "hasWiki": true,
+ "issues": 245,
"pushedAt": "2025-07-17T16:09:37Z",
- "forks": 2128,
- "issues": 246,
+ "stars": 13883,
"subscribers": 120,
- "stars": 13876
+ "updatedAt": "2025-07-17T16:09:37Z"
},
- "name": "react-native-paper",
- "fullName": "callstack/react-native-paper",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "Material Design for React Native (Android & iOS)",
"topics": [
"android",
"ios",
@@ -3052,120 +3059,126 @@
"bootstrap",
"hacktoberfest"
],
- "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-paper",
- "npm": {
- "downloads": 1280616,
- "weekDownloads": 254962
+ "urls": {
+ "homepage": "https://reactnativepaper.com",
+ "repo": "https://github.com/callstack/react-native-paper"
+ }
},
- "score": 86,
+ "githubUrl": "https://github.com/callstack/react-native-paper",
+ "images": [
+ "https://callstack.github.io/react-native-paper/gallery/button.png",
+ "https://callstack.github.io/react-native-paper/gallery/button-dark.png",
+ "https://callstack.github.io/react-native-paper/gallery/input.png",
+ "https://callstack.github.io/react-native-paper/gallery/input-dark.png"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
"Known",
"Lots of open issues",
- "Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.169,
- "topicSearchString": "android ios react-native component-library ui-kit material-design bootstrap hacktoberfest"
+ "npm": {
+ "downloads": 1242835,
+ "weekDownloads": 219208
+ },
+ "npmPkg": "react-native-paper",
+ "popularity": 0.15,
+ "score": 81,
+ "topicSearchString": "android ios react-native component-library ui-kit material-design bootstrap hacktoberfest",
+ "web": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-popover-menu",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-popover-menu",
- "homepage": null
+ "description": "React Native: Native Popover Menu",
+ "fullName": "prscX/react-native-popover-menu",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-popover-menu",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-30T08:50:30Z",
+ "forks": 53,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-06-28T12:56:01Z",
- "createdAt": "2018-01-30T08:50:30Z",
- "pushedAt": "2021-06-28T12:56:01Z",
- "forks": 53,
+ "hasWiki": false,
"issues": 16,
+ "pushedAt": "2021-06-28T12:56:01Z",
+ "stars": 483,
"subscribers": 4,
- "stars": 483
+ "updatedAt": "2021-06-28T12:56:01Z"
},
- "name": "react-native-popover-menu",
- "fullName": "prscX/react-native-popover-menu",
- "isPrivate": false,
- "description": "React Native: Native Popover Menu",
"topics": [
"react-native",
"android",
"ios"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-popover-menu",
- "npm": {
- "downloads": 202,
- "weekDownloads": 46
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-popover-menu"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/prscX/react-native-popover-menu",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.304,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 202,
+ "weekDownloads": 23
+ },
+ "npmPkg": "react-native-popover-menu",
+ "popularity": -1.402,
+ "score": 41,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/peterpme/react-native-face-pile",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/peterpme/react-native-face-pile",
- "homepage": null
+ "description": "🙉👮🙎🤠 Face Piles (A group of overlapping round avatars) for React Native",
+ "fullName": "peterpme/react-native-face-pile",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-face-pile",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-08-01T14:33:43Z",
+ "forks": 15,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-02-01T13:16:31Z",
- "createdAt": "2017-08-01T14:33:43Z",
- "pushedAt": "2022-02-01T13:16:31Z",
- "forks": 15,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2022-02-01T13:16:31Z",
+ "stars": 105,
"subscribers": 3,
- "stars": 105
+ "updatedAt": "2022-02-01T13:16:31Z"
},
- "name": "react-native-face-pile",
- "fullName": "peterpme/react-native-face-pile",
- "isPrivate": false,
- "description": "🙉👮🙎🤠 Face Piles (A group of overlapping round avatars) for React Native",
"topics": [
"facepile",
"face-pile",
@@ -3175,348 +3188,347 @@
"circle-avatar-list",
"faces"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-face-pile",
- "npm": {
- "downloads": 102,
- "weekDownloads": 45
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/peterpme/react-native-face-pile"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/peterpme/react-native-face-pile",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.125,
- "topicSearchString": "facepile face-pile react-native avatar-group avatar-list circle-avatar-list faces"
+ "npm": {
+ "downloads": 87,
+ "weekDownloads": 16
+ },
+ "npmPkg": "react-native-face-pile",
+ "popularity": -1.34,
+ "score": 32,
+ "topicSearchString": "facepile face-pile react-native avatar-group avatar-list circle-avatar-list faces",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/peterpme/react-native-asyncstorage",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/peterpme/react-native-asyncstorage",
- "homepage": null
+ "description": "📬 📫 🗄 Declarative AsyncStorage component for React Native",
+ "fullName": "peterpme/react-native-asyncstorage",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-asyncstorage",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-08-26T22:52:25Z",
+ "forks": 1,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-08-27T18:24:48Z",
- "createdAt": "2017-08-26T22:52:25Z",
- "pushedAt": "2017-08-27T18:24:48Z",
- "forks": 1,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2017-08-27T18:24:48Z",
+ "stars": 31,
"subscribers": 2,
- "stars": 31
+ "updatedAt": "2017-08-27T18:24:48Z"
},
- "name": "react-native-asyncstorage",
- "fullName": "peterpme/react-native-asyncstorage",
- "isPrivate": false,
- "description": "📬 📫 🗄 Declarative AsyncStorage component for React Native",
"topics": [
"react",
"react-native",
"asyncstorage",
"declarative"
],
- "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-asyncstorage",
- "npm": {
- "downloads": 6,
- "weekDownloads": 3
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/peterpme/react-native-asyncstorage"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/peterpme/react-native-asyncstorage",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.9,
- "topicSearchString": "react react-native asyncstorage declarative"
+ "npm": {
+ "downloads": 4,
+ "weekDownloads": 2
+ },
+ "npmPkg": "react-native-asyncstorage",
+ "popularity": -1,
+ "score": 32,
+ "topicSearchString": "react react-native asyncstorage declarative",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-shine-button",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-shine-button",
- "homepage": null
+ "description": "React Native: Native Shine Button - Effects like shining",
+ "fullName": "prscX/react-native-shine-button",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-shine-button",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-13T10:45:23Z",
+ "forks": 36,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-02-21T11:18:13Z",
- "createdAt": "2018-01-13T10:45:23Z",
- "pushedAt": "2020-02-21T11:18:13Z",
- "forks": 36,
+ "hasWiki": false,
"issues": 12,
+ "pushedAt": "2020-02-21T11:18:13Z",
+ "stars": 354,
"subscribers": 7,
- "stars": 354
+ "updatedAt": "2020-02-21T11:18:13Z"
},
- "name": "react-native-shine-button",
- "fullName": "prscX/react-native-shine-button",
- "isPrivate": false,
- "description": "React Native: Native Shine Button - Effects like shining",
"topics": [
"react-native",
"android",
"ios"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-shine-button",
- "npm": {
- "downloads": 17,
- "weekDownloads": 2
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-shine-button"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/prscX/react-native-shine-button",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.4,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 20,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-shine-button",
+ "popularity": -1.45,
+ "score": 41,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-iconic",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-iconic",
- "homepage": null
+ "description": "React Native - Native Animated Icons with different states",
+ "fullName": "prscX/react-native-iconic",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-iconic",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-20T09:30:40Z",
+ "forks": 13,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-07-03T10:03:00Z",
- "createdAt": "2018-01-20T09:30:40Z",
- "pushedAt": "2021-07-03T10:03:00Z",
- "forks": 13,
+ "hasWiki": false,
"issues": 7,
+ "pushedAt": "2021-07-03T10:03:00Z",
+ "stars": 224,
"subscribers": 2,
- "stars": 224
+ "updatedAt": "2021-07-03T10:03:00Z"
},
- "name": "react-native-iconic",
- "fullName": "prscX/react-native-iconic",
- "isPrivate": false,
- "description": "React Native - Native Animated Icons with different states",
"topics": [
"react-native",
"android",
"ios"
],
- "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": true
- },
- "npmPkg": "react-native-iconic",
- "npm": {
- "downloads": 9,
- "weekDownloads": 4
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-iconic"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/prscX/react-native-iconic",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.1,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 6,
+ "weekDownloads": 3
+ },
+ "npmPkg": "react-native-iconic",
+ "popularity": -0.9,
+ "score": 41,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-download-button",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-download-button",
- "homepage": null
+ "description": "React Native: Native Download Button: with pretty cool animation",
+ "fullName": "prscX/react-native-download-button",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-download-button",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-23T05:34:09Z",
+ "forks": 12,
+ "hasDiscussions": false,
"hasIssues": false,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-07-02T11:07:06Z",
- "createdAt": "2018-01-23T05:34:09Z",
- "pushedAt": "2021-07-02T11:07:06Z",
- "forks": 12,
+ "hasWiki": false,
"issues": 0,
+ "pushedAt": "2021-07-02T11:07:06Z",
+ "stars": 124,
"subscribers": 2,
- "stars": 124
+ "updatedAt": "2021-07-02T11:07:06Z"
},
- "name": "react-native-download-button",
- "fullName": "prscX/react-native-download-button",
- "isPrivate": false,
- "description": "React Native: Native Download Button: with pretty cool animation",
"topics": [
"react-native"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "unmaintained": true,
- "npmPkg": "react-native-download-button",
- "npm": {
- "downloads": 21,
- "weekDownloads": 4
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/prscX/react-native-download-button"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/prscX/react-native-download-button",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.3,
- "topicSearchString": "react-native"
+ "npm": {
+ "downloads": 19,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-download-button",
+ "popularity": -1.2,
+ "score": 32,
+ "topicSearchString": "react-native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/prscX/react-native-spruce",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/prscX/react-native-spruce",
- "homepage": "https://github.com/willowtreeapps/spruce-android"
+ "description": "React Native Bridge for Native Spruce Animation Library",
+ "fullName": "prscX/react-native-spruce",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-spruce",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-12-13T10:08:32Z",
+ "forks": 29,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-07-18T11:10:48Z",
- "createdAt": "2017-12-13T10:08:32Z",
- "pushedAt": "2020-07-18T11:10:48Z",
- "forks": 29,
+ "hasWiki": false,
"issues": 6,
+ "pushedAt": "2020-07-18T11:10:48Z",
+ "stars": 530,
"subscribers": 17,
- "stars": 530
+ "updatedAt": "2020-07-18T11:10:48Z"
},
- "name": "react-native-spruce",
- "fullName": "prscX/react-native-spruce",
- "isPrivate": false,
- "description": "React Native Bridge for Native Spruce Animation Library",
"topics": [
"react-native",
"android",
"ios"
],
- "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": true
- },
- "unmaintained": true,
- "npmPkg": "react-native-spruce",
- "npm": {
- "downloads": 82,
- "weekDownloads": 10
+ "urls": {
+ "homepage": "https://github.com/willowtreeapps/spruce-android",
+ "repo": "https://github.com/prscX/react-native-spruce"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/prscX/react-native-spruce",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.395,
- "topicSearchString": "react-native android ios"
+ "npm": {
+ "downloads": 84,
+ "weekDownloads": 14
+ },
+ "npmPkg": "react-native-spruce",
+ "popularity": -1.353,
+ "score": 41,
+ "topicSearchString": "react-native android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/bietkul/react-reactive-form/tree/mono-repo/packages/react-reactive-form",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/bietkul/react-reactive-form",
- "homepage": "https://github.com/bietkul/react-reactive-form#readme"
+ "description": "Angular like Reactive Forms in React",
+ "fullName": "bietkul/react-reactive-form",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-reactive-form",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-11-17T06:55:59Z",
+ "forks": 33,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-12-06T20:46:52Z",
- "createdAt": "2017-11-17T06:55:59Z",
- "pushedAt": "2022-12-06T20:46:52Z",
- "forks": 33,
+ "hasWiki": true,
"issues": 16,
+ "pushedAt": "2022-12-06T20:46:52Z",
+ "stars": 310,
"subscribers": 12,
- "stars": 310
+ "updatedAt": "2022-12-06T20:46:52Z"
},
- "name": "react-reactive-form",
- "fullName": "bietkul/react-reactive-form",
- "isPrivate": false,
- "description": "Angular like Reactive Forms in React",
"topics": [
"forms",
"form",
@@ -3532,61 +3544,61 @@
"react-native",
"form-controls"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-reactive-form",
- "npm": {
- "downloads": 7690,
- "weekDownloads": 1421
+ "urls": {
+ "homepage": "https://github.com/bietkul/react-reactive-form#readme",
+ "repo": "https://github.com/bietkul/react-reactive-form"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/bietkul/react-reactive-form/tree/mono-repo/packages/react-reactive-form",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.593,
- "topicSearchString": "forms form reactive reactive-form form-generator form-builder android ios observer subscription react react-native form-controls"
+ "npm": {
+ "downloads": 7352,
+ "weekDownloads": 971
+ },
+ "npmPkg": "react-reactive-form",
+ "popularity": -0.638,
+ "score": 41,
+ "topicSearchString": "forms form reactive reactive-form form-generator form-builder android ios observer subscription react react-native form-controls",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/hectahertz/react-native-typography",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/hectahertz/react-native-typography",
- "homepage": null
+ "description": "Pixel–perfect, native–looking typographic styles for React Native ✒️",
+ "fullName": "hectahertz/react-native-typography",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-typography",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-12-04T16:12:46Z",
+ "forks": 107,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-01-12T18:46:21Z",
- "createdAt": "2017-12-04T16:12:46Z",
- "pushedAt": "2025-01-12T18:46:21Z",
- "forks": 107,
+ "hasWiki": true,
"issues": 9,
+ "pushedAt": "2025-01-12T18:46:21Z",
+ "stars": 3504,
"subscribers": 29,
- "stars": 3504
+ "updatedAt": "2025-01-12T18:46:21Z"
},
- "name": "react-native-typography",
- "fullName": "hectahertz/react-native-typography",
- "isPrivate": false,
- "description": "Pixel–perfect, native–looking typographic styles for React Native ✒️",
"topics": [
"react-native",
"react",
@@ -3599,61 +3611,60 @@
"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": "react-native-typography",
- "npm": {
- "downloads": 32512,
- "weekDownloads": 7477
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/hectahertz/react-native-typography"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/hectahertz/react-native-typography",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.196,
- "topicSearchString": "react-native react typography style styles typeface font typography-themes ios android"
+ "npm": {
+ "downloads": 31163,
+ "weekDownloads": 6008
+ },
+ "npmPkg": "react-native-typography",
+ "popularity": 0.164,
+ "score": 57,
+ "topicSearchString": "react-native react typography style styles typeface font typography-themes ios android",
+ "web": true
},
{
- "githubUrl": "https://github.com/Noitidart/react-native-buttonex",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/Noitidart/react-native-buttonex",
- "homepage": "https://www.npmjs.com/package/react-native-buttonex"
+ "description": "Minor additions to the standard react-native/Button component to make it perfectly match the native button component on iOS and Android.",
+ "fullName": "Noitidart/react-native-buttonex",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-buttonex",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-12-09T23:00:06Z",
+ "forks": 1,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-05-22T07:55:42Z",
- "createdAt": "2017-12-09T23:00:06Z",
- "pushedAt": "2018-05-22T07:55:42Z",
- "forks": 1,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-05-22T07:55:42Z",
+ "stars": 9,
"subscribers": 1,
- "stars": 9
+ "updatedAt": "2018-05-22T07:55:42Z"
},
- "name": "react-native-buttonex",
- "fullName": "Noitidart/react-native-buttonex",
- "isPrivate": false,
- "description": "Minor additions to the standard react-native/Button component to make it perfectly match the native button component on iOS and Android.",
"topics": [
"button",
"react-native",
@@ -3661,111 +3672,118 @@
"android",
"expo"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-buttonex",
- "npm": {
- "downloads": 13,
- "weekDownloads": 11
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-buttonex",
+ "repo": "https://github.com/Noitidart/react-native-buttonex"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/Noitidart/react-native-buttonex",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.017,
- "topicSearchString": "button react-native ios android expo"
+ "npm": {
+ "downloads": 2,
+ "weekDownloads": 0
+ },
+ "npmPkg": "react-native-buttonex",
+ "popularity": -1,
+ "score": 32,
+ "topicSearchString": "button react-native ios android expo",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/meinto/react-native-mirror",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/meinto/react-native-mirror",
- "homepage": null
+ "description": "Library to mirror equal react-native components",
+ "fullName": "meinto/react-native-mirror",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-mirror",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-05-18T21:52:56Z",
+ "forks": 0,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-08-06T05:35:10Z",
- "createdAt": "2017-05-18T21:52:56Z",
- "pushedAt": "2018-08-06T05:35:10Z",
- "forks": 0,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-08-06T05:35:10Z",
+ "stars": 5,
"subscribers": 1,
- "stars": 5
+ "updatedAt": "2018-08-06T05:35:10Z"
},
- "name": "react-native-mirror",
- "fullName": "meinto/react-native-mirror",
- "isPrivate": false,
- "description": "Library to mirror equal react-native components",
"topics": [
"react",
"react-native",
"mirror",
"javascript"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-mirror",
- "npm": {
- "downloads": 44,
- "weekDownloads": 31
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/meinto/react-native-mirror"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/meinto/react-native-mirror",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.13,
- "topicSearchString": "react react-native mirror javascript"
+ "npm": {
+ "downloads": 23,
+ "weekDownloads": 10
+ },
+ "npmPkg": "react-native-mirror",
+ "popularity": -1.35,
+ "score": 32,
+ "topicSearchString": "react react-native mirror javascript",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/meinto/react-native-viewpager-carousel",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/meinto/react-native-viewpager-carousel",
- "homepage": null
+ "description": "a flexible viewpager library with carousel functionality",
+ "fullName": "meinto/react-native-viewpager-carousel",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-viewpager-carousel",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-04-25T18:08:00Z",
+ "forks": 13,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-01-30T21:21:56Z",
- "createdAt": "2017-04-25T18:08:00Z",
- "pushedAt": "2020-01-30T21:21:56Z",
- "forks": 13,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2020-01-30T21:21:56Z",
+ "stars": 39,
"subscribers": 2,
- "stars": 39
+ "updatedAt": "2020-01-30T21:21:56Z"
},
- "name": "react-native-viewpager-carousel",
- "fullName": "meinto/react-native-viewpager-carousel",
- "isPrivate": false,
- "description": "a flexible viewpager library with carousel functionality",
"topics": [
"react",
"react-native",
@@ -3779,60 +3797,59 @@
"swipe",
"swipeview"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-viewpager-carousel",
- "npm": {
- "downloads": 206,
- "weekDownloads": 86
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/meinto/react-native-viewpager-carousel"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/meinto/react-native-viewpager-carousel",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.142,
- "topicSearchString": "react react-native viewpager carousel rondell android ios tabbar pager-component swipe swipeview"
+ "npm": {
+ "downloads": 153,
+ "weekDownloads": 20
+ },
+ "npmPkg": "react-native-viewpager-carousel",
+ "popularity": -1.389,
+ "score": 32,
+ "topicSearchString": "react react-native viewpager carousel rondell android ios tabbar pager-component swipe swipeview",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/meinto/react-native-event-listeners",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/meinto/react-native-event-listeners",
- "homepage": null
+ "description": "global event listener extension for react or react-native",
+ "fullName": "meinto/react-native-event-listeners",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-event-listeners",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-04-29T20:58:55Z",
+ "forks": 17,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-01-14T16:03:14Z",
- "createdAt": "2017-04-29T20:58:55Z",
- "pushedAt": "2020-01-14T16:03:14Z",
- "forks": 17,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2020-01-14T16:03:14Z",
+ "stars": 208,
"subscribers": 4,
- "stars": 208
+ "updatedAt": "2020-01-14T16:03:14Z"
},
- "name": "react-native-event-listeners",
- "fullName": "meinto/react-native-event-listeners",
- "isPrivate": false,
- "description": "global event listener extension for react or react-native",
"topics": [
"react",
"react-native",
@@ -3841,83 +3858,73 @@
"events",
"event-listener"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-event-listeners",
- "npm": {
- "downloads": 101205,
- "weekDownloads": 22919
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/meinto/react-native-event-listeners"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/meinto/react-native-event-listeners",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.558,
- "topicSearchString": "react react-native event-listeners listeners events event-listener"
+ "npm": {
+ "downloads": 94521,
+ "weekDownloads": 19514
+ },
+ "npmPkg": "react-native-event-listeners",
+ "popularity": -0.575,
+ "score": 41,
+ "topicSearchString": "react react-native event-listeners listeners events event-listener",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/RepairShopr/react-native-signature-capture",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/RepairShopr/react-native-signature-capture",
- "homepage": null
+ "description": "A simple modular component for react native (iOS) to capture a signature as an image",
+ "fullName": "RepairShopr/react-native-signature-capture",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-signature-capture",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-09T12:25:55Z",
+ "forks": 435,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-03-12T17:06:03Z",
- "createdAt": "2015-07-09T12:25:55Z",
- "pushedAt": "2021-03-12T17:06:03Z",
- "forks": 435,
+ "hasWiki": true,
"issues": 138,
+ "pushedAt": "2021-03-12T17:06:03Z",
+ "stars": 965,
"subscribers": 20,
- "stars": 965
+ "updatedAt": "2021-03-12T17:06:03Z"
},
- "name": "react-native-signature-capture",
- "fullName": "RepairShopr/react-native-signature-capture",
- "isPrivate": false,
- "description": "A simple modular component for react native (iOS) to capture a signature as an image",
"topics": [
"react-component",
"react-native",
"ios",
"signature"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-signature-capture",
- "npm": {
- "downloads": 65871,
- "weekDownloads": 15289
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/RepairShopr/react-native-signature-capture"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/RepairShopr/react-native-signature-capture",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -3925,37 +3932,47 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.553,
- "topicSearchString": "react-component react-native ios signature"
+ "npm": {
+ "downloads": 62095,
+ "weekDownloads": 12329
+ },
+ "npmPkg": "react-native-signature-capture",
+ "popularity": -0.581,
+ "score": 46,
+ "topicSearchString": "react-component react-native ios signature",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wonday/react-native-pdf",
- "ios": true,
"android": true,
- "windows": true,
"github": {
- "urls": {
- "repo": "https://github.com/wonday/react-native-pdf",
- "homepage": null
+ "description": "A component for react-native",
+ "fullName": "wonday/react-native-pdf",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-pdf",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2017-04-25T15:12:58Z",
+ "forks": 556,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-07-23T23:23:50Z",
- "createdAt": "2017-04-25T15:12:58Z",
+ "hasWiki": true,
+ "issues": 362,
"pushedAt": "2025-07-23T23:23:50Z",
- "forks": 554,
- "issues": 363,
+ "stars": 1694,
"subscribers": 15,
- "stars": 1694
+ "updatedAt": "2025-07-23T23:23:50Z"
},
- "name": "react-native-pdf",
- "fullName": "wonday/react-native-pdf",
- "isPrivate": false,
- "description": "A component for react-native",
"topics": [
"react-component",
"react-native",
@@ -3967,23 +3984,13 @@
"java",
"objective-c"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-pdf",
- "npm": {
- "downloads": 1030498,
- "weekDownloads": 215093
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wonday/react-native-pdf"
+ }
},
- "score": 62,
+ "githubUrl": "https://github.com/wonday/react-native-pdf",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -3991,61 +3998,61 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.177,
- "topicSearchString": "react-component react-native android ios pdf view viewer java objective-c"
+ "npm": {
+ "downloads": 985351,
+ "weekDownloads": 178938
+ },
+ "npmPkg": "react-native-pdf",
+ "popularity": 0.154,
+ "score": 62,
+ "topicSearchString": "react-component react-native android ios pdf view viewer java objective-c",
+ "windows": true
},
{
- "githubUrl": "https://github.com/toystars/react-native-multiple-select",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/toystars/react-native-multiple-select",
- "homepage": null
+ "description": "Simple multi-select component for react-native",
+ "fullName": "toystars/react-native-multiple-select",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-multiple-select",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-12T00:42:54Z",
+ "forks": 308,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-08-02T13:22:41Z",
- "createdAt": "2017-01-12T00:42:54Z",
- "pushedAt": "2023-08-02T13:22:41Z",
- "forks": 308,
+ "hasWiki": true,
"issues": 84,
+ "pushedAt": "2023-08-02T13:22:41Z",
+ "stars": 578,
"subscribers": 10,
- "stars": 578
+ "updatedAt": "2023-08-02T13:22:41Z"
},
- "name": "react-native-multiple-select",
- "fullName": "toystars/react-native-multiple-select",
- "isPrivate": false,
- "description": "Simple multi-select component for react-native",
"topics": [
"reactnative",
"multiselect",
"multi-select",
"react-native"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-multiple-select",
- "npm": {
- "downloads": 20261,
- "weekDownloads": 3788
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/toystars/react-native-multiple-select"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/toystars/react-native-multiple-select",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -4053,38 +4060,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.591,
- "topicSearchString": "reactnative multiselect multi-select react-native"
+ "npm": {
+ "downloads": 19863,
+ "weekDownloads": 3519
+ },
+ "npmPkg": "react-native-multiple-select",
+ "popularity": -0.599,
+ "score": 46,
+ "topicSearchString": "reactnative multiselect multi-select react-native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wonday/react-native-orientation-locker",
- "ios": true,
"android": true,
- "windows": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/wonday/react-native-orientation-locker",
- "homepage": null
+ "description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation. ",
+ "fullName": "wonday/react-native-orientation-locker",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-orientation-locker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-05-15T06:06:59Z",
+ "forks": 259,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-10-04T08:19:32Z",
- "createdAt": "2017-05-15T06:06:59Z",
- "pushedAt": "2024-10-04T08:19:32Z",
- "forks": 259,
+ "hasWiki": true,
"issues": 123,
+ "pushedAt": "2024-10-04T08:19:32Z",
+ "stars": 780,
"subscribers": 9,
- "stars": 780
+ "updatedAt": "2024-10-04T08:19:32Z"
},
- "name": "react-native-orientation-locker",
- "fullName": "wonday/react-native-orientation-locker",
- "isPrivate": false,
- "description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation. ",
"topics": [
"orientation",
"react-native",
@@ -4095,23 +4112,13 @@
"listener",
"locker"
],
- "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-orientation-locker",
- "npm": {
- "downloads": 462104,
- "weekDownloads": 94906
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wonday/react-native-orientation-locker"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/wonday/react-native-orientation-locker",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -4119,37 +4126,47 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.175,
- "topicSearchString": "orientation react-native android ios windows screen listener locker"
+ "npm": {
+ "downloads": 442197,
+ "weekDownloads": 77855
+ },
+ "npmPkg": "react-native-orientation-locker",
+ "popularity": 0.15,
+ "score": 46,
+ "topicSearchString": "orientation react-native android ios windows screen listener locker",
+ "windows": true
},
{
- "githubUrl": "https://github.com/OneSignal/react-native-onesignal",
- "ios": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/OneSignal/react-native-onesignal",
- "homepage": null
+ "description": "React Native Library for OneSignal Push Notifications Service",
+ "fullName": "OneSignal/react-native-onesignal",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-onesignal",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-19T11:03:31Z",
+ "forks": 367,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-07-01T20:37:57Z",
- "createdAt": "2016-02-19T11:03:31Z",
- "pushedAt": "2025-07-01T20:37:57Z",
- "forks": 367,
+ "hasWiki": true,
"issues": 70,
+ "pushedAt": "2025-07-01T20:37:57Z",
+ "stars": 1578,
"subscribers": 51,
- "stars": 1578
+ "updatedAt": "2025-07-01T20:37:57Z"
},
- "name": "react-native-onesignal",
- "fullName": "OneSignal/react-native-onesignal",
- "isPrivate": false,
- "description": "React Native Library for OneSignal Push Notifications Service",
"topics": [
"react-component",
"react-native",
@@ -4166,59 +4183,59 @@
"onesignal-instructions",
"onesignal-notifications"
],
- "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-onesignal",
- "npm": {
- "downloads": 279130,
- "weekDownloads": 55681
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/OneSignal/react-native-onesignal"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/OneSignal/react-native-onesignal",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.17,
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 268113,
+ "weekDownloads": 47167
+ },
+ "npmPkg": "react-native-onesignal",
+ "popularity": 0.15,
+ "score": 68,
"topicSearchString": "react-component react-native ios android notifications push apns fcm gcm onesignal push-notifications mobile onesignal-instructions onesignal-notifications"
},
{
- "githubUrl": "https://github.com/jodybrewster/react-native-linkedin-login",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/jodybrewster/react-native-linkedin-login",
- "homepage": null
+ "description": "React Native Linkedin login",
+ "fullName": "jodybrewster/react-native-linkedin-login",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-linkedin-login",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-21T15:42:13Z",
+ "forks": 37,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-05-23T11:28:34Z",
- "createdAt": "2015-12-21T15:42:13Z",
- "pushedAt": "2018-05-23T11:28:34Z",
- "forks": 37,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2018-05-23T11:28:34Z",
+ "stars": 71,
"subscribers": 3,
- "stars": 71
+ "updatedAt": "2018-05-23T11:28:34Z"
},
- "name": "react-native-linkedin-login",
- "fullName": "jodybrewster/react-native-linkedin-login",
- "isPrivate": false,
- "description": "React Native Linkedin login",
"topics": [
"react",
"react-component",
@@ -4232,59 +4249,59 @@
"linkedin-sdk",
"signin"
],
- "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-linkedin-login",
- "npm": {
- "downloads": 217,
- "weekDownloads": 33
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jodybrewster/react-native-linkedin-login"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/jodybrewster/react-native-linkedin-login",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.371,
- "topicSearchString": "react react-component react-native native ios android linkedin login sdk linkedin-sdk signin"
+ "npm": {
+ "downloads": 230,
+ "weekDownloads": 29
+ },
+ "npmPkg": "react-native-linkedin-login",
+ "popularity": -1.393,
+ "score": 32,
+ "topicSearchString": "react react-component react-native native ios android linkedin login sdk linkedin-sdk signin",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/root-two/react-native-drawer",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/root-two/react-native-drawer",
- "homepage": null
+ "description": "React Native Drawer",
+ "fullName": "root-two/react-native-drawer",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-drawer",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-12T00:34:59Z",
+ "forks": 349,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-10-02T17:00:32Z",
- "createdAt": "2015-04-12T00:34:59Z",
- "pushedAt": "2018-10-02T17:00:32Z",
- "forks": 349,
+ "hasWiki": true,
"issues": 154,
+ "pushedAt": "2018-10-02T17:00:32Z",
+ "stars": 2533,
"subscribers": 50,
- "stars": 2533
+ "updatedAt": "2018-10-02T17:00:32Z"
},
- "name": "react-native-drawer",
- "fullName": "root-two/react-native-drawer",
- "isPrivate": false,
- "description": "React Native Drawer",
"topics": [
"react",
"react-native",
@@ -4296,23 +4313,13 @@
"android",
"material-design"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-drawer",
- "npm": {
- "downloads": 38111,
- "weekDownloads": 7937
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/root-two/react-native-drawer"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/root-two/react-native-drawer",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -4320,41 +4327,51 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.573,
- "topicSearchString": "react react-native react-component drawer side-menu menu ios android material-design"
+ "npm": {
+ "downloads": 35699,
+ "weekDownloads": 6151
+ },
+ "npmPkg": "react-native-drawer",
+ "popularity": -0.604,
+ "score": 46,
+ "topicSearchString": "react react-native react-component drawer side-menu menu ios android material-design",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/react-native-image-picker/react-native-image-picker",
+ "android": true,
"examples": [
"https://github.com/react-native-image-picker/react-native-image-picker/tree/main/example"
],
- "ios": true,
- "android": true,
- "web": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-image-picker/react-native-image-picker",
- "homepage": null
+ "description": ":sunrise_over_mountains: A React Native module that allows you to use native UI to select media from the device library or directly from the camera.",
+ "fullName": "react-native-image-picker/react-native-image-picker",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-image-picker",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2015-06-08T20:25:31Z",
+ "forks": 1925,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-05-04T08:25:42Z",
- "createdAt": "2015-06-08T20:25:31Z",
- "pushedAt": "2025-05-04T08:25:42Z",
- "forks": 1925,
+ "hasWiki": false,
"issues": 287,
+ "pushedAt": "2025-05-04T08:25:42Z",
+ "stars": 8581,
"subscribers": 110,
- "stars": 8581
+ "updatedAt": "2025-05-04T08:25:42Z"
},
- "name": "react-native-image-picker",
- "fullName": "react-native-image-picker/react-native-image-picker",
- "isPrivate": false,
- "description": ":sunrise_over_mountains: A React Native module that allows you to use native UI to select media from the device library or directly from the camera.",
"topics": [
"react-native",
"image-picker",
@@ -4363,23 +4380,13 @@
"image",
"picker"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-image-picker",
- "npm": {
- "downloads": 1603023,
- "weekDownloads": 334959
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/react-native-image-picker/react-native-image-picker"
+ }
},
- "score": 81,
+ "githubUrl": "https://github.com/react-native-image-picker/react-native-image-picker",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -4387,41 +4394,48 @@
"Lots of open issues",
"Not supporting New Architecture"
],
- "popularity": 0.178,
- "topicSearchString": "react-native image-picker react native image picker"
- },
- {
- "githubUrl": "https://github.com/Andr3wHur5t/react-native-keyboard-spacer",
- "images": [
- "https://media.giphy.com/media/3oEjHJwLyYg7upTyYo/giphy.gif"
- ],
- "ios": true,
+ "npm": {
+ "downloads": 1542383,
+ "weekDownloads": 285011
+ },
+ "npmPkg": "react-native-image-picker",
+ "popularity": 0.157,
+ "score": 81,
+ "topicSearchString": "react-native image-picker react native image picker",
+ "web": true
+ },
+ {
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/Andr3wHur5t/react-native-keyboard-spacer",
- "homepage": null
+ "description": "Plug and play react-native keyboard spacer view.",
+ "fullName": "Andr3wHur5t/react-native-keyboard-spacer",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-keyboard-spacer",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-12T23:29:34Z",
+ "forks": 209,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-08T07:54:04Z",
- "createdAt": "2015-10-12T23:29:34Z",
- "pushedAt": "2017-10-08T07:54:04Z",
- "forks": 209,
+ "hasWiki": true,
"issues": 27,
+ "pushedAt": "2017-10-08T07:54:04Z",
+ "stars": 1563,
"subscribers": 12,
- "stars": 1563
+ "updatedAt": "2017-10-08T07:54:04Z"
},
- "name": "react-native-keyboard-spacer",
- "fullName": "Andr3wHur5t/react-native-keyboard-spacer",
- "isPrivate": false,
- "description": "Plug and play react-native keyboard spacer view.",
"topics": [
"react-component",
"react-native",
@@ -4431,61 +4445,63 @@
"helper",
"clean-code"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-keyboard-spacer",
- "npm": {
- "downloads": 31152,
- "weekDownloads": 7386
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Andr3wHur5t/react-native-keyboard-spacer"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/Andr3wHur5t/react-native-keyboard-spacer",
+ "images": [
+ "https://media.giphy.com/media/3oEjHJwLyYg7upTyYo/giphy.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.548,
- "topicSearchString": "react-component react-native ios keyboard spacer helper clean-code"
+ "npm": {
+ "downloads": 29258,
+ "weekDownloads": 6356
+ },
+ "npmPkg": "react-native-keyboard-spacer",
+ "popularity": -0.565,
+ "score": 57,
+ "topicSearchString": "react-component react-native ios keyboard spacer helper clean-code",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/davodesign84/react-native-mixpanel",
- "ios": true,
"android": true,
- "unmaintained": true,
- "newArchitecture": false,
"github": {
- "urls": {
- "repo": "https://github.com/davide-scalzo/react-native-mixpanel",
- "homepage": null
+ "description": "A React Native wrapper for Mixpanel tracking",
+ "fullName": "davide-scalzo/react-native-mixpanel",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-mixpanel",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-11T00:10:10Z",
+ "forks": 179,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-08-06T14:47:56Z",
- "createdAt": "2015-11-11T00:10:10Z",
- "pushedAt": "2021-08-06T14:47:56Z",
- "forks": 179,
+ "hasWiki": true,
"issues": 71,
+ "pushedAt": "2021-08-06T14:47:56Z",
+ "stars": 455,
"subscribers": 13,
- "stars": 455
+ "updatedAt": "2021-08-06T14:47:56Z"
},
- "name": "react-native-mixpanel",
- "fullName": "davide-scalzo/react-native-mixpanel",
- "isPrivate": false,
- "description": "A React Native wrapper for Mixpanel tracking",
"topics": [
"react-native",
"react-component",
@@ -4500,93 +4516,81 @@
"java",
"mobile-app"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-mixpanel",
- "npm": {
- "downloads": 8160,
- "weekDownloads": 1704
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/davide-scalzo/react-native-mixpanel"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/davodesign84/react-native-mixpanel",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.573,
- "topicSearchString": "react-native react-component tracking mixpanel mixpanel-sdk android ios-app xcode notifications mixpanel-ios-sdk java mobile-app"
+ "newArchitecture": false,
+ "npm": {
+ "downloads": 7588,
+ "weekDownloads": 1281
+ },
+ "npmPkg": "react-native-mixpanel",
+ "popularity": -0.606,
+ "score": 41,
+ "topicSearchString": "react-native react-component tracking mixpanel mixpanel-sdk android ios-app xcode notifications mixpanel-ios-sdk java mobile-app",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/react-navigation/react-navigation/tree/main/packages/native",
- "npmPkg": "@react-navigation/native",
- "ios": true,
"android": true,
- "web": true,
- "expoGo": true,
- "windows": true,
- "macos": true,
- "fireos": true,
- "tvos": true,
- "visionos": true,
"examples": [
"https://snack.expo.dev/rJnUK4nrZ",
"https://github.com/dlowder-salesforce/ReactNavigationTVDemo",
"https://github.com/react-native-tvos/TVReanimated"
],
+ "expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-navigation/react-navigation",
- "homepage": "https://reactnavigation.org"
+ "description": "React Native integration for React Navigation",
+ "fullName": "react-navigation/react-navigation",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@react-navigation/native",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-26T19:51:40Z",
+ "forks": 4927,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-09T22:14:16Z",
- "createdAt": "2017-01-26T19:51:40Z",
+ "hasWiki": false,
+ "issues": 836,
"pushedAt": "2025-08-09T22:14:16Z",
- "forks": 4925,
- "issues": 834,
+ "stars": 24121,
"subscribers": 312,
- "stars": 24115
+ "updatedAt": "2025-08-09T22:14:16Z"
},
- "name": "@react-navigation/native",
- "fullName": "react-navigation/react-navigation",
- "isPrivate": false,
- "description": "React Native integration for React Navigation",
"topics": [
"react-native",
"react-navigation",
"ios",
"android"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 8004444,
- "weekDownloads": 1601113
+ "urls": {
+ "homepage": "https://reactnavigation.org",
+ "repo": "https://github.com/react-navigation/react-navigation"
+ }
},
- "score": 86,
+ "githubUrl": "https://github.com/react-navigation/react-navigation/tree/main/packages/native",
+ "ios": true,
+ "macos": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -4595,121 +4599,124 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.17,
- "topicSearchString": "react-native react-navigation ios android"
+ "npm": {
+ "downloads": 7741350,
+ "weekDownloads": 1373869
+ },
+ "npmPkg": "@react-navigation/native",
+ "popularity": 0.151,
+ "score": 86,
+ "topicSearchString": "react-native react-navigation ios android",
+ "tvos": true,
+ "visionos": true,
+ "web": true,
+ "windows": true
},
{
- "githubUrl": "https://github.com/airbnb/native-navigation",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/airbnb/native-navigation",
- "homepage": "http://airbnb.io/native-navigation/"
+ "description": "Native navigation library for React Native applications",
+ "fullName": "airbnb/native-navigation",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "native-navigation",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-16T17:16:56Z",
+ "forks": 172,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-05T19:36:22Z",
- "createdAt": "2016-09-16T17:16:56Z",
- "pushedAt": "2018-01-05T19:36:22Z",
- "forks": 172,
+ "hasWiki": false,
"issues": 51,
+ "pushedAt": "2018-01-05T19:36:22Z",
+ "stars": 3125,
"subscribers": 110,
- "stars": 3125
+ "updatedAt": "2018-01-05T19:36:22Z"
},
- "name": "native-navigation",
- "fullName": "airbnb/native-navigation",
- "isPrivate": false,
- "description": "Native navigation library for React Native applications",
"topics": [
"react-native",
"react",
"navigation",
"navigator"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "native-navigation",
- "npm": {
- "downloads": 64,
- "weekDownloads": 19
+ "urls": {
+ "homepage": "http://airbnb.io/native-navigation/",
+ "repo": "https://github.com/airbnb/native-navigation"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/airbnb/native-navigation",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.247,
- "topicSearchString": "react-native react navigation navigator"
+ "npm": {
+ "downloads": 66,
+ "weekDownloads": 4
+ },
+ "npmPkg": "native-navigation",
+ "popularity": -1.447,
+ "score": 57,
+ "topicSearchString": "react-native react navigation navigator",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wix/react-native-navigation",
- "ios": true,
- "tvos": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/wix/react-native-navigation",
- "homepage": "https://wix.github.io/react-native-navigation/"
+ "description": "A complete native navigation solution for React Native",
+ "fullName": "wix/react-native-navigation",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-navigation",
+ "newArchitecture": true,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-03-11T11:22:54Z",
+ "forks": 2535,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-05T12:06:22Z",
- "createdAt": "2016-03-11T11:22:54Z",
- "pushedAt": "2025-08-05T12:06:22Z",
- "forks": 2535,
- "issues": 242,
- "subscribers": 475,
- "stars": 13116
+ "hasWiki": false,
+ "issues": 241,
+ "pushedAt": "2025-08-17T07:30:14Z",
+ "stars": 13122,
+ "subscribers": 477,
+ "updatedAt": "2025-08-17T07:30:14Z"
},
- "name": "react-native-navigation",
- "fullName": "wix/react-native-navigation",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "A complete native navigation solution for React Native",
"topics": [
"react-native",
"navigation",
"navigator",
"hacktoberfest"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-navigation",
- "npm": {
- "downloads": 85872,
- "weekDownloads": 17979
+ "urls": {
+ "homepage": "https://wix.github.io/react-native-navigation/",
+ "repo": "https://github.com/wix/react-native-navigation"
+ }
},
- "score": 86,
+ "githubUrl": "https://github.com/wix/react-native-navigation",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -4718,38 +4725,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.178,
- "topicSearchString": "react-native navigation navigator hacktoberfest"
+ "npm": {
+ "downloads": 83601,
+ "weekDownloads": 15570
+ },
+ "npmPkg": "react-native-navigation",
+ "popularity": 0.158,
+ "score": 86,
+ "topicSearchString": "react-native navigation navigator hacktoberfest",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/gre/gl-react/tree/master/packages/gl-react-expo",
- "ios": true,
"android": true,
"expoGo": true,
- "web": true,
"github": {
- "urls": {
- "repo": "https://github.com/gre/gl-react",
- "homepage": null
+ "description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
+ "fullName": "gre/gl-react",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "gl-react-expo",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-17T15:49:51Z",
+ "forks": 161,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2022-05-31T06:01:47Z",
- "createdAt": "2015-08-17T15:49:51Z",
- "pushedAt": "2022-05-31T06:01:47Z",
- "forks": 161,
+ "hasWiki": true,
"issues": 48,
+ "pushedAt": "2022-05-31T06:01:47Z",
+ "stars": 2966,
"subscribers": 46,
- "stars": 2966
+ "updatedAt": "2022-05-31T06:01:47Z"
},
- "name": "gl-react-expo",
- "fullName": "gre/gl-react",
- "isPrivate": false,
- "description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
"topics": [
"gl-react",
"gl",
@@ -4759,61 +4776,62 @@
"expo",
"react-component"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "gl-react-expo",
- "npm": {
- "downloads": 1314,
- "weekDownloads": 293
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/gre/gl-react"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/gre/gl-react/tree/master/packages/gl-react-expo",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
+ "npm": {
+ "downloads": 1195,
+ "weekDownloads": 267
+ },
+ "npmPkg": "gl-react-expo",
"popularity": -0.56,
- "topicSearchString": "gl-react gl opengl react react-native expo react-component"
+ "score": 57,
+ "topicSearchString": "gl-react gl opengl react react-native expo react-component",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/n4kz/react-native-pages",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/n4kz/react-native-pages",
- "homepage": null
+ "description": "Easy to use page view component",
+ "fullName": "n4kz/react-native-pages",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTU=",
+ "key": "bsd-3-clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "spdxId": "BSD-3-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-3-clause/"
},
+ "name": "react-native-pages",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-03-29T07:48:32Z",
+ "forks": 81,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-10-10T10:49:33Z",
- "createdAt": "2017-03-29T07:48:32Z",
- "pushedAt": "2019-10-10T10:49:33Z",
- "forks": 81,
+ "hasWiki": true,
"issues": 12,
+ "pushedAt": "2019-10-10T10:49:33Z",
+ "stars": 376,
"subscribers": 9,
- "stars": 376
+ "updatedAt": "2019-10-10T10:49:33Z"
},
- "name": "react-native-pages",
- "fullName": "n4kz/react-native-pages",
- "isPrivate": false,
- "description": "Easy to use page view component",
"topics": [
"react",
"react-component",
@@ -4825,60 +4843,60 @@
"pager",
"swiper"
],
- "license": {
- "name": "BSD 3-Clause \"New\" or \"Revised\" License",
- "url": "http://choosealicense.com/licenses/bsd-3-clause/",
- "id": "MDc6TGljZW5zZTU=",
- "key": "bsd-3-clause",
- "spdxId": "BSD-3-Clause"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-pages",
- "npm": {
- "downloads": 5504,
- "weekDownloads": 1272
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/n4kz/react-native-pages"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/n4kz/react-native-pages",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.554,
- "topicSearchString": "react react-component react-native ios android pageview viewpager pager swiper"
+ "npm": {
+ "downloads": 5100,
+ "weekDownloads": 1083
+ },
+ "npmPkg": "react-native-pages",
+ "popularity": -0.57,
+ "score": 41,
+ "topicSearchString": "react react-component react-native ios android pageview viewpager pager swiper",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/silentcloud/react-native-page-control",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/silentcloud/react-native-page-control",
- "homepage": null
+ "description": "Page Control for React Native, like iOS UIPageControl, APIs are same as UIPageControl",
+ "fullName": "silentcloud/react-native-page-control",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-page-control",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-13T11:03:00Z",
+ "forks": 29,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-02-05T09:52:31Z",
- "createdAt": "2015-06-13T11:03:00Z",
- "pushedAt": "2020-02-05T09:52:31Z",
- "forks": 29,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2020-02-05T09:52:31Z",
+ "stars": 170,
"subscribers": 3,
- "stars": 170
+ "updatedAt": "2020-02-05T09:52:31Z"
},
- "name": "react-native-page-control",
- "fullName": "silentcloud/react-native-page-control",
- "isPrivate": false,
- "description": "Page Control for React Native, like iOS UIPageControl, APIs are same as UIPageControl",
"topics": [
"react",
"react-native",
@@ -4887,74 +4905,66 @@
"pagecontrol",
"uipagecontrol"
],
- "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-page-control",
- "npm": {
- "downloads": 8211,
- "weekDownloads": 2048
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/silentcloud/react-native-page-control"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/silentcloud/react-native-page-control",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.538,
- "topicSearchString": "react react-native react-component page-control pagecontrol uipagecontrol"
+ "npm": {
+ "downloads": 7832,
+ "weekDownloads": 1799
+ },
+ "npmPkg": "react-native-page-control",
+ "popularity": -0.555,
+ "score": 41,
+ "topicSearchString": "react react-native react-component page-control pagecontrol uipagecontrol",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/lottie-react-native/lottie-react-native/tree/master/packages/core",
- "images": [
- "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example1.gif",
- "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example2.gif",
- "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example3.gif",
- "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example4.gif"
- ],
+ "android": true,
"examples": [
"https://github.com/lottie-react-native/lottie-react-native/tree/master/example",
"https://snack.expo.dev/SJdIbHe4b"
],
- "ios": true,
- "android": true,
- "windows": true,
- "fireos": true,
"expoGo": true,
- "npmPkg": "lottie-react-native",
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/lottie-react-native/lottie-react-native",
- "homepage": "https://airbnb.io/lottie/#/react-native"
+ "description": "React Native bindings for Lottie",
+ "fullName": "lottie-react-native/lottie-react-native",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "lottie-react-native",
+ "newArchitecture": true,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2017-01-27T18:24:50Z",
+ "forks": 1747,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-13T08:50:14Z",
- "createdAt": "2017-01-27T18:24:50Z",
+ "hasWiki": false,
+ "issues": 12,
"pushedAt": "2025-08-13T08:50:14Z",
- "forks": 1747,
- "issues": 13,
+ "stars": 16995,
"subscribers": 222,
- "stars": 16993
+ "updatedAt": "2025-08-13T08:50:14Z"
},
- "name": "lottie-react-native",
- "fullName": "lottie-react-native/lottie-react-native",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "React Native bindings for Lottie",
"topics": [
"lottie",
"animation",
@@ -4962,22 +4972,19 @@
"react-native",
"keyframe"
],
- "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": true,
- "isArchived": false
- },
- "npm": {
- "downloads": 2339336,
- "weekDownloads": 488196
+ "urls": {
+ "homepage": "https://airbnb.io/lottie/#/react-native",
+ "repo": "https://github.com/lottie-react-native/lottie-react-native"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/lottie-react-native/lottie-react-native/tree/master/packages/core",
+ "images": [
+ "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example1.gif",
+ "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example2.gif",
+ "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example3.gif",
+ "https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example4.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -4985,97 +4992,108 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.177,
- "topicSearchString": "lottie animation react react-native keyframe"
+ "npm": {
+ "downloads": 2240580,
+ "weekDownloads": 401072
+ },
+ "npmPkg": "lottie-react-native",
+ "popularity": 0.152,
+ "score": 97,
+ "topicSearchString": "lottie animation react react-native keyframe",
+ "windows": true
},
{
- "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/packages/example",
"https://snack.expo.dev/H1zOFxnN-"
],
- "newArchitecture": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-maps/react-native-maps",
- "homepage": null
- },
- "stats": {
- "hasIssues": true,
- "hasWiki": false,
- "hasSponsorships": true,
- "hasDiscussions": true,
- "updatedAt": "2025-05-03T19:45:51Z",
- "createdAt": "2015-12-29T19:54:20Z",
- "pushedAt": "2025-05-03T19:45:51Z",
- "forks": 4676,
- "issues": 107,
- "subscribers": 215,
- "stars": 15618
- },
- "name": "react-native-maps",
- "fullName": "react-native-maps/react-native-maps",
"description": "React Native Mapview component for iOS + Android",
+ "fullName": "react-native-maps/react-native-maps",
+ "hasTypes": false,
+ "isArchived": false,
"license": {
+ "id": "MDc6TGljZW5zZTEz",
"key": "mit",
"name": "MIT License",
"spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
+ "url": "http://choosealicense.com/licenses/mit/"
},
- "hasTypes": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 1607133,
- "weekDownloads": 309905
- },
- "score": 81,
- "matchingScoreModifiers": [
- "Very popular",
- "Popular",
- "Known",
+ "name": "react-native-maps",
+ "stats": {
+ "createdAt": "2015-12-29T19:54:20Z",
+ "forks": 4677,
+ "hasDiscussions": true,
+ "hasIssues": true,
+ "hasSponsorships": true,
+ "hasWiki": false,
+ "issues": 110,
+ "pushedAt": "2025-05-03T19:45:51Z",
+ "stars": 15626,
+ "subscribers": 216,
+ "updatedAt": "2025-05-03T19:45:51Z"
+ },
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/react-native-maps/react-native-maps"
+ }
+ },
+ "githubUrl": "https://github.com/react-native-maps/react-native-maps/tree/master/packages/lib",
+ "ios": true,
+ "matchingScoreModifiers": [
+ "Very popular",
+ "Popular",
+ "Known",
"Lots of open issues",
"Not supporting New Architecture"
],
- "popularity": 0.164,
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 1555687,
+ "weekDownloads": 268456
+ },
+ "npmPkg": "react-native-maps",
+ "popularity": 0.147,
+ "score": 81,
"topicSearchString": ""
},
{
- "githubUrl": "https://github.com/bramus/react-native-maps-directions",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/@bramus/react-native-maps-directions"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/bramus/react-native-maps-directions",
- "homepage": null
+ "description": "Directions Component for `react-native-maps`",
+ "fullName": "bramus/react-native-maps-directions",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-maps-directions",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-11-19T20:27:42Z",
+ "forks": 189,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-07-27T21:51:21Z",
- "createdAt": "2017-11-19T20:27:42Z",
- "pushedAt": "2022-07-27T21:51:21Z",
- "forks": 189,
+ "hasWiki": true,
"issues": 54,
+ "pushedAt": "2022-07-27T21:51:21Z",
+ "stars": 1272,
"subscribers": 18,
- "stars": 1271
+ "updatedAt": "2022-07-27T21:51:21Z"
},
- "name": "react-native-maps-directions",
- "fullName": "bramus/react-native-maps-directions",
- "isPrivate": false,
- "description": "Directions Component for `react-native-maps`",
"topics": [
"react-native",
"component",
@@ -5087,65 +5105,65 @@
"google-maps-api",
"mapkit"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-maps-directions",
- "npm": {
- "downloads": 53738,
- "weekDownloads": 11586
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/bramus/react-native-maps-directions"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/bramus/react-native-maps-directions",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.567,
- "topicSearchString": "react-native component maps directions google-maps ios android google-maps-api mapkit"
+ "npm": {
+ "downloads": 51226,
+ "weekDownloads": 9232
+ },
+ "npmPkg": "react-native-maps-directions",
+ "popularity": -0.597,
+ "score": 57,
+ "topicSearchString": "react-native component maps directions google-maps ios android google-maps-api mapkit",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/oblador/react-native-animatable",
- "ios": true,
"android": true,
- "expoGo": true,
- "fireos": true,
"examples": [
"https://snack.expo.dev/SJfJguhrW"
],
+ "expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/oblador/react-native-animatable",
- "homepage": null
+ "description": "Standard set of easy to use animations and declarative transitions for React Native",
+ "fullName": "oblador/react-native-animatable",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-animatable",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-18T02:04:35Z",
+ "forks": 687,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-10-26T16:45:11Z",
- "createdAt": "2015-10-18T02:04:35Z",
- "pushedAt": "2023-10-26T16:45:11Z",
- "forks": 687,
+ "hasWiki": false,
"issues": 164,
+ "pushedAt": "2023-10-26T16:45:11Z",
+ "stars": 9932,
"subscribers": 111,
- "stars": 9932
+ "updatedAt": "2023-10-26T16:45:11Z"
},
- "name": "react-native-animatable",
- "fullName": "oblador/react-native-animatable",
- "isPrivate": false,
- "description": "Standard set of easy to use animations and declarative transitions for React Native",
"topics": [
"react-native",
"react-component",
@@ -5162,23 +5180,13 @@
"transition",
"animation"
],
- "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-animatable",
- "npm": {
- "downloads": 1958125,
- "weekDownloads": 410581
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/oblador/react-native-animatable"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/oblador/react-native-animatable",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -5187,40 +5195,50 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.178,
+ "npm": {
+ "downloads": 1867531,
+ "weekDownloads": 349124
+ },
+ "npmPkg": "react-native-animatable",
+ "popularity": 0.159,
+ "score": 70,
"topicSearchString": "react-native react-component component react mobile ios android ui fade bounce slide animatable transition animation"
},
{
- "githubUrl": "https://github.com/maggialejandro/react-native-calendario",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/HyEN5150M"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/maggialejandro/react-native-calendario",
- "homepage": "https://react-native-components.gitbook.io/calendar/"
+ "description": "📆 React Native Calendar",
+ "fullName": "maggialejandro/react-native-calendario",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-calendario",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-04-11T18:56:02Z",
+ "forks": 46,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-04-16T14:41:11Z",
- "createdAt": "2018-04-11T18:56:02Z",
- "pushedAt": "2024-04-16T14:41:11Z",
- "forks": 46,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2024-04-16T14:41:11Z",
+ "stars": 527,
"subscribers": 5,
- "stars": 527
+ "updatedAt": "2024-04-16T14:41:11Z"
},
- "name": "react-native-calendario",
- "fullName": "maggialejandro/react-native-calendario",
- "isPrivate": false,
- "description": "📆 React Native Calendar",
"topics": [
"react-native",
"calendar",
@@ -5228,72 +5246,65 @@
"ios",
"typescript"
],
- "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-calendario",
- "npm": {
- "downloads": 9013,
- "weekDownloads": 1935
+ "urls": {
+ "homepage": "https://react-native-components.gitbook.io/calendar/",
+ "repo": "https://github.com/maggialejandro/react-native-calendario"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/maggialejandro/react-native-calendario",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.183,
+ "npm": {
+ "downloads": 8707,
+ "weekDownloads": 1746
+ },
+ "npmPkg": "react-native-calendario",
+ "popularity": 0.171,
+ "score": 41,
"topicSearchString": "react-native calendar android ios typescript"
},
{
- "githubUrl": "https://github.com/wix/react-native-calendars",
- "images": [
- "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/calendar.gif",
- "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/agenda.gif",
- "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/multi-marking.png",
- "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/calendar-list.gif"
- ],
- "ios": true,
"android": true,
- "web": true,
- "expoGo": true,
- "fireos": true,
"examples": [
"https://snack.expo.dev/HkoXUdhr-",
"https://github.com/wix/react-native-calendars/tree/master/example"
],
+ "expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/wix/react-native-calendars",
- "homepage": null
+ "description": "React Native Calendar Components 🗓️ 📆 ",
+ "fullName": "wix/react-native-calendars",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-calendars",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-11-11T12:17:27Z",
+ "forks": 2865,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-06-09T09:42:33Z",
- "createdAt": "2016-11-11T12:17:27Z",
- "pushedAt": "2025-06-09T09:42:33Z",
- "forks": 2866,
+ "hasWiki": false,
"issues": 151,
+ "pushedAt": "2025-06-09T09:42:33Z",
+ "stars": 10036,
"subscribers": 349,
- "stars": 10036
+ "updatedAt": "2025-06-09T09:42:33Z"
},
- "name": "react-native-calendars",
- "fullName": "wix/react-native-calendars",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "React Native Calendar Components 🗓️ 📆 ",
"topics": [
"react-native",
"android",
@@ -5302,23 +5313,19 @@
"ui-components",
"hacktoberfest"
],
- "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-calendars",
- "npm": {
- "downloads": 1022016,
- "weekDownloads": 201554
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wix/react-native-calendars"
+ }
},
- "score": 81,
+ "githubUrl": "https://github.com/wix/react-native-calendars",
+ "images": [
+ "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/calendar.gif",
+ "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/agenda.gif",
+ "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/multi-marking.png",
+ "https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/assets/calendar-list.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -5326,65 +5333,65 @@
"Lots of open issues",
"Not supporting New Architecture"
],
- "popularity": 0.168,
- "topicSearchString": "react-native android ios calendar ui-components hacktoberfest"
+ "npm": {
+ "downloads": 985884,
+ "weekDownloads": 170392
+ },
+ "npmPkg": "react-native-calendars",
+ "popularity": 0.147,
+ "score": 81,
+ "topicSearchString": "react-native android ios calendar ui-components hacktoberfest",
+ "web": true
},
{
- "githubUrl": "https://github.com/expo/vector-icons",
- "npmPkg": "@expo/vector-icons",
- "ios": true,
"android": true,
- "web": true,
- "expoGo": true,
- "fireos": true,
"examples": [
"https://icons.expo.fyi"
],
+ "expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/vector-icons",
- "homepage": "https://icons.expo.fyi"
+ "description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",
+ "fullName": "expo/vector-icons",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@expo/vector-icons",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-07-09T01:57:59Z",
+ "forks": 121,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-07-25T08:25:28Z",
- "createdAt": "2016-07-09T01:57:59Z",
- "pushedAt": "2025-07-25T08:25:28Z",
- "forks": 121,
+ "hasWiki": false,
"issues": 53,
+ "pushedAt": "2025-07-25T08:25:28Z",
+ "stars": 709,
"subscribers": 12,
- "stars": 709
+ "updatedAt": "2025-07-25T08:25:28Z"
},
- "name": "@expo/vector-icons",
- "fullName": "expo/vector-icons",
- "isPrivate": false,
- "description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",
"topics": [
"expo",
"react-native",
"icons",
"icon-pack"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 6183702,
- "weekDownloads": 1210859
+ "urls": {
+ "homepage": "https://icons.expo.fyi",
+ "repo": "https://github.com/expo/vector-icons"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/expo/vector-icons",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -5392,37 +5399,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.166,
- "topicSearchString": "expo react-native icons icon-pack"
+ "npm": {
+ "downloads": 6028163,
+ "weekDownloads": 1054679
+ },
+ "npmPkg": "@expo/vector-icons",
+ "popularity": 0.149,
+ "score": 97,
+ "topicSearchString": "expo react-native icons icon-pack",
+ "web": true
},
{
- "githubUrl": "https://github.com/idibidiart/react-native-responsive-grid",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/idibidiart/react-native-responsive-grid",
- "homepage": null
+ "description": "Bringing the Web's Responsive Design to React Native",
+ "fullName": "idibidiart/react-native-responsive-grid",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-responsive-grid",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-04-06T03:22:47Z",
+ "forks": 39,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-01-09T05:06:42Z",
- "createdAt": "2017-04-06T03:22:47Z",
- "pushedAt": "2020-01-09T05:06:42Z",
- "forks": 39,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2020-01-09T05:06:42Z",
+ "stars": 381,
"subscribers": 11,
- "stars": 381
+ "updatedAt": "2020-01-09T05:06:42Z"
},
- "name": "react-native-responsive-grid",
- "fullName": "idibidiart/react-native-responsive-grid",
- "isPrivate": false,
- "description": "Bringing the Web's Responsive Design to React Native",
"topics": [
"react-native",
"react",
@@ -5436,60 +5454,60 @@
"responsive-design",
"universal"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-responsive-grid",
- "npm": {
- "downloads": 2591,
- "weekDownloads": 546
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/idibidiart/react-native-responsive-grid"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/idibidiart/react-native-responsive-grid",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.571,
- "topicSearchString": "react-native react native flexbox grid responsive responsive-layout layout orientation-changes responsive-design universal"
+ "npm": {
+ "downloads": 2357,
+ "weekDownloads": 324
+ },
+ "npmPkg": "react-native-responsive-grid",
+ "popularity": -0.633,
+ "score": 41,
+ "topicSearchString": "react-native react native flexbox grid responsive responsive-layout layout orientation-changes responsive-design universal",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/24ark/react-native-step-indicator",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/24ark/react-native-step-indicator",
- "homepage": null
+ "description": "A simple react-native implementation of step indicator widget compatible with the ViewPager and ListView.",
+ "fullName": "24ark/react-native-step-indicator",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-step-indicator",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-20T20:59:40Z",
+ "forks": 291,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-06-17T11:52:01Z",
- "createdAt": "2017-01-20T20:59:40Z",
- "pushedAt": "2020-06-17T11:52:01Z",
- "forks": 291,
+ "hasWiki": true,
"issues": 52,
+ "pushedAt": "2020-06-17T11:52:01Z",
+ "stars": 1456,
"subscribers": 9,
- "stars": 1456
+ "updatedAt": "2020-06-17T11:52:01Z"
},
- "name": "react-native-step-indicator",
- "fullName": "24ark/react-native-step-indicator",
- "isPrivate": false,
- "description": "A simple react-native implementation of step indicator widget compatible with the ViewPager and ListView.",
"topics": [
"react-native",
"ios",
@@ -5502,61 +5520,61 @@
"step",
"progress-view"
],
- "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": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-step-indicator",
- "npm": {
- "downloads": 120883,
- "weekDownloads": 26175
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/24ark/react-native-step-indicator"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/24ark/react-native-step-indicator",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.566,
- "topicSearchString": "react-native ios android react-component step-indicator viewpager scrollview listview step progress-view"
+ "npm": {
+ "downloads": 115118,
+ "weekDownloads": 20925
+ },
+ "npmPkg": "react-native-step-indicator",
+ "popularity": -0.595,
+ "score": 57,
+ "topicSearchString": "react-native ios android react-component step-indicator viewpager scrollview listview step progress-view",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jacklam718/react-native-modals",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/jacklam718/react-native-modals",
- "homepage": null
+ "description": "A react native modals library. Swipeable. Highly customizable. Support multi modals & Support custom animation. For IOS & Android.",
+ "fullName": "jacklam718/react-native-modals",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-modals",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-11T00:56:21Z",
+ "forks": 277,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-12-19T15:57:48Z",
- "createdAt": "2016-09-11T00:56:21Z",
- "pushedAt": "2020-12-19T15:57:48Z",
- "forks": 277,
+ "hasWiki": true,
"issues": 93,
+ "pushedAt": "2020-12-19T15:57:48Z",
+ "stars": 2207,
"subscribers": 27,
- "stars": 2207
+ "updatedAt": "2020-12-19T15:57:48Z"
},
- "name": "react-native-modals",
- "fullName": "jacklam718/react-native-modals",
- "isPrivate": false,
- "description": "A react native modals library. Swipeable. Highly customizable. Support multi modals & Support custom animation. For IOS & Android.",
"topics": [
"dialog",
"popup",
@@ -5572,24 +5590,13 @@
"javascript",
"es6"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-modals",
- "npm": {
- "downloads": 8137,
- "weekDownloads": 1725
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jacklam718/react-native-modals"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/jacklam718/react-native-modals",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -5597,40 +5604,51 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.57,
- "topicSearchString": "dialog popup react-dialog react-native modals react-component ios android react react-animate component javascript es6"
+ "npm": {
+ "downloads": 7744,
+ "weekDownloads": 1661
+ },
+ "npmPkg": "react-native-modals",
+ "popularity": -0.568,
+ "score": 46,
+ "topicSearchString": "dialog popup react-dialog react-native modals react-component ios android react react-animate component javascript es6",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/n4kz/react-native-material-textfield",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/SJIOAOUIb"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/n4kz/react-native-material-textfield",
- "homepage": null
+ "description": "Material textfield",
+ "fullName": "n4kz/react-native-material-textfield",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTU=",
+ "key": "bsd-3-clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "spdxId": "BSD-3-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-3-clause/"
},
+ "name": "react-native-material-textfield",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-03-12T10:57:40Z",
+ "forks": 630,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-10-26T19:56:56Z",
- "createdAt": "2017-03-12T10:57:40Z",
- "pushedAt": "2019-10-26T19:56:56Z",
- "forks": 630,
+ "hasWiki": true,
"issues": 75,
+ "pushedAt": "2019-10-26T19:56:56Z",
+ "stars": 903,
"subscribers": 15,
- "stars": 903
+ "updatedAt": "2019-10-26T19:56:56Z"
},
- "name": "react-native-material-textfield",
- "fullName": "n4kz/react-native-material-textfield",
- "isPrivate": false,
- "description": "Material textfield",
"topics": [
"react",
"react-component",
@@ -5646,24 +5664,13 @@
"label",
"material-design"
],
- "license": {
- "name": "BSD 3-Clause \"New\" or \"Revised\" License",
- "url": "http://choosealicense.com/licenses/bsd-3-clause/",
- "id": "MDc6TGljZW5zZTU=",
- "key": "bsd-3-clause",
- "spdxId": "BSD-3-Clause"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-material-textfield",
- "npm": {
- "downloads": 80972,
- "weekDownloads": 18068
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/n4kz/react-native-material-textfield"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/n4kz/react-native-material-textfield",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -5671,41 +5678,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.56,
- "topicSearchString": "react react-component react-native ios android material input textinput field textfield floating label material-design"
+ "npm": {
+ "downloads": 77443,
+ "weekDownloads": 13589
+ },
+ "npmPkg": "react-native-material-textfield",
+ "popularity": -0.601,
+ "score": 46,
+ "topicSearchString": "react react-component react-native ios android material input textinput field textfield floating label material-design",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/maxs15/react-native-modalbox",
- "images": [
- "https://i.imgur.com/QTAYh81.gif",
- "https://i.imgur.com/3XULLt8.gif"
- ],
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/maxs15/react-native-modalbox",
- "homepage": null
+ "description": "A component for react-native",
+ "fullName": "maxs15/react-native-modalbox",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-modalbox",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-17T14:34:39Z",
+ "forks": 458,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-12-15T09:14:54Z",
- "createdAt": "2015-07-17T14:34:39Z",
- "pushedAt": "2024-12-15T09:14:54Z",
- "forks": 458,
+ "hasWiki": true,
"issues": 138,
+ "pushedAt": "2024-12-15T09:14:54Z",
+ "stars": 2919,
"subscribers": 28,
- "stars": 2919
+ "updatedAt": "2024-12-15T09:14:54Z"
},
- "name": "react-native-modalbox",
- "fullName": "maxs15/react-native-modalbox",
- "isPrivate": false,
- "description": "A component for react-native",
"topics": [
"react-component",
"react-native",
@@ -5717,23 +5731,17 @@
"window",
"swipe"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-modalbox",
- "npm": {
- "downloads": 73823,
- "weekDownloads": 20810
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/maxs15/react-native-modalbox"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/maxs15/react-native-modalbox",
+ "images": [
+ "https://i.imgur.com/QTAYh81.gif",
+ "https://i.imgur.com/3XULLt8.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -5741,41 +5749,51 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.24,
+ "npm": {
+ "downloads": 67988,
+ "weekDownloads": 17470
+ },
+ "npmPkg": "react-native-modalbox",
+ "popularity": 0.218,
+ "score": 46,
"topicSearchString": "react-component react-native ios android modal box modalbox window swipe"
},
{
- "githubUrl": "https://github.com/react-native-modal/react-native-modal",
- "ios": true,
"android": true,
- "expoGo": true,
- "fireos": true,
"examples": [
"https://snack.expo.dev/ByBCD_2r-"
],
+ "expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-modal/react-native-modal",
- "homepage": null
+ "description": "An enhanced, animated, customizable Modal for React Native.",
+ "fullName": "react-native-modal/react-native-modal",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-modal",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-23T16:45:46Z",
+ "forks": 631,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-04-02T15:48:07Z",
- "createdAt": "2016-09-23T16:45:46Z",
+ "hasWiki": true,
+ "issues": 67,
"pushedAt": "2025-04-02T15:48:07Z",
- "forks": 631,
- "issues": 66,
+ "stars": 5604,
"subscribers": 38,
- "stars": 5603
+ "updatedAt": "2025-04-02T15:48:07Z"
},
- "name": "react-native-modal",
- "fullName": "react-native-modal/react-native-modal",
- "isPrivate": false,
- "description": "An enhanced, animated, customizable Modal for React Native.",
"topics": [
"react-native",
"react",
@@ -5788,65 +5806,63 @@
"animated",
"animation"
],
- "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-modal",
- "npm": {
- "downloads": 2044886,
- "weekDownloads": 425473
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/react-native-modal/react-native-modal"
+ }
},
- "score": 92,
+ "githubUrl": "https://github.com/react-native-modal/react-native-modal",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.177,
+ "npm": {
+ "downloads": 1959571,
+ "weekDownloads": 375640
+ },
+ "npmPkg": "react-native-modal",
+ "popularity": 0.163,
+ "score": 92,
"topicSearchString": "react-native react native modal android ios backdrop simple animated animation"
},
{
- "githubUrl": "https://github.com/react-native-elements/react-native-elements",
- "npmPkg": "rneui",
- "ios": true,
- "android": true,
- "web": true,
- "expoGo": true,
"alternatives": [
"@rn-vui/themed"
],
+ "android": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-elements/react-native-elements",
- "homepage": "https://reactnativeelements.com"
+ "description": "Cross-Platform React Native UI Toolkit",
+ "fullName": "react-native-elements/react-native-elements",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": true,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "rneui",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-08T14:21:41Z",
+ "forks": 4604,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2024-02-04T03:55:07Z",
- "createdAt": "2016-09-08T14:21:41Z",
- "pushedAt": "2024-02-04T03:55:07Z",
- "forks": 4604,
+ "hasWiki": false,
"issues": 144,
+ "pushedAt": "2024-02-04T03:55:07Z",
+ "stars": 25530,
"subscribers": 372,
- "stars": 25525
+ "updatedAt": "2024-02-04T03:55:07Z"
},
- "name": "rneui",
- "fullName": "react-native-elements/react-native-elements",
- "isPrivate": true,
- "description": "Cross-Platform React Native UI Toolkit",
"topics": [
"ui-components",
"react-native",
@@ -5858,22 +5874,13 @@
"hacktoberfest",
"cross-platform"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 851,
- "weekDownloads": 173
+ "urls": {
+ "homepage": "https://reactnativeelements.com",
+ "repo": "https://github.com/react-native-elements/react-native-elements"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/react-native-elements/react-native-elements",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -5882,45 +5889,53 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.577,
- "topicSearchString": "ui-components react-native ios android react ui mobile-app hacktoberfest cross-platform"
+ "npm": {
+ "downloads": 835,
+ "weekDownloads": 200
+ },
+ "npmPkg": "rneui",
+ "popularity": -0.546,
+ "score": 70,
+ "topicSearchString": "ui-components react-native ios android react ui mobile-app hacktoberfest cross-platform",
+ "web": true
},
{
- "githubUrl": "https://github.com/react-navigation/react-navigation/tree/main/packages/react-native-tab-view",
- "ios": true,
"android": true,
- "expoGo": true,
- "fireos": true,
"examples": [
"https://snack.expo.dev/HJjbO4nSW",
"https://github.com/react-navigation/react-navigation/tree/main/example"
],
- "images": [
- "https://reactnavigation.org/assets/libraries/tab-view.gif"
- ],
+ "expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-navigation/react-navigation",
- "homepage": "https://reactnavigation.org/docs/tab-view/"
+ "description": "Tab view component for React Native",
+ "fullName": "react-navigation/react-navigation",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-tab-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-26T19:51:40Z",
+ "forks": 4927,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T17:23:30Z",
- "createdAt": "2017-01-26T19:51:40Z",
- "pushedAt": "2025-08-12T17:23:30Z",
- "forks": 4925,
- "issues": 834,
+ "hasWiki": false,
+ "issues": 836,
+ "pushedAt": "2025-08-14T19:36:42Z",
+ "stars": 24121,
"subscribers": 312,
- "stars": 24115
+ "updatedAt": "2025-08-14T19:36:42Z"
},
- "name": "react-native-tab-view",
- "fullName": "react-navigation/react-navigation",
- "isPrivate": false,
- "description": "Tab view component for React Native",
"topics": [
"component",
"react-component",
@@ -5932,23 +5947,16 @@
"scrollable",
"coverflow"
],
- "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-tab-view",
- "npm": {
- "downloads": 2057998,
- "weekDownloads": 423049
+ "urls": {
+ "homepage": "https://reactnavigation.org/docs/tab-view/",
+ "repo": "https://github.com/react-navigation/react-navigation"
+ }
},
- "score": 86,
+ "githubUrl": "https://github.com/react-navigation/react-navigation/tree/main/packages/react-native-tab-view",
+ "images": [
+ "https://reactnavigation.org/assets/libraries/tab-view.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -5957,36 +5965,46 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.175,
+ "npm": {
+ "downloads": 1969818,
+ "weekDownloads": 346652
+ },
+ "npmPkg": "react-native-tab-view",
+ "popularity": 0.15,
+ "score": 86,
"topicSearchString": "component react-component react-native ios android tab swipe scrollable coverflow"
},
{
- "githubUrl": "https://github.com/bartgryszko/react-native-circular-slider",
- "ios": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/bartgryszko/react-native-circular-slider",
- "homepage": null
+ "description": "React Native component for creating circular slider :radio_button:",
+ "fullName": "bartgryszko/react-native-circular-slider",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-circular-slider",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-12-30T21:42:04Z",
+ "forks": 174,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-07-19T03:02:15Z",
- "createdAt": "2016-12-30T21:42:04Z",
- "pushedAt": "2019-07-19T03:02:15Z",
- "forks": 174,
+ "hasWiki": true,
"issues": 25,
+ "pushedAt": "2019-07-19T03:02:15Z",
+ "stars": 885,
"subscribers": 19,
- "stars": 885
+ "updatedAt": "2019-07-19T03:02:15Z"
},
- "name": "react-native-circular-slider",
- "fullName": "bartgryszko/react-native-circular-slider",
- "isPrivate": false,
- "description": "React Native component for creating circular slider :radio_button:",
"topics": [
"react",
"react-native",
@@ -6003,69 +6021,64 @@
"clock",
"animation"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-circular-slider",
- "npm": {
- "downloads": 893,
- "weekDownloads": 202
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/bartgryszko/react-native-circular-slider"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/bartgryszko/react-native-circular-slider",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.308,
- "topicSearchString": "react react-native slider chart svg bedtime circular circle round time timer react-component clock animation"
+ "npm": {
+ "downloads": 858,
+ "weekDownloads": 168
+ },
+ "npmPkg": "react-native-circular-slider",
+ "popularity": -1.333,
+ "score": 57,
+ "topicSearchString": "react react-native slider chart svg bedtime circular circle round time timer react-component clock animation",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/archriss/react-native-snap-carousel",
+ "android": true,
"examples": [
"https://github.com/meliorence/react-native-snap-carousel/tree/master/example"
],
- "images": [
- "https://i.imgur.com/e1WbZcu.gif",
- "https://i.imgur.com/R7OpEFs.gif",
- "https://i.imgur.com/foMIGM2.gif"
- ],
- "ios": true,
- "android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/meliorence/react-native-snap-carousel",
- "homepage": null
+ "description": "Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.",
+ "fullName": "meliorence/react-native-snap-carousel",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTU=",
+ "key": "bsd-3-clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "spdxId": "BSD-3-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-3-clause/"
},
+ "name": "react-native-snap-carousel",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-10-11T07:22:24Z",
+ "forks": 2161,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-02-09T15:27:39Z",
- "createdAt": "2016-10-11T07:22:24Z",
- "pushedAt": "2021-02-09T15:27:39Z",
- "forks": 2161,
+ "hasWiki": true,
"issues": 344,
+ "pushedAt": "2021-02-09T15:27:39Z",
+ "stars": 10500,
"subscribers": 96,
- "stars": 10502
+ "updatedAt": "2021-02-09T15:27:39Z"
},
- "name": "react-native-snap-carousel",
- "fullName": "meliorence/react-native-snap-carousel",
- "isPrivate": false,
- "description": "Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.",
"topics": [
"react",
"native",
@@ -6097,24 +6110,18 @@
"infinite-scroll",
"advanced-effects"
],
- "license": {
- "key": "bsd-3-clause",
- "name": "BSD 3-Clause \"New\" or \"Revised\" License",
- "spdxId": "BSD-3-Clause",
- "url": "http://choosealicense.com/licenses/bsd-3-clause/",
- "id": "MDc6TGljZW5zZTU="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-snap-carousel",
- "npm": {
- "downloads": 513039,
- "weekDownloads": 114890
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/meliorence/react-native-snap-carousel"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/archriss/react-native-snap-carousel",
+ "images": [
+ "https://i.imgur.com/e1WbZcu.gif",
+ "https://i.imgur.com/R7OpEFs.gif",
+ "https://i.imgur.com/foMIGM2.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -6123,42 +6130,49 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.56,
- "topicSearchString": "react native carousel slider swiper flatlist scrollview parallax images infinite scroll scrolling items edge snap card cards stack deck tinder android ios snapping component rtl flatlist-based parallax-effect infinite-scroll advanced-effects"
+ "npm": {
+ "downloads": 484229,
+ "weekDownloads": 95517
+ },
+ "npmPkg": "react-native-snap-carousel",
+ "popularity": -0.582,
+ "score": 70,
+ "topicSearchString": "react native carousel slider swiper flatlist scrollview parallax images infinite scroll scrolling items edge snap card cards stack deck tinder android ios snapping component rtl flatlist-based parallax-effect infinite-scroll advanced-effects",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/mmazzarolo/react-native-modal-datetime-picker",
- "images": [
- "https://raw.githubusercontent.com/mmazzarolo/react-native-modal-datetime-picker/master/.github/images/datetimepicker-android.gif",
- "https://raw.githubusercontent.com/mmazzarolo/react-native-modal-datetime-picker/master/.github/images/datetimepicker-ios.gif"
- ],
- "ios": true,
"android": true,
"expoGo": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/mmazzarolo/react-native-modal-datetime-picker",
- "homepage": null
+ "description": "A React-Native datetime-picker for Android and iOS",
+ "fullName": "mmazzarolo/react-native-modal-datetime-picker",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-modal-datetime-picker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-14T11:27:18Z",
+ "forks": 388,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2024-08-22T15:03:41Z",
- "createdAt": "2016-09-14T11:27:18Z",
+ "hasWiki": true,
+ "issues": 41,
"pushedAt": "2024-08-22T15:03:41Z",
- "forks": 388,
- "issues": 40,
+ "stars": 3033,
"subscribers": 33,
- "stars": 3032
+ "updatedAt": "2024-08-22T15:03:41Z"
},
- "name": "react-native-modal-datetime-picker",
- "fullName": "mmazzarolo/react-native-modal-datetime-picker",
- "isPrivate": false,
- "description": "A React-Native datetime-picker for Android and iOS",
"topics": [
"react-native",
"react",
@@ -6170,23 +6184,17 @@
"ios",
"modal"
],
- "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-modal-datetime-picker",
- "npm": {
- "downloads": 2142096,
- "weekDownloads": 443567
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mmazzarolo/react-native-modal-datetime-picker"
+ }
},
- "score": 81,
+ "githubUrl": "https://github.com/mmazzarolo/react-native-modal-datetime-picker",
+ "images": [
+ "https://raw.githubusercontent.com/mmazzarolo/react-native-modal-datetime-picker/master/.github/images/datetimepicker-android.gif",
+ "https://raw.githubusercontent.com/mmazzarolo/react-native-modal-datetime-picker/master/.github/images/datetimepicker-ios.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -6194,37 +6202,46 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.176,
+ "npm": {
+ "downloads": 2049852,
+ "weekDownloads": 378086
+ },
+ "npmPkg": "react-native-modal-datetime-picker",
+ "popularity": 0.157,
+ "score": 81,
"topicSearchString": "react-native react native date time picker android ios modal"
},
{
- "githubUrl": "https://github.com/jkomyno/react-native-universal-picker",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/jkomyno/react-native-universal-picker",
- "homepage": null
+ "description": "Cross platform component that uses React Native's Picker on Android and ActionSheetIOS on iOS.",
+ "fullName": "jkomyno/react-native-universal-picker",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-universal-picker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-08-18T14:07:03Z",
+ "forks": 1,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-03-29T09:07:52Z",
- "createdAt": "2017-08-18T14:07:03Z",
- "pushedAt": "2018-03-29T09:07:52Z",
- "forks": 1,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2018-03-29T09:07:52Z",
+ "stars": 10,
"subscribers": 2,
- "stars": 10
+ "updatedAt": "2018-03-29T09:07:52Z"
},
- "name": "react-native-universal-picker",
- "fullName": "jkomyno/react-native-universal-picker",
- "isPrivate": false,
- "description": "Cross platform component that uses React Native's Picker on Android and ActionSheetIOS on iOS.",
"topics": [
"react-native",
"picker",
@@ -6232,59 +6249,59 @@
"dropdown",
"ui"
],
- "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-universal-picker",
- "npm": {
- "downloads": 35,
- "weekDownloads": 4
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jkomyno/react-native-universal-picker"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/jkomyno/react-native-universal-picker",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.65,
- "topicSearchString": "react-native picker select dropdown ui"
+ "npm": {
+ "downloads": 31,
+ "weekDownloads": 4
+ },
+ "npmPkg": "react-native-universal-picker",
+ "popularity": -1.636,
+ "score": 32,
+ "topicSearchString": "react-native picker select dropdown ui",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/magicismight/react-native-root-siblings",
- "ios": true,
"android": true,
"expoGo": true,
- "visionos": true,
"github": {
- "urls": {
- "repo": "https://github.com/magicismight/react-native-root-siblings",
- "homepage": null
+ "description": "A sibling elements manager.",
+ "fullName": "magicismight/react-native-root-siblings",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-root-siblings",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-14T00:49:51Z",
+ "forks": 127,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-05-16T01:59:14Z",
- "createdAt": "2016-01-14T00:49:51Z",
- "pushedAt": "2024-05-16T01:59:14Z",
- "forks": 127,
+ "hasWiki": true,
"issues": 15,
+ "pushedAt": "2024-05-16T01:59:14Z",
+ "stars": 732,
"subscribers": 6,
- "stars": 732
+ "updatedAt": "2024-05-16T01:59:14Z"
},
- "name": "react-native-root-siblings",
- "fullName": "magicismight/react-native-root-siblings",
- "isPrivate": false,
- "description": "A sibling elements manager.",
"topics": [
"react-component",
"react-native",
@@ -6292,59 +6309,60 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-root-siblings",
- "npm": {
- "downloads": 319901,
- "weekDownloads": 68287
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/magicismight/react-native-root-siblings"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/magicismight/react-native-root-siblings",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.181,
- "topicSearchString": "react-component react-native modal ios android"
+ "npm": {
+ "downloads": 305469,
+ "weekDownloads": 57710
+ },
+ "npmPkg": "react-native-root-siblings",
+ "popularity": 0.161,
+ "score": 57,
+ "topicSearchString": "react-component react-native modal ios android",
+ "visionos": true
},
{
- "githubUrl": "https://github.com/PeelTechnologies/react-native-tcp",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/PeelTechnologies/react-native-tcp",
- "homepage": null
+ "description": "node's net api in react-native",
+ "fullName": "PeelTechnologies/react-native-tcp",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-tcp",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-04T17:42:24Z",
+ "forks": 108,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-28T16:15:58Z",
- "createdAt": "2015-12-04T17:42:24Z",
- "pushedAt": "2017-10-28T16:15:58Z",
- "forks": 108,
+ "hasWiki": true,
"issues": 47,
+ "pushedAt": "2017-10-28T16:15:58Z",
+ "stars": 286,
"subscribers": 18,
- "stars": 286
+ "updatedAt": "2017-10-28T16:15:58Z"
},
- "name": "react-native-tcp",
- "fullName": "PeelTechnologies/react-native-tcp",
- "isPrivate": false,
- "description": "node's net api in react-native",
"topics": [
"react-component",
"reactnative",
@@ -6355,87 +6373,72 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-tcp",
- "npm": {
- "downloads": 34376,
- "weekDownloads": 10749
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/PeelTechnologies/react-native-tcp"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/PeelTechnologies/react-native-tcp",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.234,
- "topicSearchString": "react-component reactnative react-native net tcp sockets ios android"
+ "npm": {
+ "downloads": 31867,
+ "weekDownloads": 9702
+ },
+ "npmPkg": "react-native-tcp",
+ "popularity": -0.241,
+ "score": 41,
+ "topicSearchString": "react-component reactnative react-native net tcp sockets ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/TheWidlarzGroup/react-native-video",
+ "android": true,
"examples": [
"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,
- "web": true,
- "windows": true,
"fireos": true,
- "visionos": true,
- "tvos": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/TheWidlarzGroup/react-native-video",
- "homepage": "https://docs.thewidlarzgroup.com/react-native-video/"
+ "description": "A component for react-native",
+ "fullName": "TheWidlarzGroup/react-native-video",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-video",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-03-31T05:08:38Z",
+ "forks": 2646,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": false,
- "updatedAt": "2025-08-12T08:23:23Z",
- "createdAt": "2015-03-31T05:08:38Z",
+ "hasWiki": false,
+ "issues": 169,
"pushedAt": "2025-08-12T08:23:23Z",
- "forks": 2647,
- "issues": 177,
+ "stars": 7495,
"subscribers": 107,
- "stars": 7492
+ "updatedAt": "2025-08-12T08:23:23Z"
},
- "name": "react-native-video",
- "fullName": "TheWidlarzGroup/react-native-video",
- "isPrivate": false,
- "description": "A component for react-native",
"topics": [],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-video",
- "npm": {
- "downloads": 1269145,
- "weekDownloads": 253447
+ "urls": {
+ "homepage": "https://docs.thewidlarzgroup.com/react-native-video/",
+ "repo": "https://github.com/TheWidlarzGroup/react-native-video"
+ }
},
- "score": 86,
+ "githubUrl": "https://github.com/TheWidlarzGroup/react-native-video",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -6444,41 +6447,52 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.17,
- "topicSearchString": ""
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 1217552,
+ "weekDownloads": 209132
+ },
+ "npmPkg": "react-native-video",
+ "popularity": 0.146,
+ "score": 86,
+ "topicSearchString": "",
+ "tvos": true,
+ "visionos": true,
+ "web": true,
+ "windows": true
},
{
- "githubUrl": "https://github.com/react-native-share/react-native-share",
- "images": [
- "https://react-native-share.github.io/react-native-share/img/assets-docs/android-component.gif",
- "https://react-native-share.github.io/react-native-share/img/assets-docs/ios-component.gif"
- ],
- "ios": true,
"android": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-share/react-native-share",
- "homepage": "https://react-native-share.github.io/react-native-share"
+ "description": "Social share, sending simple data to other apps.",
+ "fullName": "react-native-share/react-native-share",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-share",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2015-09-30T02:27:34Z",
+ "forks": 915,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-08-06T19:20:44Z",
- "createdAt": "2015-09-30T02:27:34Z",
- "pushedAt": "2025-08-06T19:20:44Z",
- "forks": 915,
+ "hasWiki": true,
"issues": 15,
+ "pushedAt": "2025-08-06T19:20:44Z",
+ "stars": 3805,
"subscribers": 60,
- "stars": 3805
+ "updatedAt": "2025-08-06T19:20:44Z"
},
- "name": "react-native-share",
- "fullName": "react-native-share/react-native-share",
- "isPrivate": false,
- "description": "Social share, sending simple data to other apps.",
"topics": [
"react-native",
"android",
@@ -6490,23 +6504,17 @@
"intent",
"uwp"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-share",
- "npm": {
- "downloads": 1482456,
- "weekDownloads": 307074
+ "urls": {
+ "homepage": "https://react-native-share.github.io/react-native-share",
+ "repo": "https://github.com/react-native-share/react-native-share"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/react-native-share/react-native-share",
+ "images": [
+ "https://react-native-share.github.io/react-native-share/img/assets-docs/android-component.gif",
+ "https://react-native-share.github.io/react-native-share/img/assets-docs/ios-component.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -6514,35 +6522,46 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.176,
+ "npm": {
+ "downloads": 1415694,
+ "weekDownloads": 254175
+ },
+ "npmPkg": "react-native-share",
+ "popularity": 0.153,
+ "score": 97,
"topicSearchString": "react-native android ios windows bridge react share intent uwp"
},
{
- "githubUrl": "https://github.com/aakashns/react-native-dialogs",
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-dialogs/react-native-dialogs",
- "homepage": "https://npmjs.com/react-native-dialogs"
+ "description": "React Native wrappers for https://github.com/afollestad/material-dialogs",
+ "fullName": "react-native-dialogs/react-native-dialogs",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-dialogs",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-31T14:53:37Z",
+ "forks": 112,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-12-13T09:30:31Z",
- "createdAt": "2015-10-31T14:53:37Z",
- "pushedAt": "2023-12-13T09:30:31Z",
- "forks": 112,
+ "hasWiki": false,
"issues": 19,
+ "pushedAt": "2023-12-13T09:30:31Z",
+ "stars": 603,
"subscribers": 17,
- "stars": 603
+ "updatedAt": "2023-12-13T09:30:31Z"
},
- "name": "react-native-dialogs",
- "fullName": "react-native-dialogs/react-native-dialogs",
- "isPrivate": false,
- "description": "React Native wrappers for https://github.com/afollestad/material-dialogs",
"topics": [
"react-native",
"android",
@@ -6551,64 +6570,61 @@
"cross-platform",
"dialog-box"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-dialogs",
- "npm": {
- "downloads": 10355,
- "weekDownloads": 2351
+ "urls": {
+ "homepage": "https://npmjs.com/react-native-dialogs",
+ "repo": "https://github.com/react-native-dialogs/react-native-dialogs"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/aakashns/react-native-dialogs",
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.193,
+ "npm": {
+ "downloads": 10013,
+ "weekDownloads": 2070
+ },
+ "npmPkg": "react-native-dialogs",
+ "popularity": 0.176,
+ "score": 41,
"topicSearchString": "react-native android react-component mobile-development cross-platform dialog-box"
},
{
- "githubUrl": "https://github.com/oblador/react-native-keychain",
+ "android": true,
"examples": [
"https://github.com/oblador/react-native-keychain/tree/master/KeychainExample"
],
- "ios": true,
- "android": true,
- "visionos": true,
- "newArchitecture": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/oblador/react-native-keychain",
- "homepage": null
+ "description": ":key: Keychain Access for React Native",
+ "fullName": "oblador/react-native-keychain",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-keychain",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2015-05-20T15:33:48Z",
+ "forks": 469,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-06-08T12:02:46Z",
- "createdAt": "2015-05-20T15:33:48Z",
- "pushedAt": "2025-06-08T12:02:46Z",
- "forks": 469,
+ "hasWiki": false,
"issues": 151,
+ "pushedAt": "2025-06-08T12:02:46Z",
+ "stars": 3378,
"subscribers": 41,
- "stars": 3377
+ "updatedAt": "2025-06-08T12:02:46Z"
},
- "name": "react-native-keychain",
- "fullName": "oblador/react-native-keychain",
- "isPrivate": false,
- "description": ":key: Keychain Access for React Native",
"topics": [
"react-native",
"react-component",
@@ -6620,59 +6636,60 @@
"keychain",
"keychain-access"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-keychain",
- "npm": {
- "downloads": 955541,
- "weekDownloads": 200275
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/oblador/react-native-keychain"
+ }
},
- "score": 84,
+ "githubUrl": "https://github.com/oblador/react-native-keychain",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
"Known",
"Lots of open issues"
],
- "popularity": 0.178,
- "topicSearchString": "react-native react-component component react mobile ios android keychain keychain-access"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 908769,
+ "weekDownloads": 157910
+ },
+ "npmPkg": "react-native-keychain",
+ "popularity": 0.148,
+ "score": 84,
+ "topicSearchString": "react-native react-component component react mobile ios android keychain keychain-access",
+ "visionos": true
},
{
- "githubUrl": "https://github.com/doefler/react-native-social-share",
- "ios": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/doefler/react-native-social-share",
- "homepage": null
+ "description": "Use the iOS and Android native Twitter and Facebook share popup with React Native https://github.com/doefler/react-native-social-share",
+ "fullName": "doefler/react-native-social-share",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-social-share",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-26T09:31:27Z",
+ "forks": 74,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-08-28T08:24:46Z",
- "createdAt": "2015-04-26T09:31:27Z",
- "pushedAt": "2019-08-28T08:24:46Z",
- "forks": 74,
+ "hasWiki": true,
"issues": 22,
+ "pushedAt": "2019-08-28T08:24:46Z",
+ "stars": 417,
"subscribers": 10,
- "stars": 417
+ "updatedAt": "2019-08-28T08:24:46Z"
},
- "name": "react-native-social-share",
- "fullName": "doefler/react-native-social-share",
- "isPrivate": false,
- "description": "Use the iOS and Android native Twitter and Facebook share popup with React Native https://github.com/doefler/react-native-social-share",
"topics": [
"react",
"twitter",
@@ -6688,60 +6705,59 @@
"popup",
"share-popups"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-social-share",
- "npm": {
- "downloads": 599,
- "weekDownloads": 136
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/doefler/react-native-social-share"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/doefler/react-native-social-share",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.306,
- "topicSearchString": "react twitter facebook slcomposeviewcontroller rctbridgemodule social react-native react-component component mobile ui popup share-popups"
+ "npm": {
+ "downloads": 586,
+ "weekDownloads": 112
+ },
+ "npmPkg": "react-native-social-share",
+ "popularity": -1.336,
+ "score": 41,
+ "topicSearchString": "react twitter facebook slcomposeviewcontroller rctbridgemodule social react-native react-component component mobile ui popup share-popups",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/innoveit/react-native-ble-manager",
- "ios": true,
"android": true,
- "newArchitecture": true,
- "newArchitectureNote": "The old architecture is not supported since version 12.x",
"github": {
- "urls": {
- "repo": "https://github.com/innoveit/react-native-ble-manager",
- "homepage": "http://innoveit.github.io/react-native-ble-manager/"
+ "description": "React Native BLE communication module",
+ "fullName": "innoveit/react-native-ble-manager",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-ble-manager",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2016-05-20T09:20:14Z",
+ "forks": 740,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-07-25T09:30:58Z",
- "createdAt": "2016-05-20T09:20:14Z",
- "pushedAt": "2025-07-25T09:30:58Z",
- "forks": 741,
+ "hasWiki": false,
"issues": 19,
+ "pushedAt": "2025-07-25T09:30:58Z",
+ "stars": 2239,
"subscribers": 47,
- "stars": 2239
+ "updatedAt": "2025-07-25T09:30:58Z"
},
- "name": "react-native-ble-manager",
- "fullName": "innoveit/react-native-ble-manager",
- "isPrivate": false,
- "description": "React Native BLE communication module",
"topics": [
"react-native",
"android",
@@ -6751,58 +6767,60 @@
"low-energy",
"bluetooth-low-energy"
],
- "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": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-ble-manager",
- "npm": {
- "downloads": 178199,
- "weekDownloads": 37724
+ "urls": {
+ "homepage": "http://innoveit.github.io/react-native-ble-manager/",
+ "repo": "https://github.com/innoveit/react-native-ble-manager"
+ }
},
- "score": 76,
+ "githubUrl": "https://github.com/innoveit/react-native-ble-manager",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Recently updated"
],
- "popularity": 0.18,
+ "newArchitecture": true,
+ "newArchitectureNote": "The old architecture is not supported since version 12.x",
+ "npm": {
+ "downloads": 169373,
+ "weekDownloads": 30823
+ },
+ "npmPkg": "react-native-ble-manager",
+ "popularity": 0.155,
+ "score": 76,
"topicSearchString": "react-native android ios ble bluetooth low-energy bluetooth-low-energy"
},
{
- "githubUrl": "https://github.com/chirag04/react-native-mail",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/chirag04/react-native-mail",
- "homepage": null
+ "description": "A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android",
+ "fullName": "chirag04/react-native-mail",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-mail",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-10T04:53:50Z",
+ "forks": 205,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-11-22T20:20:51Z",
- "createdAt": "2015-05-10T04:53:50Z",
- "pushedAt": "2021-11-22T20:20:51Z",
- "forks": 205,
+ "hasWiki": true,
"issues": 68,
+ "pushedAt": "2021-11-22T20:20:51Z",
+ "stars": 446,
"subscribers": 11,
- "stars": 446
+ "updatedAt": "2021-11-22T20:20:51Z"
},
- "name": "react-native-mail",
- "fullName": "chirag04/react-native-mail",
- "isPrivate": false,
- "description": "A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android",
"topics": [
"react",
"react-native",
@@ -6812,60 +6830,60 @@
"email",
"mfmailcomposeviewcontroller"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-mail",
- "npm": {
- "downloads": 46909,
- "weekDownloads": 9462
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/chirag04/react-native-mail"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/chirag04/react-native-mail",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.579,
- "topicSearchString": "react react-native react-component ios android email mfmailcomposeviewcontroller"
+ "npm": {
+ "downloads": 45370,
+ "weekDownloads": 7829
+ },
+ "npmPkg": "react-native-mail",
+ "popularity": -0.603,
+ "score": 57,
+ "topicSearchString": "react react-native react-component ios android email mfmailcomposeviewcontroller",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/cnjon/react-native-pdf-view",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/cnjon/react-native-pdf-view",
- "homepage": null
+ "description": "React Native PDF View",
+ "fullName": "cnjon/react-native-pdf-view",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-pdf-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-29T08:01:33Z",
+ "forks": 145,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-12-06T23:30:47Z",
- "createdAt": "2015-12-29T08:01:33Z",
- "pushedAt": "2017-12-06T23:30:47Z",
- "forks": 145,
+ "hasWiki": true,
"issues": 53,
+ "pushedAt": "2017-12-06T23:30:47Z",
+ "stars": 405,
"subscribers": 13,
- "stars": 405
+ "updatedAt": "2017-12-06T23:30:47Z"
},
- "name": "react-native-pdf-view",
- "fullName": "cnjon/react-native-pdf-view",
- "isPrivate": false,
- "description": "React Native PDF View",
"topics": [
"react-component",
"react-native",
@@ -6874,60 +6892,59 @@
"pdf",
"view"
],
- "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-pdf-view",
- "npm": {
- "downloads": 125,
- "weekDownloads": 27
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/cnjon/react-native-pdf-view"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/cnjon/react-native-pdf-view",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.314,
- "topicSearchString": "react-component react-native android ios pdf view"
+ "npm": {
+ "downloads": 117,
+ "weekDownloads": 29
+ },
+ "npmPkg": "react-native-pdf-view",
+ "popularity": -1.285,
+ "score": 41,
+ "topicSearchString": "react-component react-native android ios pdf view",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kayla-tech/react-native-card-io",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/kayla-tech/react-native-card-io",
- "homepage": null
+ "description": "card.io component for React Native",
+ "fullName": "kayla-tech/react-native-card-io",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-card-io",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-05T02:53:35Z",
+ "forks": 22,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-05-11T00:41:23Z",
- "createdAt": "2015-10-05T02:53:35Z",
- "pushedAt": "2016-05-11T00:41:23Z",
- "forks": 22,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2016-05-11T00:41:23Z",
+ "stars": 174,
"subscribers": 15,
- "stars": 174
+ "updatedAt": "2016-05-11T00:41:23Z"
},
- "name": "react-native-card-io",
- "fullName": "kayla-tech/react-native-card-io",
- "isPrivate": false,
- "description": "card.io component for React Native",
"topics": [
"react-component",
"react-native",
@@ -6939,59 +6956,59 @@
"ios",
"android"
],
- "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-card-io",
- "npm": {
- "downloads": 416,
- "weekDownloads": 91
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kayla-tech/react-native-card-io"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/kayla-tech/react-native-card-io",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.312,
- "topicSearchString": "react-component react-native card.io credit card scanner native ios android"
+ "npm": {
+ "downloads": 405,
+ "weekDownloads": 106
+ },
+ "npmPkg": "react-native-card-io",
+ "popularity": -1.277,
+ "score": 41,
+ "topicSearchString": "react-component react-native card.io credit card scanner native ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Kerumen/react-native-awesome-card-io",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/Kerumen/react-native-awesome-card-io",
- "homepage": "https://kerumen.github.io/react-native-awesome-card-io/"
+ "description": "A complete and cross-platform card.io component for React Native (iOS and Android).",
+ "fullName": "Kerumen/react-native-awesome-card-io",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-awesome-card-io",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-30T08:46:53Z",
+ "forks": 116,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-06-21T16:13:03Z",
- "createdAt": "2016-08-30T08:46:53Z",
- "pushedAt": "2022-06-21T16:13:03Z",
- "forks": 116,
+ "hasWiki": false,
"issues": 21,
+ "pushedAt": "2022-06-21T16:13:03Z",
+ "stars": 458,
"subscribers": 8,
- "stars": 458
+ "updatedAt": "2022-06-21T16:13:03Z"
},
- "name": "react-native-awesome-card-io",
- "fullName": "Kerumen/react-native-awesome-card-io",
- "isPrivate": false,
- "description": "A complete and cross-platform card.io component for React Native (iOS and Android).",
"topics": [
"react-native",
"react-component",
@@ -7004,59 +7021,59 @@
"card-scanning",
"card-io"
],
- "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-awesome-card-io",
- "npm": {
- "downloads": 9087,
- "weekDownloads": 1787
+ "urls": {
+ "homepage": "https://kerumen.github.io/react-native-awesome-card-io/",
+ "repo": "https://github.com/Kerumen/react-native-awesome-card-io"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/Kerumen/react-native-awesome-card-io",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.583,
- "topicSearchString": "react-native react-component card.io credit-card scan android ios react card-scanning card-io"
+ "npm": {
+ "downloads": 8824,
+ "weekDownloads": 1636
+ },
+ "npmPkg": "react-native-awesome-card-io",
+ "popularity": -0.592,
+ "score": 41,
+ "topicSearchString": "react-native react-component card.io credit-card scan android ios react card-scanning card-io",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/tolu360/react-native-google-places",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/tolu360/react-native-google-places",
- "homepage": null
- },
- "stats": {
+ "description": "iOS/Android Google Places Widgets (Autocomplete Modals) and API Services for React Native Apps",
+ "fullName": "tolu360/react-native-google-places",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
+ },
+ "name": "react-native-google-places",
+ "newArchitecture": false,
+ "stats": {
+ "createdAt": "2016-09-14T20:41:32Z",
+ "forks": 254,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-08-06T14:02:33Z",
- "createdAt": "2016-09-14T20:41:32Z",
- "pushedAt": "2019-08-06T14:02:33Z",
- "forks": 254,
+ "hasWiki": true,
"issues": 48,
+ "pushedAt": "2019-08-06T14:02:33Z",
+ "stars": 569,
"subscribers": 15,
- "stars": 569
+ "updatedAt": "2019-08-06T14:02:33Z"
},
- "name": "react-native-google-places",
- "fullName": "tolu360/react-native-google-places",
- "isPrivate": false,
- "description": "iOS/Android Google Places Widgets (Autocomplete Modals) and API Services for React Native Apps",
"topics": [
"react",
"react-native",
@@ -7072,84 +7089,74 @@
"google-place-api",
"google-place-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-google-places",
- "npm": {
- "downloads": 1966,
- "weekDownloads": 536
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/tolu360/react-native-google-places"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/tolu360/react-native-google-places",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.518,
- "topicSearchString": "react react-native react-component map places google-places google-places-api autocomplete ios android google-place-picker google-place-api google-place-autocomplete"
+ "npm": {
+ "downloads": 1717,
+ "weekDownloads": 406
+ },
+ "npmPkg": "react-native-google-places",
+ "popularity": -0.549,
+ "score": 57,
+ "topicSearchString": "react react-native react-component map places google-places google-places-api autocomplete ios android google-place-picker google-place-api google-place-autocomplete",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/expo/ex-navigation",
- "npmPkg": "@expo/ex-navigation",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/ex-navigation",
- "homepage": null
+ "description": "Route-centric navigation for React Native",
+ "fullName": "expo/ex-navigation",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@expo/ex-navigation",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-03T19:09:42Z",
+ "forks": 192,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-02-14T20:11:02Z",
- "createdAt": "2016-06-03T19:09:42Z",
- "pushedAt": "2019-02-14T20:11:02Z",
- "forks": 192,
+ "hasWiki": true,
"issues": 204,
+ "pushedAt": "2019-02-14T20:11:02Z",
+ "stars": 994,
"subscribers": 27,
- "stars": 994
+ "updatedAt": "2019-02-14T20:11:02Z"
},
- "name": "@expo/ex-navigation",
- "fullName": "expo/ex-navigation",
- "isPrivate": false,
- "description": "Route-centric navigation for React Native",
"topics": [
"react-native",
"navigation",
"expo",
"react"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npm": {
- "downloads": 139,
- "weekDownloads": 30
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/ex-navigation"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/expo/ex-navigation",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -7157,37 +7164,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.313,
- "topicSearchString": "react-native navigation expo react"
+ "npm": {
+ "downloads": 142,
+ "weekDownloads": 26
+ },
+ "npmPkg": "@expo/ex-navigation",
+ "popularity": -1.342,
+ "score": 46,
+ "topicSearchString": "react-native navigation expo react",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/benhurott/react-native-masked-text",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/bhrott/react-native-masked-text",
- "homepage": null
+ "description": "A pure javascript masked text and input text component for React-Native.",
+ "fullName": "bhrott/react-native-masked-text",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-masked-text",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-10-04T17:41:20Z",
+ "forks": 227,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-04-03T23:39:25Z",
- "createdAt": "2016-10-04T17:41:20Z",
- "pushedAt": "2020-04-03T23:39:25Z",
- "forks": 227,
+ "hasWiki": true,
"issues": 76,
+ "pushedAt": "2020-04-03T23:39:25Z",
+ "stars": 1608,
"subscribers": 23,
- "stars": 1607
+ "updatedAt": "2020-04-03T23:39:25Z"
},
- "name": "react-native-masked-text",
- "fullName": "bhrott/react-native-masked-text",
- "isPrivate": false,
- "description": "A pure javascript masked text and input text component for React-Native.",
"topics": [
"mask",
"text",
@@ -7197,24 +7215,13 @@
"money",
"input"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-masked-text",
- "npm": {
- "downloads": 240775,
- "weekDownloads": 53244
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/bhrott/react-native-masked-text"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/benhurott/react-native-masked-text",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -7222,37 +7229,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.562,
- "topicSearchString": "mask text textinput react-native custom money input"
+ "npm": {
+ "downloads": 230129,
+ "weekDownloads": 45293
+ },
+ "npmPkg": "react-native-masked-text",
+ "popularity": -0.583,
+ "score": 46,
+ "topicSearchString": "mask text textinput react-native custom money input",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/timomeh/react-native-material-bottom-navigation",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/timomeh/react-native-material-bottom-navigation",
- "homepage": null
+ "description": "💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native",
+ "fullName": "timomeh/react-native-material-bottom-navigation",
+ "hasTypes": true,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-material-bottom-navigation",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-22T01:02:18Z",
+ "forks": 120,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-04-16T13:12:35Z",
- "createdAt": "2017-02-22T01:02:18Z",
- "pushedAt": "2020-04-16T13:12:35Z",
- "forks": 120,
+ "hasWiki": false,
"issues": 5,
+ "pushedAt": "2020-04-16T13:12:35Z",
+ "stars": 717,
"subscribers": 13,
- "stars": 717
+ "updatedAt": "2020-04-16T13:12:35Z"
},
- "name": "react-native-material-bottom-navigation",
- "fullName": "timomeh/react-native-material-bottom-navigation",
- "isPrivate": false,
- "description": "💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native",
"topics": [
"react-native",
"material",
@@ -7265,116 +7283,116 @@
"component",
"material-design"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": true
- },
- "unmaintained": true,
- "npmPkg": "react-native-material-bottom-navigation",
- "npm": {
- "downloads": 826,
- "weekDownloads": 232
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/timomeh/react-native-material-bottom-navigation"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/timomeh/react-native-material-bottom-navigation",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.261,
- "topicSearchString": "react-native material bottomnavigation bottom-navigation ios android react-component react-navigation component material-design"
+ "npm": {
+ "downloads": 786,
+ "weekDownloads": 133
+ },
+ "npmPkg": "react-native-material-bottom-navigation",
+ "popularity": -1.355,
+ "score": 57,
+ "topicSearchString": "react-native material bottomnavigation bottom-navigation ios android react-component react-navigation component material-design",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wix/react-native-autogrow-textinput",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/wix-incubator/react-native-autogrow-textinput",
- "homepage": null
+ "description": "React Native auto-growing multiline text input",
+ "fullName": "wix-incubator/react-native-autogrow-textinput",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-autogrow-textinput",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-04-17T10:04:09Z",
+ "forks": 111,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2021-05-08T11:28:39Z",
- "createdAt": "2016-04-17T10:04:09Z",
- "pushedAt": "2021-05-08T11:28:39Z",
- "forks": 111,
+ "hasWiki": true,
"issues": 28,
+ "pushedAt": "2021-05-08T11:28:39Z",
+ "stars": 544,
"subscribers": 208,
- "stars": 544
+ "updatedAt": "2021-05-08T11:28:39Z"
},
- "name": "react-native-autogrow-textinput",
- "fullName": "wix-incubator/react-native-autogrow-textinput",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "React Native auto-growing multiline text input",
"topics": [],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-autogrow-textinput",
- "npm": {
- "downloads": 9310,
- "weekDownloads": 2694
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wix-incubator/react-native-autogrow-textinput"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/wix/react-native-autogrow-textinput",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.504,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 8338,
+ "weekDownloads": 1848
+ },
+ "npmPkg": "react-native-autogrow-textinput",
+ "popularity": -0.562,
+ "score": 57,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jeanpan/react-native-camera-roll-picker",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/jeanpan/react-native-camera-roll-picker",
- "homepage": "https://www.npmjs.com/package/react-native-camera-roll-picker"
+ "description": "📷 A React Native component providing images selection from camera roll",
+ "fullName": "jeanpan/react-native-camera-roll-picker",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-camera-roll-picker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-28T21:20:37Z",
+ "forks": 159,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-03-08T00:47:54Z",
- "createdAt": "2016-04-28T21:20:37Z",
- "pushedAt": "2023-03-08T00:47:54Z",
- "forks": 159,
+ "hasWiki": true,
"issues": 44,
+ "pushedAt": "2023-03-08T00:47:54Z",
+ "stars": 422,
"subscribers": 8,
- "stars": 422
+ "updatedAt": "2023-03-08T00:47:54Z"
},
- "name": "react-native-camera-roll-picker",
- "fullName": "jeanpan/react-native-camera-roll-picker",
- "isPrivate": false,
- "description": "📷 A React Native component providing images selection from camera roll",
"topics": [
"cameraroll",
"ios",
@@ -7384,61 +7402,60 @@
"component",
"camera-roll"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-camera-roll-picker",
- "npm": {
- "downloads": 14240,
- "weekDownloads": 6574
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-camera-roll-picker",
+ "repo": "https://github.com/jeanpan/react-native-camera-roll-picker"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/jeanpan/react-native-camera-roll-picker",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.358,
- "topicSearchString": "cameraroll ios picker react-component react-native component camera-roll"
+ "npm": {
+ "downloads": 12535,
+ "weekDownloads": 5677
+ },
+ "npmPkg": "react-native-camera-roll-picker",
+ "popularity": -0.365,
+ "score": 41,
+ "topicSearchString": "cameraroll ios picker react-component react-native component camera-roll",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/mosesoak/react-native-conductor",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/mosesoak/react-native-conductor",
- "homepage": null
+ "description": "Orchestrate animations across components in one place",
+ "fullName": "mosesoak/react-native-conductor",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-conductor",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-03-24T17:09:28Z",
+ "forks": 9,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-04-03T22:55:46Z",
- "createdAt": "2017-03-24T17:09:28Z",
- "pushedAt": "2017-04-03T22:55:46Z",
- "forks": 9,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2017-04-03T22:55:46Z",
+ "stars": 267,
"subscribers": 6,
- "stars": 267
+ "updatedAt": "2017-04-03T22:55:46Z"
},
- "name": "react-native-conductor",
- "fullName": "mosesoak/react-native-conductor",
- "isPrivate": false,
- "description": "Orchestrate animations across components in one place",
"topics": [
"react-native",
"animation",
@@ -7447,59 +7464,60 @@
"conductor",
"utility"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-conductor",
- "npm": {
- "downloads": 9,
- "weekDownloads": 9
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mosesoak/react-native-conductor"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/mosesoak/react-native-conductor",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.6,
- "topicSearchString": "react-native animation animated tween conductor utility"
+ "npm": {
+ "downloads": 1,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-conductor",
+ "popularity": -1,
+ "score": 41,
+ "topicSearchString": "react-native animation animated tween conductor utility",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/oblador/react-native-image-progress",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/oblador/react-native-image-progress",
- "homepage": null
+ "description": "Progress indicator for networked images in React Native",
+ "fullName": "oblador/react-native-image-progress",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-image-progress",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-16T12:22:46Z",
+ "forks": 173,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-01-02T13:24:08Z",
- "createdAt": "2015-07-16T12:22:46Z",
- "pushedAt": "2022-01-02T13:24:08Z",
- "forks": 173,
+ "hasWiki": true,
"issues": 21,
+ "pushedAt": "2022-01-02T13:24:08Z",
+ "stars": 1727,
"subscribers": 30,
- "stars": 1727
+ "updatedAt": "2022-01-02T13:24:08Z"
},
- "name": "react-native-image-progress",
- "fullName": "oblador/react-native-image-progress",
- "isPrivate": false,
- "description": "Progress indicator for networked images in React Native",
"topics": [
"react-native",
"react-component",
@@ -7517,63 +7535,61 @@
"loading",
"indicator"
],
- "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-image-progress",
- "npm": {
- "downloads": 61904,
- "weekDownloads": 12455
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/oblador/react-native-image-progress"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/oblador/react-native-image-progress",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.579,
- "topicSearchString": "react-native react-component component react mobile ios ui image progress bar progressbar spinner activityindicator loading indicator"
+ "npm": {
+ "downloads": 58878,
+ "weekDownloads": 10021
+ },
+ "npmPkg": "react-native-image-progress",
+ "popularity": -0.605,
+ "score": 57,
+ "topicSearchString": "react-native react-component component react mobile ios ui image progress bar progressbar spinner activityindicator loading indicator",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/fuyaode/react-native-app-intro",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/FuYaoDe/react-native-app-intro",
- "homepage": null
+ "description": "react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google's app like Sheet, Drive, Docs...",
+ "fullName": "FuYaoDe/react-native-app-intro",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-app-intro",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-26T08:49:57Z",
+ "forks": 425,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-10-27T15:56:04Z",
- "createdAt": "2016-04-26T08:49:57Z",
- "pushedAt": "2016-10-27T15:56:04Z",
- "forks": 425,
+ "hasWiki": true,
"issues": 59,
+ "pushedAt": "2016-10-27T15:56:04Z",
+ "stars": 3254,
"subscribers": 54,
- "stars": 3254
+ "updatedAt": "2016-10-27T15:56:04Z"
},
- "name": "react-native-app-intro",
- "fullName": "FuYaoDe/react-native-app-intro",
- "isPrivate": false,
- "description": "react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google's app like Sheet, Drive, Docs...",
"topics": [
"swiper",
"producttour",
@@ -7586,64 +7602,65 @@
"parallax",
"introduction"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-app-intro",
- "npm": {
- "downloads": 166,
- "weekDownloads": 17
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/FuYaoDe/react-native-app-intro"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/fuyaode/react-native-app-intro",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.413,
- "topicSearchString": "swiper producttour app intro ios android react-component react-native parallax introduction"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 185,
+ "weekDownloads": 20
+ },
+ "npmPkg": "react-native-app-intro",
+ "popularity": -1.407,
+ "score": 57,
+ "topicSearchString": "swiper producttour app intro ios android react-component react-native parallax introduction",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/oblador/react-native-lightbox",
- "ios": true,
"android": true,
- "expoGo": true,
- "unmaintained": true,
"examples": [
"https://snack.expo.dev/rkzzeFUIW"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/oblador/react-native-lightbox",
- "homepage": null
+ "description": "Images etc in Full Screen Lightbox Popovers for React Native",
+ "fullName": "oblador/react-native-lightbox",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-lightbox",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-04T00:33:28Z",
+ "forks": 430,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-12-15T11:53:26Z",
- "createdAt": "2015-08-04T00:33:28Z",
- "pushedAt": "2019-12-15T11:53:26Z",
- "forks": 430,
+ "hasWiki": true,
"issues": 53,
+ "pushedAt": "2019-12-15T11:53:26Z",
+ "stars": 2814,
"subscribers": 34,
- "stars": 2813
+ "updatedAt": "2019-12-15T11:53:26Z"
},
- "name": "react-native-lightbox",
- "fullName": "oblador/react-native-lightbox",
- "isPrivate": false,
- "description": "Images etc in Full Screen Lightbox Popovers for React Native",
"topics": [
"react-native",
"react-component",
@@ -7657,63 +7674,61 @@
"gallery",
"image"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-lightbox",
- "npm": {
- "downloads": 185233,
- "weekDownloads": 36555
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/oblador/react-native-lightbox"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/oblador/react-native-lightbox",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.582,
- "topicSearchString": "react-native react-component component react mobile ios android ui lightbox gallery image"
+ "npm": {
+ "downloads": 178084,
+ "weekDownloads": 30165
+ },
+ "npmPkg": "react-native-lightbox",
+ "popularity": -0.606,
+ "score": 57,
+ "topicSearchString": "react-native react-component component react mobile ios android ui lightbox gallery image",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/halilb/react-native-textinput-effects",
- "images": [
- "https://raw.githubusercontent.com/halilb/react-native-textinput-effects/master/screenshots/full.gif"
- ],
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/halilb/react-native-textinput-effects",
- "homepage": null
- },
- "stats": {
- "hasIssues": true,
- "hasWiki": true,
- "hasSponsorships": false,
- "hasDiscussions": false,
- "hasTopics": true,
- "updatedAt": "2024-04-08T12:39:24Z",
+ "description": "Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.",
+ "fullName": "halilb/react-native-textinput-effects",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
+ },
+ "name": "react-native-textinput-effects",
+ "newArchitecture": false,
+ "stats": {
"createdAt": "2016-06-01T12:22:28Z",
- "pushedAt": "2024-04-08T12:39:24Z",
"forks": 287,
+ "hasDiscussions": false,
+ "hasIssues": true,
+ "hasSponsorships": false,
+ "hasTopics": true,
+ "hasWiki": true,
"issues": 15,
+ "pushedAt": "2024-04-08T12:39:24Z",
+ "stars": 2995,
"subscribers": 34,
- "stars": 2995
+ "updatedAt": "2024-04-08T12:39:24Z"
},
- "name": "react-native-textinput-effects",
- "fullName": "halilb/react-native-textinput-effects",
- "isPrivate": false,
- "description": "Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.",
"topics": [
"react",
"react-component",
@@ -7726,60 +7741,63 @@
"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": "react-native-textinput-effects",
- "npm": {
- "downloads": 4871,
- "weekDownloads": 1014
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/halilb/react-native-textinput-effects"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/halilb/react-native-textinput-effects",
+ "images": [
+ "https://raw.githubusercontent.com/halilb/react-native-textinput-effects/master/screenshots/full.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.177,
+ "npm": {
+ "downloads": 5019,
+ "weekDownloads": 834
+ },
+ "npmPkg": "react-native-textinput-effects",
+ "popularity": 0.141,
+ "score": 57,
"topicSearchString": "react react-component react-native text-input textinput textfield animation animated ios android"
},
{
- "githubUrl": "https://github.com/deanmcpherson/react-native-sortable-listview",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/deanmcpherson/react-native-sortable-listview",
- "homepage": null
+ "description": "Drag drop capable wrapper of ListView for React Native",
+ "fullName": "deanmcpherson/react-native-sortable-listview",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-sortable-listview",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-01T22:24:57Z",
+ "forks": 214,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-08-20T19:45:56Z",
- "createdAt": "2016-02-01T22:24:57Z",
- "pushedAt": "2020-08-20T19:45:56Z",
- "forks": 214,
+ "hasWiki": true,
"issues": 45,
+ "pushedAt": "2020-08-20T19:45:56Z",
+ "stars": 915,
"subscribers": 10,
- "stars": 915
+ "updatedAt": "2020-08-20T19:45:56Z"
},
- "name": "react-native-sortable-listview",
- "fullName": "deanmcpherson/react-native-sortable-listview",
- "isPrivate": false,
- "description": "Drag drop capable wrapper of ListView for React Native",
"topics": [
"react-component",
"ios",
@@ -7792,61 +7810,60 @@
"list",
"sort"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-sortable-listview",
- "npm": {
- "downloads": 14784,
- "weekDownloads": 2743
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/deanmcpherson/react-native-sortable-listview"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/deanmcpherson/react-native-sortable-listview",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.592,
- "topicSearchString": "react-component ios android react-native drag drop touch listview list sort"
+ "npm": {
+ "downloads": 14079,
+ "weekDownloads": 1905
+ },
+ "npmPkg": "react-native-sortable-listview",
+ "popularity": -0.635,
+ "score": 57,
+ "topicSearchString": "react-component ios android react-native drag drop touch listview list sort",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jmurzy/react-native-foldview",
- "ios": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/jmurzy/react-native-foldview",
- "homepage": null
+ "description": "FoldView implemented in JavaScript ⛱",
+ "fullName": "jmurzy/react-native-foldview",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-foldview",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-10-17T04:09:51Z",
+ "forks": 170,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-07-28T17:07:04Z",
- "createdAt": "2016-10-17T04:09:51Z",
- "pushedAt": "2018-07-28T17:07:04Z",
- "forks": 170,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2018-07-28T17:07:04Z",
+ "stars": 1971,
"subscribers": 39,
- "stars": 1971
+ "updatedAt": "2018-07-28T17:07:04Z"
},
- "name": "react-native-foldview",
- "fullName": "jmurzy/react-native-foldview",
- "isPrivate": false,
- "description": "FoldView implemented in JavaScript ⛱",
"topics": [
"react",
"react-native",
@@ -7858,60 +7875,61 @@
"cell",
"view"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-foldview",
- "npm": {
- "downloads": 52,
- "weekDownloads": 18
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jmurzy/react-native-foldview"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/jmurzy/react-native-foldview",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.2,
- "topicSearchString": "react react-native native ios andorid foldingcell folding cell view"
+ "npm": {
+ "downloads": 46,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-foldview",
+ "popularity": -1.38,
+ "score": 57,
+ "topicSearchString": "react react-native native ios andorid foldingcell folding cell view",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/oblador/react-native-progress",
- "ios": true,
- "expoGo": true,
"android": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/oblador/react-native-progress",
- "homepage": null
+ "description": "Progress indicators and spinners for React Native",
+ "fullName": "oblador/react-native-progress",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-progress",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-01T05:07:41Z",
+ "forks": 472,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-10-26T14:04:57Z",
- "createdAt": "2015-11-01T05:07:41Z",
- "pushedAt": "2023-10-26T14:04:57Z",
- "forks": 472,
+ "hasWiki": false,
"issues": 108,
+ "pushedAt": "2023-10-26T14:04:57Z",
+ "stars": 3657,
"subscribers": 40,
- "stars": 3657
+ "updatedAt": "2023-10-26T14:04:57Z"
},
- "name": "react-native-progress",
- "fullName": "oblador/react-native-progress",
- "isPrivate": false,
- "description": "Progress indicators and spinners for React Native",
"topics": [
"react-native",
"react-component",
@@ -7930,23 +7948,13 @@
"spinner",
"animation"
],
- "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-progress",
- "npm": {
- "downloads": 747010,
- "weekDownloads": 154961
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/oblador/react-native-progress"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/oblador/react-native-progress",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -7955,39 +7963,46 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.176,
+ "npm": {
+ "downloads": 710347,
+ "weekDownloads": 128211
+ },
+ "npmPkg": "react-native-progress",
+ "popularity": 0.153,
+ "score": 70,
"topicSearchString": "react-native react-component component react mobile ios ui progress progressindicator circle pie bar progressbar indeterminate spinner animation"
},
{
- "githubUrl": "https://github.com/zbtang/React-Native-ViewPager",
- "npmPkg": "rn-viewpager",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/zbtang/React-Native-ViewPager",
- "homepage": null
+ "description": "ViewPager and Indicator component for react-native on both android and ios. ",
+ "fullName": "zbtang/React-Native-ViewPager",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "rn-viewpager",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-28T09:37:19Z",
+ "forks": 244,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-04T11:34:41Z",
- "createdAt": "2016-03-28T09:37:19Z",
- "pushedAt": "2018-01-04T11:34:41Z",
- "forks": 244,
+ "hasWiki": true,
"issues": 77,
+ "pushedAt": "2018-01-04T11:34:41Z",
+ "stars": 950,
"subscribers": 20,
- "stars": 950
+ "updatedAt": "2018-01-04T11:34:41Z"
},
- "name": "rn-viewpager",
- "fullName": "zbtang/React-Native-ViewPager",
- "isPrivate": false,
- "description": "ViewPager and Indicator component for react-native on both android and ios. ",
"topics": [
"component",
"react-component",
@@ -8005,16 +8020,13 @@
"tab-bar",
"tab-view"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 4088,
- "weekDownloads": 928
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/zbtang/React-Native-ViewPager"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/zbtang/React-Native-ViewPager",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -8022,37 +8034,47 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.557,
- "topicSearchString": "component react-component react-native ios android viewpager pager pageview page tab-navigator scrollable tab navigator tab-bar tab-view"
+ "npm": {
+ "downloads": 3948,
+ "weekDownloads": 862
+ },
+ "npmPkg": "rn-viewpager",
+ "popularity": -0.564,
+ "score": 46,
+ "topicSearchString": "component react-component react-native ios android viewpager pager pageview page tab-navigator scrollable tab navigator tab-bar tab-view",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jaysoo/react-native-menu/tree/master/packages/react-native-menu",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/jaysoo/react-native-menu",
- "homepage": null
+ "description": "A flexible dropdown menu component for Android and iOS that is similar to Android's Spinner.",
+ "fullName": "jaysoo/react-native-menu",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-menu",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-15T03:42:29Z",
+ "forks": 130,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-08-30T03:46:56Z",
- "createdAt": "2016-01-15T03:42:29Z",
- "pushedAt": "2017-08-30T03:46:56Z",
- "forks": 130,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2017-08-30T03:46:56Z",
+ "stars": 398,
"subscribers": 12,
- "stars": 398
+ "updatedAt": "2017-08-30T03:46:56Z"
},
- "name": "react-native-menu",
- "fullName": "jaysoo/react-native-menu",
- "isPrivate": false,
- "description": "A flexible dropdown menu component for Android and iOS that is similar to Android's Spinner.",
"topics": [
"react-native",
"react",
@@ -8063,53 +8085,60 @@
"ios",
"android"
],
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-menu",
- "npm": {
- "downloads": 11642,
- "weekDownloads": 707
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jaysoo/react-native-menu"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/jaysoo/react-native-menu/tree/master/packages/react-native-menu",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.698,
- "topicSearchString": "react-native react menu spinner dropdown react-component ios android"
+ "npm": {
+ "downloads": 12686,
+ "weekDownloads": 1473
+ },
+ "npmPkg": "react-native-menu",
+ "popularity": -0.651,
+ "score": 41,
+ "topicSearchString": "react-native react menu spinner dropdown react-component ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jacklam718/react-native-button-component",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/jacklam718/react-native-button-component",
- "homepage": null
+ "description": "A Beautiful, Customizable React Native Button component for iOS & Android",
+ "fullName": "jacklam718/react-native-button-component",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-button-component",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-27T08:55:19Z",
+ "forks": 49,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-07-14T15:20:30Z",
- "createdAt": "2016-08-27T08:55:19Z",
- "pushedAt": "2019-07-14T15:20:30Z",
- "forks": 49,
+ "hasWiki": true,
"issues": 11,
+ "pushedAt": "2019-07-14T15:20:30Z",
+ "stars": 534,
"subscribers": 5,
- "stars": 534
+ "updatedAt": "2019-07-14T15:20:30Z"
},
- "name": "react-native-button-component",
- "fullName": "jacklam718/react-native-button-component",
- "isPrivate": false,
- "description": "A Beautiful, Customizable React Native Button component for iOS & Android",
"topics": [
"react-button",
"react-native",
@@ -8122,122 +8151,122 @@
"react",
"javascript"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-button-component",
- "npm": {
- "downloads": 102,
- "weekDownloads": 56
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jacklam718/react-native-button-component"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/jacklam718/react-native-button-component",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.033,
- "topicSearchString": "react-button react-native button-component button component react-component ios android react javascript"
+ "npm": {
+ "downloads": 60,
+ "weekDownloads": 14
+ },
+ "npmPkg": "react-native-button-component",
+ "popularity": -1.3,
+ "score": 41,
+ "topicSearchString": "react-button react-native button-component button component react-component ios android react javascript",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Thomas101/react-native-fence-html",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/Thomas101/react-native-fence-html",
- "homepage": null
+ "description": "React Native component that renders HTML as native views",
+ "fullName": "Thomas101/react-native-fence-html",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTQ=",
+ "key": "bsd-2-clause",
+ "name": "BSD 2-Clause \"Simplified\" License",
+ "spdxId": "BSD-2-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-2-clause/"
},
+ "name": "react-native-fence-html",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-17T19:33:18Z",
+ "forks": 41,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-07-04T18:18:08Z",
- "createdAt": "2016-04-17T19:33:18Z",
- "pushedAt": "2016-07-04T18:18:08Z",
- "forks": 41,
+ "hasWiki": true,
"issues": 12,
+ "pushedAt": "2016-07-04T18:18:08Z",
+ "stars": 177,
"subscribers": 7,
- "stars": 177
+ "updatedAt": "2016-07-04T18:18:08Z"
},
- "name": "react-native-fence-html",
- "fullName": "Thomas101/react-native-fence-html",
- "isPrivate": false,
- "description": "React Native component that renders HTML as native views",
"topics": [
"react-native",
"react-component",
"component",
"html"
],
- "license": {
- "key": "bsd-2-clause",
- "name": "BSD 2-Clause \"Simplified\" License",
- "spdxId": "BSD-2-Clause",
- "url": "http://choosealicense.com/licenses/bsd-2-clause/",
- "id": "MDc6TGljZW5zZTQ="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-fence-html",
- "npm": {
- "downloads": 46,
- "weekDownloads": 18
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Thomas101/react-native-fence-html"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/Thomas101/react-native-fence-html",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.14,
- "topicSearchString": "react-native react-component component html"
+ "npm": {
+ "downloads": 36,
+ "weekDownloads": 13
+ },
+ "npmPkg": "react-native-fence-html",
+ "popularity": -1.175,
+ "score": 41,
+ "topicSearchString": "react-native react-component component html",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/joshswan/react-native-autolink",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/SkRP2Ehrb"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/joshswan/react-native-autolink",
- "homepage": null
+ "description": "Automatic linking of URLs, phone numbers, emails, handles, and even custom patterns in text for React Native",
+ "fullName": "joshswan/react-native-autolink",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-autolink",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-28T07:47:29Z",
+ "forks": 78,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-10-07T18:16:55Z",
- "createdAt": "2016-01-28T07:47:29Z",
- "pushedAt": "2023-10-07T18:16:55Z",
- "forks": 78,
+ "hasWiki": false,
"issues": 6,
+ "pushedAt": "2023-10-07T18:16:55Z",
+ "stars": 658,
"subscribers": 6,
- "stars": 658
+ "updatedAt": "2023-10-07T18:16:55Z"
},
- "name": "react-native-autolink",
- "fullName": "joshswan/react-native-autolink",
- "isPrivate": false,
- "description": "Automatic linking of URLs, phone numbers, emails, handles, and even custom patterns in text for React Native",
"topics": [
"react-native",
"autolinking",
@@ -8246,64 +8275,60 @@
"autolinker",
"links"
],
- "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-autolink",
- "npm": {
- "downloads": 115181,
- "weekDownloads": 19972
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/joshswan/react-native-autolink"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/joshswan/react-native-autolink",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.147,
+ "npm": {
+ "downloads": 112444,
+ "weekDownloads": 16828
+ },
+ "npmPkg": "react-native-autolink",
+ "popularity": 0.127,
+ "score": 41,
"topicSearchString": "react-native autolinking autolink linking autolinker links"
},
{
- "githubUrl": "https://github.com/obipawan/react-native-hyperlink",
- "images": [
- "https://cdn.rawgit.com/obipawan/hyperlink/master/asset/screen.gif"
- ],
- "ios": true,
"android": true,
"expoGo": true,
- "web": true,
"github": {
- "urls": {
- "repo": "https://github.com/obipawan/react-native-hyperlink",
- "homepage": null
+ "description": "A component for react-native that makes urls, fuzzy links, emails etc clickable",
+ "fullName": "obipawan/react-native-hyperlink",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-hyperlink",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-04-18T13:21:50Z",
+ "forks": 77,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2022-08-22T15:31:55Z",
- "createdAt": "2016-04-18T13:21:50Z",
- "pushedAt": "2022-08-22T15:31:55Z",
- "forks": 77,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2022-08-22T15:31:55Z",
+ "stars": 812,
"subscribers": 4,
- "stars": 812
+ "updatedAt": "2022-08-22T15:31:55Z"
},
- "name": "react-native-hyperlink",
- "fullName": "obipawan/react-native-hyperlink",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "A component for react-native that makes urls, fuzzy links, emails etc clickable",
"topics": [
"react",
"react-native",
@@ -8315,65 +8340,68 @@
"web",
"fuzzy-links"
],
- "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-hyperlink",
- "npm": {
- "downloads": 209828,
- "weekDownloads": 41743
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/obipawan/react-native-hyperlink"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/obipawan/react-native-hyperlink",
+ "images": [
+ "https://cdn.rawgit.com/obipawan/hyperlink/master/asset/screen.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.581,
- "topicSearchString": "react react-native text link hyperlink autolink url web fuzzy-links"
+ "npm": {
+ "downloads": 199469,
+ "weekDownloads": 35153
+ },
+ "npmPkg": "react-native-hyperlink",
+ "popularity": -0.6,
+ "score": 57,
+ "topicSearchString": "react react-native text link hyperlink autolink url web fuzzy-links",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/crazycodeboy/react-native-check-box",
- "ios": true,
- "android": true,
- "expoGo": true,
- "unmaintained": true,
"alternatives": [
"@futurejj/react-native-checkbox"
],
+ "android": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/crazycodeboy/react-native-check-box",
- "homepage": null
- },
- "stats": {
- "hasIssues": true,
- "hasWiki": true,
- "hasSponsorships": false,
- "hasDiscussions": false,
- "hasTopics": true,
- "updatedAt": "2018-12-13T13:30:51Z",
+ "description": "Checkbox component for react native, it works on iOS and Android.",
+ "fullName": "crazycodeboy/react-native-check-box",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
+ },
+ "name": "react-native-check-box",
+ "newArchitecture": false,
+ "stats": {
"createdAt": "2016-09-03T09:01:24Z",
- "pushedAt": "2018-12-13T13:30:51Z",
"forks": 172,
+ "hasDiscussions": false,
+ "hasIssues": true,
+ "hasSponsorships": false,
+ "hasTopics": true,
+ "hasWiki": true,
"issues": 47,
+ "pushedAt": "2018-12-13T13:30:51Z",
+ "stars": 524,
"subscribers": 11,
- "stars": 524
+ "updatedAt": "2018-12-13T13:30:51Z"
},
- "name": "react-native-check-box",
- "fullName": "crazycodeboy/react-native-check-box",
- "isPrivate": false,
- "description": "Checkbox component for react native, it works on iOS and Android.",
"topics": [
"react-native",
"component",
@@ -8386,175 +8414,176 @@
"android",
"checkbox-component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-check-box",
- "npm": {
- "downloads": 42001,
- "weekDownloads": 8707
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/crazycodeboy/react-native-check-box"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/crazycodeboy/react-native-check-box",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.574,
- "topicSearchString": "react-native component checkbox check-box check box react-component ios android checkbox-component"
+ "npm": {
+ "downloads": 39587,
+ "weekDownloads": 7953
+ },
+ "npmPkg": "react-native-check-box",
+ "popularity": -0.579,
+ "score": 57,
+ "topicSearchString": "react-native component checkbox check-box check box react-component ios android checkbox-component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/expo/react-native-loading-container",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/react-native-loading-container",
- "homepage": null
+ "description": "A container component that takes care of loading/catching timeouts/retrying",
+ "fullName": "expo/react-native-loading-container",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-loading-container",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-12T04:09:08Z",
+ "forks": 17,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2017-05-03T18:26:58Z",
- "createdAt": "2015-12-12T04:09:08Z",
- "pushedAt": "2017-05-03T18:26:58Z",
- "forks": 17,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2017-05-03T18:26:58Z",
+ "stars": 157,
"subscribers": 4,
- "stars": 157
+ "updatedAt": "2017-05-03T18:26:58Z"
},
- "name": "react-native-loading-container",
- "fullName": "expo/react-native-loading-container",
- "isPrivate": false,
- "description": "A container component that takes care of loading/catching timeouts/retrying",
"topics": [],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-loading-container",
- "npm": {
- "downloads": 37,
- "weekDownloads": 29
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/react-native-loading-container"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/expo/react-native-loading-container",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.775,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 21,
+ "weekDownloads": 9
+ },
+ "npmPkg": "react-native-loading-container",
+ "popularity": -1.05,
+ "score": 32,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/meteor-factory/react-native-tinder-swipe-cards",
- "ios": true,
"android": true,
"expoGo": true,
- "npmPkg": "react-native-swipe-cards",
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/meteor-factory/react-native-tinder-swipe-cards",
- "homepage": null
+ "description": "Tinder-like swipe cards for your React Native app",
+ "fullName": "meteor-factory/react-native-tinder-swipe-cards",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-swipe-cards",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-24T07:51:37Z",
+ "forks": 259,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-21T12:13:58Z",
- "createdAt": "2016-02-24T07:51:37Z",
- "pushedAt": "2017-10-21T12:13:58Z",
- "forks": 259,
+ "hasWiki": true,
"issues": 59,
+ "pushedAt": "2017-10-21T12:13:58Z",
+ "stars": 1133,
"subscribers": 30,
- "stars": 1133
+ "updatedAt": "2017-10-21T12:13:58Z"
},
- "name": "react-native-swipe-cards",
- "fullName": "meteor-factory/react-native-tinder-swipe-cards",
- "isPrivate": false,
- "description": "Tinder-like swipe cards for your React Native app",
"topics": [
"react-native",
"tinder",
"cards",
"swipe"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 388,
- "weekDownloads": 96
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/meteor-factory/react-native-tinder-swipe-cards"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/meteor-factory/react-native-tinder-swipe-cards",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.289,
- "topicSearchString": "react-native tinder cards swipe"
+ "npm": {
+ "downloads": 351,
+ "weekDownloads": 61
+ },
+ "npmPkg": "react-native-swipe-cards",
+ "popularity": -1.351,
+ "score": 57,
+ "topicSearchString": "react-native tinder cards swipe",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/bartgryszko/react-native-circular-progress",
- "expoGo": true,
- "ios": true,
"android": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/bartgryszko/react-native-circular-progress",
- "homepage": null
+ "description": "React Native component for creating animated, circular progress with ReactART",
+ "fullName": "bartgryszko/react-native-circular-progress",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-circular-progress",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-27T15:09:33Z",
+ "forks": 385,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-02-21T08:34:18Z",
- "createdAt": "2015-10-27T15:09:33Z",
- "pushedAt": "2025-02-21T08:34:18Z",
- "forks": 385,
+ "hasWiki": true,
"issues": 58,
+ "pushedAt": "2025-02-21T08:34:18Z",
+ "stars": 2223,
"subscribers": 21,
- "stars": 2222
+ "updatedAt": "2025-02-21T08:34:18Z"
},
- "name": "react-native-circular-progress",
- "fullName": "bartgryszko/react-native-circular-progress",
- "isPrivate": false,
- "description": "React Native component for creating animated, circular progress with ReactART",
"topics": [
"react",
"react-native",
@@ -8566,60 +8595,59 @@
"circle",
"animation"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-circular-progress",
- "npm": {
- "downloads": 321842,
- "weekDownloads": 67215
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/bartgryszko/react-native-circular-progress"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/bartgryszko/react-native-circular-progress",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.178,
+ "npm": {
+ "downloads": 307968,
+ "weekDownloads": 54355
+ },
+ "npmPkg": "react-native-circular-progress",
+ "popularity": 0.15,
+ "score": 68,
"topicSearchString": "react react-native react-component progress chart react-svg fill circle animation"
},
{
- "githubUrl": "https://github.com/rnc-archive/react-native-side-menu",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/Kureev/react-native-side-menu",
- "homepage": null
+ "description": "Side menu component for React Native",
+ "fullName": "Kureev/react-native-side-menu",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-side-menu",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-04T21:29:42Z",
+ "forks": 394,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-05-28T10:25:37Z",
- "createdAt": "2015-04-04T21:29:42Z",
- "pushedAt": "2020-05-28T10:25:37Z",
- "forks": 394,
+ "hasWiki": false,
"issues": 61,
+ "pushedAt": "2020-05-28T10:25:37Z",
+ "stars": 2205,
"subscribers": 39,
- "stars": 2205
+ "updatedAt": "2020-05-28T10:25:37Z"
},
- "name": "react-native-side-menu",
- "fullName": "Kureev/react-native-side-menu",
- "isPrivate": false,
- "description": "Side menu component for React Native",
"topics": [
"react-native",
"react-component",
@@ -8629,71 +8657,66 @@
"javascript",
"side-menu"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-side-menu",
- "npm": {
- "downloads": 15530,
- "weekDownloads": 1511
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Kureev/react-native-side-menu"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/rnc-archive/react-native-side-menu",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.667,
- "topicSearchString": "react-native react-component ios sidebar component javascript side-menu"
+ "npm": {
+ "downloads": 16197,
+ "weekDownloads": 2176
+ },
+ "npmPkg": "react-native-side-menu",
+ "popularity": -0.636,
+ "score": 57,
+ "topicSearchString": "react-native react-component ios sidebar component javascript side-menu",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/leecade/react-native-swiper",
+ "android": true,
"examples": [
"https://snack.expo.dev/BkaD_dIL-",
"https://github.com/leecade/react-native-swiper/blob/master/examples/components/Basic",
"https://github.com/leecade/react-native-swiper/blob/master/examples/components/Swiper"
],
- "images": [
- "https://i.imgur.com/zrsazAG.gif",
- "https://i.imgur.com/hP3f3oO.gif",
- "https://i.imgur.com/0rqESVb.gif",
- "https://i.imgur.com/c1BhjZm.gif"
- ],
- "ios": true,
- "android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/leecade/react-native-swiper",
- "homepage": null
+ "description": "The best Swiper component for React Native.",
+ "fullName": "leecade/react-native-swiper",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-swiper",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-20T15:22:55Z",
+ "forks": 2132,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-07-31T13:09:01Z",
- "createdAt": "2015-04-20T15:22:55Z",
- "pushedAt": "2020-07-31T13:09:01Z",
- "forks": 2132,
+ "hasWiki": true,
"issues": 683,
+ "pushedAt": "2020-07-31T13:09:01Z",
+ "stars": 10480,
"subscribers": 146,
- "stars": 10481
+ "updatedAt": "2020-07-31T13:09:01Z"
},
- "name": "react-native-swiper",
- "fullName": "leecade/react-native-swiper",
- "isPrivate": false,
- "description": "The best Swiper component for React Native.",
"topics": [
"react-component",
"react-native",
@@ -8701,24 +8724,19 @@
"swipe",
"react"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-swiper",
- "npm": {
- "downloads": 324339,
- "weekDownloads": 70331
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/leecade/react-native-swiper"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/leecade/react-native-swiper",
+ "images": [
+ "https://i.imgur.com/zrsazAG.gif",
+ "https://i.imgur.com/hP3f3oO.gif",
+ "https://i.imgur.com/0rqESVb.gif",
+ "https://i.imgur.com/c1BhjZm.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -8727,37 +8745,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.566,
- "topicSearchString": "react-component react-native ios swipe react"
+ "npm": {
+ "downloads": 311079,
+ "weekDownloads": 61455
+ },
+ "npmPkg": "react-native-swiper",
+ "popularity": -0.582,
+ "score": 70,
+ "topicSearchString": "react-component react-native ios swipe react",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/skv-headless/react-native-scrollable-tab-view",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/ptomasroos/react-native-scrollable-tab-view",
- "homepage": "https://www.npmjs.com/package/react-native-scrollable-tab-view"
+ "description": "Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar",
+ "fullName": "ptomasroos/react-native-scrollable-tab-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-scrollable-tab-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-11T05:01:07Z",
+ "forks": 2010,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-01-17T19:53:06Z",
- "createdAt": "2015-06-11T05:01:07Z",
- "pushedAt": "2023-01-17T19:53:06Z",
- "forks": 2010,
+ "hasWiki": true,
"issues": 136,
+ "pushedAt": "2023-01-17T19:53:06Z",
+ "stars": 6942,
"subscribers": 137,
- "stars": 6941
+ "updatedAt": "2023-01-17T19:53:06Z"
},
- "name": "react-native-scrollable-tab-view",
- "fullName": "ptomasroos/react-native-scrollable-tab-view",
- "isPrivate": false,
- "description": "Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar",
"topics": [
"component",
"react-component",
@@ -8769,24 +8798,13 @@
"swipe",
"animated"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-scrollable-tab-view",
- "npm": {
- "downloads": 32235,
- "weekDownloads": 5750
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-scrollable-tab-view",
+ "repo": "https://github.com/ptomasroos/react-native-scrollable-tab-view"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/skv-headless/react-native-scrollable-tab-view",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -8795,56 +8813,56 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.598,
- "topicSearchString": "component react-component react-native ios tab scrollable tabs swipe animated"
+ "npm": {
+ "downloads": 30953,
+ "weekDownloads": 5792
+ },
+ "npmPkg": "react-native-scrollable-tab-view",
+ "popularity": -0.591,
+ "score": 70,
+ "topicSearchString": "component react-component react-native ios tab scrollable tabs swipe animated",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/aksonov/react-native-router-flux",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/aksonov/react-native-router-flux",
- "homepage": null
+ "description": "The first declarative React Native router",
+ "fullName": "aksonov/react-native-router-flux",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-router-flux",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-25T11:12:44Z",
+ "forks": 2059,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2021-03-26T08:20:02Z",
- "createdAt": "2015-08-25T11:12:44Z",
- "pushedAt": "2021-03-26T08:20:02Z",
- "forks": 2059,
+ "hasWiki": true,
"issues": 281,
+ "pushedAt": "2021-03-26T08:20:02Z",
+ "stars": 8965,
"subscribers": 191,
- "stars": 8965
+ "updatedAt": "2021-03-26T08:20:02Z"
},
- "name": "react-native-router-flux",
- "fullName": "aksonov/react-native-router-flux",
- "isPrivate": false,
- "description": "The first declarative React Native router",
"topics": [],
- "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-router-flux",
- "npm": {
- "downloads": 11881,
- "weekDownloads": 2302
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/aksonov/react-native-router-flux"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/aksonov/react-native-router-flux",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -8853,16 +8871,18 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.585,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 11311,
+ "weekDownloads": 2025
+ },
+ "npmPkg": "react-native-router-flux",
+ "popularity": -0.598,
+ "score": 70,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/GeekyAnts/NativeBase",
- "npmPkg": "native-base",
- "ios": true,
"android": true,
- "expoGo": true,
- "web": true,
"examples": [
"https://github.com/GeekyAnts/NativeBase/tree/master/example",
"https://github.com/GeekyAnts/NativeBase/tree/master/RNBareExample",
@@ -8870,29 +8890,36 @@
"https://snack.expo.dev/@nishanbende/example",
"https://codesandbox.io/s/native-base-v3-template-mq6ox"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/GeekyAnts/NativeBase",
- "homepage": "https://nativebase.io/"
+ "description": "Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.",
+ "fullName": "GeekyAnts/NativeBase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "native-base",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-15T11:37:23Z",
+ "forks": 2316,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2024-12-18T12:38:54Z",
- "createdAt": "2016-04-15T11:37:23Z",
- "pushedAt": "2024-12-18T12:38:54Z",
- "forks": 2316,
+ "hasWiki": true,
"issues": 280,
+ "pushedAt": "2024-12-18T12:38:54Z",
+ "stars": 20335,
"subscribers": 266,
- "stars": 20332
+ "updatedAt": "2024-12-18T12:38:54Z"
},
- "name": "native-base",
- "fullName": "GeekyAnts/NativeBase",
- "isPrivate": false,
- "description": "Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.",
"topics": [
"android",
"ios",
@@ -8909,22 +8936,13 @@
"nextjs",
"hacktoberfest"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 256662,
- "weekDownloads": 50545
+ "urls": {
+ "homepage": "https://nativebase.io/",
+ "repo": "https://github.com/GeekyAnts/NativeBase"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/GeekyAnts/NativeBase",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -8933,95 +8951,105 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.167,
- "topicSearchString": "android ios react native react-native native-modules react-component navbar packager nativebase ui-components native-platforms nextjs hacktoberfest"
+ "npm": {
+ "downloads": 248510,
+ "weekDownloads": 44810
+ },
+ "npmPkg": "native-base",
+ "popularity": 0.153,
+ "score": 70,
+ "topicSearchString": "android ios react native react-native native-modules react-component navbar packager nativebase ui-components native-platforms nextjs hacktoberfest",
+ "web": true
},
{
- "githubUrl": "https://github.com/olivierlesnicki/react-native-switcher",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/olivierlesnicki/react-native-switcher",
- "homepage": "https://github.com/olivierlesnicki/react-native-switcher"
+ "description": "A dead simple zoomable-swiper made popular by the Kardashians' apps",
+ "fullName": "olivierlesnicki/react-native-switcher",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-switcher",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-09-21T21:19:02Z",
+ "forks": 1,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2015-09-22T22:11:55Z",
- "createdAt": "2015-09-21T21:19:02Z",
- "pushedAt": "2015-09-22T22:11:55Z",
- "forks": 1,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2015-09-22T22:11:55Z",
+ "stars": 71,
"subscribers": 2,
- "stars": 71
+ "updatedAt": "2015-09-22T22:11:55Z"
},
- "name": "react-native-switcher",
- "fullName": "olivierlesnicki/react-native-switcher",
- "isPrivate": false,
- "description": "A dead simple zoomable-swiper made popular by the Kardashians' apps",
"topics": [],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-switcher",
- "npm": {
- "downloads": 9,
- "weekDownloads": 4
+ "urls": {
+ "homepage": "https://github.com/olivierlesnicki/react-native-switcher",
+ "repo": "https://github.com/olivierlesnicki/react-native-switcher"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/olivierlesnicki/react-native-switcher",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.1,
- "topicSearchString": ""
- },
- {
- "githubUrl": "https://github.com/dancormier/react-native-swipeout",
- "ios": true,
+ "npm": {
+ "downloads": 5,
+ "weekDownloads": 2
+ },
+ "npmPkg": "react-native-switcher",
+ "popularity": -1.1,
+ "score": 32,
+ "topicSearchString": "",
+ "unmaintained": true
+ },
+ {
"android": true,
- "expoGo": true,
- "unmaintained": true,
"examples": [
"https://snack.expo.dev/HyQ25dU8Z"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/dancormier/react-native-swipeout",
- "homepage": null
+ "description": "iOS-style swipeout buttons behind component",
+ "fullName": "dancormier/react-native-swipeout",
+ "hasTypes": true,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-swipeout",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-28T03:00:42Z",
+ "forks": 559,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-09-16T16:57:24Z",
- "createdAt": "2015-05-28T03:00:42Z",
- "pushedAt": "2020-09-16T16:57:24Z",
- "forks": 559,
+ "hasWiki": true,
"issues": 93,
+ "pushedAt": "2020-09-16T16:57:24Z",
+ "stars": 2615,
"subscribers": 48,
- "stars": 2615
+ "updatedAt": "2020-09-16T16:57:24Z"
},
- "name": "react-native-swipeout",
- "fullName": "dancormier/react-native-swipeout",
- "isPrivate": false,
- "description": "iOS-style swipeout buttons behind component",
"topics": [
"react-native",
"react-component",
@@ -9031,23 +9059,13 @@
"swipe",
"ui"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-swipeout",
- "npm": {
- "downloads": 109409,
- "weekDownloads": 23433
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/dancormier/react-native-swipeout"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/dancormier/react-native-swipeout",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -9055,37 +9073,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.568,
- "topicSearchString": "react-native react-component ios swipeout button swipe ui"
+ "npm": {
+ "downloads": 104585,
+ "weekDownloads": 19236
+ },
+ "npmPkg": "react-native-swipeout",
+ "popularity": -0.594,
+ "score": 46,
+ "topicSearchString": "react-native react-component ios swipeout button swipe ui",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/appintheair/react-native-looped-carousel",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/phil-r/react-native-looped-carousel",
- "homepage": null
+ "description": ":carousel_horse: Looped carousel for React Native",
+ "fullName": "phil-r/react-native-looped-carousel",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-looped-carousel",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-02T19:56:05Z",
+ "forks": 287,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-11-29T07:34:25Z",
- "createdAt": "2015-04-02T19:56:05Z",
- "pushedAt": "2018-11-29T07:34:25Z",
- "forks": 287,
+ "hasWiki": true,
"issues": 52,
+ "pushedAt": "2018-11-29T07:34:25Z",
+ "stars": 1489,
"subscribers": 29,
- "stars": 1489
+ "updatedAt": "2018-11-29T07:34:25Z"
},
- "name": "react-native-looped-carousel",
- "fullName": "phil-r/react-native-looped-carousel",
- "isPrivate": false,
- "description": ":carousel_horse: Looped carousel for React Native",
"topics": [
"react",
"native",
@@ -9093,65 +9122,64 @@
"carousel",
"looped"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-looped-carousel",
- "npm": {
- "downloads": 913,
- "weekDownloads": 319
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/phil-r/react-native-looped-carousel"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/appintheair/react-native-looped-carousel",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.202,
- "topicSearchString": "react native react-native carousel looped"
+ "npm": {
+ "downloads": 744,
+ "weekDownloads": 176
+ },
+ "npmPkg": "react-native-looped-carousel",
+ "popularity": -1.299,
+ "score": 57,
+ "topicSearchString": "react native react-native carousel looped",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/APSL/react-native-button",
- "npmPkg": "apsl-react-native-button",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/rJpy3w3S-"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/APSL/react-native-button",
- "homepage": null
+ "description": "A React Native button component customizable via props",
+ "fullName": "APSL/react-native-button",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "apsl-react-native-button",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-27T15:28:01Z",
+ "forks": 116,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-04-24T09:56:34Z",
- "createdAt": "2015-08-27T15:28:01Z",
- "pushedAt": "2018-04-24T09:56:34Z",
- "forks": 116,
+ "hasWiki": true,
"issues": 13,
+ "pushedAt": "2018-04-24T09:56:34Z",
+ "stars": 747,
"subscribers": 23,
- "stars": 747
+ "updatedAt": "2018-04-24T09:56:34Z"
},
- "name": "apsl-react-native-button",
- "fullName": "APSL/react-native-button",
- "isPrivate": false,
- "description": "A React Native button component customizable via props",
"topics": [
"react-native",
"ios",
@@ -9160,82 +9188,72 @@
"react",
"button"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npm": {
- "downloads": 846,
- "weekDownloads": 205
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/APSL/react-native-button"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/APSL/react-native-button",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.294,
- "topicSearchString": "react-native ios android react-component react button"
+ "npm": {
+ "downloads": 766,
+ "weekDownloads": 149
+ },
+ "npmPkg": "apsl-react-native-button",
+ "popularity": -1.334,
+ "score": 57,
+ "topicSearchString": "react-native ios android react-component react button",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/xgfe/react-native-datepicker",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/xgfe/react-native-datepicker",
- "homepage": null
+ "description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS",
+ "fullName": "xgfe/react-native-datepicker",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-datepicker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-21T11:34:10Z",
+ "forks": 618,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-04-22T11:26:47Z",
- "createdAt": "2016-04-21T11:34:10Z",
- "pushedAt": "2018-04-22T11:26:47Z",
- "forks": 618,
+ "hasWiki": true,
"issues": 241,
+ "pushedAt": "2018-04-22T11:26:47Z",
+ "stars": 2120,
"subscribers": 28,
- "stars": 2120
+ "updatedAt": "2018-04-22T11:26:47Z"
},
- "name": "react-native-datepicker",
- "fullName": "xgfe/react-native-datepicker",
- "isPrivate": false,
- "description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS",
"topics": [
"react-native",
"datepicker"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-datepicker",
- "npm": {
- "downloads": 38359,
- "weekDownloads": 7957
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/xgfe/react-native-datepicker"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/xgfe/react-native-datepicker",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -9243,41 +9261,51 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.574,
- "topicSearchString": "react-native datepicker"
+ "npm": {
+ "downloads": 37110,
+ "weekDownloads": 6895
+ },
+ "npmPkg": "react-native-datepicker",
+ "popularity": -0.592,
+ "score": 46,
+ "topicSearchString": "react-native datepicker",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/FaridSafi/react-native-google-places-autocomplete",
- "ios": true,
"android": true,
- "expoGo": true,
- "web": true,
"examples": [
"https://snack.expo.dev/@sbell/react-native-google-places-autocomplete"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/FaridSafi/react-native-google-places-autocomplete",
- "homepage": null
+ "description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps",
+ "fullName": "FaridSafi/react-native-google-places-autocomplete",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-google-places-autocomplete",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-14T17:29:41Z",
+ "forks": 827,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-12-24T05:38:08Z",
- "createdAt": "2015-10-14T17:29:41Z",
+ "hasWiki": true,
+ "issues": 140,
"pushedAt": "2024-12-24T05:38:08Z",
- "forks": 827,
- "issues": 139,
+ "stars": 2057,
"subscribers": 22,
- "stars": 2055
+ "updatedAt": "2024-12-24T05:38:08Z"
},
- "name": "react-native-google-places-autocomplete",
- "fullName": "FaridSafi/react-native-google-places-autocomplete",
- "isPrivate": false,
- "description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps",
"topics": [
"autocomplete",
"google",
@@ -9287,23 +9315,13 @@
"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": "react-native-google-places-autocomplete",
- "npm": {
- "downloads": 414347,
- "weekDownloads": 89809
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/FaridSafi/react-native-google-places-autocomplete"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/FaridSafi/react-native-google-places-autocomplete",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -9311,41 +9329,51 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.184,
- "topicSearchString": "autocomplete google places react-component react-native ios android"
+ "npm": {
+ "downloads": 394415,
+ "weekDownloads": 72424
+ },
+ "npmPkg": "react-native-google-places-autocomplete",
+ "popularity": 0.156,
+ "score": 46,
+ "topicSearchString": "autocomplete google places react-component react-native ios android",
+ "web": true
},
{
- "githubUrl": "https://github.com/jeanregisser/react-native-slider",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/H1cnedhBW"
],
- "unmaintained": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/jeanregisser/react-native-slider",
- "homepage": null
+ "description": "A pure JavaScript component for react-native",
+ "fullName": "jeanregisser/react-native-slider",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-slider",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-17T14:13:57Z",
+ "forks": 432,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-07-10T07:22:04Z",
- "createdAt": "2015-07-17T14:13:57Z",
- "pushedAt": "2018-07-10T07:22:04Z",
- "forks": 432,
+ "hasWiki": true,
"issues": 86,
+ "pushedAt": "2018-07-10T07:22:04Z",
+ "stars": 1301,
"subscribers": 15,
- "stars": 1301
+ "updatedAt": "2018-07-10T07:22:04Z"
},
- "name": "react-native-slider",
- "fullName": "jeanregisser/react-native-slider",
- "isPrivate": false,
- "description": "A pure JavaScript component for react-native",
"topics": [
"react-component",
"react-native",
@@ -9353,23 +9381,13 @@
"android",
"slider"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-slider",
- "npm": {
- "downloads": 58119,
- "weekDownloads": 11978
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jeanregisser/react-native-slider"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/jeanregisser/react-native-slider",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -9377,41 +9395,52 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.575,
- "topicSearchString": "react-component react-native ios android slider"
+ "npm": {
+ "downloads": 55168,
+ "weekDownloads": 9909
+ },
+ "npmPkg": "react-native-slider",
+ "popularity": -0.597,
+ "score": 46,
+ "topicSearchString": "react-component react-native ios android slider",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/sbycrosz/react-native-credit-card-input",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/rJ7q6PhSb"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/sbycrosz/react-native-credit-card-input",
- "homepage": null
+ "description": "Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!",
+ "fullName": "sbycrosz/react-native-credit-card-input",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-credit-card-input",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-09-01T05:39:55Z",
+ "forks": 576,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-07-15T07:06:33Z",
- "createdAt": "2016-09-01T05:39:55Z",
- "pushedAt": "2025-07-15T07:06:33Z",
- "forks": 576,
+ "hasWiki": false,
"issues": 4,
+ "pushedAt": "2025-07-15T07:06:33Z",
+ "stars": 1499,
"subscribers": 29,
- "stars": 1499
+ "updatedAt": "2025-07-15T07:06:33Z"
},
- "name": "react-native-credit-card-input",
- "fullName": "sbycrosz/react-native-credit-card-input",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!",
"topics": [
"react-native",
"ios",
@@ -9420,63 +9449,62 @@
"payment",
"credit-card"
],
- "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-credit-card-input",
- "npm": {
- "downloads": 10982,
- "weekDownloads": 2385
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/sbycrosz/react-native-credit-card-input"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/sbycrosz/react-native-credit-card-input",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.185,
+ "npm": {
+ "downloads": 10234,
+ "weekDownloads": 1791
+ },
+ "npmPkg": "react-native-credit-card-input",
+ "popularity": 0.149,
+ "score": 68,
"topicSearchString": "react-native ios android component payment credit-card"
},
{
- "githubUrl": "https://github.com/halilb/react-native-photo-browser",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/ryzXJOhH-"
],
- "unmaintained": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/halilb/react-native-photo-browser",
- "homepage": null
+ "description": "Local and remote media gallery with captions, selections and grid view support for react native.",
+ "fullName": "halilb/react-native-photo-browser",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-photo-browser",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-22T10:40:57Z",
+ "forks": 169,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-05-17T19:03:55Z",
- "createdAt": "2016-04-22T10:40:57Z",
- "pushedAt": "2021-05-17T19:03:55Z",
- "forks": 169,
+ "hasWiki": true,
"issues": 20,
+ "pushedAt": "2021-05-17T19:03:55Z",
+ "stars": 723,
"subscribers": 26,
- "stars": 723
+ "updatedAt": "2021-05-17T19:03:55Z"
},
- "name": "react-native-photo-browser",
- "fullName": "halilb/react-native-photo-browser",
- "isPrivate": false,
- "description": "Local and remote media gallery with captions, selections and grid view support for react native.",
"topics": [
"react",
"react-component",
@@ -9488,61 +9516,61 @@
"android",
"photos"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-photo-browser",
- "npm": {
- "downloads": 274,
- "weekDownloads": 57
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/halilb/react-native-photo-browser"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/halilb/react-native-photo-browser",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.322,
- "topicSearchString": "react react-component react-native photo-browser image-gallery media-gallery ios android photos"
+ "npm": {
+ "downloads": 252,
+ "weekDownloads": 36
+ },
+ "npmPkg": "react-native-photo-browser",
+ "popularity": -1.378,
+ "score": 57,
+ "topicSearchString": "react react-component react-native photo-browser image-gallery media-gallery ios android photos",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/capitalone/react-native-pathjs-charts",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/capitalone/react-native-pathjs-charts",
- "homepage": null
+ "description": "Android and iOS charts based on react-native-svg and paths-js",
+ "fullName": "capitalone/react-native-pathjs-charts",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-pathjs-charts",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-07-29T19:43:20Z",
+ "forks": 245,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-03-01T15:28:09Z",
- "createdAt": "2016-07-29T19:43:20Z",
- "pushedAt": "2018-03-01T15:28:09Z",
- "forks": 245,
+ "hasWiki": true,
"issues": 72,
+ "pushedAt": "2018-03-01T15:28:09Z",
+ "stars": 880,
"subscribers": 33,
- "stars": 880
+ "updatedAt": "2018-03-01T15:28:09Z"
},
- "name": "react-native-pathjs-charts",
- "fullName": "capitalone/react-native-pathjs-charts",
- "isPrivate": false,
- "description": "Android and iOS charts based on react-native-svg and paths-js",
"topics": [
"react-native",
"svg",
@@ -9556,79 +9584,69 @@
"radar-graphs",
"bar-graphs"
],
- "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": true
- },
- "npmPkg": "react-native-pathjs-charts",
- "npm": {
- "downloads": 341,
- "weekDownloads": 65
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/capitalone/react-native-pathjs-charts"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/capitalone/react-native-pathjs-charts",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.337,
- "topicSearchString": "react-native svg paths-js react-pathjs-chart ios android charts graphs cross-platform radar-graphs bar-graphs"
+ "npm": {
+ "downloads": 319,
+ "weekDownloads": 43
+ },
+ "npmPkg": "react-native-pathjs-charts",
+ "popularity": -1.385,
+ "score": 57,
+ "topicSearchString": "react-native svg paths-js react-pathjs-chart ios android charts graphs cross-platform radar-graphs bar-graphs",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/FormidableLabs/victory-native-xl/tree/main/lib",
- "npmPkg": "victory-native",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/FormidableLabs/victory-native-xl",
- "homepage": "https://commerce.nearform.com/open-source/victory-native"
+ "description": "A charting library for React Native with a focus on performance and customization.",
+ "fullName": "FormidableLabs/victory-native-xl",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "victory-native",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2023-08-08T20:40:44Z",
+ "forks": 85,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": false,
- "updatedAt": "2025-08-12T18:10:18Z",
- "createdAt": "2023-08-08T20:40:44Z",
+ "hasWiki": false,
+ "issues": 81,
"pushedAt": "2025-08-12T18:10:18Z",
- "forks": 85,
- "issues": 80,
+ "stars": 1023,
"subscribers": 27,
- "stars": 1020
+ "updatedAt": "2025-08-12T18:10:18Z"
},
- "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",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 746669,
- "weekDownloads": 153918
+ "urls": {
+ "homepage": "https://commerce.nearform.com/open-source/victory-native",
+ "repo": "https://github.com/FormidableLabs/victory-native-xl"
+ }
},
- "score": 62,
+ "githubUrl": "https://github.com/FormidableLabs/victory-native-xl/tree/main/lib",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -9636,40 +9654,51 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.175,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 720740,
+ "weekDownloads": 123431
+ },
+ "npmPkg": "victory-native",
+ "popularity": 0.146,
+ "score": 62,
+ "topicSearchString": "",
+ "web": true
},
{
- "githubUrl": "https://github.com/mastermoo/react-native-action-button",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/rkjmEd3rZ"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/mastermoo/react-native-action-button",
- "homepage": null
+ "description": "customizable multi-action-button component for react-native",
+ "fullName": "mastermoo/react-native-action-button",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-action-button",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-20T20:01:55Z",
+ "forks": 439,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-01-13T17:50:17Z",
- "createdAt": "2015-10-20T20:01:55Z",
- "pushedAt": "2020-01-13T17:50:17Z",
- "forks": 439,
+ "hasWiki": true,
"issues": 80,
+ "pushedAt": "2020-01-13T17:50:17Z",
+ "stars": 2527,
"subscribers": 33,
- "stars": 2527
+ "updatedAt": "2020-01-13T17:50:17Z"
},
- "name": "react-native-action-button",
- "fullName": "mastermoo/react-native-action-button",
- "isPrivate": false,
- "description": "customizable multi-action-button component for react-native",
"topics": [
"react-native",
"action-button",
@@ -9679,24 +9708,13 @@
"actionbutton",
"component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-action-button",
- "npm": {
- "downloads": 18381,
- "weekDownloads": 3691
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mastermoo/react-native-action-button"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/mastermoo/react-native-action-button",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -9704,37 +9722,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.579,
- "topicSearchString": "react-native action-button float-button multi-action-button fab actionbutton component"
+ "npm": {
+ "downloads": 17771,
+ "weekDownloads": 3509
+ },
+ "npmPkg": "react-native-action-button",
+ "popularity": -0.582,
+ "score": 46,
+ "topicSearchString": "react-native action-button float-button multi-action-button fab actionbutton component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/FaridSafi/react-native-gifted-form",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/FaridSafi/react-native-gifted-form",
- "homepage": null
+ "description": "📝 « One React-Native form component to rule them all »",
+ "fullName": "FaridSafi/react-native-gifted-form",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-gifted-form",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-03T12:37:07Z",
+ "forks": 203,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-11-15T23:32:24Z",
- "createdAt": "2015-11-03T12:37:07Z",
- "pushedAt": "2017-11-15T23:32:24Z",
- "forks": 203,
+ "hasWiki": true,
"issues": 72,
+ "pushedAt": "2017-11-15T23:32:24Z",
+ "stars": 1438,
"subscribers": 32,
- "stars": 1438
+ "updatedAt": "2017-11-15T23:32:24Z"
},
- "name": "react-native-gifted-form",
- "fullName": "FaridSafi/react-native-gifted-form",
- "isPrivate": false,
- "description": "📝 « One React-Native form component to rule them all »",
"topics": [
"form",
"react-native",
@@ -9743,61 +9772,61 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-gifted-form",
- "npm": {
- "downloads": 292,
- "weekDownloads": 71
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/FaridSafi/react-native-gifted-form"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/FaridSafi/react-native-gifted-form",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.291,
- "topicSearchString": "form react-native react react-component ios android"
+ "npm": {
+ "downloads": 263,
+ "weekDownloads": 52
+ },
+ "npmPkg": "react-native-gifted-form",
+ "popularity": -1.33,
+ "score": 57,
+ "topicSearchString": "form react-native react react-component ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/testshallpass/react-native-dropdownalert",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/testshallpass/react-native-dropdownalert",
- "homepage": null
+ "description": "An alert to notify users about an error or something else",
+ "fullName": "testshallpass/react-native-dropdownalert",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-dropdownalert",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-27T03:09:07Z",
+ "forks": 242,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-07-12T14:43:30Z",
- "createdAt": "2016-06-27T03:09:07Z",
- "pushedAt": "2025-07-12T14:43:30Z",
- "forks": 242,
+ "hasWiki": false,
"issues": 9,
+ "pushedAt": "2025-07-12T14:43:30Z",
+ "stars": 1877,
"subscribers": 14,
- "stars": 1877
+ "updatedAt": "2025-07-12T14:43:30Z"
},
- "name": "react-native-dropdownalert",
- "fullName": "testshallpass/react-native-dropdownalert",
- "isPrivate": false,
- "description": "An alert to notify users about an error or something else",
"topics": [
"react-native",
"ios",
@@ -9811,120 +9840,120 @@
"success",
"notification"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-dropdownalert",
- "npm": {
- "downloads": 57799,
- "weekDownloads": 17426
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/testshallpass/react-native-dropdownalert"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/testshallpass/react-native-dropdownalert",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.506,
+ "npm": {
+ "downloads": 52938,
+ "weekDownloads": 13597
+ },
+ "npmPkg": "react-native-dropdownalert",
+ "popularity": 0.218,
+ "score": 68,
"topicSearchString": "react-native ios android dropdown alert dismiss error info warn success notification"
},
{
- "githubUrl": "https://github.com/expo/react-native-read-more-text",
- "ios": true,
"android": true,
"examples": [
"https://github.com/expo/react-native-read-more-text/tree/master/example"
],
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/react-native-read-more-text",
- "homepage": null
+ "description": "Add a 'Read More' and optionally a 'Read Less' button to text that exceeds a given number of lines",
+ "fullName": "expo/react-native-read-more-text",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-read-more-text",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-23T22:56:14Z",
+ "forks": 108,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2020-07-17T11:14:59Z",
- "createdAt": "2016-09-23T22:56:14Z",
- "pushedAt": "2020-07-17T11:14:59Z",
- "forks": 108,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2020-07-17T11:14:59Z",
+ "stars": 584,
"subscribers": 7,
- "stars": 584
+ "updatedAt": "2020-07-17T11:14:59Z"
},
- "name": "react-native-read-more-text",
- "fullName": "expo/react-native-read-more-text",
- "isPrivate": false,
- "description": "Add a 'Read More' and optionally a 'Read Less' button to text that exceeds a given number of lines",
"topics": [],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-read-more-text",
- "npm": {
- "downloads": 18766,
- "weekDownloads": 4466
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/react-native-read-more-text"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/expo/react-native-read-more-text",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.548,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 17476,
+ "weekDownloads": 3820
+ },
+ "npmPkg": "react-native-read-more-text",
+ "popularity": -0.564,
+ "score": 41,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/instea/react-native-popup-menu",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/rkQrMFI8W"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/instea/react-native-popup-menu",
- "homepage": null
+ "description": "Popup menu component for React Native",
+ "fullName": "instea/react-native-popup-menu",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEw",
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "http://choosealicense.com/licenses/isc/"
},
+ "name": "react-native-popup-menu",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-16T14:16:31Z",
+ "forks": 250,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-06-07T22:45:54Z",
- "createdAt": "2016-05-16T14:16:31Z",
- "pushedAt": "2025-06-07T22:45:54Z",
- "forks": 250,
+ "hasWiki": true,
"issues": 41,
+ "pushedAt": "2025-06-07T22:45:54Z",
+ "stars": 1527,
"subscribers": 16,
- "stars": 1527
+ "updatedAt": "2025-06-07T22:45:54Z"
},
- "name": "react-native-popup-menu",
- "fullName": "instea/react-native-popup-menu",
- "isPrivate": false,
- "description": "Popup menu component for React Native",
"topics": [
"popup-menu",
"animation",
@@ -9932,62 +9961,62 @@
"android",
"ios"
],
- "license": {
- "key": "isc",
- "name": "ISC License",
- "spdxId": "ISC",
- "url": "http://choosealicense.com/licenses/isc/",
- "id": "MDc6TGljZW5zZTEw"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-popup-menu",
- "npm": {
- "downloads": 216999,
- "weekDownloads": 45840
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/instea/react-native-popup-menu"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/instea/react-native-popup-menu",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.18,
+ "npm": {
+ "downloads": 206821,
+ "weekDownloads": 37938
+ },
+ "npmPkg": "react-native-popup-menu",
+ "popularity": 0.156,
+ "score": 68,
"topicSearchString": "popup-menu animation react-native android ios"
},
{
- "githubUrl": "https://github.com/BugiDev/react-native-calendar-strip",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/By-aQF8LZ"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/BugiDev/react-native-calendar-strip",
- "homepage": null
+ "description": "Easy to use and visually stunning calendar component for React Native.",
+ "fullName": "BugiDev/react-native-calendar-strip",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-calendar-strip",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-29T15:04:01Z",
+ "forks": 323,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-05-11T23:12:12Z",
- "createdAt": "2016-08-29T15:04:01Z",
- "pushedAt": "2022-05-11T23:12:12Z",
- "forks": 323,
+ "hasWiki": true,
"issues": 83,
+ "pushedAt": "2022-05-11T23:12:12Z",
+ "stars": 973,
"subscribers": 16,
- "stars": 973
+ "updatedAt": "2022-05-11T23:12:12Z"
},
- "name": "react-native-calendar-strip",
- "fullName": "BugiDev/react-native-calendar-strip",
- "isPrivate": false,
- "description": "Easy to use and visually stunning calendar component for React Native.",
"topics": [
"rn",
"calendar",
@@ -9998,24 +10027,13 @@
"strip",
"javascript"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-calendar-strip",
- "npm": {
- "downloads": 28155,
- "weekDownloads": 5546
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/BugiDev/react-native-calendar-strip"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/BugiDev/react-native-calendar-strip",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -10023,37 +10041,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.583,
- "topicSearchString": "rn calendar calendar-strip native react react-native strip javascript"
+ "npm": {
+ "downloads": 27185,
+ "weekDownloads": 4863
+ },
+ "npmPkg": "react-native-calendar-strip",
+ "popularity": -0.598,
+ "score": 46,
+ "topicSearchString": "rn calendar calendar-strip native react react-native strip javascript",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/mohebifar/react-native-loader",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/mohebifar/react-native-loader",
- "homepage": null
+ "description": "A collection of animated spinners for React Native",
+ "fullName": "mohebifar/react-native-loader",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-loader",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-12T16:16:18Z",
+ "forks": 64,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-08-21T04:22:47Z",
- "createdAt": "2016-04-12T16:16:18Z",
- "pushedAt": "2020-08-21T04:22:47Z",
- "forks": 64,
+ "hasWiki": true,
"issues": 13,
+ "pushedAt": "2020-08-21T04:22:47Z",
+ "stars": 394,
"subscribers": 11,
- "stars": 394
+ "updatedAt": "2020-08-21T04:22:47Z"
},
- "name": "react-native-loader",
- "fullName": "mohebifar/react-native-loader",
- "isPrivate": false,
- "description": "A collection of animated spinners for React Native",
"topics": [
"react",
"react-native",
@@ -10066,60 +10095,60 @@
"android",
"ios"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-loader",
- "npm": {
- "downloads": 2265,
- "weekDownloads": 509
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mohebifar/react-native-loader"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/mohebifar/react-native-loader",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.559,
- "topicSearchString": "react react-native react-component waiting loading spinner react-art animated-spinners android ios"
+ "npm": {
+ "downloads": 2140,
+ "weekDownloads": 478
+ },
+ "npmPkg": "react-native-loader",
+ "popularity": -0.56,
+ "score": 41,
+ "topicSearchString": "react react-native react-component waiting loading spinner react-art animated-spinners android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/maxjvh/react-native-simple-modal",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/httnn/react-native-simple-modal",
- "homepage": null
+ "description": "A simple JavaScript modal component for React Native.",
+ "fullName": "httnn/react-native-simple-modal",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-simple-modal",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-24T09:11:36Z",
+ "forks": 49,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-06-09T11:37:05Z",
- "createdAt": "2015-12-24T09:11:36Z",
- "pushedAt": "2018-06-09T11:37:05Z",
- "forks": 49,
+ "hasWiki": true,
"issues": 9,
+ "pushedAt": "2018-06-09T11:37:05Z",
+ "stars": 184,
"subscribers": 7,
- "stars": 184
+ "updatedAt": "2018-06-09T11:37:05Z"
},
- "name": "react-native-simple-modal",
- "fullName": "httnn/react-native-simple-modal",
- "isPrivate": false,
- "description": "A simple JavaScript modal component for React Native.",
"topics": [
"modal",
"react-native",
@@ -10129,64 +10158,64 @@
"android",
"component"
],
- "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-simple-modal",
- "npm": {
- "downloads": 755,
- "weekDownloads": 130
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/httnn/react-native-simple-modal"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/maxjvh/react-native-simple-modal",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.353,
- "topicSearchString": "modal react-native dialog react-component ios android component"
+ "npm": {
+ "downloads": 713,
+ "weekDownloads": 144
+ },
+ "npmPkg": "react-native-simple-modal",
+ "popularity": -1.328,
+ "score": 41,
+ "topicSearchString": "modal react-native dialog react-component ios android component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/gitim/react-native-sortable-list",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/Syd1a4hHW",
"https://snack.expo.dev/r1-cTNhH-"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/gitim/react-native-sortable-list",
- "homepage": null
+ "description": "React Native Sortable List component",
+ "fullName": "gitim/react-native-sortable-list",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-sortable-list",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-25T13:21:54Z",
+ "forks": 260,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-04-08T18:57:29Z",
- "createdAt": "2016-09-25T13:21:54Z",
- "pushedAt": "2022-04-08T18:57:29Z",
- "forks": 260,
+ "hasWiki": true,
"issues": 91,
+ "pushedAt": "2022-04-08T18:57:29Z",
+ "stars": 901,
"subscribers": 23,
- "stars": 901
+ "updatedAt": "2022-04-08T18:57:29Z"
},
- "name": "react-native-sortable-list",
- "fullName": "gitim/react-native-sortable-list",
- "isPrivate": false,
- "description": "React Native Sortable List component",
"topics": [
"react-native",
"ios",
@@ -10198,24 +10227,13 @@
"scrollview",
"scrollview-component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-sortable-list",
- "npm": {
- "downloads": 9160,
- "weekDownloads": 2072
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/gitim/react-native-sortable-list"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/gitim/react-native-sortable-list",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -10223,37 +10241,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.558,
- "topicSearchString": "react-native ios react-component react component android listview scrollview scrollview-component"
+ "npm": {
+ "downloads": 8392,
+ "weekDownloads": 1576
+ },
+ "npmPkg": "react-native-sortable-list",
+ "popularity": -0.59,
+ "score": 46,
+ "topicSearchString": "react-native ios react-component react component android listview scrollview scrollview-component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/JackPu/react-native-percentage-circle",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/JackPu/react-native-percentage-circle",
- "homepage": null
+ "description": "🐳 React Native Percentage Circle",
+ "fullName": "JackPu/react-native-percentage-circle",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-percentage-circle",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-23T03:57:28Z",
+ "forks": 101,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-05-03T05:37:14Z",
- "createdAt": "2016-08-23T03:57:28Z",
- "pushedAt": "2018-05-03T05:37:14Z",
- "forks": 101,
+ "hasWiki": true,
"issues": 27,
+ "pushedAt": "2018-05-03T05:37:14Z",
+ "stars": 333,
"subscribers": 10,
- "stars": 333
+ "updatedAt": "2018-05-03T05:37:14Z"
},
- "name": "react-native-percentage-circle",
- "fullName": "JackPu/react-native-percentage-circle",
- "isPrivate": false,
- "description": "🐳 React Native Percentage Circle",
"topics": [
"percentage",
"circle",
@@ -10262,60 +10291,60 @@
"react-native",
"percent"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-percentage-circle",
- "npm": {
- "downloads": 209,
- "weekDownloads": 48
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/JackPu/react-native-percentage-circle"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/JackPu/react-native-percentage-circle",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.304,
- "topicSearchString": "percentage circle progress bar react-native percent"
+ "npm": {
+ "downloads": 199,
+ "weekDownloads": 43
+ },
+ "npmPkg": "react-native-percentage-circle",
+ "popularity": -1.313,
+ "score": 41,
+ "topicSearchString": "percentage circle progress bar react-native percent",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/bamlab/react-native-image-header-scroll-view",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/bamlab/react-native-image-header-scroll-view",
- "homepage": null
+ "description": "ScrollView with an image in header which becomes a navbar",
+ "fullName": "bamlab/react-native-image-header-scroll-view",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
- "stats": {
+ "name": "react-native-image-header-scroll-view",
+ "newArchitecture": false,
+ "stats": {
+ "createdAt": "2017-01-19T20:29:28Z",
+ "forks": 92,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-01-09T09:32:41Z",
- "createdAt": "2017-01-19T20:29:28Z",
- "pushedAt": "2021-01-09T09:32:41Z",
- "forks": 92,
+ "hasWiki": true,
"issues": 41,
+ "pushedAt": "2021-01-09T09:32:41Z",
+ "stars": 1012,
"subscribers": 13,
- "stars": 1012
+ "updatedAt": "2021-01-09T09:32:41Z"
},
- "name": "react-native-image-header-scroll-view",
- "fullName": "bamlab/react-native-image-header-scroll-view",
- "isPrivate": false,
- "description": "ScrollView with an image in header which becomes a navbar",
"topics": [
"react-native",
"scrollview",
@@ -10325,119 +10354,119 @@
"ios",
"android"
],
- "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-image-header-scroll-view",
- "npm": {
- "downloads": 5491,
- "weekDownloads": 1034
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/bamlab/react-native-image-header-scroll-view"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/bamlab/react-native-image-header-scroll-view",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.59,
- "topicSearchString": "react-native scrollview animation navbar react-component ios android"
+ "npm": {
+ "downloads": 5358,
+ "weekDownloads": 819
+ },
+ "npmPkg": "react-native-image-header-scroll-view",
+ "popularity": -0.62,
+ "score": 57,
+ "topicSearchString": "react-native scrollview animation navbar react-component ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/expo/react-native-fade-in-image",
- "ios": true,
- "android": true,
- "expoGo": true,
- "unmaintained": true,
"alternatives": [
"expo-image"
],
+ "android": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/react-native-fade-in-image",
- "homepage": null
+ "description": "Wrap Image components in to have them fade in pleasantly when they finish loading",
+ "fullName": "expo/react-native-fade-in-image",
+ "hasTypes": true,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-fade-in-image",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-25T20:14:49Z",
+ "forks": 23,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2023-07-19T22:28:49Z",
- "createdAt": "2016-09-25T20:14:49Z",
- "pushedAt": "2023-07-19T22:28:49Z",
- "forks": 23,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2023-07-19T22:28:49Z",
+ "stars": 117,
"subscribers": 3,
- "stars": 117
+ "updatedAt": "2023-07-19T22:28:49Z"
},
- "name": "react-native-fade-in-image",
- "fullName": "expo/react-native-fade-in-image",
- "isPrivate": false,
- "description": "Wrap Image components in to have them fade in pleasantly when they finish loading",
"topics": [],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-fade-in-image",
- "npm": {
- "downloads": 102463,
- "weekDownloads": 18077
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/react-native-fade-in-image"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/expo/react-native-fade-in-image",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.6,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 103241,
+ "weekDownloads": 16363
+ },
+ "npmPkg": "react-native-fade-in-image",
+ "popularity": -0.615,
+ "score": 41,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/moschan/react-native-flip-card",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/moschan/react-native-flip-card",
- "homepage": null
+ "description": "The card component which has a motion of flip for React Native(iOS/Android)",
+ "fullName": "moschan/react-native-flip-card",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-flip-card",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-23T11:40:52Z",
+ "forks": 101,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-02-13T14:43:32Z",
- "createdAt": "2016-01-23T11:40:52Z",
- "pushedAt": "2023-02-13T14:43:32Z",
- "forks": 101,
+ "hasWiki": true,
"issues": 23,
+ "pushedAt": "2023-02-13T14:43:32Z",
+ "stars": 392,
"subscribers": 7,
- "stars": 392
+ "updatedAt": "2023-02-13T14:43:32Z"
},
- "name": "react-native-flip-card",
- "fullName": "moschan/react-native-flip-card",
- "isPrivate": false,
- "description": "The card component which has a motion of flip for React Native(iOS/Android)",
"topics": [
"react-component",
"react-native",
@@ -10449,60 +10478,59 @@
"card-component",
"animation"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-flip-card",
- "npm": {
- "downloads": 31121,
- "weekDownloads": 6836
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/moschan/react-native-flip-card"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/moschan/react-native-flip-card",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.563,
- "topicSearchString": "react-component react-native ios android card flip react card-component animation"
+ "npm": {
+ "downloads": 28763,
+ "weekDownloads": 5060
+ },
+ "npmPkg": "react-native-flip-card",
+ "popularity": -0.6,
+ "score": 41,
+ "topicSearchString": "react-component react-native ios android card flip react card-component animation",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/evollu/react-native-fcm",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/evollu/react-native-fcm",
- "homepage": null
+ "description": "react native module for firebase cloud messaging and local notification",
+ "fullName": "evollu/react-native-fcm",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-fcm",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-29T03:53:22Z",
+ "forks": 647,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-03-17T04:07:01Z",
- "createdAt": "2016-05-29T03:53:22Z",
- "pushedAt": "2019-03-17T04:07:01Z",
- "forks": 647,
+ "hasWiki": true,
"issues": 285,
+ "pushedAt": "2019-03-17T04:07:01Z",
+ "stars": 1730,
"subscribers": 36,
- "stars": 1730
+ "updatedAt": "2019-03-17T04:07:01Z"
},
- "name": "react-native-fcm",
- "fullName": "evollu/react-native-fcm",
- "isPrivate": false,
- "description": "react native module for firebase cloud messaging and local notification",
"topics": [
"react-native",
"ios",
@@ -10513,23 +10541,13 @@
"notifications",
"local-notifications"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-fcm",
- "npm": {
- "downloads": 409,
- "weekDownloads": 159
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/evollu/react-native-fcm"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/evollu/react-native-fcm",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -10537,37 +10555,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.169,
- "topicSearchString": "react-native ios android fcm firebase cloud-messaging notifications local-notifications"
+ "npm": {
+ "downloads": 282,
+ "weekDownloads": 38
+ },
+ "npmPkg": "react-native-fcm",
+ "popularity": -1.385,
+ "score": 46,
+ "topicSearchString": "react-native ios android fcm firebase cloud-messaging notifications local-notifications",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/crazycodeboy/react-native-easy-toast",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/crazycodeboy/react-native-easy-toast",
- "homepage": "http://www.devio.org/"
+ "description": "A react native module to show toast like android, it works on iOS and Android.",
+ "fullName": "crazycodeboy/react-native-easy-toast",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-easy-toast",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-02T09:14:42Z",
+ "forks": 239,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-02-22T07:34:29Z",
- "createdAt": "2016-09-02T09:14:42Z",
- "pushedAt": "2023-02-22T07:34:29Z",
- "forks": 239,
+ "hasWiki": true,
"issues": 53,
+ "pushedAt": "2023-02-22T07:34:29Z",
+ "stars": 1145,
"subscribers": 17,
- "stars": 1145
+ "updatedAt": "2023-02-22T07:34:29Z"
},
- "name": "react-native-easy-toast",
- "fullName": "crazycodeboy/react-native-easy-toast",
- "isPrivate": false,
- "description": "A react native module to show toast like android, it works on iOS and Android.",
"topics": [
"react-native",
"component",
@@ -10580,61 +10609,61 @@
"android",
"react-toast"
],
- "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-easy-toast",
- "npm": {
- "downloads": 27040,
- "weekDownloads": 6174
+ "urls": {
+ "homepage": "http://www.devio.org/",
+ "repo": "https://github.com/crazycodeboy/react-native-easy-toast"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/crazycodeboy/react-native-easy-toast",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.556,
- "topicSearchString": "react-native component toast toast-ios alert react-component navigator ios android react-toast"
+ "npm": {
+ "downloads": 25760,
+ "weekDownloads": 5090
+ },
+ "npmPkg": "react-native-easy-toast",
+ "popularity": -0.582,
+ "score": 57,
+ "topicSearchString": "react-native component toast toast-ios alert react-component navigator ios android react-toast",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/harshq/react-native-mentions",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/harshq/react-native-mentions",
- "homepage": null
+ "description": "Mentions textbox for React Native. Works on both ios and android. :whale: ",
+ "fullName": "harshq/react-native-mentions",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-mentions",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-09T03:32:10Z",
+ "forks": 72,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-09T17:06:38Z",
- "createdAt": "2017-01-09T03:32:10Z",
- "pushedAt": "2018-01-09T17:06:38Z",
- "forks": 72,
+ "hasWiki": true,
"issues": 22,
+ "pushedAt": "2018-01-09T17:06:38Z",
+ "stars": 309,
"subscribers": 9,
- "stars": 309
+ "updatedAt": "2018-01-09T17:06:38Z"
},
- "name": "react-native-mentions",
- "fullName": "harshq/react-native-mentions",
- "isPrivate": false,
- "description": "Mentions textbox for React Native. Works on both ios and android. :whale: ",
"topics": [
"react-component",
"react-native",
@@ -10646,60 +10675,60 @@
"autocomplete",
"hashtag"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "unmaintained": true,
- "npmPkg": "react-native-mentions",
- "npm": {
- "downloads": 653,
- "weekDownloads": 142
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/harshq/react-native-mentions"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/harshq/react-native-mentions",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.314,
- "topicSearchString": "react-component react-native mentions textinput component ios android autocomplete hashtag"
+ "npm": {
+ "downloads": 628,
+ "weekDownloads": 121
+ },
+ "npmPkg": "react-native-mentions",
+ "popularity": -1.335,
+ "score": 41,
+ "topicSearchString": "react-component react-native mentions textinput component ios android autocomplete hashtag",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/machadogj/react-native-carousel-control",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/machadogj/react-native-carousel-control",
- "homepage": null
+ "description": "React Native Carousel control with support for iOS and Android",
+ "fullName": "machadogj/react-native-carousel-control",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-carousel-control",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-22T14:47:31Z",
+ "forks": 49,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-31T12:56:20Z",
- "createdAt": "2016-02-22T14:47:31Z",
- "pushedAt": "2017-10-31T12:56:20Z",
- "forks": 49,
+ "hasWiki": true,
"issues": 8,
+ "pushedAt": "2017-10-31T12:56:20Z",
+ "stars": 247,
"subscribers": 3,
- "stars": 247
+ "updatedAt": "2017-10-31T12:56:20Z"
},
- "name": "react-native-carousel-control",
- "fullName": "machadogj/react-native-carousel-control",
- "isPrivate": false,
- "description": "React Native Carousel control with support for iOS and Android",
"topics": [
"react",
"native",
@@ -10707,60 +10736,60 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-carousel-control",
- "npm": {
- "downloads": 593,
- "weekDownloads": 178
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/machadogj/react-native-carousel-control"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/machadogj/react-native-carousel-control",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.244,
- "topicSearchString": "react native carousel ios android"
+ "npm": {
+ "downloads": 537,
+ "weekDownloads": 145
+ },
+ "npmPkg": "react-native-carousel-control",
+ "popularity": -1.27,
+ "score": 41,
+ "topicSearchString": "react native carousel ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/evetstech/react-native-settings-list",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/evetstech/react-native-settings-list",
- "homepage": null
+ "description": "A clean and highly customizable React Native implementation of a list of settings for a settings page.",
+ "fullName": "evetstech/react-native-settings-list",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-settings-list",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-18T19:14:01Z",
+ "forks": 70,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-11-04T02:36:11Z",
- "createdAt": "2016-03-18T19:14:01Z",
- "pushedAt": "2017-11-04T02:36:11Z",
- "forks": 70,
+ "hasWiki": true,
"issues": 9,
+ "pushedAt": "2017-11-04T02:36:11Z",
+ "stars": 294,
"subscribers": 6,
- "stars": 294
+ "updatedAt": "2017-11-04T02:36:11Z"
},
- "name": "react-native-settings-list",
- "fullName": "evetstech/react-native-settings-list",
- "isPrivate": false,
- "description": "A clean and highly customizable React Native implementation of a list of settings for a settings page.",
"topics": [
"react-native",
"react-component",
@@ -10769,60 +10798,60 @@
"settings-list",
"settings"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-settings-list",
- "npm": {
- "downloads": 3615,
- "weekDownloads": 1143
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/evetstech/react-native-settings-list"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/evetstech/react-native-settings-list",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.481,
- "topicSearchString": "react-native react-component ios android settings-list settings"
+ "npm": {
+ "downloads": 3083,
+ "weekDownloads": 628
+ },
+ "npmPkg": "react-native-settings-list",
+ "popularity": -0.577,
+ "score": 41,
+ "topicSearchString": "react-native react-component ios android settings-list settings",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/esbenp/react-native-clean-form",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/esbenp/react-native-clean-form",
- "homepage": "http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/"
+ "description": "Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components",
+ "fullName": "esbenp/react-native-clean-form",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-clean-form",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-04T14:14:23Z",
+ "forks": 70,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-01-10T18:31:21Z",
- "createdAt": "2017-01-04T14:14:23Z",
- "pushedAt": "2019-01-10T18:31:21Z",
- "forks": 71,
+ "hasWiki": true,
"issues": 40,
+ "pushedAt": "2019-01-10T18:31:21Z",
+ "stars": 477,
"subscribers": 16,
- "stars": 477
+ "updatedAt": "2019-01-10T18:31:21Z"
},
- "name": "react-native-clean-form",
- "fullName": "esbenp/react-native-clean-form",
- "isPrivate": false,
- "description": "Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components",
"topics": [
"react-native",
"redux-form",
@@ -10830,61 +10859,59 @@
"styled-components",
"redux"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-clean-form",
- "npm": {
- "downloads": 49,
- "weekDownloads": 20
+ "urls": {
+ "homepage": "http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/",
+ "repo": "https://github.com/esbenp/react-native-clean-form"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/esbenp/react-native-clean-form",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.136,
- "topicSearchString": "react-native redux-form immutable.js styled-components redux"
+ "npm": {
+ "downloads": 43,
+ "weekDownloads": 15
+ },
+ "npmPkg": "react-native-clean-form",
+ "popularity": -1.2,
+ "score": 41,
+ "topicSearchString": "react-native redux-form immutable.js styled-components redux",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/naoufal/react-native-accordion",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/naoufal/react-native-accordion",
- "homepage": "https://www.npmjs.com/package/react-native-accordion"
+ "description": "An Accordion Component for React Native",
+ "fullName": "naoufal/react-native-accordion",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-accordion",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-20T17:53:22Z",
+ "forks": 75,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-07-27T03:33:33Z",
- "createdAt": "2015-05-20T17:53:22Z",
- "pushedAt": "2016-07-27T03:33:33Z",
- "forks": 75,
+ "hasWiki": true,
"issues": 24,
+ "pushedAt": "2016-07-27T03:33:33Z",
+ "stars": 438,
"subscribers": 11,
- "stars": 438
+ "updatedAt": "2016-07-27T03:33:33Z"
},
- "name": "react-native-accordion",
- "fullName": "naoufal/react-native-accordion",
- "isPrivate": false,
- "description": "An Accordion Component for React Native",
"topics": [
"react-native",
"react",
@@ -10893,54 +10920,60 @@
"react-component",
"component"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-accordion",
- "npm": {
- "downloads": 254,
- "weekDownloads": 60
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-accordion",
+ "repo": "https://github.com/naoufal/react-native-accordion"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/naoufal/react-native-accordion",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.297,
- "topicSearchString": "react-native react native accordion react-component component"
+ "npm": {
+ "downloads": 238,
+ "weekDownloads": 57
+ },
+ "npmPkg": "react-native-accordion",
+ "popularity": -1.296,
+ "score": 41,
+ "topicSearchString": "react-native react native accordion react-component component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/race604/react-native-viewpager",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/race604/react-native-viewpager",
- "homepage": null
+ "description": "[Deprecated] ViewPager component for React Native",
+ "fullName": "race604/react-native-viewpager",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-viewpager",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-10T09:10:39Z",
+ "forks": 330,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-11-08T09:36:06Z",
- "createdAt": "2015-10-10T09:10:39Z",
- "pushedAt": "2017-11-08T09:36:06Z",
- "forks": 330,
+ "hasWiki": true,
"issues": 87,
+ "pushedAt": "2017-11-08T09:36:06Z",
+ "stars": 1408,
"subscribers": 47,
- "stars": 1408
+ "updatedAt": "2017-11-08T09:36:06Z"
},
- "name": "react-native-viewpager",
- "fullName": "race604/react-native-viewpager",
- "isPrivate": false,
- "description": "[Deprecated] ViewPager component for React Native",
"topics": [
"component",
"react-component",
@@ -10950,23 +10983,13 @@
"viewpager",
"pager"
],
- "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-viewpager",
- "npm": {
- "downloads": 1770,
- "weekDownloads": 380
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/race604/react-native-viewpager"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/race604/react-native-viewpager",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -10974,97 +10997,107 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.567,
- "topicSearchString": "component react-component react-native ios android viewpager pager"
+ "npm": {
+ "downloads": 1958,
+ "weekDownloads": 268
+ },
+ "npmPkg": "react-native-viewpager",
+ "popularity": -0.633,
+ "score": 46,
+ "topicSearchString": "component react-component react-native ios android viewpager pager",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/alinz/react-native-dropdown",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/alinz/react-native-dropdown",
- "homepage": null
+ "description": "This is simple implementation of drop down menu",
+ "fullName": "alinz/react-native-dropdown",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-dropdown",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-10T15:23:48Z",
+ "forks": 128,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-04-12T16:53:01Z",
- "createdAt": "2015-08-10T15:23:48Z",
- "pushedAt": "2020-04-12T16:53:01Z",
- "forks": 128,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2020-04-12T16:53:01Z",
+ "stars": 659,
"subscribers": 14,
- "stars": 659
+ "updatedAt": "2020-04-12T16:53:01Z"
},
- "name": "react-native-dropdown",
- "fullName": "alinz/react-native-dropdown",
- "isPrivate": false,
- "description": "This is simple implementation of drop down menu",
"topics": [
"react-component",
"react-native"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-dropdown",
- "npm": {
- "downloads": 1694,
- "weekDownloads": 317
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/alinz/react-native-dropdown"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/alinz/react-native-dropdown",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.591,
- "topicSearchString": "react-component react-native"
+ "npm": {
+ "downloads": 1690,
+ "weekDownloads": 275
+ },
+ "npmPkg": "react-native-dropdown",
+ "popularity": -0.611,
+ "score": 57,
+ "topicSearchString": "react-component react-native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/gs-akhan/react-native-chooser",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/gs-akhan/react-native-chooser",
- "homepage": null
+ "description": "Simple Cross Platform HTML Select Tag for react-native",
+ "fullName": "gs-akhan/react-native-chooser",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-chooser",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-11-27T17:52:06Z",
+ "forks": 47,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-11-29T07:51:04Z",
- "createdAt": "2016-11-27T17:52:06Z",
- "pushedAt": "2017-11-29T07:51:04Z",
- "forks": 47,
+ "hasWiki": true,
"issues": 13,
+ "pushedAt": "2017-11-29T07:51:04Z",
+ "stars": 152,
"subscribers": 5,
- "stars": 152
+ "updatedAt": "2017-11-29T07:51:04Z"
},
- "name": "react-native-chooser",
- "fullName": "gs-akhan/react-native-chooser",
- "isPrivate": false,
- "description": "Simple Cross Platform HTML Select Tag for react-native",
"topics": [
"react-native",
"chooser",
@@ -11072,60 +11105,60 @@
"picker",
"select-tag"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-chooser",
- "npm": {
- "downloads": 251,
- "weekDownloads": 69
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/gs-akhan/react-native-chooser"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/gs-akhan/react-native-chooser",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.266,
- "topicSearchString": "react-native chooser select picker select-tag"
+ "npm": {
+ "downloads": 225,
+ "weekDownloads": 88
+ },
+ "npmPkg": "react-native-chooser",
+ "popularity": -1.162,
+ "score": 41,
+ "topicSearchString": "react-native chooser select picker select-tag",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/stephy/CalendarPicker",
- "ios": true,
"android": true,
"expoGo": true,
- "npmPkg": "react-native-calendar-picker",
"github": {
- "urls": {
- "repo": "https://github.com/stephy/CalendarPicker",
- "homepage": null
+ "description": "CalendarPicker Component for React Native",
+ "fullName": "stephy/CalendarPicker",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-calendar-picker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-12T06:11:27Z",
+ "forks": 333,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-08-09T02:37:16Z",
- "createdAt": "2015-04-12T06:11:27Z",
- "pushedAt": "2024-08-09T02:37:16Z",
- "forks": 333,
+ "hasWiki": true,
"issues": 96,
+ "pushedAt": "2024-08-09T02:37:16Z",
+ "stars": 818,
"subscribers": 13,
- "stars": 818
+ "updatedAt": "2024-08-09T02:37:16Z"
},
- "name": "react-native-calendar-picker",
- "fullName": "stephy/CalendarPicker",
- "isPrivate": false,
- "description": "CalendarPicker Component for React Native",
"topics": [
"calendar",
"picker",
@@ -11136,22 +11169,13 @@
"calendarpicker",
"calendar-picker"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 90549,
- "weekDownloads": 18045
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/stephy/CalendarPicker"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/stephy/CalendarPicker",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -11159,45 +11183,51 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.169,
+ "npm": {
+ "downloads": 87438,
+ "weekDownloads": 15443
+ },
+ "npmPkg": "react-native-calendar-picker",
+ "popularity": 0.15,
+ "score": 46,
"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",
+ "android": true,
"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",
- "homepage": "https://github.com/byteburgers/react-native-autocomplete-input#readme"
+ "description": "Pure javascript autocomplete input for react-native",
+ "fullName": "byteburgers/react-native-autocomplete-input",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-autocomplete-input",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-22T14:38:28Z",
+ "forks": 247,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-08-06T17:12:58Z",
- "createdAt": "2016-02-22T14:38:28Z",
- "pushedAt": "2025-08-06T17:12:58Z",
- "forks": 247,
+ "hasWiki": false,
"issues": 10,
+ "pushedAt": "2025-08-06T17:12:58Z",
+ "stars": 854,
"subscribers": 14,
- "stars": 854
+ "updatedAt": "2025-08-06T17:12:58Z"
},
- "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",
@@ -11205,184 +11235,187 @@
"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": 63167,
- "weekDownloads": 12916
+ "urls": {
+ "homepage": "https://github.com/byteburgers/react-native-autocomplete-input#readme",
+ "repo": "https://github.com/byteburgers/react-native-autocomplete-input"
+ }
},
- "score": 73,
+ "githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input/tree/main/packages/react-native-autocomplete-input",
+ "images": [
+ "https://raw.githubusercontent.com/mrlaessig/react-native-autocomplete-input/master/example.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.174,
- "topicSearchString": "react-native ios input android autocomplete"
+ "npm": {
+ "downloads": 60598,
+ "weekDownloads": 11741
+ },
+ "npmPkg": "react-native-autocomplete-input",
+ "popularity": 0.165,
+ "score": 73,
+ "topicSearchString": "react-native ios input android autocomplete",
+ "web": true
},
{
- "githubUrl": "https://github.com/aksonov/react-native-tabs",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/aksonov/react-native-tabs",
- "homepage": null
+ "description": "React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)",
+ "fullName": "aksonov/react-native-tabs",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-tabs",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-09-28T12:55:08Z",
+ "forks": 103,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-12-19T13:29:37Z",
- "createdAt": "2015-09-28T12:55:08Z",
- "pushedAt": "2017-12-19T13:29:37Z",
- "forks": 103,
+ "hasWiki": true,
"issues": 24,
+ "pushedAt": "2017-12-19T13:29:37Z",
+ "stars": 726,
"subscribers": 23,
- "stars": 726
+ "updatedAt": "2017-12-19T13:29:37Z"
},
- "name": "react-native-tabs",
- "fullName": "aksonov/react-native-tabs",
- "isPrivate": false,
- "description": "React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)",
"topics": [
"react-native",
"react-components",
"tabbar",
"tabs"
],
- "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
- },
- "unmaintained": true,
- "npmPkg": "react-native-tabs",
- "npm": {
- "downloads": 5624,
- "weekDownloads": 1206
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/aksonov/react-native-tabs"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/aksonov/react-native-tabs",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.568,
- "topicSearchString": "react-native react-components tabbar tabs"
+ "npm": {
+ "downloads": 5400,
+ "weekDownloads": 925
+ },
+ "npmPkg": "react-native-tabs",
+ "popularity": -0.604,
+ "score": 57,
+ "topicSearchString": "react-native react-components tabbar tabs",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/GeekyAnts/react-native-easy-grid",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/S1QYWFILW"
],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/GeekyAnts/react-native-easy-grid",
- "homepage": null
+ "description": "Easy React Native Layout & Grid for the Dumb",
+ "fullName": "GeekyAnts/react-native-easy-grid",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-easy-grid",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-04T13:58:29Z",
+ "forks": 162,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2019-08-12T04:05:52Z",
- "createdAt": "2016-05-04T13:58:29Z",
- "pushedAt": "2019-08-12T04:05:52Z",
- "forks": 162,
+ "hasWiki": true,
"issues": 20,
+ "pushedAt": "2019-08-12T04:05:52Z",
+ "stars": 2187,
"subscribers": 31,
- "stars": 2187
+ "updatedAt": "2019-08-12T04:05:52Z"
},
- "name": "react-native-easy-grid",
- "fullName": "GeekyAnts/react-native-easy-grid",
- "isPrivate": false,
- "description": "Easy React Native Layout & Grid for the Dumb",
"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
- },
- "unmaintained": true,
- "npmPkg": "react-native-easy-grid",
- "npm": {
- "downloads": 54516,
- "weekDownloads": 11498
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/GeekyAnts/react-native-easy-grid"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/GeekyAnts/react-native-easy-grid",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.571,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 51486,
+ "weekDownloads": 9542
+ },
+ "npmPkg": "react-native-easy-grid",
+ "popularity": -0.592,
+ "score": 57,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/ArnaudRinquin/react-native-radio-buttons",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://snack.expo.dev/Bk8-1FILb"
],
- "unmaintained": true,
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/ArnaudRinquin/react-native-radio-buttons",
- "homepage": "https://www.npmjs.com/package/react-native-radio-buttons"
+ "description": "[DEPRECATED] A Radio-button like logic wrapper for React Native",
+ "fullName": "ArnaudRinquin/react-native-radio-buttons",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-radio-buttons",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-29T14:35:27Z",
+ "forks": 93,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-04-19T07:09:55Z",
- "createdAt": "2015-07-29T14:35:27Z",
- "pushedAt": "2018-04-19T07:09:55Z",
- "forks": 93,
+ "hasWiki": true,
"issues": 17,
+ "pushedAt": "2018-04-19T07:09:55Z",
+ "stars": 411,
"subscribers": 10,
- "stars": 411
+ "updatedAt": "2018-04-19T07:09:55Z"
},
- "name": "react-native-radio-buttons",
- "fullName": "ArnaudRinquin/react-native-radio-buttons",
- "isPrivate": false,
- "description": "[DEPRECATED] A Radio-button like logic wrapper for React Native",
"topics": [
"react-component",
"react-native",
@@ -11392,59 +11425,60 @@
"segmentedcontrols",
"segmented-controls"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-radio-buttons",
- "npm": {
- "downloads": 3752,
- "weekDownloads": 839
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-radio-buttons",
+ "repo": "https://github.com/ArnaudRinquin/react-native-radio-buttons"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/ArnaudRinquin/react-native-radio-buttons",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.56,
- "topicSearchString": "react-component react-native ios radio-buttons radio segmentedcontrols segmented-controls"
+ "npm": {
+ "downloads": 3615,
+ "weekDownloads": 772
+ },
+ "npmPkg": "react-native-radio-buttons",
+ "popularity": -0.568,
+ "score": 41,
+ "topicSearchString": "react-component react-native ios radio-buttons radio segmentedcontrols segmented-controls",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Spikef/react-native-gesture-password",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/Spikef/react-native-gesture-password",
- "homepage": null
+ "description": "A gesture password component for React Native. It supports both iOS and Android since it's written in pure JavaScript.",
+ "fullName": "Spikef/react-native-gesture-password",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-gesture-password",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-09-01T13:29:42Z",
+ "forks": 111,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-12-12T02:59:05Z",
- "createdAt": "2015-09-01T13:29:42Z",
- "pushedAt": "2019-12-12T02:59:05Z",
- "forks": 111,
+ "hasWiki": true,
"issues": 14,
+ "pushedAt": "2019-12-12T02:59:05Z",
+ "stars": 549,
"subscribers": 12,
- "stars": 549
+ "updatedAt": "2019-12-12T02:59:05Z"
},
- "name": "react-native-gesture-password",
- "fullName": "Spikef/react-native-gesture-password",
- "isPrivate": false,
- "description": "A gesture password component for React Native. It supports both iOS and Android since it's written in pure JavaScript.",
"topics": [
"react-component",
"react-native",
@@ -11455,116 +11489,116 @@
"interval",
"react"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-gesture-password",
- "npm": {
- "downloads": 181,
- "weekDownloads": 56
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Spikef/react-native-gesture-password"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/Spikef/react-native-gesture-password",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.233,
- "topicSearchString": "react-component react-native ios android gesture-password javascript interval react"
+ "npm": {
+ "downloads": 174,
+ "weekDownloads": 46
+ },
+ "npmPkg": "react-native-gesture-password",
+ "popularity": -1.27,
+ "score": 41,
+ "topicSearchString": "react-component react-native ios android gesture-password javascript interval react",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/christopherdro/react-native-calendar",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/christopherdro/react-native-calendar",
- "homepage": null
+ "description": "[DEPRECATED] Calendar Component for React Native",
+ "fullName": "christopherdro/react-native-calendar",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-calendar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-18T21:05:16Z",
+ "forks": 217,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2017-12-27T00:01:40Z",
- "createdAt": "2015-05-18T21:05:16Z",
- "pushedAt": "2017-12-27T00:01:40Z",
- "forks": 217,
+ "hasWiki": true,
"issues": 35,
+ "pushedAt": "2017-12-27T00:01:40Z",
+ "stars": 536,
"subscribers": 16,
- "stars": 536
+ "updatedAt": "2017-12-27T00:01:40Z"
},
- "name": "react-native-calendar",
- "fullName": "christopherdro/react-native-calendar",
- "isPrivate": false,
- "description": "[DEPRECATED] Calendar Component for React Native",
"topics": [],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-calendar",
- "npm": {
- "downloads": 1073,
- "weekDownloads": 218
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/christopherdro/react-native-calendar"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/christopherdro/react-native-calendar",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.577,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 1040,
+ "weekDownloads": 174
+ },
+ "npmPkg": "react-native-calendar",
+ "popularity": -0.607,
+ "score": 57,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jasonmerino/react-native-simple-store",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/jasonmerino/react-native-simple-store",
- "homepage": "https://www.npmjs.com/package/react-native-simple-store"
+ "description": "A minimalistic wrapper around React Native's AsyncStorage.",
+ "fullName": "jasonmerino/react-native-simple-store",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-simple-store",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-19T04:12:07Z",
+ "forks": 81,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-03-23T22:51:26Z",
- "createdAt": "2015-08-19T04:12:07Z",
- "pushedAt": "2020-03-23T22:51:26Z",
- "forks": 81,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2020-03-23T22:51:26Z",
+ "stars": 871,
"subscribers": 11,
- "stars": 871
+ "updatedAt": "2020-03-23T22:51:26Z"
},
- "name": "react-native-simple-store",
- "fullName": "jasonmerino/react-native-simple-store",
- "isPrivate": false,
- "description": "A minimalistic wrapper around React Native's AsyncStorage.",
"topics": [
"react-native",
"ios",
@@ -11573,64 +11607,61 @@
"data-store",
"key-value-store"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-simple-store",
- "npm": {
- "downloads": 1800,
- "weekDownloads": 280
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-simple-store",
+ "repo": "https://github.com/jasonmerino/react-native-simple-store"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/jasonmerino/react-native-simple-store",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.618,
- "topicSearchString": "react-native ios android asyncstorage data-store key-value-store"
+ "npm": {
+ "downloads": 1707,
+ "weekDownloads": 238
+ },
+ "npmPkg": "react-native-simple-store",
+ "popularity": -0.631,
+ "score": 57,
+ "topicSearchString": "react-native ios android asyncstorage data-store key-value-store",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/joinspontaneous/react-native-loading-spinner-overlay",
- "images": [
- "https://raw.githubusercontent.com/joinspontaneous/react-native-loading-spinner-overlay/master/media/demo.gif"
- ],
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/ladjs/react-native-loading-spinner-overlay",
- "homepage": null
+ "description": ":barber: React Native loading spinner overlay",
+ "fullName": "ladjs/react-native-loading-spinner-overlay",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-loading-spinner-overlay",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-11T06:31:16Z",
+ "forks": 170,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-07-28T15:27:57Z",
- "createdAt": "2016-01-11T06:31:16Z",
- "pushedAt": "2022-07-28T15:27:57Z",
- "forks": 170,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2022-07-28T15:27:57Z",
+ "stars": 1588,
"subscribers": 18,
- "stars": 1588
+ "updatedAt": "2022-07-28T15:27:57Z"
},
- "name": "react-native-loading-spinner-overlay",
- "fullName": "ladjs/react-native-loading-spinner-overlay",
- "isPrivate": false,
- "description": ":barber: React Native loading spinner overlay",
"topics": [
"activity",
"android",
@@ -11653,61 +11684,64 @@
"portal",
"progress-bar"
],
- "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-loading-spinner-overlay",
- "npm": {
- "downloads": 65818,
- "weekDownloads": 14500
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/ladjs/react-native-loading-spinner-overlay"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/joinspontaneous/react-native-loading-spinner-overlay",
+ "images": [
+ "https://raw.githubusercontent.com/joinspontaneous/react-native-loading-spinner-overlay/master/media/demo.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.563,
- "topicSearchString": "activity android bar full indicator ios loading modal native pop-up popup progress react react-native screen spinner view overlay portal progress-bar"
+ "npm": {
+ "downloads": 62398,
+ "weekDownloads": 11696
+ },
+ "npmPkg": "react-native-loading-spinner-overlay",
+ "popularity": -0.591,
+ "score": 57,
+ "topicSearchString": "activity android bar full indicator ios loading modal native pop-up popup progress react react-native screen spinner view overlay portal progress-bar",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jaysoo/react-native-parallax-scroll-view",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/i6mi6/react-native-parallax-scroll-view",
- "homepage": null
+ "description": "A ScrollView-like component with parallax and sticky header support.",
+ "fullName": "i6mi6/react-native-parallax-scroll-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEw",
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "http://choosealicense.com/licenses/isc/"
},
+ "name": "react-native-parallax-scroll-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-16T02:33:09Z",
+ "forks": 336,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-03-30T04:45:38Z",
- "createdAt": "2015-12-16T02:33:09Z",
- "pushedAt": "2024-03-30T04:45:38Z",
- "forks": 336,
+ "hasWiki": true,
"issues": 80,
+ "pushedAt": "2024-03-30T04:45:38Z",
+ "stars": 2330,
"subscribers": 34,
- "stars": 2330
+ "updatedAt": "2024-03-30T04:45:38Z"
},
- "name": "react-native-parallax-scroll-view",
- "fullName": "i6mi6/react-native-parallax-scroll-view",
- "isPrivate": false,
- "description": "A ScrollView-like component with parallax and sticky header support.",
"topics": [
"react-native",
"react",
@@ -11719,23 +11753,13 @@
"ios",
"android"
],
- "license": {
- "key": "isc",
- "name": "ISC License",
- "spdxId": "ISC",
- "url": "http://choosealicense.com/licenses/isc/",
- "id": "MDc6TGljZW5zZTEw"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-parallax-scroll-view",
- "npm": {
- "downloads": 12651,
- "weekDownloads": 2484
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/i6mi6/react-native-parallax-scroll-view"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/jaysoo/react-native-parallax-scroll-view",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -11743,96 +11767,105 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.167,
+ "npm": {
+ "downloads": 11931,
+ "weekDownloads": 1793
+ },
+ "npmPkg": "react-native-parallax-scroll-view",
+ "popularity": 0.128,
+ "score": 46,
"topicSearchString": "react-native react parallax scrollable scrollview sticky react-component ios android"
},
{
- "githubUrl": "https://github.com/alinz/react-native-tabbar",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/alinz/react-native-tabbar",
- "homepage": null
+ "description": "Tab bar with more freedom",
+ "fullName": "alinz/react-native-tabbar",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-tabbar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-25T13:31:09Z",
+ "forks": 47,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-07-31T17:45:32Z",
- "createdAt": "2015-06-25T13:31:09Z",
- "pushedAt": "2016-07-31T17:45:32Z",
- "forks": 47,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2016-07-31T17:45:32Z",
+ "stars": 265,
"subscribers": 10,
- "stars": 265
+ "updatedAt": "2016-07-31T17:45:32Z"
},
- "name": "react-native-tabbar",
- "fullName": "alinz/react-native-tabbar",
- "isPrivate": false,
- "description": "Tab bar with more freedom",
"topics": [
"react-native",
"tabbar"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-tabbar",
- "npm": {
- "downloads": 195,
- "weekDownloads": 75
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/alinz/react-native-tabbar"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/alinz/react-native-tabbar",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.167,
- "topicSearchString": "react-native tabbar"
+ "npm": {
+ "downloads": 164,
+ "weekDownloads": 54
+ },
+ "npmPkg": "react-native-tabbar",
+ "popularity": -1.216,
+ "score": 41,
+ "topicSearchString": "react-native tabbar",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/KBLNY/react-native-message-bar",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/KBLNY/react-native-message-bar",
- "homepage": null
+ "description": "A notification bar alert displayed at the top of the screen for react-native",
+ "fullName": "KBLNY/react-native-message-bar",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-message-bar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-14T21:01:34Z",
+ "forks": 82,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-05-19T09:36:52Z",
- "createdAt": "2016-03-14T21:01:34Z",
- "pushedAt": "2016-05-19T09:36:52Z",
- "forks": 82,
+ "hasWiki": true,
"issues": 25,
+ "pushedAt": "2016-05-19T09:36:52Z",
+ "stars": 443,
"subscribers": 8,
- "stars": 443
+ "updatedAt": "2016-05-19T09:36:52Z"
},
- "name": "react-native-message-bar",
- "fullName": "KBLNY/react-native-message-bar",
- "isPrivate": false,
- "description": "A notification bar alert displayed at the top of the screen for react-native",
"topics": [
"react-native",
"react",
@@ -11843,59 +11876,60 @@
"notification",
"status"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-message-bar",
- "npm": {
- "downloads": 2151,
- "weekDownloads": 473
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/KBLNY/react-native-message-bar"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/KBLNY/react-native-message-bar",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.563,
- "topicSearchString": "react-native react native message bar alert notification status"
+ "npm": {
+ "downloads": 1921,
+ "weekDownloads": 302
+ },
+ "npmPkg": "react-native-message-bar",
+ "popularity": -0.616,
+ "score": 41,
+ "topicSearchString": "react-native react native message bar alert notification status",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/eyaleizenberg/react-native-floating-label-text-input",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/eyaleizenberg/react-native-floating-label-text-input",
- "homepage": null
+ "description": "A React Native component for floating label text input",
+ "fullName": "eyaleizenberg/react-native-floating-label-text-input",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-floating-label-text-input",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-22T04:14:56Z",
+ "forks": 77,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-07-28T01:48:34Z",
- "createdAt": "2015-10-22T04:14:56Z",
- "pushedAt": "2017-07-28T01:48:34Z",
- "forks": 77,
+ "hasWiki": true,
"issues": 16,
+ "pushedAt": "2017-07-28T01:48:34Z",
+ "stars": 284,
"subscribers": 4,
- "stars": 284
+ "updatedAt": "2017-07-28T01:48:34Z"
},
- "name": "react-native-floating-label-text-input",
- "fullName": "eyaleizenberg/react-native-floating-label-text-input",
- "isPrivate": false,
- "description": "A React Native component for floating label text input",
"topics": [
"react-native",
"react-component",
@@ -11905,61 +11939,59 @@
"text-input",
"text-field"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-floating-label-text-input",
- "npm": {
- "downloads": 166,
- "weekDownloads": 70
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/eyaleizenberg/react-native-floating-label-text-input"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/eyaleizenberg/react-native-floating-label-text-input",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.141,
- "topicSearchString": "react-native react-component ios animated floating text-input text-field"
+ "npm": {
+ "downloads": 123,
+ "weekDownloads": 33
+ },
+ "npmPkg": "react-native-floating-label-text-input",
+ "popularity": -1.264,
+ "score": 41,
+ "topicSearchString": "react-native react-component ios animated floating text-input text-field",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/naoufal/react-native-progress-hud",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/naoufal/react-native-progress-hud",
- "homepage": "https://www.npmjs.com/package/react-native-progress-hud"
+ "description": "A clean and lightweight progress HUD for your React Native app.",
+ "fullName": "naoufal/react-native-progress-hud",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-progress-hud",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-08T17:51:29Z",
+ "forks": 47,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-04-20T14:09:49Z",
- "createdAt": "2015-04-08T17:51:29Z",
- "pushedAt": "2016-04-20T14:09:49Z",
- "forks": 47,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2016-04-20T14:09:49Z",
+ "stars": 258,
"subscribers": 7,
- "stars": 258
+ "updatedAt": "2016-04-20T14:09:49Z"
},
- "name": "react-native-progress-hud",
- "fullName": "naoufal/react-native-progress-hud",
- "isPrivate": false,
- "description": "A clean and lightweight progress HUD for your React Native app.",
"topics": [
"react",
"native",
@@ -11971,53 +12003,60 @@
"loading",
"react-component"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-progress-hud",
- "npm": {
- "downloads": 107,
- "weekDownloads": 36
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-progress-hud",
+ "repo": "https://github.com/naoufal/react-native-progress-hud"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/naoufal/react-native-progress-hud",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.212,
- "topicSearchString": "react native progress hud popup spinner loader loading react-component"
+ "npm": {
+ "downloads": 94,
+ "weekDownloads": 23
+ },
+ "npmPkg": "react-native-progress-hud",
+ "popularity": -1.291,
+ "score": 41,
+ "topicSearchString": "react native progress hud popup spinner loader loading react-component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/xcarpentier/react-native-country-picker-modal",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/xcarpentier/react-native-country-picker-modal",
- "homepage": "https://reactnative.gallery/xcarpentier/country-picker"
+ "description": "🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.",
+ "fullName": "xcarpentier/react-native-country-picker-modal",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-country-picker-modal",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-03T20:13:50Z",
+ "forks": 787,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-06-11T09:30:54Z",
- "createdAt": "2016-03-03T20:13:50Z",
- "pushedAt": "2025-06-11T09:30:54Z",
- "forks": 787,
+ "hasWiki": true,
"issues": 44,
+ "pushedAt": "2025-06-11T09:30:54Z",
+ "stars": 1099,
"subscribers": 18,
- "stars": 1099
+ "updatedAt": "2025-06-11T09:30:54Z"
},
- "name": "react-native-country-picker-modal",
- "fullName": "xcarpentier/react-native-country-picker-modal",
- "isPrivate": false,
- "description": "🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.",
"topics": [
"react-native",
"components",
@@ -12027,59 +12066,59 @@
"countries",
"modal"
],
- "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-country-picker-modal",
- "npm": {
- "downloads": 282421,
- "weekDownloads": 57242
+ "urls": {
+ "homepage": "https://reactnative.gallery/xcarpentier/country-picker",
+ "repo": "https://github.com/xcarpentier/react-native-country-picker-modal"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/xcarpentier/react-native-country-picker-modal",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.172,
+ "npm": {
+ "downloads": 271491,
+ "weekDownloads": 49136
+ },
+ "npmPkg": "react-native-country-picker-modal",
+ "popularity": 0.154,
+ "score": 68,
"topicSearchString": "react-native components country-picker country flag countries modal"
},
{
- "githubUrl": "https://github.com/larsvinter/react-native-awesome-button",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/larsvinter/react-native-awesome-button",
- "homepage": null
+ "description": "A button React Native component supporting showing different states with animations",
+ "fullName": "larsvinter/react-native-awesome-button",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-awesome-button",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-03T15:48:18Z",
+ "forks": 44,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-08-02T14:19:12Z",
- "createdAt": "2015-10-03T15:48:18Z",
- "pushedAt": "2017-08-02T14:19:12Z",
- "forks": 44,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2017-08-02T14:19:12Z",
+ "stars": 236,
"subscribers": 7,
- "stars": 236
+ "updatedAt": "2017-08-02T14:19:12Z"
},
- "name": "react-native-awesome-button",
- "fullName": "larsvinter/react-native-awesome-button",
- "isPrivate": false,
- "description": "A button React Native component supporting showing different states with animations",
"topics": [
"react",
"react-native",
@@ -12088,60 +12127,59 @@
"awesome-button",
"react-ui"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-awesome-button",
- "npm": {
- "downloads": 35,
- "weekDownloads": 29
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/larsvinter/react-native-awesome-button"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/larsvinter/react-native-awesome-button",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.775,
- "topicSearchString": "react react-native react-component button awesome-button react-ui"
+ "npm": {
+ "downloads": 13,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-awesome-button",
+ "popularity": -1.1,
+ "score": 41,
+ "topicSearchString": "react react-native react-component button awesome-button react-ui",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/matc4/react-native-svg-uri",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/vault-development/react-native-svg-uri",
- "homepage": null
+ "description": "Render SVG images in React Native from an URL or static file",
+ "fullName": "vault-development/react-native-svg-uri",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-svg-uri",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-19T21:58:56Z",
+ "forks": 269,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-09-13T12:33:49Z",
- "createdAt": "2016-08-19T21:58:56Z",
- "pushedAt": "2018-09-13T12:33:49Z",
- "forks": 269,
+ "hasWiki": true,
"issues": 84,
+ "pushedAt": "2018-09-13T12:33:49Z",
+ "stars": 849,
"subscribers": 13,
- "stars": 849
+ "updatedAt": "2018-09-13T12:33:49Z"
},
- "name": "react-native-svg-uri",
- "fullName": "vault-development/react-native-svg-uri",
- "isPrivate": false,
- "description": "Render SVG images in React Native from an URL or static file",
"topics": [
"react-native",
"svg",
@@ -12149,18 +12187,13 @@
"uri",
"http"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-svg-uri",
- "npm": {
- "downloads": 25018,
- "weekDownloads": 4226
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vault-development/react-native-svg-uri"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/matc4/react-native-svg-uri",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -12168,44 +12201,51 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.606,
- "topicSearchString": "react-native svg url uri http"
+ "npm": {
+ "downloads": 24563,
+ "weekDownloads": 3434
+ },
+ "npmPkg": "react-native-svg-uri",
+ "popularity": -0.631,
+ "score": 46,
+ "topicSearchString": "react-native svg url uri http",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/webraptor/react-native-deck-swiper",
- "ios": true,
"android": true,
- "expoGo": true,
"examples": [
"https://github.com/webraptor/react-native-deck-swiper/tree/master/example"
],
- "images": [
- "https://github.com/webraptor/react-native-deck-swiper/raw/master/animation.gif",
- "https://github.com/webraptor/react-native-deck-swiper/blob/master/animation2.gif"
- ],
+ "expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/webraptor/react-native-deck-swiper",
- "homepage": null
+ "description": "tinder like react-native deck swiper ",
+ "fullName": "webraptor/react-native-deck-swiper",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEw",
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "http://choosealicense.com/licenses/isc/"
},
+ "name": "react-native-deck-swiper",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2020-07-29T06:05:00Z",
+ "forks": 94,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-08-12T13:42:02Z",
- "createdAt": "2020-07-29T06:05:00Z",
- "pushedAt": "2025-08-12T13:42:02Z",
- "forks": 94,
+ "hasWiki": false,
"issues": 54,
+ "pushedAt": "2025-08-12T13:42:02Z",
+ "stars": 165,
"subscribers": 4,
- "stars": 165
+ "updatedAt": "2025-08-12T13:42:02Z"
},
- "name": "react-native-deck-swiper",
- "fullName": "webraptor/react-native-deck-swiper",
- "isPrivate": false,
- "description": "tinder like react-native deck swiper ",
"topics": [
"react-native",
"component",
@@ -12217,60 +12257,63 @@
"deck",
"animation"
],
- "license": {
- "key": "isc",
- "name": "ISC License",
- "spdxId": "ISC",
- "url": "http://choosealicense.com/licenses/isc/",
- "id": "MDc6TGljZW5zZTEw"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-deck-swiper",
- "npm": {
- "downloads": 36685,
- "weekDownloads": 7282
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/webraptor/react-native-deck-swiper"
+ }
},
- "score": 57,
- "matchingScoreModifiers": [
- "Known",
- "Recently updated",
+ "githubUrl": "https://github.com/webraptor/react-native-deck-swiper",
+ "images": [
+ "https://github.com/webraptor/react-native-deck-swiper/raw/master/animation.gif",
+ "https://github.com/webraptor/react-native-deck-swiper/blob/master/animation2.gif"
+ ],
+ "ios": true,
+ "matchingScoreModifiers": [
+ "Known",
+ "Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.169,
+ "npm": {
+ "downloads": 35646,
+ "weekDownloads": 6716
+ },
+ "npmPkg": "react-native-deck-swiper",
+ "popularity": 0.16,
+ "score": 57,
"topicSearchString": "react-native component tinder cards card swipe swiper deck animation"
},
{
- "githubUrl": "https://github.com/d-a-n/react-native-webbrowser",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/d-a-n/react-native-webbrowser",
- "homepage": null
+ "description": "A cross-platform (iOS / Android), full-featured, highly customizable web browser module for React Native apps.",
+ "fullName": "d-a-n/react-native-webbrowser",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-webbrowser",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-24T20:35:57Z",
+ "forks": 49,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-05-01T19:19:56Z",
- "createdAt": "2016-02-24T20:35:57Z",
- "pushedAt": "2016-05-01T19:19:56Z",
- "forks": 49,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2016-05-01T19:19:56Z",
+ "stars": 206,
"subscribers": 8,
- "stars": 206
+ "updatedAt": "2016-05-01T19:19:56Z"
},
- "name": "react-native-webbrowser",
- "fullName": "d-a-n/react-native-webbrowser",
- "isPrivate": false,
- "description": "A cross-platform (iOS / Android), full-featured, highly customizable web browser module for React Native apps.",
"topics": [
"webview",
"webbrowser",
@@ -12283,60 +12326,60 @@
"react-native",
"react-component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-webbrowser",
- "npm": {
- "downloads": 20,
- "weekDownloads": 11
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/d-a-n/react-native-webbrowser"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/d-a-n/react-native-webbrowser",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.95,
- "topicSearchString": "webview webbrowser browser web native react ios android react-native react-component"
+ "npm": {
+ "downloads": 10,
+ "weekDownloads": 2
+ },
+ "npmPkg": "react-native-webbrowser",
+ "popularity": -1.3,
+ "score": 41,
+ "topicSearchString": "webview webbrowser browser web native react ios android react-native react-component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/geremih/react-native-circular-action-menu",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/geremih/react-native-circular-action-menu",
- "homepage": null
+ "description": "Path-esque circular action menu inspired by CircularFloatingActionMenu.",
+ "fullName": "geremih/react-native-circular-action-menu",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-circular-action-menu",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-07-04T05:31:27Z",
+ "forks": 88,
+ "hasDiscussions": false,
"hasIssues": false,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-10-18T10:59:39Z",
- "createdAt": "2016-07-04T05:31:27Z",
- "pushedAt": "2018-10-18T10:59:39Z",
- "forks": 88,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-10-18T10:59:39Z",
+ "stars": 475,
"subscribers": 15,
- "stars": 475
+ "updatedAt": "2018-10-18T10:59:39Z"
},
- "name": "react-native-circular-action-menu",
- "fullName": "geremih/react-native-circular-action-menu",
- "isPrivate": false,
- "description": "Path-esque circular action menu inspired by CircularFloatingActionMenu.",
"topics": [
"react-native",
"action-button",
@@ -12346,60 +12389,60 @@
"arc-menu",
"satellite-menu"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-circular-action-menu",
- "npm": {
- "downloads": 372,
- "weekDownloads": 97
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/geremih/react-native-circular-action-menu"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/geremih/react-native-circular-action-menu",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.277,
- "topicSearchString": "react-native action-button float-button multi-action-button circular-menu arc-menu satellite-menu"
+ "npm": {
+ "downloads": 355,
+ "weekDownloads": 86
+ },
+ "npmPkg": "react-native-circular-action-menu",
+ "popularity": -1.293,
+ "score": 41,
+ "topicSearchString": "react-native action-button float-button multi-action-button circular-menu arc-menu satellite-menu",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/danielweinmann/react-native-stateless-form",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/danielweinmann/react-native-stateless-form",
- "homepage": null
+ "description": "Stateless form components for React Native",
+ "fullName": "danielweinmann/react-native-stateless-form",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-stateless-form",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-22T02:25:37Z",
+ "forks": 14,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-12-19T17:20:58Z",
- "createdAt": "2016-02-22T02:25:37Z",
- "pushedAt": "2017-12-19T17:20:58Z",
- "forks": 14,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2017-12-19T17:20:58Z",
+ "stars": 105,
"subscribers": 9,
- "stars": 105
+ "updatedAt": "2017-12-19T17:20:58Z"
},
- "name": "react-native-stateless-form",
- "fullName": "danielweinmann/react-native-stateless-form",
- "isPrivate": false,
- "description": "Stateless form components for React Native",
"topics": [
"react",
"native",
@@ -12411,58 +12454,59 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-stateless-form",
- "npm": {
- "downloads": 39,
- "weekDownloads": 25
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/danielweinmann/react-native-stateless-form"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/danielweinmann/react-native-stateless-form",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.944,
- "topicSearchString": "react native react-native form stateless presentational components ios android"
+ "npm": {
+ "downloads": 20,
+ "weekDownloads": 16
+ },
+ "npmPkg": "react-native-stateless-form",
+ "popularity": -0.7,
+ "score": 32,
+ "topicSearchString": "react native react-native form stateless presentational components ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kirankalyan5/react-native-segmented-control-tab",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/kirankalyan5/react-native-segmented-control-tab",
- "homepage": null
+ "description": "react-native-segmented-control-tab(for Android/iOS)",
+ "fullName": "kirankalyan5/react-native-segmented-control-tab",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-segmented-control-tab",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-09-26T04:01:22Z",
+ "forks": 108,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-01-17T21:40:35Z",
- "createdAt": "2016-09-26T04:01:22Z",
- "pushedAt": "2022-01-17T21:40:35Z",
- "forks": 108,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2022-01-17T21:40:35Z",
+ "stars": 619,
"subscribers": 6,
- "stars": 619
+ "updatedAt": "2022-01-17T21:40:35Z"
},
- "name": "react-native-segmented-control-tab",
- "fullName": "kirankalyan5/react-native-segmented-control-tab",
- "isPrivate": false,
- "description": "react-native-segmented-control-tab(for Android/iOS)",
"topics": [
"react-native",
"custom",
@@ -12473,232 +12517,236 @@
"android",
"controlled-segmentedcontroltab"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-segmented-control-tab",
- "npm": {
- "downloads": 88039,
- "weekDownloads": 19950
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kirankalyan5/react-native-segmented-control-tab"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/kirankalyan5/react-native-segmented-control-tab",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.557,
- "topicSearchString": "react-native custom component segmentedcontrolios segmentedcontroltab ios android controlled-segmentedcontroltab"
+ "npm": {
+ "downloads": 83259,
+ "weekDownloads": 18079
+ },
+ "npmPkg": "react-native-segmented-control-tab",
+ "popularity": -0.565,
+ "score": 57,
+ "topicSearchString": "react-native custom component segmentedcontrolios segmentedcontroltab ios android controlled-segmentedcontroltab",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/rgovindji/react-native-atoz-list",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/rgovindji/react-native-atoz-list",
- "homepage": null
+ "description": "React Native Listview which handles large data sets and can scroll to sections using an alphabetical scroll list",
+ "fullName": "rgovindji/react-native-atoz-list",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-atoz-list",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-10-12T03:32:02Z",
+ "forks": 89,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-07-11T13:46:58Z",
- "createdAt": "2016-10-12T03:32:02Z",
- "pushedAt": "2020-07-11T13:46:58Z",
- "forks": 89,
+ "hasWiki": true,
"issues": 18,
+ "pushedAt": "2020-07-11T13:46:58Z",
+ "stars": 183,
"subscribers": 8,
- "stars": 183
+ "updatedAt": "2020-07-11T13:46:58Z"
},
- "name": "react-native-atoz-list",
- "fullName": "rgovindji/react-native-atoz-list",
- "isPrivate": false,
- "description": "React Native Listview which handles large data sets and can scroll to sections using an alphabetical scroll list",
"topics": [
"selectlist",
"alphabetlist",
"contactlist"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-atoz-list",
- "npm": {
- "downloads": 59,
- "weekDownloads": 16
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/rgovindji/react-native-atoz-list"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/rgovindji/react-native-atoz-list",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.254,
- "topicSearchString": "selectlist alphabetlist contactlist"
+ "npm": {
+ "downloads": 48,
+ "weekDownloads": 8
+ },
+ "npmPkg": "react-native-atoz-list",
+ "popularity": -1.355,
+ "score": 41,
+ "topicSearchString": "selectlist alphabetlist contactlist",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/expo/react-native-responsive-image",
- "npmPkg": "@expo/react-native-responsive-image",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/react-native-responsive-image",
- "homepage": null
+ "description": "A responsive Image component that chooses the best-resolution image for the current screen",
+ "fullName": "expo/react-native-responsive-image",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@expo/react-native-responsive-image",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-05T07:40:08Z",
+ "forks": 13,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-06-26T21:16:48Z",
- "createdAt": "2015-07-05T07:40:08Z",
- "pushedAt": "2018-06-26T21:16:48Z",
- "forks": 13,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-06-26T21:16:48Z",
+ "stars": 159,
"subscribers": 21,
- "stars": 159
+ "updatedAt": "2018-06-26T21:16:48Z"
},
- "name": "@expo/react-native-responsive-image",
- "fullName": "expo/react-native-responsive-image",
- "isPrivate": false,
- "description": "A responsive Image component that chooses the best-resolution image for the current screen",
"topics": [
"react-native",
"responsive",
"image",
"pixel-ratio"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npm": {
- "downloads": 1893,
- "weekDownloads": 369
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/react-native-responsive-image"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/expo/react-native-responsive-image",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.584,
- "topicSearchString": "react-native responsive image pixel-ratio"
+ "npm": {
+ "downloads": 1813,
+ "weekDownloads": 351
+ },
+ "npmPkg": "@expo/react-native-responsive-image",
+ "popularity": -0.585,
+ "score": 41,
+ "topicSearchString": "react-native responsive image pixel-ratio",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/expo/react-native-link",
- "npmPkg": "@expo/react-native-link",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/react-native-link",
- "homepage": null
+ "description": "A element for React Native, analogous to the tag in HTML",
+ "fullName": "expo/react-native-link",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@expo/react-native-link",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-20T08:52:13Z",
+ "forks": 2,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-31T18:02:22Z",
- "createdAt": "2015-05-20T08:52:13Z",
- "pushedAt": "2018-01-31T18:02:22Z",
- "forks": 2,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-01-31T18:02:22Z",
+ "stars": 14,
"subscribers": 18,
- "stars": 14
+ "updatedAt": "2018-01-31T18:02:22Z"
},
- "name": "@expo/react-native-link",
- "fullName": "expo/react-native-link",
- "isPrivate": false,
- "description": "A element for React Native, analogous to the tag in HTML",
"topics": [
"react-native",
"link"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npm": {
- "downloads": 8,
- "weekDownloads": 1
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/react-native-link"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/expo/react-native-link",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
+ "npm": {
+ "downloads": 8,
+ "weekDownloads": 1
+ },
+ "npmPkg": "@expo/react-native-link",
"popularity": -1.55,
- "topicSearchString": "react-native link"
+ "score": 32,
+ "topicSearchString": "react-native link",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/yonahforst/react-native-emoji-picker",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/yonahforst/react-native-emoji-picker",
- "homepage": null
+ "description": "Simple emoji picker for react-native",
+ "fullName": "yonahforst/react-native-emoji-picker",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-emoji-picker",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-13T09:34:07Z",
+ "forks": 39,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-11-09T14:49:11Z",
- "createdAt": "2016-06-13T09:34:07Z",
- "pushedAt": "2018-11-09T14:49:11Z",
- "forks": 39,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2018-11-09T14:49:11Z",
+ "stars": 109,
"subscribers": 6,
- "stars": 109
+ "updatedAt": "2018-11-09T14:49:11Z"
},
- "name": "react-native-emoji-picker",
- "fullName": "yonahforst/react-native-emoji-picker",
- "isPrivate": false,
- "description": "Simple emoji picker for react-native",
"topics": [
"react-native",
"react-component",
@@ -12706,118 +12754,118 @@
"emoji",
"emoji-picker"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-emoji-picker",
- "npm": {
- "downloads": 703,
- "weekDownloads": 189
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/yonahforst/react-native-emoji-picker"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/yonahforst/react-native-emoji-picker",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.271,
- "topicSearchString": "react-native react-component ios emoji emoji-picker"
+ "npm": {
+ "downloads": 692,
+ "weekDownloads": 193
+ },
+ "npmPkg": "react-native-emoji-picker",
+ "popularity": -1.262,
+ "score": 32,
+ "topicSearchString": "react-native react-component ios emoji emoji-picker",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/react-native-component/react-native-smart-badge",
- "npmPkg": "@react-native-component/react-native-smart-badge",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-component/react-native-smart-badge",
- "homepage": null
+ "description": "A smart badge for react-native apps",
+ "fullName": "react-native-component/react-native-smart-badge",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@react-native-component/react-native-smart-badge",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-07-12T06:46:46Z",
+ "forks": 31,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-11-13T06:17:39Z",
- "createdAt": "2016-07-12T06:46:46Z",
- "pushedAt": "2016-11-13T06:17:39Z",
- "forks": 31,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2016-11-13T06:17:39Z",
+ "stars": 63,
"subscribers": 2,
- "stars": 63
+ "updatedAt": "2016-11-13T06:17:39Z"
},
- "name": "@react-native-component/react-native-smart-badge",
- "fullName": "react-native-component/react-native-smart-badge",
- "isPrivate": false,
- "description": "A smart badge for react-native apps",
"topics": [
"react-native",
"smart",
"badge",
"component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 16,
- "weekDownloads": 2
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/react-native-component/react-native-smart-badge"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/react-native-component/react-native-smart-badge",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.367,
- "topicSearchString": "react-native smart badge component"
+ "npm": {
+ "downloads": 15,
+ "weekDownloads": 1
+ },
+ "npmPkg": "@react-native-component/react-native-smart-badge",
+ "popularity": -1.433,
+ "score": 32,
+ "topicSearchString": "react-native smart badge component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/gcanti/tcomb-form-native",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/gcanti/tcomb-form-native",
- "homepage": null
+ "description": "Forms library for react-native",
+ "fullName": "gcanti/tcomb-form-native",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "tcomb-form-native",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-03-28T18:06:13Z",
+ "forks": 429,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-10-11T09:07:16Z",
- "createdAt": "2015-03-28T18:06:13Z",
- "pushedAt": "2018-10-11T09:07:16Z",
- "forks": 429,
+ "hasWiki": true,
"issues": 112,
+ "pushedAt": "2018-10-11T09:07:16Z",
+ "stars": 3134,
"subscribers": 63,
- "stars": 3134
+ "updatedAt": "2018-10-11T09:07:16Z"
},
- "name": "tcomb-form-native",
- "fullName": "gcanti/tcomb-form-native",
- "isPrivate": false,
- "description": "Forms library for react-native",
"topics": [
"tcomb",
"form",
@@ -12826,23 +12874,13 @@
"react-native",
"react-component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "tcomb-form-native",
- "npm": {
- "downloads": 17096,
- "weekDownloads": 3357
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/gcanti/tcomb-form-native"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/gcanti/tcomb-form-native",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -12850,156 +12888,167 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.583,
- "topicSearchString": "tcomb form forms react react-native react-component"
+ "npm": {
+ "downloads": 16255,
+ "weekDownloads": 2308
+ },
+ "npmPkg": "tcomb-form-native",
+ "popularity": -0.629,
+ "score": 46,
+ "topicSearchString": "tcomb form forms react react-native react-component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/expo/react-native-infinite-scroll-view",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/react-native-infinite-scroll-view",
- "homepage": null
+ "description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom",
+ "fullName": "expo/react-native-infinite-scroll-view",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-infinite-scroll-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-01T18:47:43Z",
+ "forks": 55,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-08-28T21:37:36Z",
- "createdAt": "2015-07-01T18:47:43Z",
- "pushedAt": "2018-08-28T21:37:36Z",
- "forks": 55,
+ "hasWiki": true,
"issues": 15,
+ "pushedAt": "2018-08-28T21:37:36Z",
+ "stars": 515,
"subscribers": 28,
- "stars": 515
+ "updatedAt": "2018-08-28T21:37:36Z"
},
- "name": "react-native-infinite-scroll-view",
- "fullName": "expo/react-native-infinite-scroll-view",
- "isPrivate": false,
- "description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom",
"topics": [
"react-native",
"infinite",
"pagination",
"scroll-view"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-infinite-scroll-view",
- "npm": {
- "downloads": 46006,
- "weekDownloads": 6012
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/react-native-infinite-scroll-view"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/expo/react-native-infinite-scroll-view",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.639,
- "topicSearchString": "react-native infinite pagination scroll-view"
+ "npm": {
+ "downloads": 48502,
+ "weekDownloads": 6435
+ },
+ "npmPkg": "react-native-infinite-scroll-view",
+ "popularity": -0.637,
+ "score": 41,
+ "topicSearchString": "react-native infinite pagination scroll-view",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/expo/react-native-invertible-scroll-view",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/expo/react-native-invertible-scroll-view",
- "homepage": null
+ "description": "An invertible ScrollView for React Native",
+ "fullName": "expo/react-native-invertible-scroll-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-invertible-scroll-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-08T09:51:26Z",
+ "forks": 79,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-01-27T04:39:42Z",
- "createdAt": "2015-04-08T09:51:26Z",
- "pushedAt": "2023-01-27T04:39:42Z",
- "forks": 79,
+ "hasWiki": false,
"issues": 19,
+ "pushedAt": "2023-01-27T04:39:42Z",
+ "stars": 464,
"subscribers": 23,
- "stars": 464
+ "updatedAt": "2023-01-27T04:39:42Z"
},
- "name": "react-native-invertible-scroll-view",
- "fullName": "expo/react-native-invertible-scroll-view",
- "isPrivate": false,
- "description": "An invertible ScrollView for React Native",
"topics": [
"react-native",
"invertible",
"scroll-view"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-invertible-scroll-view",
- "npm": {
- "downloads": 4439,
- "weekDownloads": 952
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/expo/react-native-invertible-scroll-view"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/expo/react-native-invertible-scroll-view",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.568,
- "topicSearchString": "react-native invertible scroll-view"
+ "npm": {
+ "downloads": 4156,
+ "weekDownloads": 914
+ },
+ "npmPkg": "react-native-invertible-scroll-view",
+ "popularity": -0.563,
+ "score": 41,
+ "topicSearchString": "react-native invertible scroll-view",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/magicismight/react-native-root-modal",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/magicismight/react-native-root-modal",
- "homepage": null
+ "description": "A pure JavaScript solution for react native`s modal component",
+ "fullName": "magicismight/react-native-root-modal",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-root-modal",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-17T14:32:25Z",
+ "forks": 52,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-03-10T12:43:33Z",
- "createdAt": "2016-01-17T14:32:25Z",
- "pushedAt": "2024-03-10T12:43:33Z",
- "forks": 52,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2024-03-10T12:43:33Z",
+ "stars": 367,
"subscribers": 14,
- "stars": 367
+ "updatedAt": "2024-03-10T12:43:33Z"
},
- "name": "react-native-root-modal",
- "fullName": "magicismight/react-native-root-modal",
- "isPrivate": false,
- "description": "A pure JavaScript solution for react native`s modal component",
"topics": [
"react-component",
"react-native",
@@ -13008,119 +13057,119 @@
"modal",
"popover"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-root-modal",
- "npm": {
- "downloads": 2053,
- "weekDownloads": 520
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/magicismight/react-native-root-modal"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/magicismight/react-native-root-modal",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.215,
+ "npm": {
+ "downloads": 1832,
+ "weekDownloads": 312
+ },
+ "npmPkg": "react-native-root-modal",
+ "popularity": 0.145,
+ "score": 41,
"topicSearchString": "react-component react-native ios android modal popover"
},
{
- "githubUrl": "https://github.com/jorilallo/react-native-emoji",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/EricPKerr/react-native-emoji",
- "homepage": null
+ "description": "☕Emoji component for React Native",
+ "fullName": "EricPKerr/react-native-emoji",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-emoji",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-08T06:02:11Z",
+ "forks": 56,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-06-05T17:35:05Z",
- "createdAt": "2015-10-08T06:02:11Z",
- "pushedAt": "2019-06-05T17:35:05Z",
- "forks": 56,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2019-06-05T17:35:05Z",
+ "stars": 328,
"subscribers": 7,
- "stars": 328
+ "updatedAt": "2019-06-05T17:35:05Z"
},
- "name": "react-native-emoji",
- "fullName": "EricPKerr/react-native-emoji",
- "isPrivate": false,
- "description": "☕Emoji component for React Native",
"topics": [
"react-native",
"emoji",
"react-component",
"ios"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-emoji",
- "npm": {
- "downloads": 10881,
- "weekDownloads": 2684
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/EricPKerr/react-native-emoji"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/jorilallo/react-native-emoji",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.54,
- "topicSearchString": "react-native emoji react-component ios"
+ "npm": {
+ "downloads": 10167,
+ "weekDownloads": 3637
+ },
+ "npmPkg": "react-native-emoji",
+ "popularity": -0.446,
+ "score": 41,
+ "topicSearchString": "react-native emoji react-component ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/CharlesMangwa/react-native-simple-markdown",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/CharlesMangwa/react-native-simple-markdown",
- "homepage": "https://www.npmjs.com/package/react-native-simple-markdown"
+ "description": "📜 React Native Markdown component (iOS & Android).",
+ "fullName": "CharlesMangwa/react-native-simple-markdown",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-simple-markdown",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-02T08:34:35Z",
+ "forks": 123,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-23T22:12:46Z",
- "createdAt": "2016-08-02T08:34:35Z",
- "pushedAt": "2018-01-23T22:12:46Z",
- "forks": 123,
+ "hasWiki": true,
"issues": 40,
+ "pushedAt": "2018-01-23T22:12:46Z",
+ "stars": 416,
"subscribers": 5,
- "stars": 416
+ "updatedAt": "2018-01-23T22:12:46Z"
},
- "name": "react-native-simple-markdown",
- "fullName": "CharlesMangwa/react-native-simple-markdown",
- "isPrivate": false,
- "description": "📜 React Native Markdown component (iOS & Android).",
"topics": [
"react-native",
"native",
@@ -13133,60 +13182,59 @@
"react",
"library"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-simple-markdown",
- "npm": {
- "downloads": 3633,
- "weekDownloads": 846
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-simple-markdown",
+ "repo": "https://github.com/CharlesMangwa/react-native-simple-markdown"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/CharlesMangwa/react-native-simple-markdown",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.552,
- "topicSearchString": "react-native native markdown md parse parser ios android react library"
+ "npm": {
+ "downloads": 3406,
+ "weekDownloads": 775
+ },
+ "npmPkg": "react-native-simple-markdown",
+ "popularity": -0.556,
+ "score": 41,
+ "topicSearchString": "react-native native markdown md parse parser ios android react library",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/gnestor/react-native-statusbar-alert",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/gnestor/react-native-statusbar-alert",
- "homepage": null
+ "description": "A status bar alert (e.g. in-call, recording, navigating) for React Native",
+ "fullName": "gnestor/react-native-statusbar-alert",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-statusbar-alert",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-04T19:56:03Z",
+ "forks": 27,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-09-13T13:17:00Z",
- "createdAt": "2016-05-04T19:56:03Z",
- "pushedAt": "2018-09-13T13:17:00Z",
- "forks": 27,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2018-09-13T13:17:00Z",
+ "stars": 231,
"subscribers": 7,
- "stars": 231
+ "updatedAt": "2018-09-13T13:17:00Z"
},
- "name": "react-native-statusbar-alert",
- "fullName": "gnestor/react-native-statusbar-alert",
- "isPrivate": false,
- "description": "A status bar alert (e.g. in-call, recording, navigating) for React Native",
"topics": [
"react-native",
"status-bar",
@@ -13196,55 +13244,61 @@
"android",
"statusbar"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-statusbar-alert",
- "npm": {
- "downloads": 2441,
- "weekDownloads": 627
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/gnestor/react-native-statusbar-alert"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/gnestor/react-native-statusbar-alert",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.532,
- "topicSearchString": "react-native status-bar alert banner ios android statusbar"
+ "npm": {
+ "downloads": 2223,
+ "weekDownloads": 485
+ },
+ "npmPkg": "react-native-statusbar-alert",
+ "popularity": -0.565,
+ "score": 41,
+ "topicSearchString": "react-native status-bar alert banner ios android statusbar",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/knowbody/react-native-text",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/knowbody/react-native-text",
- "homepage": null
+ "description": "React Native Text scales the font size based on a device width",
+ "fullName": "knowbody/react-native-text",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-text",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-08-20T16:35:22Z",
+ "forks": 26,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-05-11T06:51:34Z",
- "createdAt": "2016-08-20T16:35:22Z",
- "pushedAt": "2021-05-11T06:51:34Z",
- "forks": 26,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2021-05-11T06:51:34Z",
+ "stars": 268,
"subscribers": 6,
- "stars": 268
+ "updatedAt": "2021-05-11T06:51:34Z"
},
- "name": "react-native-text",
- "fullName": "knowbody/react-native-text",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "React Native Text scales the font size based on a device width",
"topics": [
"react-native",
"scaled",
@@ -13253,60 +13307,60 @@
"text",
"react"
],
- "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-text",
- "npm": {
- "downloads": 2930,
- "weekDownloads": 503
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/knowbody/react-native-text"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/knowbody/react-native-text",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.604,
- "topicSearchString": "react-native scaled ios android text react"
+ "npm": {
+ "downloads": 2879,
+ "weekDownloads": 577
+ },
+ "npmPkg": "react-native-text",
+ "popularity": -0.58,
+ "score": 41,
+ "topicSearchString": "react-native scaled ios android text react",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/cooperka/react-native-immutable-list-view",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/cooperka/react-native-immutable-list-view",
- "homepage": null
+ "description": ":scroll: Drop-in replacement for ListView, FlatList, and VirtualizedList.",
+ "fullName": "cooperka/react-native-immutable-list-view",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-immutable-list-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-10-08T14:49:51Z",
+ "forks": 28,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-10-19T01:55:38Z",
- "createdAt": "2016-10-08T14:49:51Z",
- "pushedAt": "2019-10-19T01:55:38Z",
- "forks": 28,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2019-10-19T01:55:38Z",
+ "stars": 204,
"subscribers": 5,
- "stars": 204
+ "updatedAt": "2019-10-19T01:55:38Z"
},
- "name": "react-native-immutable-list-view",
- "fullName": "cooperka/react-native-immutable-list-view",
- "isPrivate": false,
- "description": ":scroll: Drop-in replacement for ListView, FlatList, and VirtualizedList.",
"topics": [
"react",
"listview",
@@ -13322,60 +13376,60 @@
"flatlist",
"virtualizedlist"
],
- "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-immutable-list-view",
- "npm": {
- "downloads": 399,
- "weekDownloads": 141
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/cooperka/react-native-immutable-list-view"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/cooperka/react-native-immutable-list-view",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.197,
- "topicSearchString": "react listview datasource pure immutable list map set react-native immutablejs component flatlist virtualizedlist"
+ "npm": {
+ "downloads": 326,
+ "weekDownloads": 80
+ },
+ "npmPkg": "react-native-immutable-list-view",
+ "popularity": -1.289,
+ "score": 41,
+ "topicSearchString": "react listview datasource pure immutable list map set react-native immutablejs component flatlist virtualizedlist",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/tuantle/react-native-search-header",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/tuantle/react-native-search-header",
- "homepage": null
+ "description": "Easy to use React Native search header component based on material design patterns.",
+ "fullName": "tuantle/react-native-search-header",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-search-header",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-23T20:25:06Z",
+ "forks": 30,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-09-09T22:27:52Z",
- "createdAt": "2017-01-23T20:25:06Z",
- "pushedAt": "2019-09-09T22:27:52Z",
- "forks": 30,
+ "hasWiki": true,
"issues": 14,
+ "pushedAt": "2019-09-09T22:27:52Z",
+ "stars": 192,
"subscribers": 7,
- "stars": 192
+ "updatedAt": "2019-09-09T22:27:52Z"
},
- "name": "react-native-search-header",
- "fullName": "tuantle/react-native-search-header",
- "isPrivate": false,
- "description": "Easy to use React Native search header component based on material design patterns.",
"topics": [
"search-header",
"react-native",
@@ -13389,60 +13443,60 @@
"ui",
"uikit"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-search-header",
- "npm": {
- "downloads": 363,
- "weekDownloads": 113
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/tuantle/react-native-search-header"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/tuantle/react-native-search-header",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.234,
- "topicSearchString": "search-header react-native android ios search header mobile material-design component ui uikit"
+ "npm": {
+ "downloads": 315,
+ "weekDownloads": 190
+ },
+ "npmPkg": "react-native-search-header",
+ "popularity": -0.986,
+ "score": 41,
+ "topicSearchString": "search-header react-native android ios search header mobile material-design component ui uikit",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wildlifela/react-native-device-monitor",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/wildlifela/react-native-device-monitor",
- "homepage": null
+ "description": "Monitor Device State",
+ "fullName": "wildlifela/react-native-device-monitor",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-device-monitor",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-09T03:17:01Z",
+ "forks": 5,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-11-06T02:25:24Z",
- "createdAt": "2016-03-09T03:17:01Z",
- "pushedAt": "2019-11-06T02:25:24Z",
- "forks": 5,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2019-11-06T02:25:24Z",
+ "stars": 40,
"subscribers": 5,
- "stars": 40
+ "updatedAt": "2019-11-06T02:25:24Z"
},
- "name": "react-native-device-monitor",
- "fullName": "wildlifela/react-native-device-monitor",
- "isPrivate": false,
- "description": "Monitor Device State",
"topics": [
"react-native",
"device",
@@ -13451,58 +13505,58 @@
"android",
"ios"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-device-monitor",
- "npm": {
- "downloads": 31,
- "weekDownloads": 14
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wildlifela/react-native-device-monitor"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/wildlifela/react-native-device-monitor",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.1,
- "topicSearchString": "react-native device keyboard net-info android ios"
+ "npm": {
+ "downloads": 22,
+ "weekDownloads": 5
+ },
+ "npmPkg": "react-native-device-monitor",
+ "popularity": -1.3,
+ "score": 32,
+ "topicSearchString": "react-native device keyboard net-info android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/callstack/react-native-fbads",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/callstack/react-native-fbads",
- "homepage": null
+ "description": "Facebook Audience SDK integration for React Native",
+ "fullName": "callstack/react-native-fbads",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-fbads",
+ "newArchitecture": false,
"stats": {
- "hasIssues": true,
- "hasWiki": true,
- "hasSponsorships": false,
- "hasDiscussions": false,
- "hasTopics": true,
- "updatedAt": "2022-05-16T20:08:07Z",
"createdAt": "2016-09-24T12:46:21Z",
- "pushedAt": "2022-05-16T20:08:07Z",
"forks": 136,
+ "hasDiscussions": false,
+ "hasIssues": true,
+ "hasSponsorships": false,
+ "hasTopics": true,
+ "hasWiki": true,
"issues": 35,
+ "pushedAt": "2022-05-16T20:08:07Z",
+ "stars": 445,
"subscribers": 24,
- "stars": 445
+ "updatedAt": "2022-05-16T20:08:07Z"
},
- "name": "react-native-fbads",
- "fullName": "callstack/react-native-fbads",
- "isPrivate": false,
- "description": "Facebook Audience SDK integration for React Native",
"topics": [
"react-native",
"facebook",
@@ -13511,60 +13565,59 @@
"facebook-sdk",
"javascript"
],
- "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-fbads",
- "npm": {
- "downloads": 720,
- "weekDownloads": 91
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/callstack/react-native-fbads"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/callstack/react-native-fbads",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.392,
- "topicSearchString": "react-native facebook audience-network native-ads facebook-sdk javascript"
+ "npm": {
+ "downloads": 747,
+ "weekDownloads": 109
+ },
+ "npmPkg": "react-native-fbads",
+ "popularity": -1.375,
+ "score": 41,
+ "topicSearchString": "react-native facebook audience-network native-ads facebook-sdk javascript",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution",
- "ios": true,
"android": true,
- "npmPkg": "react-native-branch",
"github": {
- "urls": {
- "repo": "https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution",
- "homepage": "https://docs.branch.io/apps/react-native/"
+ "description": "The Branch React Native SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more. ",
+ "fullName": "BranchMetrics/react-native-branch-deep-linking-attribution",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-branch",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-10T23:56:20Z",
+ "forks": 188,
+ "hasDiscussions": false,
"hasIssues": false,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-07-26T00:25:06Z",
- "createdAt": "2016-04-10T23:56:20Z",
- "pushedAt": "2025-07-26T00:25:06Z",
- "forks": 188,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2025-07-26T00:25:06Z",
+ "stars": 534,
"subscribers": 73,
- "stars": 534
+ "updatedAt": "2025-07-26T00:25:06Z"
},
- "name": "react-native-branch",
- "fullName": "BranchMetrics/react-native-branch-deep-linking-attribution",
- "isPrivate": false,
- "description": "The Branch React Native SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more. ",
"topics": [
"react-native",
"react-component",
@@ -13582,58 +13635,59 @@
"react",
"deep-linking"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 332989,
- "weekDownloads": 72089
+ "urls": {
+ "homepage": "https://docs.branch.io/apps/react-native/",
+ "repo": "https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution"
+ }
},
- "score": 73,
+ "githubUrl": "https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.184,
+ "npm": {
+ "downloads": 317313,
+ "weekDownloads": 56887
+ },
+ "npmPkg": "react-native-branch",
+ "popularity": 0.152,
+ "score": 73,
"topicSearchString": "react-native react-component ios android branch metrics deeplink deep link attribution universal-links app-links analytics react deep-linking"
},
{
- "githubUrl": "https://github.com/xxsnakerxx/react-native-social-auth",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/xxsnakerxx/react-native-social-auth",
- "homepage": null
+ "description": "React Native module provides auth methods via social networks using native APIs",
+ "fullName": "xxsnakerxx/react-native-social-auth",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-social-auth",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-17T17:44:28Z",
+ "forks": 16,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-08-02T16:40:01Z",
- "createdAt": "2015-12-17T17:44:28Z",
- "pushedAt": "2017-08-02T16:40:01Z",
- "forks": 16,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2017-08-02T16:40:01Z",
+ "stars": 90,
"subscribers": 5,
- "stars": 90
+ "updatedAt": "2017-08-02T16:40:01Z"
},
- "name": "react-native-social-auth",
- "fullName": "xxsnakerxx/react-native-social-auth",
- "isPrivate": false,
- "description": "React Native module provides auth methods via social networks using native APIs",
"topics": [
"react-native",
"module",
@@ -13644,59 +13698,58 @@
"twitter",
"native"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "unmaintained": true,
- "npmPkg": "react-native-social-auth",
- "npm": {
- "downloads": 92,
- "weekDownloads": 25
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/xxsnakerxx/react-native-social-auth"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/xxsnakerxx/react-native-social-auth",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.262,
- "topicSearchString": "react-native module auth ios android facebook twitter native"
+ "npm": {
+ "downloads": 74,
+ "weekDownloads": 15
+ },
+ "npmPkg": "react-native-social-auth",
+ "popularity": -1.324,
+ "score": 32,
+ "topicSearchString": "react-native module auth ios android facebook twitter native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/corbt/react-native-keep-awake",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/corbt/react-native-keep-awake",
- "homepage": null
+ "description": "Keep the screen from going to sleep. iOS and Android.",
+ "fullName": "corbt/react-native-keep-awake",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-keep-awake",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-25T03:27:40Z",
+ "forks": 127,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-02-15T15:48:10Z",
- "createdAt": "2016-06-25T03:27:40Z",
- "pushedAt": "2022-02-15T15:48:10Z",
- "forks": 127,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2022-02-15T15:48:10Z",
+ "stars": 625,
"subscribers": 7,
- "stars": 625
+ "updatedAt": "2022-02-15T15:48:10Z"
},
- "name": "react-native-keep-awake",
- "fullName": "corbt/react-native-keep-awake",
- "isPrivate": false,
- "description": "Keep the screen from going to sleep. iOS and Android.",
"topics": [
"react-native",
"ios",
@@ -13706,59 +13759,60 @@
"lock",
"sleep"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-keep-awake",
- "npm": {
- "downloads": 165570,
- "weekDownloads": 35910
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/corbt/react-native-keep-awake"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/corbt/react-native-keep-awake",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.566,
- "topicSearchString": "react-native ios android awake screen lock sleep"
+ "npm": {
+ "downloads": 158393,
+ "weekDownloads": 27210
+ },
+ "npmPkg": "react-native-keep-awake",
+ "popularity": -0.604,
+ "score": 57,
+ "topicSearchString": "react-native ios android awake screen lock sleep",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/lucasferreira/react-native-send-intent",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/lucasferreira/react-native-send-intent",
- "homepage": null
+ "description": "React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps",
+ "fullName": "lucasferreira/react-native-send-intent",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-send-intent",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-05T16:33:08Z",
+ "forks": 151,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-09-28T12:20:08Z",
- "createdAt": "2015-11-05T16:33:08Z",
- "pushedAt": "2021-09-28T12:20:08Z",
- "forks": 151,
+ "hasWiki": true,
"issues": 51,
+ "pushedAt": "2021-09-28T12:20:08Z",
+ "stars": 427,
"subscribers": 9,
- "stars": 427
+ "updatedAt": "2021-09-28T12:20:08Z"
},
- "name": "react-native-send-intent",
- "fullName": "lucasferreira/react-native-send-intent",
- "isPrivate": false,
- "description": "React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps",
"topics": [
"react",
"react-native",
@@ -13778,116 +13832,116 @@
"maps",
"android"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-send-intent",
- "npm": {
- "downloads": 38648,
- "weekDownloads": 9027
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/lucasferreira/react-native-send-intent"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/lucasferreira/react-native-send-intent",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.551,
- "topicSearchString": "react react-native react-component intent email send sent share text phone sms call calls dial number maps android"
+ "npm": {
+ "downloads": 37545,
+ "weekDownloads": 8012
+ },
+ "npmPkg": "react-native-send-intent",
+ "popularity": -0.569,
+ "score": 41,
+ "topicSearchString": "react react-native react-component intent email send sent share text phone sms call calls dial number maps android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/NishanthShankar/react-native-android-statusbar",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/NishanthShankar/react-native-android-statusbar",
- "homepage": null
+ "description": "A react native android module to control the android statusbar.",
+ "fullName": "NishanthShankar/react-native-android-statusbar",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-android-statusbar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-09-24T10:05:20Z",
+ "forks": 23,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-08-23T14:06:56Z",
- "createdAt": "2015-09-24T10:05:20Z",
- "pushedAt": "2017-08-23T14:06:56Z",
- "forks": 23,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2017-08-23T14:06:56Z",
+ "stars": 144,
"subscribers": 5,
- "stars": 144
+ "updatedAt": "2017-08-23T14:06:56Z"
},
- "name": "react-native-android-statusbar",
- "fullName": "NishanthShankar/react-native-android-statusbar",
- "isPrivate": false,
- "description": "A react native android module to control the android statusbar.",
"topics": [
"react-component",
"react-native",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-android-statusbar",
- "npm": {
- "downloads": 78,
- "weekDownloads": 22
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/NishanthShankar/react-native-android-statusbar"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/NishanthShankar/react-native-android-statusbar",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.256,
- "topicSearchString": "react-component react-native android"
+ "npm": {
+ "downloads": 76,
+ "weekDownloads": 5
+ },
+ "npmPkg": "react-native-android-statusbar",
+ "popularity": -1.441,
+ "score": 32,
+ "topicSearchString": "react-component react-native android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/react-native-component/react-native-smart-splash-screen",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-component/react-native-smart-splash-screen",
- "homepage": null
+ "description": "A smart splash screen for React Native apps",
+ "fullName": "react-native-component/react-native-smart-splash-screen",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-smart-splash-screen",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-15T06:13:12Z",
+ "forks": 94,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-08-17T11:32:39Z",
- "createdAt": "2016-08-15T06:13:12Z",
- "pushedAt": "2017-08-17T11:32:39Z",
- "forks": 94,
+ "hasWiki": true,
"issues": 45,
+ "pushedAt": "2017-08-17T11:32:39Z",
+ "stars": 488,
"subscribers": 13,
- "stars": 488
+ "updatedAt": "2017-08-17T11:32:39Z"
},
- "name": "react-native-smart-splash-screen",
- "fullName": "react-native-component/react-native-smart-splash-screen",
- "isPrivate": false,
- "description": "A smart splash screen for React Native apps",
"topics": [
"react-native",
"smart",
@@ -13896,59 +13950,59 @@
"splashscreen",
"component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-smart-splash-screen",
- "npm": {
- "downloads": 1002,
- "weekDownloads": 162
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/react-native-component/react-native-smart-splash-screen"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/react-native-component/react-native-smart-splash-screen",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.612,
- "topicSearchString": "react-native smart splash screen splashscreen component"
+ "npm": {
+ "downloads": 920,
+ "weekDownloads": 25
+ },
+ "npmPkg": "react-native-smart-splash-screen",
+ "popularity": -1.477,
+ "score": 41,
+ "topicSearchString": "react-native smart splash screen splashscreen component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/mehcode/rn-splash-screen",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/mehcode/rn-splash-screen",
- "homepage": null
+ "description": "A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.",
+ "fullName": "mehcode/rn-splash-screen",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "rn-splash-screen",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-22T07:09:40Z",
+ "forks": 87,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-09-12T00:03:06Z",
- "createdAt": "2016-06-22T07:09:40Z",
- "pushedAt": "2017-09-12T00:03:06Z",
- "forks": 87,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2017-09-12T00:03:06Z",
+ "stars": 350,
"subscribers": 11,
- "stars": 350
+ "updatedAt": "2017-09-12T00:03:06Z"
},
- "name": "rn-splash-screen",
- "fullName": "mehcode/rn-splash-screen",
- "isPrivate": false,
- "description": "A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.",
"topics": [
"react-native",
"react-component",
@@ -13962,58 +14016,58 @@
"mobile",
"splash-screen"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "rn-splash-screen",
- "npm": {
- "downloads": 41,
- "weekDownloads": 30
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mehcode/rn-splash-screen"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/mehcode/rn-splash-screen",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.833,
- "topicSearchString": "react-native react-component ios android splashscreen splash launchui show hide mobile splash-screen"
+ "npm": {
+ "downloads": 14,
+ "weekDownloads": 5
+ },
+ "npmPkg": "rn-splash-screen",
+ "popularity": -1.167,
+ "score": 41,
+ "topicSearchString": "react-native react-component ios android splashscreen splash launchui show hide mobile splash-screen",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/voronianski/react-native-effects-view",
- "ios": true,
"github": {
- "urls": {
- "repo": "https://github.com/voronianski/react-native-effects-view",
- "homepage": null
+ "description": "Use iOS8 UIVisualEffectViews's blur and vibrancy with ReactNative",
+ "fullName": "voronianski/react-native-effects-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-effects-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-11T14:15:40Z",
+ "forks": 21,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-12-08T15:56:44Z",
- "createdAt": "2015-04-11T14:15:40Z",
- "pushedAt": "2017-12-08T15:56:44Z",
- "forks": 21,
+ "hasWiki": true,
"issues": 7,
+ "pushedAt": "2017-12-08T15:56:44Z",
+ "stars": 388,
"subscribers": 8,
- "stars": 388
+ "updatedAt": "2017-12-08T15:56:44Z"
},
- "name": "react-native-effects-view",
- "fullName": "voronianski/react-native-effects-view",
- "isPrivate": false,
- "description": "Use iOS8 UIVisualEffectViews's blur and vibrancy with ReactNative",
"topics": [
"react",
"react-native",
@@ -14023,59 +14077,59 @@
"uiview",
"view"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-effects-view",
- "npm": {
- "downloads": 78,
- "weekDownloads": 19
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/voronianski/react-native-effects-view"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/voronianski/react-native-effects-view",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.289,
- "topicSearchString": "react react-native react-component ios blur uiview view"
+ "npm": {
+ "downloads": 70,
+ "weekDownloads": 7
+ },
+ "npmPkg": "react-native-effects-view",
+ "popularity": -1.413,
+ "score": 41,
+ "topicSearchString": "react react-native react-component ios blur uiview view",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/timfpark/react-native-location",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/timfpark/react-native-location",
- "homepage": null
+ "description": "React Native plug-in that provides GPS location information",
+ "fullName": "timfpark/react-native-location",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-location",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-06T00:20:31Z",
+ "forks": 196,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-12-30T19:44:45Z",
- "createdAt": "2015-06-06T00:20:31Z",
- "pushedAt": "2022-12-30T19:44:45Z",
- "forks": 196,
+ "hasWiki": true,
"issues": 62,
+ "pushedAt": "2022-12-30T19:44:45Z",
+ "stars": 891,
"subscribers": 14,
- "stars": 891
+ "updatedAt": "2022-12-30T19:44:45Z"
},
- "name": "react-native-location",
- "fullName": "timfpark/react-native-location",
- "isPrivate": false,
- "description": "React Native plug-in that provides GPS location information",
"topics": [
"react-native",
"react-component",
@@ -14083,61 +14137,60 @@
"android",
"location"
],
- "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-location",
- "npm": {
- "downloads": 14290,
- "weekDownloads": 3014
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/timfpark/react-native-location"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/timfpark/react-native-location",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.571,
- "topicSearchString": "react-native react-component ios android location"
+ "npm": {
+ "downloads": 13333,
+ "weekDownloads": 2303
+ },
+ "npmPkg": "react-native-location",
+ "popularity": -0.603,
+ "score": 57,
+ "topicSearchString": "react-native react-component ios android location",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/yonahforst/react-native-permissions",
- "ios": true,
"android": true,
- "windows": true,
"github": {
- "urls": {
- "repo": "https://github.com/zoontek/react-native-permissions",
- "homepage": null
+ "description": "An unified permissions API for React Native on iOS, Android and Windows.",
+ "fullName": "zoontek/react-native-permissions",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-permissions",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2016-03-24T16:33:42Z",
+ "forks": 768,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-07-22T17:21:47Z",
- "createdAt": "2016-03-24T16:33:42Z",
- "pushedAt": "2025-07-22T17:21:47Z",
- "forks": 768,
+ "hasWiki": true,
"issues": 8,
+ "pushedAt": "2025-07-22T17:21:47Z",
+ "stars": 4259,
"subscribers": 35,
- "stars": 4259
+ "updatedAt": "2025-07-22T17:21:47Z"
},
- "name": "react-native-permissions",
- "fullName": "zoontek/react-native-permissions",
- "isPrivate": false,
- "description": "An unified permissions API for React Native on iOS, Android and Windows.",
"topics": [
"react-native",
"windows",
@@ -14146,23 +14199,13 @@
"react",
"permissions"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-permissions",
- "npm": {
- "downloads": 2106423,
- "weekDownloads": 448888
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/zoontek/react-native-permissions"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/yonahforst/react-native-permissions",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -14170,39 +14213,49 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.181,
- "topicSearchString": "react-native windows permission authorization react permissions"
+ "npm": {
+ "downloads": 2004434,
+ "weekDownloads": 363575
+ },
+ "npmPkg": "react-native-permissions",
+ "popularity": 0.154,
+ "score": 97,
+ "topicSearchString": "react-native windows permission authorization react permissions",
+ "windows": true
},
{
- "githubUrl": "https://github.com/gre/react-native-view-shot",
- "ios": true,
"android": true,
- "windows": true,
"expoGo": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/gre/react-native-view-shot",
- "homepage": "https://github.com/gre/react-native-view-shot-example"
+ "description": "Snapshot a React Native view and save it to an image",
+ "fullName": "gre/react-native-view-shot",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-view-shot",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2016-08-23T20:02:58Z",
+ "forks": 338,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-12-06T21:21:21Z",
- "createdAt": "2016-08-23T20:02:58Z",
- "pushedAt": "2024-12-06T21:21:21Z",
- "forks": 337,
+ "hasWiki": true,
"issues": 109,
+ "pushedAt": "2024-12-06T21:21:21Z",
+ "stars": 2832,
"subscribers": 16,
- "stars": 2830
+ "updatedAt": "2024-12-06T21:21:21Z"
},
- "name": "react-native-view-shot",
- "fullName": "gre/react-native-view-shot",
- "isPrivate": false,
- "description": "Snapshot a React Native view and save it to an image",
"topics": [
"react-native",
"screenshot",
@@ -14212,23 +14265,13 @@
"rasterize",
"capture"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-view-shot",
- "npm": {
- "downloads": 972620,
- "weekDownloads": 205202
+ "urls": {
+ "homepage": "https://github.com/gre/react-native-view-shot-example",
+ "repo": "https://github.com/gre/react-native-view-shot"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/gre/react-native-view-shot",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -14236,39 +14279,49 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.179,
- "topicSearchString": "react-native screenshot viewshot view-snapshot snapshot rasterize capture"
+ "npm": {
+ "downloads": 938346,
+ "weekDownloads": 176611
+ },
+ "npmPkg": "react-native-view-shot",
+ "popularity": 0.16,
+ "score": 46,
+ "topicSearchString": "react-native screenshot viewshot view-snapshot snapshot rasterize capture",
+ "windows": true
},
{
- "githubUrl": "https://github.com/naoufal/react-native-safari-view",
- "ios": true,
"android": true,
"examples": [
"https://snack.expo.dev/r116LYJne?session_id=snack-session-rygins1kH-"
],
"github": {
- "urls": {
- "repo": "https://github.com/naoufal/react-native-safari-view",
- "homepage": "https://www.npmjs.com/package/react-native-safari-view"
+ "description": "A React Native wrapper for Safari View Controller.",
+ "fullName": "naoufal/react-native-safari-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-safari-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-25T00:45:18Z",
+ "forks": 104,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-05-03T15:58:06Z",
- "createdAt": "2015-06-25T00:45:18Z",
- "pushedAt": "2020-05-03T15:58:06Z",
- "forks": 104,
+ "hasWiki": true,
"issues": 14,
+ "pushedAt": "2020-05-03T15:58:06Z",
+ "stars": 494,
"subscribers": 5,
- "stars": 494
+ "updatedAt": "2020-05-03T15:58:06Z"
},
- "name": "react-native-safari-view",
- "fullName": "naoufal/react-native-safari-view",
- "isPrivate": false,
- "description": "A React Native wrapper for Safari View Controller.",
"topics": [
"react-native",
"react",
@@ -14283,53 +14336,59 @@
"apple",
"safari-view-controller"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-safari-view",
- "npm": {
- "downloads": 31486,
- "weekDownloads": 6794
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-safari-view",
+ "repo": "https://github.com/naoufal/react-native-safari-view"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/naoufal/react-native-safari-view",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.567,
- "topicSearchString": "react-native react native webview web view safari safariview react-component component apple safari-view-controller"
+ "npm": {
+ "downloads": 29562,
+ "weekDownloads": 5910
+ },
+ "npmPkg": "react-native-safari-view",
+ "popularity": -0.58,
+ "score": 41,
+ "topicSearchString": "react-native react native webview web view safari safariview react-component component apple safari-view-controller",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/fullstackreact/react-native-oauth",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/fullstackreact/react-native-oauth",
- "homepage": "https://fullstackreact.com"
+ "description": "A react-native wrapper for social authentication login for both Android and iOS",
+ "fullName": "fullstackreact/react-native-oauth",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-oauth",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-22T07:22:57Z",
+ "forks": 198,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-07-29T21:50:13Z",
- "createdAt": "2016-06-22T07:22:57Z",
- "pushedAt": "2018-07-29T21:50:13Z",
- "forks": 198,
+ "hasWiki": true,
"issues": 118,
+ "pushedAt": "2018-07-29T21:50:13Z",
+ "stars": 806,
"subscribers": 25,
- "stars": 806
+ "updatedAt": "2018-07-29T21:50:13Z"
},
- "name": "react-native-oauth",
- "fullName": "fullstackreact/react-native-oauth",
- "isPrivate": false,
- "description": "A react-native wrapper for social authentication login for both Android and iOS",
"topics": [
"react",
"react-native",
@@ -14338,24 +14397,13 @@
"oauth",
"twitter"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-oauth",
- "npm": {
- "downloads": 182,
- "weekDownloads": 58
+ "urls": {
+ "homepage": "https://fullstackreact.com",
+ "repo": "https://github.com/fullstackreact/react-native-oauth"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/fullstackreact/react-native-oauth",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -14363,37 +14411,47 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.224,
- "topicSearchString": "react react-native firestack firebase oauth twitter"
+ "npm": {
+ "downloads": 145,
+ "weekDownloads": 25
+ },
+ "npmPkg": "react-native-oauth",
+ "popularity": -1.353,
+ "score": 46,
+ "topicSearchString": "react react-native firestack firebase oauth twitter",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/pwmckenna/react-native-motion-manager",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/pwmckenna/react-native-motion-manager",
- "homepage": "https://www.npmjs.com/package/react-native-motion-manager"
+ "description": "CMMotionManager wrapper for react-native",
+ "fullName": "pwmckenna/react-native-motion-manager",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-motion-manager",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-11T16:39:27Z",
+ "forks": 64,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-09-27T12:13:53Z",
- "createdAt": "2015-04-11T16:39:27Z",
- "pushedAt": "2017-09-27T12:13:53Z",
- "forks": 64,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2017-09-27T12:13:53Z",
+ "stars": 248,
"subscribers": 9,
- "stars": 248
+ "updatedAt": "2017-09-27T12:13:53Z"
},
- "name": "react-native-motion-manager",
- "fullName": "pwmckenna/react-native-motion-manager",
- "isPrivate": false,
- "description": "CMMotionManager wrapper for react-native",
"topics": [
"react-component",
"react-native",
@@ -14404,60 +14462,61 @@
"accelerometer",
"magnetometer"
],
- "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-motion-manager",
- "npm": {
- "downloads": 65,
- "weekDownloads": 25
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-motion-manager",
+ "repo": "https://github.com/pwmckenna/react-native-motion-manager"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/pwmckenna/react-native-motion-manager",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.167,
- "topicSearchString": "react-component react-native ios cmmotionmanager motionmanager gyroscope accelerometer magnetometer"
+ "npm": {
+ "downloads": 46,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-motion-manager",
+ "popularity": -1.38,
+ "score": 41,
+ "topicSearchString": "react-component react-native ios cmmotionmanager motionmanager gyroscope accelerometer magnetometer",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/terrillo/rn-apple-healthkit",
- "ios": true,
"examples": [
"https://snack.expo.dev/S1gdfOb4Z?session_id=snack-session-rypa21JSW"
],
"github": {
- "urls": {
- "repo": "https://github.com/lucaspbordignon/rn-apple-healthkit",
- "homepage": "https://www.npmjs.com/package/react-native-health"
+ "description": "A React Native package for interacting with Apple HealthKit",
+ "fullName": "lucaspbordignon/rn-apple-healthkit",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "rn-apple-healthkit",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-09-17T11:37:11Z",
+ "forks": 253,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-04-14T01:50:45Z",
- "createdAt": "2017-09-17T11:37:11Z",
- "pushedAt": "2021-04-14T01:50:45Z",
- "forks": 253,
+ "hasWiki": false,
"issues": 67,
+ "pushedAt": "2021-04-14T01:50:45Z",
+ "stars": 525,
"subscribers": 16,
- "stars": 525
+ "updatedAt": "2021-04-14T01:50:45Z"
},
- "name": "rn-apple-healthkit",
- "fullName": "lucaspbordignon/rn-apple-healthkit",
- "isPrivate": false,
- "description": "A React Native package for interacting with Apple HealthKit",
"topics": [
"apple",
"health-kit",
@@ -14468,63 +14527,60 @@
"native",
"ios"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "rn-apple-healthkit",
- "npm": {
- "downloads": 821,
- "weekDownloads": 226
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-health",
+ "repo": "https://github.com/lucaspbordignon/rn-apple-healthkit"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/terrillo/rn-apple-healthkit",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.266,
- "topicSearchString": "apple health-kit healthkit reactnative react-native react native ios"
+ "npm": {
+ "downloads": 705,
+ "weekDownloads": 116
+ },
+ "npmPkg": "rn-apple-healthkit",
+ "popularity": -1.359,
+ "score": 57,
+ "topicSearchString": "apple health-kit healthkit reactnative react-native react native ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/rt2zz/react-native-contacts",
- "images": [
- "https://raw.githubusercontent.com/morenoh149/react-native-contacts/master/example/react-native-contacts.gif"
- ],
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/morenoh149/react-native-contacts",
- "homepage": null
+ "description": "React Native Contacts",
+ "fullName": "morenoh149/react-native-contacts",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-contacts",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2015-10-16T06:35:30Z",
+ "forks": 558,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-05-06T21:34:00Z",
- "createdAt": "2015-10-16T06:35:30Z",
- "pushedAt": "2025-05-06T21:34:00Z",
- "forks": 558,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2025-05-06T21:34:00Z",
+ "stars": 1673,
"subscribers": 27,
- "stars": 1672
+ "updatedAt": "2025-05-06T21:34:00Z"
},
- "name": "react-native-contacts",
- "fullName": "morenoh149/react-native-contacts",
- "isPrivate": false,
- "description": "React Native Contacts",
"topics": [
"react-native",
"react",
@@ -14537,118 +14593,120 @@
"phone",
"mobile"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npmPkg": "react-native-contacts",
- "npm": {
- "downloads": 263138,
- "weekDownloads": 55090
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/morenoh149/react-native-contacts"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/rt2zz/react-native-contacts",
+ "images": [
+ "https://raw.githubusercontent.com/morenoh149/react-native-contacts/master/example/react-native-contacts.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.178,
+ "npm": {
+ "downloads": 249048,
+ "weekDownloads": 46238
+ },
+ "npmPkg": "react-native-contacts",
+ "popularity": 0.158,
+ "score": 68,
"topicSearchString": "react-native react react-component addressbook contacts ios android component phone mobile"
},
{
- "githubUrl": "https://github.com/vikeri/react-native-background-job",
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/vikeri/react-native-background-job",
- "homepage": null
+ "description": "Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.",
+ "fullName": "vikeri/react-native-background-job",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-background-job",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-12-15T15:59:10Z",
+ "forks": 107,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-12-16T15:33:01Z",
- "createdAt": "2016-12-15T15:59:10Z",
- "pushedAt": "2019-12-16T15:33:01Z",
- "forks": 107,
+ "hasWiki": true,
"issues": 71,
+ "pushedAt": "2019-12-16T15:33:01Z",
+ "stars": 750,
"subscribers": 15,
- "stars": 750
+ "updatedAt": "2019-12-16T15:33:01Z"
},
- "name": "react-native-background-job",
- "fullName": "vikeri/react-native-background-job",
- "isPrivate": false,
- "description": "Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.",
"topics": [
"react-native",
"background-job",
"scheduled-jobs",
"background-jobs"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-background-job",
- "npm": {
- "downloads": 2264,
- "weekDownloads": 325
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vikeri/react-native-background-job"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/vikeri/react-native-background-job",
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.628,
- "topicSearchString": "react-native background-job scheduled-jobs background-jobs"
+ "npm": {
+ "downloads": 2248,
+ "weekDownloads": 319
+ },
+ "npmPkg": "react-native-background-job",
+ "popularity": -0.629,
+ "score": 57,
+ "topicSearchString": "react-native background-job scheduled-jobs background-jobs",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/devfd/react-native-geocoder",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/devfd/react-native-geocoder",
- "homepage": null
+ "description": "geocoding services for react native",
+ "fullName": "devfd/react-native-geocoder",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-geocoder",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-19T07:04:21Z",
+ "forks": 160,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-11T13:12:35Z",
- "createdAt": "2015-06-19T07:04:21Z",
- "pushedAt": "2017-10-11T13:12:35Z",
- "forks": 160,
+ "hasWiki": true,
"issues": 37,
+ "pushedAt": "2017-10-11T13:12:35Z",
+ "stars": 426,
"subscribers": 9,
- "stars": 426
+ "updatedAt": "2017-10-11T13:12:35Z"
},
- "name": "react-native-geocoder",
- "fullName": "devfd/react-native-geocoder",
- "isPrivate": false,
- "description": "geocoding services for react native",
"topics": [
"react-component",
"react-native",
@@ -14656,116 +14714,116 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-geocoder",
- "npm": {
- "downloads": 13454,
- "weekDownloads": 2530
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/devfd/react-native-geocoder"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/devfd/react-native-geocoder",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.59,
- "topicSearchString": "react-component react-native geocoding ios android"
+ "npm": {
+ "downloads": 13290,
+ "weekDownloads": 2054
+ },
+ "npmPkg": "react-native-geocoder",
+ "popularity": -0.619,
+ "score": 41,
+ "topicSearchString": "react-component react-native geocoding ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/walmartlabs/react-native-orientation-listener",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/walmartlabs/react-native-orientation-listener",
- "homepage": null
+ "description": "A react-native library for obtaining current device orientation",
+ "fullName": "walmartlabs/react-native-orientation-listener",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-orientation-listener",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-09-14T19:47:34Z",
+ "forks": 29,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-08-17T17:57:33Z",
- "createdAt": "2015-09-14T19:47:34Z",
- "pushedAt": "2020-08-17T17:57:33Z",
- "forks": 29,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2020-08-17T17:57:33Z",
+ "stars": 149,
"subscribers": 8,
- "stars": 149
+ "updatedAt": "2020-08-17T17:57:33Z"
},
- "name": "react-native-orientation-listener",
- "fullName": "walmartlabs/react-native-orientation-listener",
- "isPrivate": false,
- "description": "A react-native library for obtaining current device orientation",
"topics": [
"react-native",
"orientation",
"device-orientation"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-orientation-listener",
- "npm": {
- "downloads": 9,
- "weekDownloads": 1
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/walmartlabs/react-native-orientation-listener"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/walmartlabs/react-native-orientation-listener",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.4,
- "topicSearchString": "react-native orientation device-orientation"
+ "npm": {
+ "downloads": 8,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-orientation-listener",
+ "popularity": -1.3,
+ "score": 41,
+ "topicSearchString": "react-native orientation device-orientation",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kkjdaniel/react-native-device-display",
- "ios": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/kkjdaniel/react-native-device-display",
- "homepage": null
+ "description": "📲 Create dynamic views through device, display and orientation detection (DEPRECATED)",
+ "fullName": "kkjdaniel/react-native-device-display",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTQ=",
+ "key": "bsd-2-clause",
+ "name": "BSD 2-Clause \"Simplified\" License",
+ "spdxId": "BSD-2-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-2-clause/"
},
+ "name": "react-native-device-display",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-29T22:44:45Z",
+ "forks": 21,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-09-13T23:29:06Z",
- "createdAt": "2015-06-29T22:44:45Z",
- "pushedAt": "2018-09-13T23:29:06Z",
- "forks": 21,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2018-09-13T23:29:06Z",
+ "stars": 108,
"subscribers": 11,
- "stars": 108
+ "updatedAt": "2018-09-13T23:29:06Z"
},
- "name": "react-native-device-display",
- "fullName": "kkjdaniel/react-native-device-display",
- "isPrivate": false,
- "description": "📲 Create dynamic views through device, display and orientation detection (DEPRECATED)",
"topics": [
"react-component",
"react-native",
@@ -14778,61 +14836,61 @@
"universal-apps",
"device-detection"
],
- "license": {
- "key": "bsd-2-clause",
- "name": "BSD 2-Clause \"Simplified\" License",
- "spdxId": "BSD-2-Clause",
- "url": "http://choosealicense.com/licenses/bsd-2-clause/",
- "id": "MDc6TGljZW5zZTQ="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kkjdaniel/react-native-device-display"
+ }
},
- "npmPkg": "react-native-device-display",
- "npm": {
- "downloads": 13,
- "weekDownloads": 13
- },
- "score": 32,
+ "githubUrl": "https://github.com/kkjdaniel/react-native-device-display",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.633,
- "topicSearchString": "react-component react-native ios display viewport device orientation orientation-changes universal-apps device-detection"
+ "npm": {
+ "downloads": 0,
+ "weekDownloads": 0
+ },
+ "npmPkg": "react-native-device-display",
+ "popularity": -1,
+ "score": 32,
+ "topicSearchString": "react-component react-native ios display viewport device orientation orientation-changes universal-apps device-detection",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/transistorsoft/react-native-background-fetch",
+ "android": true,
"examples": [
"https://github.com/transistorsoft/react-native-background-fetch/tree/master/example"
],
- "ios": true,
- "android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/transistorsoft/react-native-background-fetch",
- "homepage": null
+ "description": "Periodic callbacks in the background for both IOS and Android",
+ "fullName": "transistorsoft/react-native-background-fetch",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-background-fetch",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-01T18:44:54Z",
+ "forks": 190,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-05-02T13:35:31Z",
- "createdAt": "2016-08-01T18:44:54Z",
- "pushedAt": "2025-05-02T13:35:31Z",
- "forks": 190,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2025-05-02T13:35:31Z",
+ "stars": 1575,
"subscribers": 22,
- "stars": 1575
+ "updatedAt": "2025-05-02T13:35:31Z"
},
- "name": "react-native-background-fetch",
- "fullName": "transistorsoft/react-native-background-fetch",
- "isPrivate": false,
- "description": "Periodic callbacks in the background for both IOS and Android",
"topics": [
"react-native",
"react-component",
@@ -14840,58 +14898,58 @@
"background",
"fetch"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-background-fetch",
- "npm": {
- "downloads": 245890,
- "weekDownloads": 50224
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/transistorsoft/react-native-background-fetch"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/transistorsoft/react-native-background-fetch",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.174,
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 234501,
+ "weekDownloads": 39437
+ },
+ "npmPkg": "react-native-background-fetch",
+ "popularity": 0.143,
+ "score": 68,
"topicSearchString": "react-native react-component ios background fetch"
},
{
- "githubUrl": "https://github.com/lrettig/react-native-stripe",
- "ios": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/lrettig/react-native-stripe",
- "homepage": null
+ "description": "A React Native wrapper for the Stripe native SDK (currently iOS only)",
+ "fullName": "lrettig/react-native-stripe",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-stripe",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-14T23:28:31Z",
+ "forks": 26,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-05-01T12:33:40Z",
- "createdAt": "2016-01-14T23:28:31Z",
- "pushedAt": "2017-05-01T12:33:40Z",
- "forks": 26,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2017-05-01T12:33:40Z",
+ "stars": 129,
"subscribers": 6,
- "stars": 129
+ "updatedAt": "2017-05-01T12:33:40Z"
},
- "name": "react-native-stripe",
- "fullName": "lrettig/react-native-stripe",
- "isPrivate": false,
- "description": "A React Native wrapper for the Stripe native SDK (currently iOS only)",
"topics": [
"android",
"ios",
@@ -14903,57 +14961,56 @@
"sdk",
"stripe"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-stripe",
- "npm": {
- "downloads": 49,
- "weekDownloads": 11
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/lrettig/react-native-stripe"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/lrettig/react-native-stripe",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.3,
- "topicSearchString": "android ios login native react react-component react-native sdk stripe"
+ "npm": {
+ "downloads": 41,
+ "weekDownloads": 8
+ },
+ "npmPkg": "react-native-stripe",
+ "popularity": -1.322,
+ "score": 32,
+ "topicSearchString": "android ios login native react react-component react-native sdk stripe",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/naoufal/react-native-speech",
- "ios": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/naoufal/react-native-speech",
- "homepage": "https://www.npmjs.com/package/react-native-speech"
+ "description": "A text-to-speech library for React Native.",
+ "fullName": "naoufal/react-native-speech",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-speech",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-08T02:40:51Z",
+ "forks": 41,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-01-09T20:43:35Z",
- "createdAt": "2015-06-08T02:40:51Z",
- "pushedAt": "2016-01-09T20:43:35Z",
- "forks": 41,
+ "hasWiki": true,
"issues": 20,
+ "pushedAt": "2016-01-09T20:43:35Z",
+ "stars": 302,
"subscribers": 5,
- "stars": 302
+ "updatedAt": "2016-01-09T20:43:35Z"
},
- "name": "react-native-speech",
- "fullName": "naoufal/react-native-speech",
- "isPrivate": false,
- "description": "A text-to-speech library for React Native.",
"topics": [
"react-native",
"react",
@@ -14965,168 +15022,174 @@
"react-component",
"component"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-speech",
- "npm": {
- "downloads": 128,
- "weekDownloads": 29
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-speech",
+ "repo": "https://github.com/naoufal/react-native-speech"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/naoufal/react-native-speech",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.307,
- "topicSearchString": "react-native react native siri speech speak speech-to-text react-component component"
+ "npm": {
+ "downloads": 114,
+ "weekDownloads": 24
+ },
+ "npmPkg": "react-native-speech",
+ "popularity": -1.315,
+ "score": 41,
+ "topicSearchString": "react-native react native siri speech speak speech-to-text react-component component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wix/react-native-wordpress-editor",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/wix-incubator/react-native-wordpress-editor",
- "homepage": null
+ "description": "React Native Wrapper for WordPress Rich Text Editor",
+ "fullName": "wix-incubator/react-native-wordpress-editor",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTg=",
+ "key": "gpl-2.0",
+ "name": "GNU General Public License v2.0",
+ "spdxId": "GPL-2.0",
+ "url": "http://choosealicense.com/licenses/gpl-2.0/"
},
+ "name": "react-native-wordpress-editor",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-06-09T12:35:33Z",
+ "forks": 37,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2016-11-20T16:49:35Z",
- "createdAt": "2016-06-09T12:35:33Z",
- "pushedAt": "2016-11-20T16:49:35Z",
- "forks": 37,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2016-11-20T16:49:35Z",
+ "stars": 247,
"subscribers": 312,
- "stars": 247
+ "updatedAt": "2016-11-20T16:49:35Z"
},
- "name": "react-native-wordpress-editor",
- "fullName": "wix-incubator/react-native-wordpress-editor",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "React Native Wrapper for WordPress Rich Text Editor",
"topics": [],
- "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="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-wordpress-editor",
- "npm": {
- "downloads": 257,
- "weekDownloads": 67
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wix-incubator/react-native-wordpress-editor"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/wix/react-native-wordpress-editor",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.277,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 223,
+ "weekDownloads": 26
+ },
+ "npmPkg": "react-native-wordpress-editor",
+ "popularity": -1.4,
+ "score": 57,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/umhan35/react-native-search-bar",
- "ios": true,
"github": {
- "urls": {
- "repo": "https://github.com/umhan35/react-native-search-bar",
- "homepage": null
+ "description": "The high-quality iOS native search bar for react native.",
+ "fullName": "umhan35/react-native-search-bar",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-search-bar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-14T00:19:53Z",
+ "forks": 184,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-09-09T03:34:31Z",
- "createdAt": "2015-06-14T00:19:53Z",
- "pushedAt": "2020-09-09T03:34:31Z",
- "forks": 184,
+ "hasWiki": false,
"issues": 12,
+ "pushedAt": "2020-09-09T03:34:31Z",
+ "stars": 869,
"subscribers": 12,
- "stars": 869
+ "updatedAt": "2020-09-09T03:34:31Z"
},
- "name": "react-native-search-bar",
- "fullName": "umhan35/react-native-search-bar",
- "isPrivate": false,
- "description": "The high-quality iOS native search bar for react native.",
"topics": [
"search-bar",
"react-component",
"react-native",
"ios"
],
- "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-search-bar",
- "npm": {
- "downloads": 1824,
- "weekDownloads": 501
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/umhan35/react-native-search-bar"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/umhan35/react-native-search-bar",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.516,
- "topicSearchString": "search-bar react-component react-native ios"
+ "npm": {
+ "downloads": 1595,
+ "weekDownloads": 287
+ },
+ "npmPkg": "react-native-search-bar",
+ "popularity": -0.597,
+ "score": 57,
+ "topicSearchString": "search-bar react-component react-native ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/fixt/react-native-digits",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/fixt/react-native-digits",
- "homepage": null
+ "description": "Digits wrapper to use in React Native",
+ "fullName": "fixt/react-native-digits",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-digits",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-04T17:29:59Z",
+ "forks": 6,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-07-08T14:59:42Z",
- "createdAt": "2015-11-04T17:29:59Z",
- "pushedAt": "2016-07-08T14:59:42Z",
- "forks": 6,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2016-07-08T14:59:42Z",
+ "stars": 61,
"subscribers": 5,
- "stars": 61
+ "updatedAt": "2016-07-08T14:59:42Z"
},
- "name": "react-native-digits",
- "fullName": "fixt/react-native-digits",
- "isPrivate": false,
- "description": "Digits wrapper to use in React Native",
"topics": [
"react-native",
"component",
@@ -15136,58 +15199,58 @@
"digits",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-digits",
- "npm": {
- "downloads": 29,
- "weekDownloads": 17
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/fixt/react-native-digits"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/fixt/react-native-digits",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.933,
- "topicSearchString": "react-native component fabric twitter authentication digits android"
+ "npm": {
+ "downloads": 22,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-digits",
+ "popularity": -1.26,
+ "score": 32,
+ "topicSearchString": "react-native component fabric twitter authentication digits android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/chrisfisher/react-native-directed-scrollview",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/chrisfisher/react-native-directed-scrollview",
- "homepage": null
+ "description": "UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.",
+ "fullName": "chrisfisher/react-native-directed-scrollview",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-directed-scrollview",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-11-23T21:57:25Z",
+ "forks": 49,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-02-12T20:07:50Z",
- "createdAt": "2016-11-23T21:57:25Z",
- "pushedAt": "2019-02-12T20:07:50Z",
- "forks": 49,
+ "hasWiki": true,
"issues": 18,
+ "pushedAt": "2019-02-12T20:07:50Z",
+ "stars": 149,
"subscribers": 2,
- "stars": 149
+ "updatedAt": "2019-02-12T20:07:50Z"
},
- "name": "react-native-directed-scrollview",
- "fullName": "chrisfisher/react-native-directed-scrollview",
- "isPrivate": false,
- "description": "UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.",
"topics": [
"react-component",
"react-native",
@@ -15203,60 +15266,60 @@
"javascript",
"reactnative"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-directed-scrollview",
- "npm": {
- "downloads": 45,
- "weekDownloads": 30
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/chrisfisher/react-native-directed-scrollview"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/chrisfisher/react-native-directed-scrollview",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.9,
- "topicSearchString": "react-component react-native ios android scrollview horizontal vertical direction native scroll react javascript reactnative"
+ "npm": {
+ "downloads": 25,
+ "weekDownloads": 8
+ },
+ "npmPkg": "react-native-directed-scrollview",
+ "popularity": -1.18,
+ "score": 41,
+ "topicSearchString": "react-component react-native ios android scrollview horizontal vertical direction native scroll react javascript reactnative",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wix/react-native-keyboard-input",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/wix-incubator/react-native-keyboard-input",
- "homepage": null
+ "description": "Use your own custom input component instead of the system keyboard",
+ "fullName": "wix-incubator/react-native-keyboard-input",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-keyboard-input",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-12-14T09:49:51Z",
+ "forks": 145,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-08-30T10:54:32Z",
- "createdAt": "2016-12-14T09:49:51Z",
- "pushedAt": "2020-08-30T10:54:32Z",
- "forks": 145,
+ "hasWiki": true,
"issues": 53,
+ "pushedAt": "2020-08-30T10:54:32Z",
+ "stars": 830,
"subscribers": 276,
- "stars": 830
+ "updatedAt": "2020-08-30T10:54:32Z"
},
- "name": "react-native-keyboard-input",
- "fullName": "wix-incubator/react-native-keyboard-input",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "Use your own custom input component instead of the system keyboard",
"topics": [
"react-native",
"react",
@@ -15270,59 +15333,59 @@
"keyboard-component",
"inputaccessoryview"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-keyboard-input",
- "npm": {
- "downloads": 4021,
- "weekDownloads": 881
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wix-incubator/react-native-keyboard-input"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/wix/react-native-keyboard-input",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.564,
- "topicSearchString": "react-native react react-component custom-input input ios android keyboard-input keyboard keyboard-component inputaccessoryview"
+ "npm": {
+ "downloads": 3572,
+ "weekDownloads": 691
+ },
+ "npmPkg": "react-native-keyboard-input",
+ "popularity": -0.585,
+ "score": 57,
+ "topicSearchString": "react-native react react-component custom-input input ios android keyboard-input keyboard keyboard-component inputaccessoryview",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kayla-tech/react-native-privacy-snapshot",
- "ios": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/kayla-tech/react-native-privacy-snapshot",
- "homepage": null
+ "description": "Obscure passwords and other sensitive personal information when a react-native app transitions to the background",
+ "fullName": "kayla-tech/react-native-privacy-snapshot",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-privacy-snapshot",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-07T03:59:00Z",
+ "forks": 33,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-02-28T01:43:05Z",
- "createdAt": "2015-10-07T03:59:00Z",
- "pushedAt": "2017-02-28T01:43:05Z",
- "forks": 33,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2017-02-28T01:43:05Z",
+ "stars": 183,
"subscribers": 12,
- "stars": 183
+ "updatedAt": "2017-02-28T01:43:05Z"
},
- "name": "react-native-privacy-snapshot",
- "fullName": "kayla-tech/react-native-privacy-snapshot",
- "isPrivate": false,
- "description": "Obscure passwords and other sensitive personal information when a react-native app transitions to the background",
"topics": [
"react-native",
"react-component",
@@ -15330,57 +15393,59 @@
"snapshot",
"secure"
],
- "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-privacy-snapshot",
- "npm": {
- "downloads": 1263,
- "weekDownloads": 267
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kayla-tech/react-native-privacy-snapshot"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/kayla-tech/react-native-privacy-snapshot",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.57,
- "topicSearchString": "react-native react-component privacy snapshot secure"
+ "npm": {
+ "downloads": 1203,
+ "weekDownloads": 321
+ },
+ "npmPkg": "react-native-privacy-snapshot",
+ "popularity": -0.523,
+ "score": 41,
+ "topicSearchString": "react-native react-component privacy snapshot secure",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/andreyvital/react-native-android-sms-listener",
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/andreyvital/react-native-android-sms-listener",
- "homepage": null
+ "description": "Allows you to listen for incoming SMS messages using React Native",
+ "fullName": "andreyvital/react-native-android-sms-listener",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-android-sms-listener",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-09T15:29:10Z",
+ "forks": 92,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-09-09T12:37:59Z",
- "createdAt": "2016-02-09T15:29:10Z",
- "pushedAt": "2020-09-09T12:37:59Z",
- "forks": 92,
+ "hasWiki": false,
"issues": 12,
+ "pushedAt": "2020-09-09T12:37:59Z",
+ "stars": 368,
"subscribers": 5,
- "stars": 368
+ "updatedAt": "2020-09-09T12:37:59Z"
},
- "name": "react-native-android-sms-listener",
- "fullName": "andreyvital/react-native-android-sms-listener",
- "isPrivate": false,
- "description": "Allows you to listen for incoming SMS messages using React Native",
"topics": [
"react",
"native",
@@ -15390,59 +15455,58 @@
"listener",
"sms-listener"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-android-sms-listener",
- "npm": {
- "downloads": 1093,
- "weekDownloads": 260
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/andreyvital/react-native-android-sms-listener"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/andreyvital/react-native-android-sms-listener",
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.548,
- "topicSearchString": "react native react-native android sms listener sms-listener"
+ "npm": {
+ "downloads": 1044,
+ "weekDownloads": 244
+ },
+ "npmPkg": "react-native-android-sms-listener",
+ "popularity": -0.551,
+ "score": 41,
+ "topicSearchString": "react native react-native android sms listener sms-listener",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/pusherman/react-native-network-info",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/pusherman/react-native-network-info",
- "homepage": null
+ "description": "React Native library for getting information about the devices network",
+ "fullName": "pusherman/react-native-network-info",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-network-info",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-12T19:07:39Z",
+ "forks": 100,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-03-22T16:30:40Z",
- "createdAt": "2015-07-12T19:07:39Z",
- "pushedAt": "2021-03-22T16:30:40Z",
- "forks": 100,
+ "hasWiki": true,
"issues": 27,
+ "pushedAt": "2021-03-22T16:30:40Z",
+ "stars": 366,
"subscribers": 8,
- "stars": 366
+ "updatedAt": "2021-03-22T16:30:40Z"
},
- "name": "react-native-network-info",
- "fullName": "pusherman/react-native-network-info",
- "isPrivate": false,
- "description": "React Native library for getting information about the devices network",
"topics": [
"react-component",
"react-native",
@@ -15454,171 +15518,170 @@
"android",
"networking"
],
- "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-network-info",
- "npm": {
- "downloads": 62394,
- "weekDownloads": 13733
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/pusherman/react-native-network-info"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/pusherman/react-native-network-info",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.563,
- "topicSearchString": "react-component react-native ios network lan android-library ios-lib android networking"
+ "npm": {
+ "downloads": 58524,
+ "weekDownloads": 11096
+ },
+ "npmPkg": "react-native-network-info",
+ "popularity": -0.589,
+ "score": 41,
+ "topicSearchString": "react-component react-native ios network lan android-library ios-lib android networking",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/tradle/rn-nodeify",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/tradle/rn-nodeify",
- "homepage": null
+ "description": "hack to allow react-native projects to use node core modules, and npm modules that use them",
+ "fullName": "tradle/rn-nodeify",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "rn-nodeify",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-31T18:11:19Z",
+ "forks": 99,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2021-04-19T16:36:58Z",
- "createdAt": "2015-07-31T18:11:19Z",
- "pushedAt": "2021-04-19T16:36:58Z",
- "forks": 99,
+ "hasWiki": true,
"issues": 33,
+ "pushedAt": "2021-04-19T16:36:58Z",
+ "stars": 625,
"subscribers": 7,
- "stars": 625
+ "updatedAt": "2021-04-19T16:36:58Z"
},
- "name": "rn-nodeify",
- "fullName": "tradle/rn-nodeify",
- "isPrivate": false,
- "description": "hack to allow react-native projects to use node core modules, and npm modules that use them",
"topics": [],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "rn-nodeify",
- "npm": {
- "downloads": 74663,
- "weekDownloads": 17455
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/tradle/rn-nodeify"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/tradle/rn-nodeify",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.551,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 68611,
+ "weekDownloads": 14646
+ },
+ "npmPkg": "rn-nodeify",
+ "popularity": -0.569,
+ "score": 41,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Sunhat/react-native-extra-dimensions-android",
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/Sunhat/react-native-extra-dimensions-android",
- "homepage": null
+ "description": "Access additional display metrics on Android devices: status bar height, soft menu bar height, real screen size.",
+ "fullName": "Sunhat/react-native-extra-dimensions-android",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEw",
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "http://choosealicense.com/licenses/isc/"
},
+ "name": "react-native-extra-dimensions-android",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-22T22:05:40Z",
+ "forks": 104,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-05-29T16:37:01Z",
- "createdAt": "2015-12-22T22:05:40Z",
- "pushedAt": "2022-05-29T16:37:01Z",
- "forks": 104,
+ "hasWiki": true,
"issues": 20,
+ "pushedAt": "2022-05-29T16:37:01Z",
+ "stars": 435,
"subscribers": 5,
- "stars": 435
+ "updatedAt": "2022-05-29T16:37:01Z"
},
- "name": "react-native-extra-dimensions-android",
- "fullName": "Sunhat/react-native-extra-dimensions-android",
- "isPrivate": false,
- "description": "Access additional display metrics on Android devices: status bar height, soft menu bar height, real screen size.",
"topics": [
"react-native",
"react",
"android"
],
- "license": {
- "key": "isc",
- "name": "ISC License",
- "spdxId": "ISC",
- "url": "http://choosealicense.com/licenses/isc/",
- "id": "MDc6TGljZW5zZTEw"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-extra-dimensions-android",
- "npm": {
- "downloads": 27272,
- "weekDownloads": 6437
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Sunhat/react-native-extra-dimensions-android"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/Sunhat/react-native-extra-dimensions-android",
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.549,
- "topicSearchString": "react-native react android"
+ "npm": {
+ "downloads": 25474,
+ "weekDownloads": 4620
+ },
+ "npmPkg": "react-native-extra-dimensions-android",
+ "popularity": -0.596,
+ "score": 41,
+ "topicSearchString": "react-native react android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/williambout/react-native-proximity",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/williambout/react-native-proximity",
- "homepage": null
+ "description": ":iphone: A React Native wrapper that provides access to the proximity sensor on iOS and Android.",
+ "fullName": "williambout/react-native-proximity",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-proximity",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-02T13:19:21Z",
+ "forks": 47,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-12-20T14:15:25Z",
- "createdAt": "2016-05-02T13:19:21Z",
- "pushedAt": "2017-12-20T14:15:25Z",
- "forks": 47,
+ "hasWiki": true,
"issues": 9,
+ "pushedAt": "2017-12-20T14:15:25Z",
+ "stars": 213,
"subscribers": 6,
- "stars": 213
+ "updatedAt": "2017-12-20T14:15:25Z"
},
- "name": "react-native-proximity",
- "fullName": "williambout/react-native-proximity",
- "isPrivate": false,
- "description": ":iphone: A React Native wrapper that provides access to the proximity sensor on iOS and Android.",
"topics": [
"react-native",
"react",
@@ -15630,58 +15693,59 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-proximity",
- "npm": {
- "downloads": 81,
- "weekDownloads": 32
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/williambout/react-native-proximity"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/williambout/react-native-proximity",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.163,
- "topicSearchString": "react-native react native proximity proximity-sensor sensor iphone ios android"
+ "npm": {
+ "downloads": 64,
+ "weekDownloads": 22
+ },
+ "npmPkg": "react-native-proximity",
+ "popularity": -1.207,
+ "score": 41,
+ "topicSearchString": "react-native react native proximity proximity-sensor sensor iphone ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wmcmahan/react-native-calendar-events",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/wmcmahan/react-native-calendar-events",
- "homepage": null
+ "description": "📆 React Native Module for iOS and Android Calendar Events",
+ "fullName": "wmcmahan/react-native-calendar-events",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-calendar-events",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-24T04:23:38Z",
+ "forks": 247,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2022-12-30T11:04:58Z",
- "createdAt": "2016-02-24T04:23:38Z",
- "pushedAt": "2022-12-30T11:04:58Z",
- "forks": 247,
+ "hasWiki": true,
"issues": 53,
+ "pushedAt": "2022-12-30T11:04:58Z",
+ "stars": 931,
"subscribers": 10,
- "stars": 931
+ "updatedAt": "2022-12-30T11:04:58Z"
},
- "name": "react-native-calendar-events",
- "fullName": "wmcmahan/react-native-calendar-events",
- "isPrivate": false,
- "description": "📆 React Native Module for iOS and Android Calendar Events",
"topics": [
"react-native",
"react-component",
@@ -15699,60 +15763,60 @@
"android-calendar-api",
"module"
],
- "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-calendar-events",
- "npm": {
- "downloads": 105864,
- "weekDownloads": 21697
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wmcmahan/react-native-calendar-events"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/wmcmahan/react-native-calendar-events",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.576,
- "topicSearchString": "react-native react-component ios android eventkit reminders calendar-events android-calendar-events ios-calendar-events alarms calendar-api recurring-events ios-calendar-api android-calendar-api module"
+ "npm": {
+ "downloads": 101792,
+ "weekDownloads": 19298
+ },
+ "npmPkg": "react-native-calendar-events",
+ "popularity": -0.589,
+ "score": 57,
+ "topicSearchString": "react-native react-component ios android eventkit reminders calendar-events android-calendar-events ios-calendar-events alarms calendar-api recurring-events ios-calendar-api android-calendar-api module",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/alwx/react-native-photo-view",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/alwx/react-native-photo-view",
- "homepage": null
+ "description": "Pinch-to-zoom view for React Native (both iOS and Android)",
+ "fullName": "alwx/react-native-photo-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-photo-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-17T20:57:51Z",
+ "forks": 326,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-01-03T10:55:24Z",
- "createdAt": "2016-06-17T20:57:51Z",
- "pushedAt": "2022-01-03T10:55:24Z",
- "forks": 326,
+ "hasWiki": true,
"issues": 106,
+ "pushedAt": "2022-01-03T10:55:24Z",
+ "stars": 822,
"subscribers": 13,
- "stars": 822
+ "updatedAt": "2022-01-03T10:55:24Z"
},
- "name": "react-native-photo-view",
- "fullName": "alwx/react-native-photo-view",
- "isPrivate": false,
- "description": "Pinch-to-zoom view for React Native (both iOS and Android)",
"topics": [
"react-native",
"react-component",
@@ -15764,24 +15828,13 @@
"pinch-to-zoom",
"mobile"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-photo-view",
- "npm": {
- "downloads": 1265,
- "weekDownloads": 169
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/alwx/react-native-photo-view"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/alwx/react-native-photo-view",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -15789,36 +15842,47 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.636,
- "topicSearchString": "react-native react-component ios android gallery lightbox pinch pinch-to-zoom mobile"
+ "npm": {
+ "downloads": 1249,
+ "weekDownloads": 82
+ },
+ "npmPkg": "react-native-photo-view",
+ "popularity": -0.694,
+ "score": 46,
+ "topicSearchString": "react-native react-component ios android gallery lightbox pinch pinch-to-zoom mobile",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/xinthink/react-native-material-kit",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/xinthink/react-native-material-kit",
- "homepage": "https://rnmk.xinthink.com"
+ "description": "Bringing Material Design to React Native",
+ "fullName": "xinthink/react-native-material-kit",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-material-kit",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-01T12:33:24Z",
+ "forks": 550,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-02-20T11:25:10Z",
- "createdAt": "2015-07-01T12:33:24Z",
- "pushedAt": "2020-02-20T11:25:10Z",
- "forks": 550,
+ "hasWiki": true,
"issues": 151,
+ "pushedAt": "2020-02-20T11:25:10Z",
+ "stars": 4827,
"subscribers": 101,
- "stars": 4827
+ "updatedAt": "2020-02-20T11:25:10Z"
},
- "name": "react-native-material-kit",
- "fullName": "xinthink/react-native-material-kit",
- "isPrivate": false,
- "description": "Bringing Material Design to React Native",
"topics": [
"react",
"native",
@@ -15830,24 +15894,13 @@
"material-design",
"materialkit"
],
- "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-material-kit",
- "npm": {
- "downloads": 517,
- "weekDownloads": 108
+ "urls": {
+ "homepage": "https://rnmk.xinthink.com",
+ "repo": "https://github.com/xinthink/react-native-material-kit"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/xinthink/react-native-material-kit",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -15856,155 +15909,166 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.321,
- "topicSearchString": "react native react-component react-native component ios android material-design materialkit"
+ "npm": {
+ "downloads": 487,
+ "weekDownloads": 60
+ },
+ "npmPkg": "react-native-material-kit",
+ "popularity": -1.395,
+ "score": 70,
+ "topicSearchString": "react native react-component react-native component ios android material-design materialkit",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/AlexanderZaytsev/react-native-i18n",
- "ios": true,
- "android": true,
- "unmaintained": true,
"alternatives": [
"react-native-localize"
],
+ "android": true,
"github": {
- "urls": {
- "repo": "https://github.com/AlexanderZaytsev/react-native-i18n",
- "homepage": null
+ "description": "React Native + i18n.js",
+ "fullName": "AlexanderZaytsev/react-native-i18n",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-i18n",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-14T10:48:33Z",
+ "forks": 432,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-03-18T20:47:21Z",
- "createdAt": "2015-06-14T10:48:33Z",
- "pushedAt": "2021-03-18T20:47:21Z",
- "forks": 432,
+ "hasWiki": true,
"issues": 59,
+ "pushedAt": "2021-03-18T20:47:21Z",
+ "stars": 2176,
"subscribers": 30,
- "stars": 2176
+ "updatedAt": "2021-03-18T20:47:21Z"
},
- "name": "react-native-i18n",
- "fullName": "AlexanderZaytsev/react-native-i18n",
- "isPrivate": false,
- "description": "React Native + i18n.js",
"topics": [
"react-native",
"react-component",
"ios",
"i18n"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-i18n",
- "npm": {
- "downloads": 115741,
- "weekDownloads": 25559
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/AlexanderZaytsev/react-native-i18n"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/AlexanderZaytsev/react-native-i18n",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.562,
- "topicSearchString": "react-native react-component ios i18n"
+ "npm": {
+ "downloads": 111033,
+ "weekDownloads": 20474
+ },
+ "npmPkg": "react-native-i18n",
+ "popularity": -0.593,
+ "score": 57,
+ "topicSearchString": "react-native react-component ios i18n",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Anthonyzou/react-native-image-zoom",
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/Anthonyzou/react-native-image-zoom",
- "homepage": "https://www.npmjs.com/package/react-native-image-zoom"
+ "description": "Image pan and zoom for Android",
+ "fullName": "Anthonyzou/react-native-image-zoom",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-image-zoom",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-16T05:33:56Z",
+ "forks": 44,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-11-02T06:21:10Z",
- "createdAt": "2016-02-16T05:33:56Z",
- "pushedAt": "2016-11-02T06:21:10Z",
- "forks": 44,
+ "hasWiki": true,
"issues": 21,
+ "pushedAt": "2016-11-02T06:21:10Z",
+ "stars": 115,
"subscribers": 5,
- "stars": 115
+ "updatedAt": "2016-11-02T06:21:10Z"
},
- "name": "react-native-image-zoom",
- "fullName": "Anthonyzou/react-native-image-zoom",
- "isPrivate": false,
- "description": "Image pan and zoom for Android",
"topics": [
"react-native",
"android",
"react-component"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-image-zoom",
- "npm": {
- "downloads": 196,
- "weekDownloads": 91
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-image-zoom",
+ "repo": "https://github.com/Anthonyzou/react-native-image-zoom"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/Anthonyzou/react-native-image-zoom",
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.104,
- "topicSearchString": "react-native android react-component"
+ "npm": {
+ "downloads": 151,
+ "weekDownloads": 49
+ },
+ "npmPkg": "react-native-image-zoom",
+ "popularity": -1.22,
+ "score": 41,
+ "topicSearchString": "react-native android react-component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/chirag04/react-native-tooltip",
- "ios": true,
"github": {
- "urls": {
- "repo": "https://github.com/chirag04/react-native-tooltip",
- "homepage": null
+ "description": "A react-native wrapper for showing tooltips",
+ "fullName": "chirag04/react-native-tooltip",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-tooltip",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-19T03:08:12Z",
+ "forks": 56,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-03-17T15:18:43Z",
- "createdAt": "2015-05-19T03:08:12Z",
- "pushedAt": "2021-03-17T15:18:43Z",
- "forks": 56,
+ "hasWiki": true,
"issues": 17,
+ "pushedAt": "2021-03-17T15:18:43Z",
+ "stars": 290,
"subscribers": 8,
- "stars": 290
+ "updatedAt": "2021-03-17T15:18:43Z"
},
- "name": "react-native-tooltip",
- "fullName": "chirag04/react-native-tooltip",
- "isPrivate": false,
- "description": "A react-native wrapper for showing tooltips",
"topics": [
"react",
"react-native",
@@ -16012,58 +16076,59 @@
"ios",
"tooltip"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-tooltip",
- "npm": {
- "downloads": 1651,
- "weekDownloads": 376
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/chirag04/react-native-tooltip"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/chirag04/react-native-tooltip",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.556,
- "topicSearchString": "react react-native react-component ios tooltip"
+ "npm": {
+ "downloads": 1549,
+ "weekDownloads": 285
+ },
+ "npmPkg": "react-native-tooltip",
+ "popularity": -0.593,
+ "score": 41,
+ "topicSearchString": "react react-native react-component ios tooltip",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior",
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior",
- "homepage": null
+ "description": "react-native wrapper for android BottomSheetBehavior",
+ "fullName": "cesardeazevedo/react-native-bottom-sheet-behavior",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
- "stats": {
+ "name": "react-native-bottom-sheet-behavior",
+ "newArchitecture": false,
+ "stats": {
+ "createdAt": "2016-08-12T08:43:45Z",
+ "forks": 111,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-05-29T10:01:30Z",
- "createdAt": "2016-08-12T08:43:45Z",
- "pushedAt": "2019-05-29T10:01:30Z",
- "forks": 111,
+ "hasWiki": true,
"issues": 17,
+ "pushedAt": "2019-05-29T10:01:30Z",
+ "stars": 1158,
"subscribers": 24,
- "stars": 1158
+ "updatedAt": "2019-05-29T10:01:30Z"
},
- "name": "react-native-bottom-sheet-behavior",
- "fullName": "cesardeazevedo/react-native-bottom-sheet-behavior",
- "isPrivate": false,
- "description": "react-native wrapper for android BottomSheetBehavior",
"topics": [
"android",
"react-native",
@@ -16075,119 +16140,118 @@
"floatingactionbutton",
"nestedscrollview"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-bottom-sheet-behavior",
- "npm": {
- "downloads": 442,
- "weekDownloads": 71
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior",
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.363,
- "topicSearchString": "android react-native bottom-sheet-behavior coordinatorlayout bottomsheet bottomsheetbehavior google-maps floatingactionbutton nestedscrollview"
+ "npm": {
+ "downloads": 439,
+ "weekDownloads": 31
+ },
+ "npmPkg": "react-native-bottom-sheet-behavior",
+ "popularity": -1.44,
+ "score": 57,
+ "topicSearchString": "android react-native bottom-sheet-behavior coordinatorlayout bottomsheet bottomsheetbehavior google-maps floatingactionbutton nestedscrollview",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/tinycreative/react-native-intercom",
- "ios": true,
- "android": true,
- "unmaintained": true,
"alternatives": [
"@intercom/intercom-react-native"
],
+ "android": true,
"github": {
- "urls": {
- "repo": "https://github.com/tinycreative/react-native-intercom",
- "homepage": null
+ "description": "React Native wrapper for Intercom.io",
+ "fullName": "tinycreative/react-native-intercom",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-intercom",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-09T18:11:31Z",
+ "forks": 255,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2021-12-09T23:52:04Z",
- "createdAt": "2015-07-09T18:11:31Z",
- "pushedAt": "2021-12-09T23:52:04Z",
- "forks": 255,
+ "hasWiki": true,
"issues": 8,
+ "pushedAt": "2021-12-09T23:52:04Z",
+ "stars": 407,
"subscribers": 4,
- "stars": 407
+ "updatedAt": "2021-12-09T23:52:04Z"
},
- "name": "react-native-intercom",
- "fullName": "tinycreative/react-native-intercom",
- "isPrivate": false,
- "description": "React Native wrapper for Intercom.io",
"topics": [],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-intercom",
- "npm": {
- "downloads": 7482,
- "weekDownloads": 1503
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/tinycreative/react-native-intercom"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/tinycreative/react-native-intercom",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.579,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 7409,
+ "weekDownloads": 1514
+ },
+ "npmPkg": "react-native-intercom",
+ "popularity": -0.576,
+ "score": 57,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/joshswan/react-native-globalize",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/joshswan/react-native-globalize",
- "homepage": null
+ "description": "Internationalization (i18n) for React Native",
+ "fullName": "joshswan/react-native-globalize",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-globalize",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-09-25T01:43:32Z",
+ "forks": 65,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-02-25T17:50:19Z",
- "createdAt": "2015-09-25T01:43:32Z",
- "pushedAt": "2022-02-25T17:50:19Z",
- "forks": 65,
+ "hasWiki": false,
"issues": 2,
+ "pushedAt": "2022-02-25T17:50:19Z",
+ "stars": 259,
"subscribers": 6,
- "stars": 259
+ "updatedAt": "2022-02-25T17:50:19Z"
},
- "name": "react-native-globalize",
- "fullName": "joshswan/react-native-globalize",
- "isPrivate": false,
- "description": "Internationalization (i18n) for React Native",
"topics": [
"react-native",
"internationalization",
@@ -16199,60 +16263,60 @@
"datetime",
"language"
],
- "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-globalize",
- "npm": {
- "downloads": 5003,
- "weekDownloads": 758
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/joshswan/react-native-globalize"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/joshswan/react-native-globalize",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.621,
- "topicSearchString": "react-native internationalization globalization localization i18n l10n currency datetime language"
+ "npm": {
+ "downloads": 4963,
+ "weekDownloads": 702
+ },
+ "npmPkg": "react-native-globalize",
+ "popularity": -0.63,
+ "score": 41,
+ "topicSearchString": "react-native internationalization globalization localization i18n l10n currency datetime language",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/sunnylqm/react-native-storage",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/sunnylqm/react-native-storage",
- "homepage": null
+ "description": "local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.",
+ "fullName": "sunnylqm/react-native-storage",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-storage",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-27T12:49:29Z",
+ "forks": 264,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-06-17T01:59:37Z",
- "createdAt": "2015-07-27T12:49:29Z",
- "pushedAt": "2025-06-17T01:59:37Z",
- "forks": 264,
+ "hasWiki": true,
"issues": 24,
+ "pushedAt": "2025-06-17T01:59:37Z",
+ "stars": 3042,
"subscribers": 45,
- "stars": 3042
+ "updatedAt": "2025-06-17T01:59:37Z"
},
- "name": "react-native-storage",
- "fullName": "sunnylqm/react-native-storage",
- "isPrivate": false,
- "description": "local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.",
"topics": [
"react-native",
"localstorage",
@@ -16260,59 +16324,59 @@
"reactjs",
"sync"
],
- "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-storage",
- "npm": {
- "downloads": 42152,
- "weekDownloads": 9707
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/sunnylqm/react-native-storage"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/sunnylqm/react-native-storage",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.196,
+ "npm": {
+ "downloads": 39320,
+ "weekDownloads": 7780
+ },
+ "npmPkg": "react-native-storage",
+ "popularity": 0.168,
+ "score": 68,
"topicSearchString": "react-native localstorage asyncstorage reactjs sync"
},
{
- "githubUrl": "https://github.com/vitalets/react-native-extended-stylesheet",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/vitalets/react-native-extended-stylesheet",
- "homepage": null
+ "description": "Extended StyleSheets for React Native",
+ "fullName": "vitalets/react-native-extended-stylesheet",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-extended-stylesheet",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-02T18:02:10Z",
+ "forks": 125,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-02-05T16:37:19Z",
- "createdAt": "2016-02-02T18:02:10Z",
- "pushedAt": "2025-02-05T16:37:19Z",
- "forks": 125,
+ "hasWiki": false,
"issues": 12,
+ "pushedAt": "2025-02-05T16:37:19Z",
+ "stars": 2937,
"subscribers": 37,
- "stars": 2937
+ "updatedAt": "2025-02-05T16:37:19Z"
},
- "name": "react-native-extended-stylesheet",
- "fullName": "vitalets/react-native-extended-stylesheet",
- "isPrivate": false,
- "description": "Extended StyleSheets for React Native",
"topics": [
"react",
"react-native",
@@ -16327,60 +16391,60 @@
"style",
"styling"
],
- "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-extended-stylesheet",
- "npm": {
- "downloads": 47699,
- "weekDownloads": 9614
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vitalets/react-native-extended-stylesheet"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/vitalets/react-native-extended-stylesheet",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.171,
+ "npm": {
+ "downloads": 45071,
+ "weekDownloads": 7525
+ },
+ "npmPkg": "react-native-extended-stylesheet",
+ "popularity": 0.142,
+ "score": 57,
"topicSearchString": "react react-native react-component component mobile ios android stylesheets theme theming style styling"
},
{
- "githubUrl": "https://github.com/tachyons-css/react-native-style-tachyons",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/tachyons-css/react-native-style-tachyons",
- "homepage": null
+ "description": "Better styling for React Native",
+ "fullName": "tachyons-css/react-native-style-tachyons",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-style-tachyons",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-21T17:27:47Z",
+ "forks": 50,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-04-03T04:56:23Z",
- "createdAt": "2016-05-21T17:27:47Z",
- "pushedAt": "2025-04-03T04:56:23Z",
- "forks": 50,
+ "hasWiki": false,
"issues": 1,
+ "pushedAt": "2025-04-03T04:56:23Z",
+ "stars": 692,
"subscribers": 10,
- "stars": 692
+ "updatedAt": "2025-04-03T04:56:23Z"
},
- "name": "react-native-style-tachyons",
- "fullName": "tachyons-css/react-native-style-tachyons",
- "isPrivate": false,
- "description": "Better styling for React Native",
"topics": [
"react",
"react-native",
@@ -16396,59 +16460,58 @@
"typography",
"css-modules"
],
- "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": "react-native-style-tachyons",
- "npm": {
- "downloads": 4718,
- "weekDownloads": 907
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/tachyons-css/react-native-style-tachyons"
+ }
},
- "score": 51,
+ "githubUrl": "https://github.com/tachyons-css/react-native-style-tachyons",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.163,
+ "npm": {
+ "downloads": 4436,
+ "weekDownloads": 812
+ },
+ "npmPkg": "react-native-style-tachyons",
+ "popularity": 0.156,
+ "score": 51,
"topicSearchString": "react react-native android ios stylesheet style responsive mobile performance design css typography css-modules"
},
{
- "githubUrl": "https://github.com/lwansbrough/react-native-google-analytics",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/rnc-archive/react-native-google-analytics",
- "homepage": null
+ "description": "Google Analytics for React Native! Compatible with react-native-ab",
+ "fullName": "rnc-archive/react-native-google-analytics",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-google-analytics",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-23T11:30:28Z",
+ "forks": 49,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-05-14T21:52:33Z",
- "createdAt": "2015-04-23T11:30:28Z",
- "pushedAt": "2020-05-14T21:52:33Z",
- "forks": 49,
+ "hasWiki": true,
"issues": 16,
+ "pushedAt": "2020-05-14T21:52:33Z",
+ "stars": 382,
"subscribers": 10,
- "stars": 382
+ "updatedAt": "2020-05-14T21:52:33Z"
},
- "name": "react-native-google-analytics",
- "fullName": "rnc-archive/react-native-google-analytics",
- "isPrivate": false,
- "description": "Google Analytics for React Native! Compatible with react-native-ab",
"topics": [
"react",
"native",
@@ -16462,120 +16525,120 @@
"experiment",
"variant"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-google-analytics",
- "npm": {
- "downloads": 1031,
- "weekDownloads": 241
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/rnc-archive/react-native-google-analytics"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/lwansbrough/react-native-google-analytics",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.551,
- "topicSearchString": "react native ab test testing analytics metrics events google experiment variant"
+ "npm": {
+ "downloads": 994,
+ "weekDownloads": 197
+ },
+ "npmPkg": "react-native-google-analytics",
+ "popularity": -1.331,
+ "score": 41,
+ "topicSearchString": "react native ab test testing analytics metrics events google experiment variant",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/seigel/pouchdb-react-native/tree/master/packages/pouchdb-react-native",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/seigel/pouchdb-react-native",
- "homepage": "https://github.com/stockulus/pouchdb-react-native#readme"
+ "description": "PouchDB Bundle for ReactNative",
+ "fullName": "seigel/pouchdb-react-native",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "pouchdb-react-native",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-04-14T14:40:11Z",
+ "forks": 68,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-10-15T10:31:29Z",
- "createdAt": "2016-04-14T14:40:11Z",
- "pushedAt": "2020-10-15T10:31:29Z",
- "forks": 68,
+ "hasWiki": false,
"issues": 29,
+ "pushedAt": "2020-10-15T10:31:29Z",
+ "stars": 484,
"subscribers": 14,
- "stars": 484
+ "updatedAt": "2020-10-15T10:31:29Z"
},
- "name": "pouchdb-react-native",
- "fullName": "seigel/pouchdb-react-native",
- "isPrivate": false,
- "description": "PouchDB Bundle for ReactNative",
"topics": [
"pouchdb",
"react-native",
"asyncstorage",
"offlinefirst"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "pouchdb-react-native",
- "npm": {
- "downloads": 930,
- "weekDownloads": 397
+ "urls": {
+ "homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
+ "repo": "https://github.com/seigel/pouchdb-react-native"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/seigel/pouchdb-react-native/tree/master/packages/pouchdb-react-native",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.136,
- "topicSearchString": "pouchdb react-native asyncstorage offlinefirst"
+ "npm": {
+ "downloads": 698,
+ "weekDownloads": 92
+ },
+ "npmPkg": "pouchdb-react-native",
+ "popularity": -1.388,
+ "score": 41,
+ "topicSearchString": "pouchdb react-native asyncstorage offlinefirst",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/darkrishabh/react-native-db-models",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/darkrishabh/react-native-db-models",
- "homepage": null
+ "description": "React native Library for creating Local DB models ",
+ "fullName": "darkrishabh/react-native-db-models",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-db-models",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-13T00:58:33Z",
+ "forks": 30,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-04-15T10:41:10Z",
- "createdAt": "2015-06-13T00:58:33Z",
- "pushedAt": "2018-04-15T10:41:10Z",
- "forks": 30,
+ "hasWiki": true,
"issues": 11,
+ "pushedAt": "2018-04-15T10:41:10Z",
+ "stars": 173,
"subscribers": 10,
- "stars": 173
+ "updatedAt": "2018-04-15T10:41:10Z"
},
- "name": "react-native-db-models",
- "fullName": "darkrishabh/react-native-db-models",
- "isPrivate": false,
- "description": "React native Library for creating Local DB models ",
"topics": [
"react-native",
"asyncstorage",
@@ -16588,59 +16651,60 @@
"data-store",
"ios"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-db-models",
- "npm": {
- "downloads": 38,
- "weekDownloads": 5
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/darkrishabh/react-native-db-models"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/darkrishabh/react-native-db-models",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.375,
- "topicSearchString": "react-native asyncstorage database local-db db-events rerender emmit-database-operations models data-store ios"
+ "npm": {
+ "downloads": 50,
+ "weekDownloads": 5
+ },
+ "npmPkg": "react-native-db-models",
+ "popularity": -1.409,
+ "score": 41,
+ "topicSearchString": "react-native asyncstorage database local-db db-events rerender emmit-database-operations models data-store ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/adamterlson/cairn",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/adamterlson/cairn",
- "homepage": null
+ "description": "Hierarchical shared and component-based style definitions with selector-based style application, for React Native",
+ "fullName": "adamterlson/cairn",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "cairn",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-19T18:33:44Z",
+ "forks": 4,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-09-02T11:29:15Z",
- "createdAt": "2015-10-19T18:33:44Z",
- "pushedAt": "2019-09-02T11:29:15Z",
- "forks": 4,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2019-09-02T11:29:15Z",
+ "stars": 114,
"subscribers": 4,
- "stars": 114
+ "updatedAt": "2019-09-02T11:29:15Z"
},
- "name": "cairn",
- "fullName": "adamterlson/cairn",
- "isPrivate": false,
- "description": "Hierarchical shared and component-based style definitions with selector-based style application, for React Native",
"topics": [
"react",
"react-native",
@@ -16649,59 +16713,59 @@
"styles",
"cairn"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "cairn",
- "npm": {
- "downloads": 44,
- "weekDownloads": 5
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/adamterlson/cairn"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/adamterlson/cairn",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.4,
- "topicSearchString": "react react-native css styling styles cairn"
+ "npm": {
+ "downloads": 42,
+ "weekDownloads": 3
+ },
+ "npmPkg": "cairn",
+ "popularity": -1.433,
+ "score": 32,
+ "topicSearchString": "react react-native css styling styles cairn",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jondot/react-native-slowlog",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/jondot/react-native-slowlog",
- "homepage": null
+ "description": "A high-performance timer based profiler for React Native that helps you track big performance problems.",
+ "fullName": "jondot/react-native-slowlog",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-slowlog",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-01T07:43:16Z",
+ "forks": 14,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-02-08T09:40:47Z",
- "createdAt": "2016-05-01T07:43:16Z",
- "pushedAt": "2017-02-08T09:40:47Z",
- "forks": 14,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2017-02-08T09:40:47Z",
+ "stars": 376,
"subscribers": 4,
- "stars": 376
+ "updatedAt": "2017-02-08T09:40:47Z"
},
- "name": "react-native-slowlog",
- "fullName": "jondot/react-native-slowlog",
- "isPrivate": false,
- "description": "A high-performance timer based profiler for React Native that helps you track big performance problems.",
"topics": [
"performance",
"react-native",
@@ -16709,61 +16773,60 @@
"infrastructure",
"tools"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-slowlog",
- "npm": {
- "downloads": 3325,
- "weekDownloads": 1059
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jondot/react-native-slowlog"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/jondot/react-native-slowlog",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.479,
- "topicSearchString": "performance react-native debugging infrastructure tools"
+ "npm": {
+ "downloads": 3117,
+ "weekDownloads": 866
+ },
+ "npmPkg": "react-native-slowlog",
+ "popularity": -0.514,
+ "score": 41,
+ "topicSearchString": "performance react-native debugging infrastructure tools",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/NativeSH/react-native-console-panel",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/NativeSH/react-native-console-panel",
- "homepage": null
+ "description": "simple react native console component",
+ "fullName": "NativeSH/react-native-console-panel",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTg=",
+ "key": "gpl-2.0",
+ "name": "GNU General Public License v2.0",
+ "spdxId": "GPL-2.0",
+ "url": "http://choosealicense.com/licenses/gpl-2.0/"
},
+ "name": "react-native-console-panel",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-20T06:52:17Z",
+ "forks": 17,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-04-09T05:19:43Z",
- "createdAt": "2015-11-20T06:52:17Z",
- "pushedAt": "2019-04-09T05:19:43Z",
- "forks": 17,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2019-04-09T05:19:43Z",
+ "stars": 85,
"subscribers": 5,
- "stars": 85
+ "updatedAt": "2019-04-09T05:19:43Z"
},
- "name": "react-native-console-panel",
- "fullName": "NativeSH/react-native-console-panel",
- "isPrivate": false,
- "description": "simple react native console component",
"topics": [
"react-component",
"react-native",
@@ -16772,59 +16835,59 @@
"console",
"debug-panel"
],
- "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="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-console-panel",
- "npm": {
- "downloads": 242,
- "weekDownloads": 34
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/NativeSH/react-native-console-panel"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/NativeSH/react-native-console-panel",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.379,
- "topicSearchString": "react-component react-native ios android console debug-panel"
+ "npm": {
+ "downloads": 227,
+ "weekDownloads": 33
+ },
+ "npmPkg": "react-native-console-panel",
+ "popularity": -1.375,
+ "score": 32,
+ "topicSearchString": "react-component react-native ios android console debug-panel",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/DanielMSchmidt/react-native-dismiss-keyboard",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/DanielMSchmidt/react-native-dismiss-keyboard",
- "homepage": null
+ "description": "A simple way to dismiss the keyboard programmatically in a react native application",
+ "fullName": "DanielMSchmidt/react-native-dismiss-keyboard",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-dismiss-keyboard",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-10T20:13:47Z",
+ "forks": 8,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-05-28T16:01:47Z",
- "createdAt": "2016-01-10T20:13:47Z",
- "pushedAt": "2023-05-28T16:01:47Z",
- "forks": 8,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2023-05-28T16:01:47Z",
+ "stars": 94,
"subscribers": 1,
- "stars": 94
+ "updatedAt": "2023-05-28T16:01:47Z"
},
- "name": "react-native-dismiss-keyboard",
- "fullName": "DanielMSchmidt/react-native-dismiss-keyboard",
- "isPrivate": false,
- "description": "A simple way to dismiss the keyboard programmatically in a react native application",
"topics": [
"react-component",
"react",
@@ -16834,111 +16897,116 @@
"keyboard",
"dismiss"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-dismiss-keyboard",
- "npm": {
- "downloads": 32178,
- "weekDownloads": 7232
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/DanielMSchmidt/react-native-dismiss-keyboard"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/DanielMSchmidt/react-native-dismiss-keyboard",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.559,
- "topicSearchString": "react-component react react-native ios android keyboard dismiss"
+ "npm": {
+ "downloads": 30150,
+ "weekDownloads": 4101
+ },
+ "npmPkg": "react-native-dismiss-keyboard",
+ "popularity": -0.634,
+ "score": 32,
+ "topicSearchString": "react-component react react-native ios android keyboard dismiss",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/beefe/react-native-popup",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/beefe/react-native-popup",
- "homepage": null
+ "description": "popup for react-native",
+ "fullName": "beefe/react-native-popup",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-popup",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-15T10:22:51Z",
+ "forks": 39,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-11-14T06:57:13Z",
- "createdAt": "2015-12-15T10:22:51Z",
- "pushedAt": "2016-11-14T06:57:13Z",
- "forks": 39,
+ "hasWiki": true,
"issues": 9,
+ "pushedAt": "2016-11-14T06:57:13Z",
+ "stars": 168,
"subscribers": 8,
- "stars": 168
+ "updatedAt": "2016-11-14T06:57:13Z"
},
- "name": "react-native-popup",
- "fullName": "beefe/react-native-popup",
- "isPrivate": false,
- "description": "popup for react-native",
"topics": [
"react-native",
"popup"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-popup",
- "npm": {
- "downloads": 45,
- "weekDownloads": 26
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/beefe/react-native-popup"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/beefe/react-native-popup",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.98,
- "topicSearchString": "react-native popup"
+ "npm": {
+ "downloads": 30,
+ "weekDownloads": 9
+ },
+ "npmPkg": "react-native-popup",
+ "popularity": -1.243,
+ "score": 41,
+ "topicSearchString": "react-native popup",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/bamlab/react-native-image-resizer",
- "npmPkg": "@bam.tech/react-native-image-resizer",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/bamlab/react-native-image-resizer",
- "homepage": null
+ "description": "🗻 Resize local images with React Native",
+ "fullName": "bamlab/react-native-image-resizer",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@bam.tech/react-native-image-resizer",
+ "newArchitecture": true,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2015-11-30T10:23:11Z",
+ "forks": 331,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-11-25T14:34:01Z",
- "createdAt": "2015-11-30T10:23:11Z",
- "pushedAt": "2024-11-25T14:34:01Z",
- "forks": 331,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2024-11-25T14:34:01Z",
+ "stars": 1649,
"subscribers": 19,
- "stars": 1649
+ "updatedAt": "2024-11-25T14:34:01Z"
},
- "name": "@bam.tech/react-native-image-resizer",
- "fullName": "bamlab/react-native-image-resizer",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "🗻 Resize local images with React Native",
"topics": [
"react-native",
"react",
@@ -16952,60 +17020,59 @@
"resize",
"jpeg"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": true,
- "isArchived": false
- },
- "npm": {
- "downloads": 186859,
- "weekDownloads": 34814
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/bamlab/react-native-image-resizer"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/bamlab/react-native-image-resizer",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.158,
+ "npm": {
+ "downloads": 178745,
+ "weekDownloads": 29631
+ },
+ "npmPkg": "@bam.tech/react-native-image-resizer",
+ "popularity": 0.141,
+ "score": 57,
"topicSearchString": "react-native react android ios images image image-resizer scaling scale resize jpeg"
},
{
- "githubUrl": "https://github.com/remobile/react-native-toast",
- "npmPkg": "@remobile/react-native-toast",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/remobile/react-native-toast",
- "homepage": null
+ "description": "A android like toast for android and ios, android use native toast, ios use UIView+Toast",
+ "fullName": "remobile/react-native-toast",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@remobile/react-native-toast",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-17T00:22:19Z",
+ "forks": 127,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-16T03:43:50Z",
- "createdAt": "2015-11-17T00:22:19Z",
- "pushedAt": "2017-10-16T03:43:50Z",
- "forks": 127,
+ "hasWiki": true,
"issues": 22,
+ "pushedAt": "2017-10-16T03:43:50Z",
+ "stars": 343,
"subscribers": 8,
- "stars": 343
+ "updatedAt": "2017-10-16T03:43:50Z"
},
- "name": "@remobile/react-native-toast",
- "fullName": "remobile/react-native-toast",
- "isPrivate": false,
- "description": "A android like toast for android and ios, android use native toast, ios use UIView+Toast",
"topics": [
"react-native",
"react-component",
@@ -17016,59 +17083,60 @@
"remobile",
"mobile"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npm": {
- "downloads": 317,
- "weekDownloads": 80
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/remobile/react-native-toast"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/remobile/react-native-toast",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.284,
- "topicSearchString": "react-native react-component ios android toast position remobile mobile"
+ "npm": {
+ "downloads": 306,
+ "weekDownloads": 66
+ },
+ "npmPkg": "@remobile/react-native-toast",
+ "popularity": -1.317,
+ "score": 41,
+ "topicSearchString": "react-native react-component ios android toast position remobile mobile",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/magicismight/react-native-lazyload",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/magicismight/react-native-lazyload",
- "homepage": null
+ "description": "lazyload for react native",
+ "fullName": "magicismight/react-native-lazyload",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-lazyload",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-02-16T10:10:13Z",
+ "forks": 93,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-08-26T12:26:10Z",
- "createdAt": "2016-02-16T10:10:13Z",
- "pushedAt": "2016-08-26T12:26:10Z",
- "forks": 93,
+ "hasWiki": true,
"issues": 19,
+ "pushedAt": "2016-08-26T12:26:10Z",
+ "stars": 414,
"subscribers": 20,
- "stars": 414
+ "updatedAt": "2016-08-26T12:26:10Z"
},
- "name": "react-native-lazyload",
- "fullName": "magicismight/react-native-lazyload",
- "isPrivate": false,
- "description": "lazyload for react native",
"topics": [
"react-component",
"react-native",
@@ -17077,60 +17145,60 @@
"lazyload",
"load"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-lazyload",
- "npm": {
- "downloads": 379,
- "weekDownloads": 127
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/magicismight/react-native-lazyload"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/magicismight/react-native-lazyload",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.215,
- "topicSearchString": "react-component react-native ios android lazyload load"
+ "npm": {
+ "downloads": 306,
+ "weekDownloads": 53
+ },
+ "npmPkg": "react-native-lazyload",
+ "popularity": -1.353,
+ "score": 41,
+ "topicSearchString": "react-component react-native ios android lazyload load",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jineshshah36/react-native-nav",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/jineshshah36/react-native-nav",
- "homepage": null
+ "description": "A cross-platform (iOS / Android), fully customizable, React Native Navigation Bar component.",
+ "fullName": "jineshshah36/react-native-nav",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-nav",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-26T22:02:21Z",
+ "forks": 26,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-11-11T19:37:21Z",
- "createdAt": "2016-03-26T22:02:21Z",
- "pushedAt": "2019-11-11T19:37:21Z",
- "forks": 26,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2019-11-11T19:37:21Z",
+ "stars": 264,
"subscribers": 5,
- "stars": 264
+ "updatedAt": "2019-11-11T19:37:21Z"
},
- "name": "react-native-nav",
- "fullName": "jineshshah36/react-native-nav",
- "isPrivate": false,
- "description": "A cross-platform (iOS / Android), fully customizable, React Native Navigation Bar component.",
"topics": [
"react",
"native",
@@ -17145,60 +17213,60 @@
"app",
"react-native"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-nav",
- "npm": {
- "downloads": 786,
- "weekDownloads": 167
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jineshshah36/react-native-nav"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/jineshshah36/react-native-nav",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.318,
- "topicSearchString": "react native ios android navigation bar component customizable navbar nav app react-native"
+ "npm": {
+ "downloads": 705,
+ "weekDownloads": 102
+ },
+ "npmPkg": "react-native-nav",
+ "popularity": -1.376,
+ "score": 41,
+ "topicSearchString": "react native ios android navigation bar component customizable navbar nav app react-native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/gilbox/react-imation",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/gilbox/react-imation",
- "homepage": null
+ "description": "functional tweening and timeline animation for react",
+ "fullName": "gilbox/react-imation",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-imation",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-09-20T00:44:44Z",
+ "forks": 10,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-11-20T23:14:30Z",
- "createdAt": "2015-09-20T00:44:44Z",
- "pushedAt": "2018-11-20T23:14:30Z",
- "forks": 10,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-11-20T23:14:30Z",
+ "stars": 236,
"subscribers": 6,
- "stars": 236
+ "updatedAt": "2018-11-20T23:14:30Z"
},
- "name": "react-imation",
- "fullName": "gilbox/react-imation",
- "isPrivate": false,
- "description": "functional tweening and timeline animation for react",
"topics": [
"react",
"react-native",
@@ -17207,59 +17275,59 @@
"tweening",
"easing"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-imation",
- "npm": {
- "downloads": 82,
- "weekDownloads": 21
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/gilbox/react-imation"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/gilbox/react-imation",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.279,
- "topicSearchString": "react react-native react-component animation tweening easing"
+ "npm": {
+ "downloads": 64,
+ "weekDownloads": 3
+ },
+ "npmPkg": "react-imation",
+ "popularity": -1.46,
+ "score": 41,
+ "topicSearchString": "react react-native react-component animation tweening easing",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/AlbertBrand/react-native-android-tablayout",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/AlbertBrand/react-native-android-tablayout",
- "homepage": null
+ "description": "React Native Android TabLayout native component",
+ "fullName": "AlbertBrand/react-native-android-tablayout",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-android-tablayout",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-05T10:47:44Z",
+ "forks": 28,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-09-13T19:25:12Z",
- "createdAt": "2016-01-05T10:47:44Z",
- "pushedAt": "2016-09-13T19:25:12Z",
- "forks": 28,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2016-09-13T19:25:12Z",
+ "stars": 140,
"subscribers": 11,
- "stars": 140
+ "updatedAt": "2016-09-13T19:25:12Z"
},
- "name": "react-native-android-tablayout",
- "fullName": "AlbertBrand/react-native-android-tablayout",
- "isPrivate": false,
- "description": "React Native Android TabLayout native component",
"topics": [
"react-component",
"react-native",
@@ -17268,60 +17336,60 @@
"design",
"support"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-android-tablayout",
- "npm": {
- "downloads": 49,
- "weekDownloads": 33
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/AlbertBrand/react-native-android-tablayout"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/AlbertBrand/react-native-android-tablayout",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.9,
- "topicSearchString": "react-component react-native android tablayout design support"
+ "npm": {
+ "downloads": 29,
+ "weekDownloads": 14
+ },
+ "npmPkg": "react-native-android-tablayout",
+ "popularity": -1.033,
+ "score": 41,
+ "topicSearchString": "react-component react-native android tablayout design support",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/FaridSafi/react-native-gifted-listview",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/FaridSafi/react-native-gifted-listview",
- "homepage": null
+ "description": "✌️ ListView with pull-to-refresh and infinite scrolling for Android and iOS React-Native apps",
+ "fullName": "FaridSafi/react-native-gifted-listview",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-gifted-listview",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-23T14:50:37Z",
+ "forks": 273,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-04T19:07:12Z",
- "createdAt": "2015-10-23T14:50:37Z",
- "pushedAt": "2018-01-04T19:07:12Z",
- "forks": 273,
+ "hasWiki": true,
"issues": 40,
+ "pushedAt": "2018-01-04T19:07:12Z",
+ "stars": 1621,
"subscribers": 38,
- "stars": 1621
+ "updatedAt": "2018-01-04T19:07:12Z"
},
- "name": "react-native-gifted-listview",
- "fullName": "FaridSafi/react-native-gifted-listview",
- "isPrivate": false,
- "description": "✌️ ListView with pull-to-refresh and infinite scrolling for Android and iOS React-Native apps",
"topics": [
"pull-to-refresh",
"refreshable",
@@ -17332,64 +17400,65 @@
"ios",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/FaridSafi/react-native-gifted-listview"
+ }
},
- "npmPkg": "react-native-gifted-listview",
- "npm": {
- "downloads": 49,
- "weekDownloads": 29
- },
- "score": 57,
+ "githubUrl": "https://github.com/FaridSafi/react-native-gifted-listview",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.973,
- "topicSearchString": "pull-to-refresh refreshable listview infinite-scrolling react-component react-native ios android"
+ "npm": {
+ "downloads": 23,
+ "weekDownloads": 4
+ },
+ "npmPkg": "react-native-gifted-listview",
+ "popularity": -1.34,
+ "score": 57,
+ "topicSearchString": "pull-to-refresh refreshable listview infinite-scrolling react-component react-native ios android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/douglasjunior/react-native-simple-dialogs",
+ "android": true,
"examples": [
"https://github.com/douglasjunior/react-native-simple-dialogs/tree/master/Sample",
"https://snack.expo.dev/@douglasjunior/react-native-simple-dialogs-example"
],
- "ios": true,
- "android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/douglasjunior/react-native-simple-dialogs",
- "homepage": "https://www.npmjs.com/package/react-native-simple-dialogs"
+ "description": "⚛ Cross-platform React Native dialogs based on the Modal component",
+ "fullName": "douglasjunior/react-native-simple-dialogs",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-simple-dialogs",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-06-18T17:57:06Z",
+ "forks": 56,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-09-21T01:05:50Z",
- "createdAt": "2017-06-18T17:57:06Z",
- "pushedAt": "2024-09-21T01:05:50Z",
- "forks": 56,
+ "hasWiki": false,
"issues": 2,
+ "pushedAt": "2024-09-21T01:05:50Z",
+ "stars": 432,
"subscribers": 5,
- "stars": 431
+ "updatedAt": "2024-09-21T01:05:50Z"
},
- "name": "react-native-simple-dialogs",
- "fullName": "douglasjunior/react-native-simple-dialogs",
- "isPrivate": false,
- "description": "⚛ Cross-platform React Native dialogs based on the Modal component",
"topics": [
"react-native",
"android",
@@ -17402,60 +17471,60 @@
"cross-platform",
"hacktoberfest"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-simple-dialogs",
- "npm": {
- "downloads": 8954,
- "weekDownloads": 1707
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-simple-dialogs",
+ "repo": "https://github.com/douglasjunior/react-native-simple-dialogs"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/douglasjunior/react-native-simple-dialogs",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.162,
+ "npm": {
+ "downloads": 8770,
+ "weekDownloads": 1509
+ },
+ "npmPkg": "react-native-simple-dialogs",
+ "popularity": 0.146,
+ "score": 41,
"topicSearchString": "react-native android ios dialog modal popup confirm progress cross-platform hacktoberfest"
},
{
- "githubUrl": "https://github.com/douglasjunior/react-native-keyboard-manager",
"examples": [
"https://github.com/douglasjunior/react-native-keyboard-manager/tree/master/Sample"
],
- "ios": true,
"github": {
- "urls": {
- "repo": "https://github.com/douglasjunior/react-native-keyboard-manager",
- "homepage": "https://www.npmjs.com/package/react-native-keyboard-manager"
+ "description": "⚛ Library to prevent issues of keyboard sliding up and cover inputs on React-Native iOS projects.",
+ "fullName": "douglasjunior/react-native-keyboard-manager",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-keyboard-manager",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-06-21T11:27:21Z",
+ "forks": 59,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-09-21T00:41:52Z",
- "createdAt": "2017-06-21T11:27:21Z",
- "pushedAt": "2024-09-21T00:41:52Z",
- "forks": 59,
+ "hasWiki": false,
"issues": 2,
+ "pushedAt": "2024-09-21T00:41:52Z",
+ "stars": 997,
"subscribers": 7,
- "stars": 997
+ "updatedAt": "2024-09-21T00:41:52Z"
},
- "name": "react-native-keyboard-manager",
- "fullName": "douglasjunior/react-native-keyboard-manager",
- "isPrivate": false,
- "description": "⚛ Library to prevent issues of keyboard sliding up and cover inputs on React-Native iOS projects.",
"topics": [
"react-native",
"ios",
@@ -17463,60 +17532,60 @@
"iqkeyboardmanager",
"hacktoberfest"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-keyboard-manager",
- "npm": {
- "downloads": 113353,
- "weekDownloads": 19456
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-keyboard-manager",
+ "repo": "https://github.com/douglasjunior/react-native-keyboard-manager"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/douglasjunior/react-native-keyboard-manager",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.146,
+ "npm": {
+ "downloads": 109591,
+ "weekDownloads": 14283
+ },
+ "npmPkg": "react-native-keyboard-manager",
+ "popularity": 0.111,
+ "score": 57,
"topicSearchString": "react-native ios keyboard iqkeyboardmanager hacktoberfest"
},
{
- "githubUrl": "https://github.com/avocode/nachos-ui",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/nachos-ui/nachos-ui",
- "homepage": "https://avocode.com/nachos-ui/"
+ "description": "Nachos UI is a React Native component library.",
+ "fullName": "nachos-ui/nachos-ui",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "nachos-ui",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-30T14:22:09Z",
+ "forks": 115,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-08-15T19:47:46Z",
- "createdAt": "2017-01-30T14:22:09Z",
- "pushedAt": "2018-08-15T19:47:46Z",
- "forks": 115,
+ "hasWiki": true,
"issues": 13,
+ "pushedAt": "2018-08-15T19:47:46Z",
+ "stars": 2065,
"subscribers": 33,
- "stars": 2065
+ "updatedAt": "2018-08-15T19:47:46Z"
},
- "name": "nachos-ui",
- "fullName": "nachos-ui/nachos-ui",
- "isPrivate": false,
- "description": "Nachos UI is a React Native component library.",
"topics": [
"react",
"react-component",
@@ -17525,60 +17594,60 @@
"uikit",
"web"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "nachos-ui",
- "npm": {
- "downloads": 174,
- "weekDownloads": 39
+ "urls": {
+ "homepage": "https://avocode.com/nachos-ui/",
+ "repo": "https://github.com/nachos-ui/nachos-ui"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/avocode/nachos-ui",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.305,
- "topicSearchString": "react react-component react-native ui-kit uikit web"
+ "npm": {
+ "downloads": 161,
+ "weekDownloads": 26
+ },
+ "npmPkg": "nachos-ui",
+ "popularity": -1.359,
+ "score": 57,
+ "topicSearchString": "react react-component react-native ui-kit uikit web",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-material-design",
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-material-design",
- "homepage": "http://react-native-material-design.github.io"
+ "description": "React Native UI Components for Material Design",
+ "fullName": "invertase/react-native-material-design",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-material-design",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-12-11T15:29:45Z",
+ "forks": 352,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-12-27T10:31:48Z",
- "createdAt": "2015-12-11T15:29:45Z",
- "pushedAt": "2018-12-27T10:31:48Z",
- "forks": 352,
+ "hasWiki": true,
"issues": 70,
+ "pushedAt": "2018-12-27T10:31:48Z",
+ "stars": 3141,
"subscribers": 94,
- "stars": 3141
+ "updatedAt": "2018-12-27T10:31:48Z"
},
- "name": "react-native-material-design",
- "fullName": "invertase/react-native-material-design",
- "isPrivate": false,
- "description": "React Native UI Components for Material Design",
"topics": [
"react-native",
"material",
@@ -17588,59 +17657,59 @@
"react-component",
"android"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-material-design",
- "npm": {
- "downloads": 315,
- "weekDownloads": 95
+ "urls": {
+ "homepage": "http://react-native-material-design.github.io",
+ "repo": "https://github.com/invertase/react-native-material-design"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/invertase/react-native-material-design",
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.243,
- "topicSearchString": "react-native material design ui components react-component android"
+ "npm": {
+ "downloads": 280,
+ "weekDownloads": 70
+ },
+ "npmPkg": "react-native-material-design",
+ "popularity": -1.285,
+ "score": 57,
+ "topicSearchString": "react-native material design ui components react-component android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/binggg/mrn",
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/binggg/mrn",
- "homepage": "http://mrn.js.org"
+ "description": "Material React Native (MRN) - A Material Design style React Native component library.",
+ "fullName": "binggg/mrn",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "mrn",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-11-13T10:10:01Z",
+ "forks": 106,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-05-28T08:31:20Z",
- "createdAt": "2015-11-13T10:10:01Z",
- "pushedAt": "2019-05-28T08:31:20Z",
- "forks": 106,
+ "hasWiki": true,
"issues": 13,
+ "pushedAt": "2019-05-28T08:31:20Z",
+ "stars": 1728,
"subscribers": 44,
- "stars": 1728
+ "updatedAt": "2019-05-28T08:31:20Z"
},
- "name": "mrn",
- "fullName": "binggg/mrn",
- "isPrivate": false,
- "description": "Material React Native (MRN) - A Material Design style React Native component library.",
"topics": [
"react-native",
"material",
@@ -17652,61 +17721,60 @@
"ui-components",
"android"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "mrn",
- "npm": {
- "downloads": 36,
- "weekDownloads": 17
+ "urls": {
+ "homepage": "http://mrn.js.org",
+ "repo": "https://github.com/binggg/mrn"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/binggg/mrn",
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.075,
- "topicSearchString": "react-native material design ui components react-component mrn ui-components android"
+ "npm": {
+ "downloads": 22,
+ "weekDownloads": 6
+ },
+ "npmPkg": "mrn",
+ "popularity": -1.26,
+ "score": 57,
+ "topicSearchString": "react-native material design ui components react-component mrn ui-components android",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/oblador/react-native-parallax",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/oblador/react-native-parallax",
- "homepage": null
+ "description": "Parallax effects for React Native using Animated API",
+ "fullName": "oblador/react-native-parallax",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-parallax",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-26T15:57:27Z",
+ "forks": 68,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-09-19T19:10:47Z",
- "createdAt": "2015-07-26T15:57:27Z",
- "pushedAt": "2017-09-19T19:10:47Z",
- "forks": 68,
+ "hasWiki": true,
"issues": 10,
+ "pushedAt": "2017-09-19T19:10:47Z",
+ "stars": 586,
"subscribers": 15,
- "stars": 586
+ "updatedAt": "2017-09-19T19:10:47Z"
},
- "name": "react-native-parallax",
- "fullName": "oblador/react-native-parallax",
- "isPrivate": false,
- "description": "Parallax effects for React Native using Animated API",
"topics": [
"react-native",
"react-component",
@@ -17719,187 +17787,188 @@
"parallax",
"image"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-parallax",
- "npm": {
- "downloads": 146,
- "weekDownloads": 36
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/oblador/react-native-parallax"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/oblador/react-native-parallax",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.288,
- "topicSearchString": "react-native react-component component react mobile ios android ui parallax image"
+ "npm": {
+ "downloads": 127,
+ "weekDownloads": 24
+ },
+ "npmPkg": "react-native-parallax",
+ "popularity": -1.334,
+ "score": 41,
+ "topicSearchString": "react-native react-component component react mobile ios android ui parallax image",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/tomauty/react-native-chart",
- "images": [
- "https://raw.githubusercontent.com/tomauty/react-native-chart/master/screenshots/README.png"
- ],
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/tomauty/react-native-chart",
- "homepage": "http://tomauty.github.io/react-native-chart"
+ "description": "[NOT MAINTAINED] :bar_chart: Add line, area, pie, and bar charts to your React Native app",
+ "fullName": "tomauty/react-native-chart",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-chart",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-29T20:31:35Z",
+ "forks": 216,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-12-24T15:18:02Z",
- "createdAt": "2015-04-29T20:31:35Z",
- "pushedAt": "2019-12-24T15:18:02Z",
- "forks": 216,
+ "hasWiki": false,
"issues": 53,
+ "pushedAt": "2019-12-24T15:18:02Z",
+ "stars": 1571,
"subscribers": 45,
- "stars": 1571
+ "updatedAt": "2019-12-24T15:18:02Z"
},
- "name": "react-native-chart",
- "fullName": "tomauty/react-native-chart",
- "isPrivate": false,
- "description": "[NOT MAINTAINED] :bar_chart: Add line, area, pie, and bar charts to your React Native app",
"topics": [
"chart",
"javascript",
"react-native",
"svg"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-chart",
- "npm": {
- "downloads": 160,
- "weekDownloads": 63
+ "urls": {
+ "homepage": "http://tomauty.github.io/react-native-chart",
+ "repo": "https://github.com/tomauty/react-native-chart"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/tomauty/react-native-chart",
+ "images": [
+ "https://raw.githubusercontent.com/tomauty/react-native-chart/master/screenshots/README.png"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.159,
- "topicSearchString": "chart javascript react-native svg"
+ "npm": {
+ "downloads": 122,
+ "weekDownloads": 16
+ },
+ "npmPkg": "react-native-chart",
+ "popularity": -1.386,
+ "score": 57,
+ "topicSearchString": "chart javascript react-native svg",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/lelandrichardson/react-native-parallax-view",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/lelandrichardson/react-native-parallax-view",
- "homepage": null
+ "description": "Parallax view for vertical scrollview/listviews with a header image and header content",
+ "fullName": "lelandrichardson/react-native-parallax-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-parallax-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-08T03:47:19Z",
+ "forks": 156,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-09-16T16:53:00Z",
- "createdAt": "2015-05-08T03:47:19Z",
- "pushedAt": "2016-09-16T16:53:00Z",
- "forks": 156,
+ "hasWiki": true,
"issues": 22,
+ "pushedAt": "2016-09-16T16:53:00Z",
+ "stars": 1292,
"subscribers": 24,
- "stars": 1292
+ "updatedAt": "2016-09-16T16:53:00Z"
},
- "name": "react-native-parallax-view",
- "fullName": "lelandrichardson/react-native-parallax-view",
- "isPrivate": false,
- "description": "Parallax view for vertical scrollview/listviews with a header image and header content",
"topics": [
"react",
"react-native",
"react-component",
"parallax"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-parallax-view",
- "npm": {
- "downloads": 226,
- "weekDownloads": 56
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/lelandrichardson/react-native-parallax-view"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/lelandrichardson/react-native-parallax-view",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.289,
- "topicSearchString": "react react-native react-component parallax"
+ "npm": {
+ "downloads": 222,
+ "weekDownloads": 63
+ },
+ "npmPkg": "react-native-parallax-view",
+ "popularity": -1.258,
+ "score": 57,
+ "topicSearchString": "react react-native react-component parallax",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/oblador/react-native-collapsible",
+ "android": true,
"examples": [
"https://github.com/oblador/react-native-collapsible/tree/master/Example"
],
- "ios": true,
- "android": true,
"expoGo": true,
"fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/oblador/react-native-collapsible",
- "homepage": null
+ "description": "Animated collapsible component for React Native, good for accordions, toggles etc",
+ "fullName": "oblador/react-native-collapsible",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-collapsible",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-07T13:36:23Z",
+ "forks": 429,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": true,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-08-27T20:12:02Z",
- "createdAt": "2015-06-07T13:36:23Z",
- "pushedAt": "2024-08-27T20:12:02Z",
- "forks": 429,
+ "hasWiki": true,
"issues": 88,
+ "pushedAt": "2024-08-27T20:12:02Z",
+ "stars": 2563,
"subscribers": 29,
- "stars": 2563
+ "updatedAt": "2024-08-27T20:12:02Z"
},
- "name": "react-native-collapsible",
- "fullName": "oblador/react-native-collapsible",
- "isPrivate": false,
- "description": "Animated collapsible component for React Native, good for accordions, toggles etc",
"topics": [
"react-native",
"react-component",
@@ -17915,23 +17984,13 @@
"accordion",
"animation"
],
- "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-collapsible",
- "npm": {
- "downloads": 606120,
- "weekDownloads": 131172
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/oblador/react-native-collapsible"
+ }
},
- "score": 46,
+ "githubUrl": "https://github.com/oblador/react-native-collapsible",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
@@ -17939,38 +17998,47 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.184,
+ "npm": {
+ "downloads": 576959,
+ "weekDownloads": 106736
+ },
+ "npmPkg": "react-native-collapsible",
+ "popularity": 0.157,
+ "score": 46,
"topicSearchString": "react-native react-component component react mobile ios android ui collapse collapsible toggle accordion animation"
},
{
- "githubUrl": "https://github.com/jeanregisser/react-native-popover",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/jeanregisser/react-native-popover",
- "homepage": null
+ "description": "A component for react-native",
+ "fullName": "jeanregisser/react-native-popover",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-popover",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-29T22:40:18Z",
+ "forks": 165,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-05-27T07:42:55Z",
- "createdAt": "2015-05-29T22:40:18Z",
- "pushedAt": "2016-05-27T07:42:55Z",
- "forks": 165,
+ "hasWiki": true,
"issues": 18,
+ "pushedAt": "2016-05-27T07:42:55Z",
+ "stars": 668,
"subscribers": 9,
- "stars": 668
+ "updatedAt": "2016-05-27T07:42:55Z"
},
- "name": "react-native-popover",
- "fullName": "jeanregisser/react-native-popover",
- "isPrivate": false,
- "description": "A component for react-native",
"topics": [
"react-component",
"react-native",
@@ -17979,121 +18047,121 @@
"popover",
"modal"
],
- "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-popover",
- "npm": {
- "downloads": 2330,
- "weekDownloads": 424
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/jeanregisser/react-native-popover"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/jeanregisser/react-native-popover",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.595,
- "topicSearchString": "react-component react-native ios ui popover modal"
+ "npm": {
+ "downloads": 2444,
+ "weekDownloads": 317
+ },
+ "npmPkg": "react-native-popover",
+ "popularity": -0.64,
+ "score": 57,
+ "topicSearchString": "react-component react-native ios ui popover modal",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/MichaelCereda/react-native-form-generator",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/MichaelCereda/react-native-form-generator",
- "homepage": null
+ "description": "Generate forms with native look and feel in a breeze",
+ "fullName": "MichaelCereda/react-native-form-generator",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-form-generator",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-20T06:56:26Z",
+ "forks": 97,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-05-13T15:45:39Z",
- "createdAt": "2016-01-20T06:56:26Z",
- "pushedAt": "2018-05-13T15:45:39Z",
- "forks": 97,
+ "hasWiki": true,
"issues": 58,
+ "pushedAt": "2018-05-13T15:45:39Z",
+ "stars": 376,
"subscribers": 16,
- "stars": 376
+ "updatedAt": "2018-05-13T15:45:39Z"
},
- "name": "react-native-form-generator",
- "fullName": "MichaelCereda/react-native-form-generator",
- "isPrivate": false,
- "description": "Generate forms with native look and feel in a breeze",
"topics": [
"react",
"native",
"forms",
"input"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-form-generator",
- "npm": {
- "downloads": 4179,
- "weekDownloads": 688
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/MichaelCereda/react-native-form-generator"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/MichaelCereda/react-native-form-generator",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.61,
- "topicSearchString": "react native forms input"
+ "npm": {
+ "downloads": 4379,
+ "weekDownloads": 606
+ },
+ "npmPkg": "react-native-form-generator",
+ "popularity": -0.632,
+ "score": 41,
+ "topicSearchString": "react native forms input",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/react-native-simple-router-community/react-native-simple-router",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/react-native-simple-router-community/react-native-simple-router",
- "homepage": null
+ "description": "A community maintained router component for React Native",
+ "fullName": "react-native-simple-router-community/react-native-simple-router",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-simple-router",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-20T16:04:38Z",
+ "forks": 51,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-05-31T16:29:19Z",
- "createdAt": "2016-01-20T16:04:38Z",
- "pushedAt": "2019-05-31T16:29:19Z",
- "forks": 51,
+ "hasWiki": true,
"issues": 26,
+ "pushedAt": "2019-05-31T16:29:19Z",
+ "stars": 268,
"subscribers": 14,
- "stars": 268
+ "updatedAt": "2019-05-31T16:29:19Z"
},
- "name": "react-native-simple-router",
- "fullName": "react-native-simple-router-community/react-native-simple-router",
- "isPrivate": false,
- "description": "A community maintained router component for React Native",
"topics": [
"react",
"react-component",
@@ -18107,60 +18175,60 @@
"react-router",
"react-navigation"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-simple-router",
- "npm": {
- "downloads": 37,
- "weekDownloads": 20
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/react-native-simple-router-community/react-native-simple-router"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/react-native-simple-router-community/react-native-simple-router",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1,
- "topicSearchString": "react react-component react-native ios navigation navigation-bar navbar router simple react-router react-navigation"
+ "npm": {
+ "downloads": 18,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-simple-router",
+ "popularity": -1.2,
+ "score": 41,
+ "topicSearchString": "react react-component react-native ios navigation navigation-bar navbar router simple react-router react-navigation",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/lwansbrough/react-native-markdown",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/lwansbrough/react-native-markdown",
- "homepage": null
+ "description": "Markdown component for React Native",
+ "fullName": "lwansbrough/react-native-markdown",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-markdown",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-05T22:44:57Z",
+ "forks": 63,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2015-07-04T18:55:07Z",
- "createdAt": "2015-04-05T22:44:57Z",
- "pushedAt": "2015-07-04T18:55:07Z",
- "forks": 63,
+ "hasWiki": true,
"issues": 13,
+ "pushedAt": "2015-07-04T18:55:07Z",
+ "stars": 277,
"subscribers": 7,
- "stars": 277
+ "updatedAt": "2015-07-04T18:55:07Z"
},
- "name": "react-native-markdown",
- "fullName": "lwansbrough/react-native-markdown",
- "isPrivate": false,
- "description": "Markdown component for React Native",
"topics": [
"react",
"native",
@@ -18169,60 +18237,60 @@
"parse",
"parser"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-markdown",
- "npm": {
- "downloads": 36,
- "weekDownloads": 15
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/lwansbrough/react-native-markdown"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/lwansbrough/react-native-markdown",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.125,
- "topicSearchString": "react native markdown md parse parser"
+ "npm": {
+ "downloads": 24,
+ "weekDownloads": 10
+ },
+ "npmPkg": "react-native-markdown",
+ "popularity": -1.1,
+ "score": 41,
+ "topicSearchString": "react native markdown md parse parser",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/superdami/react-native-custom-navigation",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/SuperDami/react-native-custom-navigation",
- "homepage": null
+ "description": "If you want to customize navbar content, or your navbar need a fade-in effect by scrolling. This is it.",
+ "fullName": "SuperDami/react-native-custom-navigation",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-custom-navigation",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-07-08T15:08:51Z",
+ "forks": 22,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-01-11T10:51:49Z",
- "createdAt": "2015-07-08T15:08:51Z",
- "pushedAt": "2016-01-11T10:51:49Z",
- "forks": 22,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2016-01-11T10:51:49Z",
+ "stars": 189,
"subscribers": 3,
- "stars": 189
+ "updatedAt": "2016-01-11T10:51:49Z"
},
- "name": "react-native-custom-navigation",
- "fullName": "SuperDami/react-native-custom-navigation",
- "isPrivate": false,
- "description": "If you want to customize navbar content, or your navbar need a fade-in effect by scrolling. This is it.",
"topics": [
"react",
"react-component",
@@ -18233,168 +18301,173 @@
"navbar",
"router"
],
- "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-custom-navigation",
- "npm": {
- "downloads": 15,
- "weekDownloads": 14
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/SuperDami/react-native-custom-navigation"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/superdami/react-native-custom-navigation",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.567,
- "topicSearchString": "react react-component react-native react-navigation ios navigation navbar router"
+ "npm": {
+ "downloads": 7,
+ "weekDownloads": 5
+ },
+ "npmPkg": "react-native-custom-navigation",
+ "popularity": -0.5,
+ "score": 41,
+ "topicSearchString": "react react-component react-native react-navigation ios navigation navbar router",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/johanneslumpe/react-native-gesture-recognizers",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/johanneslumpe/react-native-gesture-recognizers",
- "homepage": null
+ "description": "Gesture recognizer decorators for react-native",
+ "fullName": "johanneslumpe/react-native-gesture-recognizers",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-gesture-recognizers",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-21T20:01:28Z",
+ "forks": 44,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-05-15T12:53:27Z",
- "createdAt": "2015-06-21T20:01:28Z",
- "pushedAt": "2017-05-15T12:53:27Z",
- "forks": 44,
+ "hasWiki": true,
"issues": 7,
+ "pushedAt": "2017-05-15T12:53:27Z",
+ "stars": 367,
"subscribers": 12,
- "stars": 367
+ "updatedAt": "2017-05-15T12:53:27Z"
},
- "name": "react-native-gesture-recognizers",
- "fullName": "johanneslumpe/react-native-gesture-recognizers",
- "isPrivate": false,
- "description": "Gesture recognizer decorators for react-native",
"topics": [
"react-native",
"gesture",
"detection"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-gesture-recognizers",
- "npm": {
- "downloads": 16,
- "weekDownloads": 7
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/johanneslumpe/react-native-gesture-recognizers"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/johanneslumpe/react-native-gesture-recognizers",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.033,
- "topicSearchString": "react-native gesture detection"
+ "npm": {
+ "downloads": 11,
+ "weekDownloads": 3
+ },
+ "npmPkg": "react-native-gesture-recognizers",
+ "popularity": -1.2,
+ "score": 41,
+ "topicSearchString": "react-native gesture detection",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/ldn0x7dc/react-native-gallery",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/ldn0x7dc/react-native-gallery",
- "homepage": null
+ "description": "A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.",
+ "fullName": "ldn0x7dc/react-native-gallery",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-gallery",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-28T04:28:25Z",
+ "forks": 91,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2016-07-22T02:59:09Z",
- "createdAt": "2016-06-28T04:28:25Z",
- "pushedAt": "2016-07-22T02:59:09Z",
- "forks": 91,
+ "hasWiki": true,
"issues": 35,
+ "pushedAt": "2016-07-22T02:59:09Z",
+ "stars": 332,
"subscribers": 6,
- "stars": 332
+ "updatedAt": "2016-07-22T02:59:09Z"
},
- "name": "react-native-gallery",
- "fullName": "ldn0x7dc/react-native-gallery",
- "isPrivate": false,
- "description": "A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.",
"topics": [],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-gallery",
- "npm": {
- "downloads": 95,
- "weekDownloads": 38
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/ldn0x7dc/react-native-gallery"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/ldn0x7dc/react-native-gallery",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.155,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 85,
+ "weekDownloads": 22
+ },
+ "npmPkg": "react-native-gallery",
+ "popularity": -1.28,
+ "score": 41,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/evblurbs/react-native-md-textinput",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/evblurbs/react-native-md-textinput",
- "homepage": null
+ "description": "React Native TextInput styled with Material Design.",
+ "fullName": "evblurbs/react-native-md-textinput",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-md-textinput",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-01-29T09:22:44Z",
+ "forks": 108,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-06-03T06:22:56Z",
- "createdAt": "2016-01-29T09:22:44Z",
- "pushedAt": "2016-06-03T06:22:56Z",
- "forks": 108,
+ "hasWiki": true,
"issues": 23,
+ "pushedAt": "2016-06-03T06:22:56Z",
+ "stars": 322,
"subscribers": 9,
- "stars": 322
+ "updatedAt": "2016-06-03T06:22:56Z"
},
- "name": "react-native-md-textinput",
- "fullName": "evblurbs/react-native-md-textinput",
- "isPrivate": false,
- "description": "React Native TextInput styled with Material Design.",
"topics": [
"react-native",
"textinput",
@@ -18402,176 +18475,176 @@
"material",
"design"
],
- "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-md-textinput",
- "npm": {
- "downloads": 123,
- "weekDownloads": 48
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/evblurbs/react-native-md-textinput"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/evblurbs/react-native-md-textinput",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.157,
- "topicSearchString": "react-native textinput material-design material design"
+ "npm": {
+ "downloads": 91,
+ "weekDownloads": 35
+ },
+ "npmPkg": "react-native-md-textinput",
+ "popularity": -1.167,
+ "score": 41,
+ "topicSearchString": "react-native textinput material-design material design",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/eyaleizenberg/react-native-custom-action-sheet",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/eyaleizenberg/react-native-custom-action-sheet",
- "homepage": null
+ "description": "React Native custom action sheet",
+ "fullName": "eyaleizenberg/react-native-custom-action-sheet",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-custom-action-sheet",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-08T06:38:43Z",
+ "forks": 31,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-05-30T16:24:14Z",
- "createdAt": "2015-10-08T06:38:43Z",
- "pushedAt": "2016-05-30T16:24:14Z",
- "forks": 31,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2016-05-30T16:24:14Z",
+ "stars": 179,
"subscribers": 3,
- "stars": 179
+ "updatedAt": "2016-05-30T16:24:14Z"
},
- "name": "react-native-custom-action-sheet",
- "fullName": "eyaleizenberg/react-native-custom-action-sheet",
- "isPrivate": false,
- "description": "React Native custom action sheet",
"topics": [
"react-native",
"react-component",
"ios",
"action-sheet"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-custom-action-sheet",
- "npm": {
- "downloads": 57,
- "weekDownloads": 30
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/eyaleizenberg/react-native-custom-action-sheet"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/eyaleizenberg/react-native-custom-action-sheet",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.038,
- "topicSearchString": "react-native react-component ios action-sheet"
+ "npm": {
+ "downloads": 43,
+ "weekDownloads": 16
+ },
+ "npmPkg": "react-native-custom-action-sheet",
+ "popularity": -1.18,
+ "score": 41,
+ "topicSearchString": "react-native react-component ios action-sheet",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/wix/react-native-keyboard-aware-scrollview",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/wix-incubator/react-native-keyboard-aware-scrollview",
- "homepage": null
+ "description": "Created by artald",
+ "fullName": "wix-incubator/react-native-keyboard-aware-scrollview",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-keyboard-aware-scrollview",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-04-05T21:37:44Z",
+ "forks": 91,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2023-03-13T08:53:00Z",
- "createdAt": "2016-04-05T21:37:44Z",
- "pushedAt": "2023-03-13T08:53:00Z",
- "forks": 91,
+ "hasWiki": true,
"issues": 20,
+ "pushedAt": "2023-03-13T08:53:00Z",
+ "stars": 495,
"subscribers": 48,
- "stars": 495
+ "updatedAt": "2023-03-13T08:53:00Z"
},
- "name": "react-native-keyboard-aware-scrollview",
- "fullName": "wix-incubator/react-native-keyboard-aware-scrollview",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "Created by artald",
"topics": [],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-keyboard-aware-scrollview",
- "npm": {
- "downloads": 21265,
- "weekDownloads": 4360
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/wix-incubator/react-native-keyboard-aware-scrollview"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/wix/react-native-keyboard-aware-scrollview",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.576,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 19916,
+ "weekDownloads": 3679
+ },
+ "npmPkg": "react-native-keyboard-aware-scrollview",
+ "popularity": -0.593,
+ "score": 41,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/kiddkai/react-native-gestures",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/kiddkai/react-native-gestures",
- "homepage": null
+ "description": "Composable React Native Gestures",
+ "fullName": "kiddkai/react-native-gestures",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-gestures",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-10-26T10:39:47Z",
+ "forks": 33,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2016-06-15T05:58:12Z",
- "createdAt": "2015-10-26T10:39:47Z",
- "pushedAt": "2016-06-15T05:58:12Z",
- "forks": 33,
+ "hasWiki": true,
"issues": 9,
+ "pushedAt": "2016-06-15T05:58:12Z",
+ "stars": 176,
"subscribers": 3,
- "stars": 176
+ "updatedAt": "2016-06-15T05:58:12Z"
},
- "name": "react-native-gestures",
- "fullName": "kiddkai/react-native-gestures",
- "isPrivate": false,
- "description": "Composable React Native Gestures",
"topics": [
"react-native",
"react-component",
@@ -18582,60 +18655,54 @@
"drag",
"drop"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-gestures",
- "npm": {
- "downloads": 88,
- "weekDownloads": 29
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/kiddkai/react-native-gestures"
+ }
},
- "score": 41,
- "matchingScoreModifiers": [
+ "githubUrl": "https://github.com/kiddkai/react-native-gestures",
+ "ios": true,
+ "matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.21,
- "topicSearchString": "react-native react-component ios gestures pinch zoom drag drop"
+ "npm": {
+ "downloads": 72,
+ "weekDownloads": 16
+ },
+ "npmPkg": "react-native-gestures",
+ "popularity": -1.3,
+ "score": 41,
+ "topicSearchString": "react-native react-component ios gestures pinch zoom drag drop",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/lwansbrough/react-native-ab",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/lwansbrough/react-native-ab",
- "homepage": null
- },
+ "description": "A component for rendering A/B tests in React Native",
+ "fullName": "lwansbrough/react-native-ab",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": null,
+ "name": "react-native-ab",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-04-22T21:02:01Z",
+ "forks": 21,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2015-07-24T01:25:49Z",
- "createdAt": "2015-04-22T21:02:01Z",
- "pushedAt": "2015-07-24T01:25:49Z",
- "forks": 21,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2015-07-24T01:25:49Z",
+ "stars": 182,
"subscribers": 4,
- "stars": 182
+ "updatedAt": "2015-07-24T01:25:49Z"
},
- "name": "react-native-ab",
- "fullName": "lwansbrough/react-native-ab",
- "isPrivate": false,
- "description": "A component for rendering A/B tests in React Native",
"topics": [
"react",
"native",
@@ -18645,54 +18712,60 @@
"experiment",
"variant"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-ab",
- "npm": {
- "downloads": 3,
- "weekDownloads": 3
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/lwansbrough/react-native-ab"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/lwansbrough/react-native-ab",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
+ "npm": {
+ "downloads": 0,
+ "weekDownloads": 0
+ },
+ "npmPkg": "react-native-ab",
"popularity": -1,
- "topicSearchString": "react native ab test testing experiment variant"
+ "score": 41,
+ "topicSearchString": "react native ab test testing experiment variant",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/evetstech/react-native-animated-ptr",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/evetstech/react-native-animated-ptr",
- "homepage": "https://evetstech.github.io/react-native-animated-ptr/"
+ "description": "an easy-to-create custom animated pull to refresh component",
+ "fullName": "evetstech/react-native-animated-ptr",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-animated-ptr",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-08-16T18:06:29Z",
+ "forks": 14,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-01-31T17:39:39Z",
- "createdAt": "2016-08-16T18:06:29Z",
- "pushedAt": "2017-01-31T17:39:39Z",
- "forks": 14,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2017-01-31T17:39:39Z",
+ "stars": 151,
"subscribers": 3,
- "stars": 151
+ "updatedAt": "2017-01-31T17:39:39Z"
},
- "name": "react-native-animated-ptr",
- "fullName": "evetstech/react-native-animated-ptr",
- "isPrivate": false,
- "description": "an easy-to-create custom animated pull to refresh component",
"topics": [
"react-native",
"react-component",
@@ -18701,106 +18774,106 @@
"animated",
"pull-to-refresh"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-animated-ptr",
- "npm": {
- "downloads": 17,
- "weekDownloads": 11
+ "urls": {
+ "homepage": "https://evetstech.github.io/react-native-animated-ptr/",
+ "repo": "https://github.com/evetstech/react-native-animated-ptr"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/evetstech/react-native-animated-ptr",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.95,
- "topicSearchString": "react-native react-component ios android animated pull-to-refresh"
+ "npm": {
+ "downloads": 9,
+ "weekDownloads": 4
+ },
+ "npmPkg": "react-native-animated-ptr",
+ "popularity": -1.1,
+ "score": 32,
+ "topicSearchString": "react-native react-component ios android animated pull-to-refresh",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/siuying/react-native-htmltext",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/siuying/react-native-htmltext",
- "homepage": null
- },
+ "description": "Use HTML like markup to create stylized text in ReactNative.",
+ "fullName": "siuying/react-native-htmltext",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": true,
+ "license": null,
+ "name": "react-native-htmltext",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-03-30T14:13:15Z",
+ "forks": 38,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2015-03-30T14:33:47Z",
- "createdAt": "2015-03-30T14:13:15Z",
- "pushedAt": "2015-03-30T14:33:47Z",
- "forks": 38,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2015-03-30T14:33:47Z",
+ "stars": 138,
"subscribers": 2,
- "stars": 138
+ "updatedAt": "2015-03-30T14:33:47Z"
},
- "name": "react-native-htmltext",
- "fullName": "siuying/react-native-htmltext",
- "isPrivate": true,
- "description": "Use HTML like markup to create stylized text in ReactNative.",
"topics": [],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "react-native-htmltext",
- "npm": {
- "downloads": 48,
- "weekDownloads": 14
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/siuying/react-native-htmltext"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/siuying/react-native-htmltext",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.245,
- "topicSearchString": ""
+ "npm": {
+ "downloads": 38,
+ "weekDownloads": 14
+ },
+ "npmPkg": "react-native-htmltext",
+ "popularity": -1.15,
+ "score": 32,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/dancormier/react-native-listitem",
- "ios": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/dancormier/react-native-listitem",
- "homepage": null
+ "description": "iOS-style listitem component for React Native",
+ "fullName": "dancormier/react-native-listitem",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-listitem",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-06-10T04:04:57Z",
+ "forks": 8,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-02-06T16:45:32Z",
- "createdAt": "2015-06-10T04:04:57Z",
- "pushedAt": "2018-02-06T16:45:32Z",
- "forks": 8,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2018-02-06T16:45:32Z",
+ "stars": 90,
"subscribers": 2,
- "stars": 90
+ "updatedAt": "2018-02-06T16:45:32Z"
},
- "name": "react-native-listitem",
- "fullName": "dancormier/react-native-listitem",
- "isPrivate": false,
- "description": "iOS-style listitem component for React Native",
"topics": [
"react-native",
"react-component",
@@ -18809,59 +18882,59 @@
"swipe",
"ui"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-listitem",
- "npm": {
- "downloads": 52,
- "weekDownloads": 29
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/dancormier/react-native-listitem"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/dancormier/react-native-listitem",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.017,
- "topicSearchString": "react-native react-component ios listitem swipe ui"
+ "npm": {
+ "downloads": 30,
+ "weekDownloads": 12
+ },
+ "npmPkg": "react-native-listitem",
+ "popularity": -1.157,
+ "score": 32,
+ "topicSearchString": "react-native react-component ios listitem swipe ui",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Polidea/react-native-ble-plx",
- "ios": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/dotintent/react-native-ble-plx",
- "homepage": null
+ "description": "React Native BLE library",
+ "fullName": "dotintent/react-native-ble-plx",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-ble-plx",
+ "newArchitecture": false,
+ "registry": "https://registry.npmjs.org/",
"stats": {
+ "createdAt": "2016-07-27T10:57:27Z",
+ "forks": 516,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-04-03T08:01:11Z",
- "createdAt": "2016-07-27T10:57:27Z",
- "pushedAt": "2025-04-03T08:01:11Z",
- "forks": 516,
+ "hasWiki": true,
"issues": 26,
+ "pushedAt": "2025-04-03T08:01:11Z",
+ "stars": 3278,
"subscribers": 74,
- "stars": 3275
+ "updatedAt": "2025-04-03T08:01:11Z"
},
- "name": "react-native-ble-plx",
- "fullName": "dotintent/react-native-ble-plx",
- "isPrivate": false,
- "registry": "https://registry.npmjs.org/",
- "description": "React Native BLE library",
"topics": [
"react-native",
"ios",
@@ -18873,66 +18946,64 @@
"energy",
"ble"
],
- "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": true,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-ble-plx",
- "npm": {
- "downloads": 214217,
- "weekDownloads": 44979
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/dotintent/react-native-ble-plx"
+ }
},
- "score": 92,
+ "githubUrl": "https://github.com/Polidea/react-native-ble-plx",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.178,
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 205365,
+ "weekDownloads": 35914
+ },
+ "npmPkg": "react-native-ble-plx",
+ "popularity": 0.149,
+ "score": 92,
"topicSearchString": "react-native ios android react native bluetooth low energy ble"
},
{
- "githubUrl": "https://github.com/mfrachet/rn-placeholder",
+ "android": true,
"examples": [
"https://github.com/mfrachet/rn-placeholder/tree/master/example"
],
- "images": [
- "https://raw.githubusercontent.com/mfrachet/rn-placeholder/master/assets/placeholder.gif"
- ],
- "ios": true,
- "android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/mfrachet/rn-placeholder",
- "homepage": "https://mfrachet.github.io/rn-placeholder/"
+ "description": "🏖️ Display some placeholder stuff before rendering your text or media content in React Native",
+ "fullName": "mfrachet/rn-placeholder",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "rn-placeholder",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-05-07T16:22:54Z",
+ "forks": 180,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-10-24T12:02:37Z",
- "createdAt": "2017-05-07T16:22:54Z",
- "pushedAt": "2022-10-24T12:02:37Z",
- "forks": 180,
+ "hasWiki": true,
"issues": 7,
+ "pushedAt": "2022-10-24T12:02:37Z",
+ "stars": 2130,
"subscribers": 12,
- "stars": 2130
+ "updatedAt": "2022-10-24T12:02:37Z"
},
- "name": "rn-placeholder",
- "fullName": "mfrachet/rn-placeholder",
- "isPrivate": false,
- "description": "🏖️ Display some placeholder stuff before rendering your text or media content in React Native",
"topics": [
"react-native",
"ios",
@@ -18942,113 +19013,116 @@
"ux",
"placeholder"
],
- "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": "rn-placeholder",
- "npm": {
- "downloads": 130670,
- "weekDownloads": 24346
+ "urls": {
+ "homepage": "https://mfrachet.github.io/rn-placeholder/",
+ "repo": "https://github.com/mfrachet/rn-placeholder"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/mfrachet/rn-placeholder",
+ "images": [
+ "https://raw.githubusercontent.com/mfrachet/rn-placeholder/master/assets/placeholder.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.592,
- "topicSearchString": "react-native ios android expo react ux placeholder"
+ "npm": {
+ "downloads": 126033,
+ "weekDownloads": 20086
+ },
+ "npmPkg": "rn-placeholder",
+ "popularity": -0.615,
+ "score": 57,
+ "topicSearchString": "react-native ios android expo react ux placeholder",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/mfrachet/rn-displayable",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/mfrachet/rn-displayable",
- "homepage": null
- },
+ "description": ":computer: :dash: Make your component visible with animations and a set of rules or simple props",
+ "fullName": "mfrachet/rn-displayable",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": null,
+ "name": "rn-displayable",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-12-04T13:14:35Z",
+ "forks": 3,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-09-17T11:11:37Z",
- "createdAt": "2017-12-04T13:14:35Z",
- "pushedAt": "2018-09-17T11:11:37Z",
- "forks": 3,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2018-09-17T11:11:37Z",
+ "stars": 17,
"subscribers": 1,
- "stars": 17
+ "updatedAt": "2018-09-17T11:11:37Z"
},
- "name": "rn-displayable",
- "fullName": "mfrachet/rn-displayable",
- "isPrivate": false,
- "description": ":computer: :dash: Make your component visible with animations and a set of rules or simple props",
"topics": [
"react-native",
"ios",
"android",
"expo"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "rn-displayable",
- "npm": {
- "downloads": 6,
- "weekDownloads": 5
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mfrachet/rn-displayable"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/mfrachet/rn-displayable",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.75,
- "topicSearchString": "react-native ios android expo"
+ "npm": {
+ "downloads": 2,
+ "weekDownloads": 1
+ },
+ "npmPkg": "rn-displayable",
+ "popularity": -1,
+ "score": 32,
+ "topicSearchString": "react-native ios android expo",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/tipsi/tipsi-stripe",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/tipsi/tipsi-stripe",
- "homepage": null
+ "description": "React Native Stripe binding for iOS/Android platforms",
+ "fullName": "tipsi/tipsi-stripe",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "tipsi-stripe",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-10-27T09:03:49Z",
+ "forks": 485,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-04-13T16:08:20Z",
- "createdAt": "2016-10-27T09:03:49Z",
- "pushedAt": "2023-04-13T16:08:20Z",
- "forks": 485,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2023-04-13T16:08:20Z",
+ "stars": 1137,
"subscribers": 26,
- "stars": 1137
+ "updatedAt": "2023-04-13T16:08:20Z"
},
- "name": "tipsi-stripe",
- "fullName": "tipsi/tipsi-stripe",
- "isPrivate": false,
- "description": "React Native Stripe binding for iOS/Android platforms",
"topics": [
"react",
"react-native",
@@ -19057,124 +19131,123 @@
"android",
"apple-pay"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "unmaintained": true,
- "npmPkg": "tipsi-stripe",
- "npm": {
- "downloads": 3448,
- "weekDownloads": 564
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/tipsi/tipsi-stripe"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/tipsi/tipsi-stripe",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.611,
- "topicSearchString": "react react-native stripe ios android apple-pay"
+ "npm": {
+ "downloads": 3821,
+ "weekDownloads": 568
+ },
+ "npmPkg": "tipsi-stripe",
+ "popularity": -0.624,
+ "score": 57,
+ "topicSearchString": "react react-native stripe ios android apple-pay",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/awesomejerry/react-native-qrcode-svg",
- "ios": true,
"android": true,
- "fireos": true,
"expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/Expensify/react-native-qrcode-svg",
- "homepage": null
+ "description": "A QR Code generator for React Native based on react-native-svg and node-qrcode.",
+ "fullName": "Expensify/react-native-qrcode-svg",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-qrcode-svg",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-05-05T17:04:15Z",
+ "forks": 209,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-02-21T05:43:57Z",
- "createdAt": "2016-05-05T17:04:15Z",
- "pushedAt": "2025-02-21T05:43:57Z",
- "forks": 209,
+ "hasWiki": true,
"issues": 38,
+ "pushedAt": "2025-02-21T05:43:57Z",
+ "stars": 1124,
"subscribers": 44,
- "stars": 1123
+ "updatedAt": "2025-02-21T05:43:57Z"
},
- "name": "react-native-qrcode-svg",
- "fullName": "Expensify/react-native-qrcode-svg",
- "isPrivate": false,
- "description": "A QR Code generator for React Native based on react-native-svg and node-qrcode.",
"topics": [
"react-native",
"qrcode",
"svg",
"node-qrcode"
],
- "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-qrcode-svg",
- "npm": {
- "downloads": 1001172,
- "weekDownloads": 213895
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Expensify/react-native-qrcode-svg"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/awesomejerry/react-native-qrcode-svg",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.182,
+ "npm": {
+ "downloads": 952460,
+ "weekDownloads": 175497
+ },
+ "npmPkg": "react-native-qrcode-svg",
+ "popularity": 0.157,
+ "score": 68,
"topicSearchString": "react-native qrcode svg node-qrcode"
},
{
- "githubUrl": "https://github.com/invertase/react-native-google-mobile-ads",
+ "android": true,
"examples": [
"https://github.com/invertase/react-native-google-mobile-ads/tree/main/RNGoogleMobileAdsExample"
],
- "ios": true,
- "android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-google-mobile-ads",
- "homepage": "https://docs.page/invertase/react-native-google-mobile-ads"
+ "description": "React Native Google Mobile Ads enables you to monetize your app with AdMob.",
+ "fullName": "invertase/react-native-google-mobile-ads",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "react-native-google-mobile-ads",
+ "newArchitecture": true,
"stats": {
+ "createdAt": "2021-04-20T12:33:05Z",
+ "forks": 176,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-06-22T10:59:47Z",
- "createdAt": "2021-04-20T12:33:05Z",
+ "hasWiki": false,
+ "issues": 18,
"pushedAt": "2025-06-22T10:59:47Z",
- "forks": 176,
- "issues": 17,
+ "stars": 880,
"subscribers": 19,
- "stars": 879
+ "updatedAt": "2025-06-22T10:59:47Z"
},
- "name": "react-native-google-mobile-ads",
- "fullName": "invertase/react-native-google-mobile-ads",
- "isPrivate": false,
- "description": "React Native Google Mobile Ads enables you to monetize your app with AdMob.",
"topics": [
"react",
"react-native",
@@ -19190,82 +19263,71 @@
"ios",
"google"
],
- "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": true,
- "isArchived": false
- },
- "npmPkg": "react-native-google-mobile-ads",
- "npm": {
- "downloads": 157483,
- "weekDownloads": 30088
+ "urls": {
+ "homepage": "https://docs.page/invertase/react-native-google-mobile-ads",
+ "repo": "https://github.com/invertase/react-native-google-mobile-ads"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/invertase/react-native-google-mobile-ads",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known"
],
- "popularity": 0.162,
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 153762,
+ "weekDownloads": 27134
+ },
+ "npmPkg": "react-native-google-mobile-ads",
+ "popularity": 0.15,
+ "score": 70,
"topicSearchString": "react react-native admob mobile-ads google-ads gdpr banner-ad rewarded-ad interstitial ad-consent android ios google"
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/analytics",
- "npmPkg": "@react-native-firebase/analytics",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/analytics",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/analytics",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
"topics": [
"react",
"react-native",
"firebase",
"analytics"
],
- "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
- },
- "npm": {
- "downloads": 1694337,
- "weekDownloads": 351857
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/analytics",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19273,39 +19335,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.177,
- "topicSearchString": "react react-native firebase analytics"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 1615234,
+ "weekDownloads": 297116
+ },
+ "npmPkg": "@react-native-firebase/analytics",
+ "popularity": 0.156,
+ "score": 97,
+ "topicSearchString": "react react-native firebase analytics",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/app-check",
- "npmPkg": "@react-native-firebase/app-check",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - App Check",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/app-check",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
- "pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "hasWiki": false,
+ "issues": 63,
+ "pushedAt": "2025-08-14T13:18:11Z",
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-14T13:18:11Z"
},
- "name": "@react-native-firebase/app-check",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - App Check",
"topics": [
"react",
"react-native",
@@ -19313,22 +19384,13 @@
"app-check",
"appcheck"
],
- "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
- },
- "npm": {
- "downloads": 85005,
- "weekDownloads": 16099
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/app-check",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19336,60 +19398,61 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.161,
- "topicSearchString": "react react-native firebase app-check appcheck"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 82246,
+ "weekDownloads": 13885
+ },
+ "npmPkg": "@react-native-firebase/app-check",
+ "popularity": 0.143,
+ "score": 97,
+ "topicSearchString": "react react-native firebase app-check appcheck",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/app-distribution",
- "npmPkg": "@react-native-firebase/app-distribution",
- "ios": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - App Distribution",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/app-distribution",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/app-distribution",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - App Distribution",
"topics": [
"react",
"react-native",
"firebase",
"app-distribution"
],
- "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
- },
- "npm": {
- "downloads": 38598,
- "weekDownloads": 8512
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/app-distribution",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19397,39 +19460,47 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.187,
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 36247,
+ "weekDownloads": 6716
+ },
+ "npmPkg": "@react-native-firebase/app-distribution",
+ "popularity": 0.158,
+ "score": 97,
"topicSearchString": "react react-native firebase app-distribution"
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/app",
- "npmPkg": "@react-native-firebase/app",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/app",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/app",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
"topics": [
"react",
"admob",
@@ -19463,22 +19534,13 @@
"dynamic-links",
"crashlytics"
],
- "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
- },
- "npm": {
- "downloads": 2782373,
- "weekDownloads": 572271
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/app",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19486,61 +19548,61 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.175,
- "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"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 2662427,
+ "weekDownloads": 480739
+ },
+ "npmPkg": "@react-native-firebase/app",
+ "popularity": 0.153,
+ "score": 97,
+ "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",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/auth",
- "npmPkg": "@react-native-firebase/auth",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/auth",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/auth",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.",
"topics": [
"react",
"react-native",
"firebase",
"auth"
],
- "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
- },
- "npm": {
- "downloads": 558007,
- "weekDownloads": 105723
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/auth",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19548,39 +19610,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.161,
- "topicSearchString": "react react-native firebase auth"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 543374,
+ "weekDownloads": 89981
+ },
+ "npmPkg": "@react-native-firebase/auth",
+ "popularity": 0.141,
+ "score": 97,
+ "topicSearchString": "react react-native firebase auth",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/crashlytics",
- "npmPkg": "@react-native-firebase/crashlytics",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/crashlytics",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/crashlytics",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
"topics": [
"react",
"react-native",
@@ -19592,22 +19663,13 @@
"reporting",
"crashlytics"
],
- "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
- },
- "npm": {
- "downloads": 1083447,
- "weekDownloads": 227195
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/crashlytics",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19615,39 +19677,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.178,
- "topicSearchString": "react react-native firebase fabric crash bug error reporting crashlytics"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 1032809,
+ "weekDownloads": 188346
+ },
+ "npmPkg": "@react-native-firebase/crashlytics",
+ "popularity": 0.155,
+ "score": 97,
+ "topicSearchString": "react react-native firebase fabric crash bug error reporting crashlytics",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/database",
- "npmPkg": "@react-native-firebase/database",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/database",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
- "pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "hasWiki": false,
+ "issues": 63,
+ "pushedAt": "2025-08-14T13:18:11Z",
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-14T13:18:11Z"
},
- "name": "@react-native-firebase/database",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.",
"topics": [
"react",
"react-native",
@@ -19657,22 +19728,13 @@
"synchronized",
"realtome-database"
],
- "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
- },
- "npm": {
- "downloads": 88515,
- "weekDownloads": 18670
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/database",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19680,39 +19742,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.179,
- "topicSearchString": "react react-native firebase realtime database synchronized realtome-database"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 84577,
+ "weekDownloads": 15363
+ },
+ "npmPkg": "@react-native-firebase/database",
+ "popularity": 0.154,
+ "score": 97,
+ "topicSearchString": "react react-native firebase realtime database synchronized realtome-database",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/firestore",
- "npmPkg": "@react-native-firebase/firestore",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs performance and offline capabilities.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/firestore",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/firestore",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs performance and offline capabilities.",
"topics": [
"react",
"react-native",
@@ -19724,22 +19795,13 @@
"realtime",
"firestore"
],
- "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
- },
- "npm": {
- "downloads": 368800,
- "weekDownloads": 68516
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/firestore",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19747,39 +19809,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.158,
- "topicSearchString": "react react-native firebase cloud-firestore database nosql query realtime firestore"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 359377,
+ "weekDownloads": 59375
+ },
+ "npmPkg": "@react-native-firebase/firestore",
+ "popularity": 0.14,
+ "score": 97,
+ "topicSearchString": "react react-native firebase cloud-firestore database nosql query realtime firestore",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/functions",
- "npmPkg": "@react-native-firebase/functions",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/functions",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/functions",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n",
"topics": [
"react",
"react-native",
@@ -19788,22 +19859,13 @@
"callable",
"functions"
],
- "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
- },
- "npm": {
- "downloads": 109323,
- "weekDownloads": 18734
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/functions",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19811,39 +19873,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.146,
- "topicSearchString": "react react-native firebase https callable functions"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 108833,
+ "weekDownloads": 16331
+ },
+ "npmPkg": "@react-native-firebase/functions",
+ "popularity": 0.128,
+ "score": 97,
+ "topicSearchString": "react react-native firebase https callable functions",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/in-app-messaging",
- "npmPkg": "@react-native-firebase/in-app-messaging",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/in-app-messaging",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/in-app-messaging",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.",
"topics": [
"react",
"react-native",
@@ -19855,22 +19926,13 @@
"active-users",
"inappmessaging"
],
- "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
- },
- "npm": {
- "downloads": 74002,
- "weekDownloads": 16083
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/in-app-messaging",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19878,61 +19940,61 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.185,
- "topicSearchString": "react react-native firebase in-app-messaging analytics predictions engage active-users inappmessaging"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 68789,
+ "weekDownloads": 13020
+ },
+ "npmPkg": "@react-native-firebase/in-app-messaging",
+ "popularity": 0.161,
+ "score": 97,
+ "topicSearchString": "react react-native firebase in-app-messaging analytics predictions engage active-users inappmessaging",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/messaging",
- "npmPkg": "@react-native-firebase/messaging",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
- },
- "stats": {
- "hasIssues": true,
- "hasWiki": false,
- "hasSponsorships": false,
- "hasDiscussions": true,
- "hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
+ "description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
+ },
+ "name": "@react-native-firebase/messaging",
+ "newArchitecture": false,
+ "stats": {
"createdAt": "2017-02-01T12:01:03Z",
- "pushedAt": "2025-08-12T23:50:42Z",
"forks": 2215,
- "issues": 62,
+ "hasDiscussions": true,
+ "hasIssues": true,
+ "hasSponsorships": false,
+ "hasTopics": true,
+ "hasWiki": false,
+ "issues": 63,
+ "pushedAt": "2025-08-12T23:50:42Z",
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/messaging",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
"topics": [
"react",
"react-native",
"firebase",
"messaging"
],
- "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
- },
- "npm": {
- "downloads": 1661329,
- "weekDownloads": 348016
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/messaging",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -19940,39 +20002,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.178,
- "topicSearchString": "react react-native firebase messaging"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 1583923,
+ "weekDownloads": 289369
+ },
+ "npmPkg": "@react-native-firebase/messaging",
+ "popularity": 0.155,
+ "score": 97,
+ "topicSearchString": "react react-native firebase messaging",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/ml",
- "npmPkg": "@react-native-firebase/ml",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - Firebase ML brings the power of machine learning vision to your React Native application, supporting both Android & iOS.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/ml",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/ml",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - Firebase ML brings the power of machine learning vision to your React Native application, supporting both Android & iOS.",
"topics": [
"react",
"react-native",
@@ -19983,22 +20054,13 @@
"landmark-recognition",
"image-labeler"
],
- "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
- },
- "npm": {
- "downloads": 2479,
- "weekDownloads": 585
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/ml",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -20006,39 +20068,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.201,
- "topicSearchString": "react react-native firebase ml machine-learning text-recognition landmark-recognition image-labeler"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 2232,
+ "weekDownloads": 369
+ },
+ "npmPkg": "@react-native-firebase/ml",
+ "popularity": 0.141,
+ "score": 97,
+ "topicSearchString": "react react-native firebase ml machine-learning text-recognition landmark-recognition image-labeler",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/perf",
- "npmPkg": "@react-native-firebase/perf",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/perf",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/perf",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
"topics": [
"react",
"react-native",
@@ -20050,22 +20121,13 @@
"latency",
"performance-monitoring"
],
- "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
- },
- "npm": {
- "downloads": 479799,
- "weekDownloads": 96446
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/perf",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -20073,39 +20135,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.171,
- "topicSearchString": "react react-native firebase perf trace insight http latency performance-monitoring"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 461306,
+ "weekDownloads": 78596
+ },
+ "npmPkg": "@react-native-firebase/perf",
+ "popularity": 0.145,
+ "score": 97,
+ "topicSearchString": "react react-native firebase perf trace insight http latency performance-monitoring",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/remote-config",
- "npmPkg": "@react-native-firebase/remote-config",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/remote-config",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
- "pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "hasWiki": false,
+ "issues": 63,
+ "pushedAt": "2025-08-14T13:18:11Z",
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-14T13:18:11Z"
},
- "name": "@react-native-firebase/remote-config",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.",
"topics": [
"react",
"react-native",
@@ -20114,22 +20185,13 @@
"remote",
"remote-config"
],
- "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
- },
- "npm": {
- "downloads": 556045,
- "weekDownloads": 109872
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/remote-config",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -20137,39 +20199,48 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.168,
- "topicSearchString": "react react-native firebase config remote remote-config"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 531385,
+ "weekDownloads": 91889
+ },
+ "npmPkg": "@react-native-firebase/remote-config",
+ "popularity": 0.147,
+ "score": 97,
+ "topicSearchString": "react react-native firebase config remote remote-config",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/storage",
- "npmPkg": "@react-native-firebase/storage",
- "ios": true,
- "tvos": true,
"android": true,
- "newArchitecture": true,
"github": {
- "urls": {
- "repo": "https://github.com/invertase/react-native-firebase",
- "homepage": null
+ "description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.",
+ "fullName": "invertase/react-native-firebase",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "@react-native-firebase/storage",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-01T12:01:03Z",
+ "forks": 2215,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-08-12T23:50:42Z",
- "createdAt": "2017-02-01T12:01:03Z",
+ "hasWiki": false,
+ "issues": 63,
"pushedAt": "2025-08-12T23:50:42Z",
- "forks": 2215,
- "issues": 62,
+ "stars": 12052,
"subscribers": 163,
- "stars": 12049
+ "updatedAt": "2025-08-12T23:50:42Z"
},
- "name": "@react-native-firebase/storage",
- "fullName": "invertase/react-native-firebase",
- "isPrivate": false,
- "description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.",
"topics": [
"react",
"react-native",
@@ -20183,22 +20254,13 @@
"upload",
"download"
],
- "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
- },
- "npm": {
- "downloads": 172724,
- "weekDownloads": 31837
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/invertase/react-native-firebase"
+ }
},
- "score": 97,
+ "githubUrl": "https://github.com/invertase/react-native-firebase/tree/main/packages/storage",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -20206,42 +20268,53 @@
"Recently updated",
"Not supporting New Architecture"
],
- "popularity": 0.157,
- "topicSearchString": "react react-native firebase images audio video json cloud-storage storage upload download"
+ "newArchitecture": true,
+ "npm": {
+ "downloads": 169562,
+ "weekDownloads": 27779
+ },
+ "npmPkg": "@react-native-firebase/storage",
+ "popularity": 0.139,
+ "score": 97,
+ "topicSearchString": "react react-native firebase images audio video json cloud-storage storage upload download",
+ "tvos": true
},
{
- "githubUrl": "https://github.com/itinance/react-native-fs",
- "ios": true,
- "android": true,
- "unmaintained": true,
- "fireos": true,
"alternatives": [
"@dr.pogodin/react-native-fs",
"expo-file-system"
],
+ "android": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/itinance/react-native-fs",
- "homepage": null
+ "description": "Native filesystem access for react-native",
+ "fullName": "itinance/react-native-fs",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-fs",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-05-08T17:04:15Z",
+ "forks": 881,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2023-04-12T21:30:13Z",
- "createdAt": "2015-05-08T17:04:15Z",
- "pushedAt": "2023-04-12T21:30:13Z",
- "forks": 881,
+ "hasWiki": true,
"issues": 554,
+ "pushedAt": "2023-04-12T21:30:13Z",
+ "stars": 5025,
"subscribers": 44,
- "stars": 5025
+ "updatedAt": "2023-04-12T21:30:13Z"
},
- "name": "react-native-fs",
- "fullName": "itinance/react-native-fs",
- "isPrivate": false,
- "description": "Native filesystem access for react-native",
"topics": [
"react-component",
"react-native",
@@ -20253,23 +20326,13 @@
"upload",
"file-transfer"
],
- "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-fs",
- "npm": {
- "downloads": 1446348,
- "weekDownloads": 300718
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/itinance/react-native-fs"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/itinance/react-native-fs",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -20278,37 +20341,48 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.573,
- "topicSearchString": "react-component react-native ios android fs filesystem download upload file-transfer"
+ "npm": {
+ "downloads": 1380920,
+ "weekDownloads": 246378
+ },
+ "npmPkg": "react-native-fs",
+ "popularity": -0.598,
+ "score": 70,
+ "topicSearchString": "react-component react-native ios android fs filesystem download upload file-transfer",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/lodev09/react-native-cell-components",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/lodev09/react-native-cell-components",
- "homepage": "https://www.npmjs.com/package/react-native-cell-components"
+ "description": "Awesome react-native cell components! From a Cell to more complex & awesome components.",
+ "fullName": "lodev09/react-native-cell-components",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-cell-components",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-02-23T06:48:43Z",
+ "forks": 14,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-01-01T15:12:48Z",
- "createdAt": "2017-02-23T06:48:43Z",
- "pushedAt": "2020-01-01T15:12:48Z",
- "forks": 14,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2020-01-01T15:12:48Z",
+ "stars": 176,
"subscribers": 6,
- "stars": 176
+ "updatedAt": "2020-01-01T15:12:48Z"
},
- "name": "react-native-cell-components",
- "fullName": "lodev09/react-native-cell-components",
- "isPrivate": false,
- "description": "Awesome react-native cell components! From a Cell to more complex & awesome components.",
"topics": [
"react-native",
"cell",
@@ -20317,59 +20391,58 @@
"listview",
"tableview"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "unmaintained": true,
- "npmPkg": "react-native-cell-components",
- "npm": {
- "downloads": 40,
- "weekDownloads": 26
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-cell-components",
+ "repo": "https://github.com/lodev09/react-native-cell-components"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/lodev09/react-native-cell-components",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.922,
- "topicSearchString": "react-native cell components ios listview tableview"
+ "npm": {
+ "downloads": 16,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-cell-components",
+ "popularity": -1.1,
+ "score": 32,
+ "topicSearchString": "react-native cell components ios listview tableview",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/malsapp/react-native-photo-upload",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/malsapp/react-native-photo-upload",
- "homepage": null
+ "description": "Cross platform photo upload component for react native",
+ "fullName": "malsapp/react-native-photo-upload",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-photo-upload",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-06-03T12:05:05Z",
+ "forks": 79,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-08-31T20:30:20Z",
- "createdAt": "2017-06-03T12:05:05Z",
- "pushedAt": "2018-08-31T20:30:20Z",
- "forks": 79,
+ "hasWiki": true,
"issues": 37,
+ "pushedAt": "2018-08-31T20:30:20Z",
+ "stars": 205,
"subscribers": 8,
- "stars": 205
+ "updatedAt": "2018-08-31T20:30:20Z"
},
- "name": "react-native-photo-upload",
- "fullName": "malsapp/react-native-photo-upload",
- "isPrivate": false,
- "description": "Cross platform photo upload component for react native",
"topics": [
"photo",
"react",
@@ -20386,58 +20459,59 @@
"fs",
"image-resizer"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-photo-upload",
- "npm": {
- "downloads": 496,
- "weekDownloads": 141
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/malsapp/react-native-photo-upload"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/malsapp/react-native-photo-upload",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.257,
- "topicSearchString": "photo react react-native resizer image picker base64 ios android photos reactjs image-picker fs image-resizer"
+ "npm": {
+ "downloads": 826,
+ "weekDownloads": 124
+ },
+ "npmPkg": "react-native-photo-upload",
+ "popularity": -1.372,
+ "score": 41,
+ "topicSearchString": "photo react react-native resizer image picker base64 ios android photos reactjs image-picker fs image-resizer",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/peggyrayzis/react-native-create-bridge",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/peggyrayzis/react-native-create-bridge",
- "homepage": null
+ "description": "A CLI tool that bridges React Native modules & UI components with ease 🎉",
+ "fullName": "peggyrayzis/react-native-create-bridge",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-create-bridge",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-11T16:42:51Z",
+ "forks": 63,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-09-27T01:31:06Z",
- "createdAt": "2017-01-11T16:42:51Z",
- "pushedAt": "2020-09-27T01:31:06Z",
- "forks": 63,
+ "hasWiki": true,
"issues": 34,
+ "pushedAt": "2020-09-27T01:31:06Z",
+ "stars": 1025,
"subscribers": 27,
- "stars": 1025
+ "updatedAt": "2020-09-27T01:31:06Z"
},
- "name": "react-native-create-bridge",
- "fullName": "peggyrayzis/react-native-create-bridge",
- "isPrivate": false,
- "description": "A CLI tool that bridges React Native modules & UI components with ease 🎉",
"topics": [
"react",
"native",
@@ -20449,61 +20523,61 @@
"objective-c",
"kotlin"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-create-bridge",
- "npm": {
- "downloads": 1209,
- "weekDownloads": 381
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/peggyrayzis/react-native-create-bridge"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/peggyrayzis/react-native-create-bridge",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.482,
- "topicSearchString": "react native react-native bridge cli swift java objective-c kotlin"
+ "npm": {
+ "downloads": 1132,
+ "weekDownloads": 346
+ },
+ "npmPkg": "react-native-create-bridge",
+ "popularity": -0.49,
+ "score": 57,
+ "topicSearchString": "react native react-native bridge cli swift java objective-c kotlin",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/uxxman/react-native-fa-icons",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/uxxman/react-native-fa-icons",
- "homepage": null
+ "description": "Font Awesome Icons for React Native",
+ "fullName": "uxxman/react-native-fa-icons",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-fa-icons",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-03-26T02:38:45Z",
+ "forks": 3,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-04-21T14:52:03Z",
- "createdAt": "2017-03-26T02:38:45Z",
- "pushedAt": "2019-04-21T14:52:03Z",
- "forks": 3,
+ "hasWiki": true,
"issues": 0,
+ "pushedAt": "2019-04-21T14:52:03Z",
+ "stars": 11,
"subscribers": 1,
- "stars": 11
+ "updatedAt": "2019-04-21T14:52:03Z"
},
- "name": "react-native-fa-icons",
- "fullName": "uxxman/react-native-fa-icons",
- "isPrivate": false,
- "description": "Font Awesome Icons for React Native",
"topics": [
"react-native",
"fonts",
@@ -20513,59 +20587,59 @@
"icons-fontawesome",
"icons"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-fa-icons",
- "npm": {
- "downloads": 65,
- "weekDownloads": 24
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/uxxman/react-native-fa-icons"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/uxxman/react-native-fa-icons",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.43,
- "topicSearchString": "react-native fonts font-awesome fontawesome icon icons-fontawesome icons"
+ "npm": {
+ "downloads": 54,
+ "weekDownloads": 16
+ },
+ "npmPkg": "react-native-fa-icons",
+ "popularity": -1.483,
+ "score": 32,
+ "topicSearchString": "react-native fonts font-awesome fontawesome icon icons-fontawesome icons",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/material-native/material-native",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/material-native/material-native",
- "homepage": null
+ "description": "Material Design components for React Native",
+ "fullName": "material-native/material-native",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "material-native",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-04-26T03:59:27Z",
+ "forks": 4,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-11-22T11:04:15Z",
- "createdAt": "2017-04-26T03:59:27Z",
- "pushedAt": "2017-11-22T11:04:15Z",
- "forks": 4,
+ "hasWiki": true,
"issues": 23,
+ "pushedAt": "2017-11-22T11:04:15Z",
+ "stars": 38,
"subscribers": 8,
- "stars": 38
+ "updatedAt": "2017-11-22T11:04:15Z"
},
- "name": "material-native",
- "fullName": "material-native/material-native",
- "isPrivate": false,
- "description": "Material Design components for React Native",
"topics": [
"react",
"react-component",
@@ -20575,59 +20649,58 @@
"android",
"ios"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "material-native",
- "npm": {
- "downloads": 29,
- "weekDownloads": 23
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/material-native/material-native"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/material-native/material-native",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.733,
- "topicSearchString": "react react-component react-native material material-design android ios"
+ "npm": {
+ "downloads": 8,
+ "weekDownloads": 0
+ },
+ "npmPkg": "material-native",
+ "popularity": -1,
+ "score": 32,
+ "topicSearchString": "react react-component react-native material material-design android ios",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/ronak301/react-native-submit-button",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/ronak301/react-native-submit-button",
- "homepage": null
+ "description": "Animated Submit button. Works on both android and ios.",
+ "fullName": "ronak301/react-native-submit-button",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-submit-button",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-08T16:31:26Z",
+ "forks": 15,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-24T11:42:29Z",
- "createdAt": "2017-01-08T16:31:26Z",
- "pushedAt": "2017-10-24T11:42:29Z",
- "forks": 15,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2017-10-24T11:42:29Z",
+ "stars": 121,
"subscribers": 8,
- "stars": 121
+ "updatedAt": "2017-10-24T11:42:29Z"
},
- "name": "react-native-submit-button",
- "fullName": "ronak301/react-native-submit-button",
- "isPrivate": false,
- "description": "Animated Submit button. Works on both android and ios.",
"topics": [
"react",
"native",
@@ -20640,57 +20713,58 @@
"react-native",
"submit-button"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-submit-button",
- "npm": {
- "downloads": 31,
- "weekDownloads": 9
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/ronak301/react-native-submit-button"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/ronak301/react-native-submit-button",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.243,
- "topicSearchString": "react native animated component button submit android ios react-native submit-button"
+ "npm": {
+ "downloads": 24,
+ "weekDownloads": 11
+ },
+ "npmPkg": "react-native-submit-button",
+ "popularity": -1.06,
+ "score": 32,
+ "topicSearchString": "react native animated component button submit android ios react-native submit-button",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/mockingbot/react-native-zip-archive",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/mockingbot/react-native-zip-archive",
- "homepage": null
+ "description": "Zip archive utility for react-native",
+ "fullName": "mockingbot/react-native-zip-archive",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-zip-archive",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2015-08-26T09:06:18Z",
+ "forks": 152,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2025-06-15T10:41:32Z",
- "createdAt": "2015-08-26T09:06:18Z",
- "pushedAt": "2025-06-15T10:41:32Z",
- "forks": 152,
+ "hasWiki": true,
"issues": 15,
+ "pushedAt": "2025-06-15T10:41:32Z",
+ "stars": 446,
"subscribers": 12,
- "stars": 446
+ "updatedAt": "2025-06-15T10:41:32Z"
},
- "name": "react-native-zip-archive",
- "fullName": "mockingbot/react-native-zip-archive",
- "isPrivate": false,
- "description": "Zip archive utility for react-native",
"topics": [
"react-native",
"ios",
@@ -20701,176 +20775,176 @@
"unzip",
"zip-assets"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-zip-archive",
- "npm": {
- "downloads": 162090,
- "weekDownloads": 32832
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mockingbot/react-native-zip-archive"
+ }
},
- "score": 68,
+ "githubUrl": "https://github.com/mockingbot/react-native-zip-archive",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.172,
+ "npm": {
+ "downloads": 153988,
+ "weekDownloads": 26639
+ },
+ "npmPkg": "react-native-zip-archive",
+ "popularity": 0.147,
+ "score": 68,
"topicSearchString": "react-native ios android zip archive zip-archive unzip zip-assets"
},
{
- "githubUrl": "https://github.com/beefe/react-native-actionsheet",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/beefe/react-native-actionsheet",
- "homepage": null
+ "description": "An elegant ActionSheet component for React Native.",
+ "fullName": "beefe/react-native-actionsheet",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-actionsheet",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-01T14:11:31Z",
+ "forks": 284,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-05-23T11:37:11Z",
- "createdAt": "2016-03-01T14:11:31Z",
- "pushedAt": "2018-05-23T11:37:11Z",
- "forks": 284,
+ "hasWiki": true,
"issues": 50,
+ "pushedAt": "2018-05-23T11:37:11Z",
+ "stars": 1354,
"subscribers": 13,
- "stars": 1354
+ "updatedAt": "2018-05-23T11:37:11Z"
},
- "name": "react-native-actionsheet",
- "fullName": "beefe/react-native-actionsheet",
- "isPrivate": false,
- "description": "An elegant ActionSheet component for React Native.",
"topics": [
"actionsheet",
"action-sheet",
"react-native",
"custom-action-sheet"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-actionsheet",
- "npm": {
- "downloads": 62969,
- "weekDownloads": 13800
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/beefe/react-native-actionsheet"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/beefe/react-native-actionsheet",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.564,
- "topicSearchString": "actionsheet action-sheet react-native custom-action-sheet"
+ "npm": {
+ "downloads": 59414,
+ "weekDownloads": 11857
+ },
+ "npmPkg": "react-native-actionsheet",
+ "popularity": -0.58,
+ "score": 57,
+ "topicSearchString": "actionsheet action-sheet react-native custom-action-sheet",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Michaelvilleneuve/react-native-document-scanner",
- "ios": true,
"github": {
- "urls": {
- "repo": "https://github.com/Michaelvilleneuve/react-native-document-scanner",
- "homepage": null
+ "description": "Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸",
+ "fullName": "Michaelvilleneuve/react-native-document-scanner",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-document-scanner",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-06-23T07:11:35Z",
+ "forks": 200,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-01-22T08:41:43Z",
- "createdAt": "2017-06-23T07:11:35Z",
- "pushedAt": "2020-01-22T08:41:43Z",
- "forks": 200,
+ "hasWiki": true,
"issues": 45,
+ "pushedAt": "2020-01-22T08:41:43Z",
+ "stars": 871,
"subscribers": 28,
- "stars": 871
+ "updatedAt": "2020-01-22T08:41:43Z"
},
- "name": "react-native-document-scanner",
- "fullName": "Michaelvilleneuve/react-native-document-scanner",
- "isPrivate": false,
- "description": "Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸",
"topics": [
"react-native",
"scanner",
"ios",
"document"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-document-scanner",
- "npm": {
- "downloads": 74,
- "weekDownloads": 23
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Michaelvilleneuve/react-native-document-scanner"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/Michaelvilleneuve/react-native-document-scanner",
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.229,
- "topicSearchString": "react-native scanner ios document"
+ "npm": {
+ "downloads": 68,
+ "weekDownloads": 12
+ },
+ "npmPkg": "react-native-document-scanner",
+ "popularity": -1.35,
+ "score": 57,
+ "topicSearchString": "react-native scanner ios document",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Michaelvilleneuve/react-native-perspective-image-cropper",
- "ios": true,
"github": {
- "urls": {
- "repo": "https://github.com/Michaelvilleneuve/react-native-perspective-image-cropper",
- "homepage": null
+ "description": "Perform custom crop, resizing and perspective correction 📐🖼",
+ "fullName": "Michaelvilleneuve/react-native-perspective-image-cropper",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-perspective-image-cropper",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-08-20T14:08:41Z",
+ "forks": 102,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-12-16T10:56:28Z",
- "createdAt": "2017-08-20T14:08:41Z",
- "pushedAt": "2019-12-16T10:56:28Z",
- "forks": 102,
+ "hasWiki": true,
"issues": 21,
+ "pushedAt": "2019-12-16T10:56:28Z",
+ "stars": 310,
"subscribers": 8,
- "stars": 310
+ "updatedAt": "2019-12-16T10:56:28Z"
},
- "name": "react-native-perspective-image-cropper",
- "fullName": "Michaelvilleneuve/react-native-perspective-image-cropper",
- "isPrivate": false,
- "description": "Perform custom crop, resizing and perspective correction 📐🖼",
"topics": [
"react-native",
"scanner",
@@ -20880,59 +20954,59 @@
"custom",
"perspective"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-perspective-image-cropper",
- "npm": {
- "downloads": 357,
- "weekDownloads": 102
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/Michaelvilleneuve/react-native-perspective-image-cropper"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/Michaelvilleneuve/react-native-perspective-image-cropper",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.257,
- "topicSearchString": "react-native scanner crop react image custom perspective"
+ "npm": {
+ "downloads": 326,
+ "weekDownloads": 99
+ },
+ "npmPkg": "react-native-perspective-image-cropper",
+ "popularity": -1.239,
+ "score": 41,
+ "topicSearchString": "react-native scanner crop react image custom perspective",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/zeljkoX/react-native-loading-placeholder",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/zeljkoX/react-native-loading-placeholder",
- "homepage": null
+ "description": "React Native Loading Placeholder",
+ "fullName": "zeljkoX/react-native-loading-placeholder",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-loading-placeholder",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-05-25T17:19:32Z",
+ "forks": 15,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-09T06:46:46Z",
- "createdAt": "2017-05-25T17:19:32Z",
- "pushedAt": "2018-01-09T06:46:46Z",
- "forks": 15,
+ "hasWiki": true,
"issues": 5,
+ "pushedAt": "2018-01-09T06:46:46Z",
+ "stars": 176,
"subscribers": 1,
- "stars": 176
+ "updatedAt": "2018-01-09T06:46:46Z"
},
- "name": "react-native-loading-placeholder",
- "fullName": "zeljkoX/react-native-loading-placeholder",
- "isPrivate": false,
- "description": "React Native Loading Placeholder",
"topics": [
"react-native",
"react-component",
@@ -20943,63 +21017,61 @@
"loader",
"skeletor"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-loading-placeholder",
- "npm": {
- "downloads": 3500,
- "weekDownloads": 884
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/zeljkoX/react-native-loading-placeholder"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/zeljkoX/react-native-loading-placeholder",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.535,
- "topicSearchString": "react-native react-component ios android placeholder loading loader skeletor"
+ "npm": {
+ "downloads": 3258,
+ "weekDownloads": 761
+ },
+ "npmPkg": "react-native-loading-placeholder",
+ "popularity": -0.551,
+ "score": 32,
+ "topicSearchString": "react-native react-component ios android placeholder loading loader skeletor",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/bamlab/react-native-batch-push",
- "npmPkg": "@bam.tech/react-native-batch",
"alternatives": [
"@batch.com/react-native-plugin"
],
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/bamlab/react-native-batch-push",
- "homepage": "https://bamlab.github.io/react-native-batch-push"
+ "description": "⛔️ DEPRECATED : React Native integration of Batch.com push notifications SDK",
+ "fullName": "bamlab/react-native-batch-push",
+ "hasTypes": true,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@bam.tech/react-native-batch",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-09-17T19:41:51Z",
+ "forks": 22,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-07-28T09:37:00Z",
- "createdAt": "2017-09-17T19:41:51Z",
- "pushedAt": "2022-07-28T09:37:00Z",
- "forks": 22,
+ "hasWiki": false,
"issues": 0,
+ "pushedAt": "2022-07-28T09:37:00Z",
+ "stars": 40,
"subscribers": 19,
- "stars": 40
+ "updatedAt": "2022-07-28T09:37:00Z"
},
- "name": "@bam.tech/react-native-batch",
- "fullName": "bamlab/react-native-batch-push",
- "isPrivate": false,
- "description": "⛔️ DEPRECATED : React Native integration of Batch.com push notifications SDK",
"topics": [
"react-native",
"batch",
@@ -21011,114 +21083,115 @@
"deprecated",
"obsolete"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": true,
- "newArchitecture": false,
- "isArchived": true
- },
- "npm": {
- "downloads": 94,
- "weekDownloads": 58
+ "urls": {
+ "homepage": "https://bamlab.github.io/react-native-batch-push",
+ "repo": "https://github.com/bamlab/react-native-batch-push"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/bamlab/react-native-batch-push",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.973,
- "topicSearchString": "react-native batch push notifications library push-notifications archived deprecated obsolete"
+ "npm": {
+ "downloads": 38,
+ "weekDownloads": 12
+ },
+ "npmPkg": "@bam.tech/react-native-batch",
+ "popularity": -1.2,
+ "score": 32,
+ "topicSearchString": "react-native batch push notifications library push-notifications archived deprecated obsolete",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/SoftZen/react-native-bouncy-drawer",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/SoftZen/react-native-bouncy-drawer",
- "homepage": null
+ "description": "Bouncy drawer for React Native",
+ "fullName": "SoftZen/react-native-bouncy-drawer",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-bouncy-drawer",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-10-10T18:32:29Z",
+ "forks": 18,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-06-19T20:17:37Z",
- "createdAt": "2017-10-10T18:32:29Z",
- "pushedAt": "2018-06-19T20:17:37Z",
- "forks": 18,
+ "hasWiki": true,
"issues": 4,
+ "pushedAt": "2018-06-19T20:17:37Z",
+ "stars": 153,
"subscribers": 5,
- "stars": 153
+ "updatedAt": "2018-06-19T20:17:37Z"
},
- "name": "react-native-bouncy-drawer",
- "fullName": "SoftZen/react-native-bouncy-drawer",
- "isPrivate": false,
- "description": "Bouncy drawer for React Native",
"topics": [
"drawer",
"react-native",
"bouncy"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-bouncy-drawer",
- "npm": {
- "downloads": 10,
- "weekDownloads": 3
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/SoftZen/react-native-bouncy-drawer"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/SoftZen/react-native-bouncy-drawer",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.2,
- "topicSearchString": "drawer react-native bouncy"
+ "npm": {
+ "downloads": 7,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-bouncy-drawer",
+ "popularity": -1.3,
+ "score": 32,
+ "topicSearchString": "drawer react-native bouncy",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/matt-oakes/react-native-ios-drag-drop",
- "ios": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/matt-oakes/react-native-ios-drag-drop",
- "homepage": null
+ "description": "Support for the iOS 11+ inter-app drag and drop",
+ "fullName": "matt-oakes/react-native-ios-drag-drop",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTU=",
+ "key": "bsd-3-clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "spdxId": "BSD-3-Clause",
+ "url": "http://choosealicense.com/licenses/bsd-3-clause/"
},
+ "name": "react-native-ios-drag-drop",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-10-12T17:32:33Z",
+ "forks": 3,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2017-10-13T11:41:01Z",
- "createdAt": "2017-10-12T17:32:33Z",
- "pushedAt": "2017-10-13T11:41:01Z",
- "forks": 3,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2017-10-13T11:41:01Z",
+ "stars": 94,
"subscribers": 2,
- "stars": 94
+ "updatedAt": "2017-10-13T11:41:01Z"
},
- "name": "react-native-ios-drag-drop",
- "fullName": "matt-oakes/react-native-ios-drag-drop",
- "isPrivate": false,
- "description": "Support for the iOS 11+ inter-app drag and drop",
"topics": [
"react-native",
"drag-and-drop",
@@ -21126,121 +21199,117 @@
"react",
"component"
],
- "license": {
- "key": "bsd-3-clause",
- "name": "BSD 3-Clause \"New\" or \"Revised\" License",
- "spdxId": "BSD-3-Clause",
- "url": "http://choosealicense.com/licenses/bsd-3-clause/",
- "id": "MDc6TGljZW5zZTU="
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-ios-drag-drop",
- "npm": {
- "downloads": 54,
- "weekDownloads": 10
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/matt-oakes/react-native-ios-drag-drop"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/matt-oakes/react-native-ios-drag-drop",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.333,
- "topicSearchString": "react-native drag-and-drop ios react component"
+ "npm": {
+ "downloads": 47,
+ "weekDownloads": 6
+ },
+ "npmPkg": "react-native-ios-drag-drop",
+ "popularity": -1.391,
+ "score": 32,
+ "topicSearchString": "react-native drag-and-drop ios react component",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/callstack/react-native-material-palette",
- "ios": true,
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/callstack/react-native-material-palette",
- "homepage": null
+ "description": "Bringing Material Palette API to React Native",
+ "fullName": "callstack/react-native-material-palette",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-material-palette",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-06-05T12:43:41Z",
+ "forks": 8,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-06-28T13:36:16Z",
- "createdAt": "2017-06-05T12:43:41Z",
- "pushedAt": "2018-06-28T13:36:16Z",
- "forks": 8,
+ "hasWiki": true,
"issues": 6,
+ "pushedAt": "2018-06-28T13:36:16Z",
+ "stars": 104,
"subscribers": 7,
- "stars": 104
+ "updatedAt": "2018-06-28T13:36:16Z"
},
- "name": "react-native-material-palette",
- "fullName": "callstack/react-native-material-palette",
- "isPrivate": false,
- "description": "Bringing Material Palette API to React Native",
"topics": [
"react-native",
"react",
"material-design",
"material-ui"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-material-palette",
- "npm": {
- "downloads": 55,
- "weekDownloads": 23
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/callstack/react-native-material-palette"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/callstack/react-native-material-palette",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.117,
- "topicSearchString": "react-native react material-design material-ui"
+ "npm": {
+ "downloads": 45,
+ "weekDownloads": 17
+ },
+ "npmPkg": "react-native-material-palette",
+ "popularity": -1.16,
+ "score": 32,
+ "topicSearchString": "react-native react material-design material-ui",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jfilter/react-native-onboarding-swiper",
- "images": [
- "https://raw.githubusercontent.com/jfilter/react-native-onboarding-swiper/master/demo/simple1.png",
- "https://raw.githubusercontent.com/jfilter/react-native-onboarding-swiper/master/demo/simple2.png",
- "https://raw.githubusercontent.com/jfilter/react-native-onboarding-swiper/master/demo/demo.gif"
- ],
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/jfilter/react-native-onboarding-swiper",
- "homepage": "https://www.npmjs.com/package/react-native-onboarding-swiper"
+ "description": "🛳 Delightful onboarding for your React-Native app",
+ "fullName": "jfilter/react-native-onboarding-swiper",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-onboarding-swiper",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-10-12T20:02:23Z",
+ "forks": 167,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2024-07-29T15:02:28Z",
- "createdAt": "2017-10-12T20:02:23Z",
- "pushedAt": "2024-07-29T15:02:28Z",
- "forks": 167,
+ "hasWiki": true,
"issues": 33,
+ "pushedAt": "2024-07-29T15:02:28Z",
+ "stars": 1054,
"subscribers": 12,
- "stars": 1054
+ "updatedAt": "2024-07-29T15:02:28Z"
},
- "name": "react-native-onboarding-swiper",
- "fullName": "jfilter/react-native-onboarding-swiper",
- "isPrivate": false,
- "description": "🛳 Delightful onboarding for your React-Native app",
"topics": [
"react",
"native",
@@ -21255,61 +21324,65 @@
"instructions",
"slider"
],
- "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-onboarding-swiper",
- "npm": {
- "downloads": 23541,
- "weekDownloads": 5465
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-onboarding-swiper",
+ "repo": "https://github.com/jfilter/react-native-onboarding-swiper"
+ }
},
- "score": 57,
+ "githubUrl": "https://github.com/jfilter/react-native-onboarding-swiper",
+ "images": [
+ "https://raw.githubusercontent.com/jfilter/react-native-onboarding-swiper/master/demo/simple1.png",
+ "https://raw.githubusercontent.com/jfilter/react-native-onboarding-swiper/master/demo/simple2.png",
+ "https://raw.githubusercontent.com/jfilter/react-native-onboarding-swiper/master/demo/demo.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Popular",
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.197,
+ "npm": {
+ "downloads": 22107,
+ "weekDownloads": 4380
+ },
+ "npmPkg": "react-native-onboarding-swiper",
+ "popularity": 0.168,
+ "score": 57,
"topicSearchString": "react native react-native component onboarding tutorial intro swiper welcome introduction instructions slider"
},
{
- "githubUrl": "https://github.com/xotahal/react-native-material-ui",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/xotahal/react-native-material-ui",
- "homepage": null
+ "description": "Highly customizable material design components for React Native",
+ "fullName": "xotahal/react-native-material-ui",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-material-ui",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-03-24T15:40:53Z",
+ "forks": 578,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-04-19T21:39:12Z",
- "createdAt": "2016-03-24T15:40:53Z",
- "pushedAt": "2019-04-19T21:39:12Z",
- "forks": 578,
+ "hasWiki": true,
"issues": 172,
+ "pushedAt": "2019-04-19T21:39:12Z",
+ "stars": 3782,
"subscribers": 85,
- "stars": 3782
+ "updatedAt": "2019-04-19T21:39:12Z"
},
- "name": "react-native-material-ui",
- "fullName": "xotahal/react-native-material-ui",
- "isPrivate": false,
- "description": "Highly customizable material design components for React Native",
"topics": [
"react-native",
"material",
@@ -21322,24 +21395,13 @@
"ui-kit",
"ios"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-material-ui",
- "npm": {
- "downloads": 2054,
- "weekDownloads": 476
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/xotahal/react-native-material-ui"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/xotahal/react-native-material-ui",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -21348,150 +21410,162 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.553,
- "topicSearchString": "react-native material design ui components react-component android material-design ui-kit ios"
+ "npm": {
+ "downloads": 2181,
+ "weekDownloads": 332
+ },
+ "npmPkg": "react-native-material-ui",
+ "popularity": -0.621,
+ "score": 70,
+ "topicSearchString": "react-native material design ui components react-component android material-design ui-kit ios",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/SoftZen/react-native-falling-drawer",
- "ios": true,
"android": true,
- "web": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/SoftZen/react-native-falling-drawer",
- "homepage": null
+ "description": "A customizable falling drawer for React Native",
+ "fullName": "SoftZen/react-native-falling-drawer",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-falling-drawer",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-10-14T08:09:36Z",
+ "forks": 13,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-06-19T20:19:16Z",
- "createdAt": "2017-10-14T08:09:36Z",
- "pushedAt": "2018-06-19T20:19:16Z",
- "forks": 13,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2018-06-19T20:19:16Z",
+ "stars": 116,
"subscribers": 6,
- "stars": 116
+ "updatedAt": "2018-06-19T20:19:16Z"
},
- "name": "react-native-falling-drawer",
- "fullName": "SoftZen/react-native-falling-drawer",
- "isPrivate": false,
- "description": "A customizable falling drawer for React Native",
"topics": [
"drawer",
"falling",
"customizable",
"collapsible"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-falling-drawer",
- "npm": {
- "downloads": 18,
- "weekDownloads": 9
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/SoftZen/react-native-falling-drawer"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/SoftZen/react-native-falling-drawer",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.05,
- "topicSearchString": "drawer falling customizable collapsible"
+ "npm": {
+ "downloads": 12,
+ "weekDownloads": 5
+ },
+ "npmPkg": "react-native-falling-drawer",
+ "popularity": -1,
+ "score": 32,
+ "topicSearchString": "drawer falling customizable collapsible",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/mfrachet/rn-render-perfs",
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/mfrachet/rn-render-perfs",
- "homepage": null
+ "description": ":zap: :cyclone: Measure React rendering lifecycles using controls",
+ "fullName": "mfrachet/rn-render-perfs",
+ "hasTypes": false,
+ "isArchived": true,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "rn-render-perfs",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-11-03T06:38:37Z",
+ "forks": 4,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": false,
- "updatedAt": "2017-11-10T17:13:31Z",
- "createdAt": "2017-11-03T06:38:37Z",
- "pushedAt": "2017-11-10T17:13:31Z",
- "forks": 4,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2017-11-10T17:13:31Z",
+ "stars": 42,
"subscribers": 2,
- "stars": 42
+ "updatedAt": "2017-11-10T17:13:31Z"
},
- "name": "rn-render-perfs",
- "fullName": "mfrachet/rn-render-perfs",
- "isPrivate": false,
- "description": ":zap: :cyclone: Measure React rendering lifecycles using controls",
"topics": [],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": true
- },
- "npmPkg": "rn-render-perfs",
- "npm": {
- "downloads": 3,
- "weekDownloads": 1
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/mfrachet/rn-render-perfs"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/mfrachet/rn-render-perfs",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
+ "npm": {
+ "downloads": 2,
+ "weekDownloads": 0
+ },
+ "npmPkg": "rn-render-perfs",
"popularity": -1,
- "topicSearchString": ""
+ "score": 32,
+ "topicSearchString": "",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/thekevinbrown/react-native-schemes-manager",
- "ios": true,
"dev": true,
"github": {
- "urls": {
- "repo": "https://github.com/thekevinbrown/react-native-schemes-manager",
- "homepage": null
+ "description": "Helps you manage React Native projects that have multiple schemes.",
+ "fullName": "thekevinbrown/react-native-schemes-manager",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-schemes-manager",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-01-24T06:47:48Z",
+ "forks": 57,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2021-12-24T12:56:15Z",
- "createdAt": "2017-01-24T06:47:48Z",
- "pushedAt": "2021-12-24T12:56:15Z",
- "forks": 57,
+ "hasWiki": true,
"issues": 12,
+ "pushedAt": "2021-12-24T12:56:15Z",
+ "stars": 397,
"subscribers": 5,
- "stars": 397
+ "updatedAt": "2021-12-24T12:56:15Z"
},
- "name": "react-native-schemes-manager",
- "fullName": "thekevinbrown/react-native-schemes-manager",
- "isPrivate": false,
- "description": "Helps you manage React Native projects that have multiple schemes.",
"topics": [
"react",
"native",
@@ -21503,126 +21577,121 @@
"variables",
"react-native"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-schemes-manager",
- "npm": {
- "downloads": 9630,
- "weekDownloads": 1775
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/thekevinbrown/react-native-schemes-manager"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/thekevinbrown/react-native-schemes-manager",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.593,
- "topicSearchString": "react native xcode scheme build configuration environment variables react-native"
+ "npm": {
+ "downloads": 8957,
+ "weekDownloads": 1627
+ },
+ "npmPkg": "react-native-schemes-manager",
+ "popularity": -0.596,
+ "score": 41,
+ "topicSearchString": "react native xcode scheme build configuration environment variables react-native",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/akveo/react-native-ui-kitten/tree/master/src/components",
- "npmPkg": "@ui-kitten/components",
+ "android": true,
"examples": [
"https://github.com/akveo/kittenTricks"
],
- "ios": true,
- "android": true,
- "web": true,
"expoGo": true,
- "template": true,
"github": {
- "urls": {
- "repo": "https://github.com/akveo/react-native-ui-kitten",
- "homepage": "https://github.com/akveo/react-native-ui-kitten#readme"
+ "description": "React Native components based on Eva Design System",
+ "fullName": "akveo/react-native-ui-kitten",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "@ui-kitten/components",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-12-20T08:22:38Z",
+ "forks": 954,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2023-06-12T07:52:42Z",
- "createdAt": "2016-12-20T08:22:38Z",
- "pushedAt": "2023-06-12T07:52:42Z",
- "forks": 953,
+ "hasWiki": false,
"issues": 175,
+ "pushedAt": "2023-06-12T07:52:42Z",
+ "stars": 10579,
"subscribers": 125,
- "stars": 10576
+ "updatedAt": "2023-06-12T07:52:42Z"
},
- "name": "@ui-kitten/components",
- "fullName": "akveo/react-native-ui-kitten",
- "isPrivate": false,
- "description": "React Native components based on Eva Design System",
"topics": [
"react-native",
"ui-kitten",
"ui-kit"
],
- "license": {
- "name": "MIT License",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz",
- "key": "mit",
- "spdxId": "MIT"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
+ "urls": {
+ "homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
+ "repo": "https://github.com/akveo/react-native-ui-kitten"
+ }
},
- "unmaintained": true,
- "npm": {},
- "score": 22,
+ "githubUrl": "https://github.com/akveo/react-native-ui-kitten/tree/master/src/components",
+ "ios": true,
"matchingScoreModifiers": [
"Lots of open issues",
"Not updated recently",
"Not supporting New Architecture"
],
+ "npm": {},
+ "npmPkg": "@ui-kitten/components",
"popularity": -1,
- "topicSearchString": "react-native ui-kitten ui-kit"
+ "score": 22,
+ "template": true,
+ "topicSearchString": "react-native ui-kitten ui-kit",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/lopespm/react-native-offscreen-toolbar",
- "images": [
- "https://lopespm.github.io/files/rn-offscreen-toolbar/simplelist_demo.gif",
- "https://lopespm.github.io/files/rn-offscreen-toolbar/search_demo.gif"
- ],
- "ios": true,
"android": true,
"expoGo": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/lopespm/react-native-offscreen-toolbar",
- "homepage": "https://lopespm.github.io/libraries/2018/01/25/react-native-offscreen-toolbar.html"
+ "description": "Component which animates the toolbar off-screen while scrolling, a material design pattern. ",
+ "fullName": "lopespm/react-native-offscreen-toolbar",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-offscreen-toolbar",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-01-23T22:03:26Z",
+ "forks": 1,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-01-26T01:59:19Z",
- "createdAt": "2018-01-23T22:03:26Z",
- "pushedAt": "2018-01-26T01:59:19Z",
- "forks": 1,
+ "hasWiki": true,
"issues": 1,
+ "pushedAt": "2018-01-26T01:59:19Z",
+ "stars": 22,
"subscribers": 2,
- "stars": 22
+ "updatedAt": "2018-01-26T01:59:19Z"
},
- "name": "react-native-offscreen-toolbar",
- "fullName": "lopespm/react-native-offscreen-toolbar",
- "isPrivate": false,
- "description": "Component which animates the toolbar off-screen while scrolling, a material design pattern. ",
"topics": [
"react-native",
"react-component",
@@ -21636,118 +21705,122 @@
"material",
"material-design"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "npmPkg": "react-native-offscreen-toolbar",
- "npm": {
- "downloads": 11,
- "weekDownloads": 4
+ "urls": {
+ "homepage": "https://lopespm.github.io/libraries/2018/01/25/react-native-offscreen-toolbar.html",
+ "repo": "https://github.com/lopespm/react-native-offscreen-toolbar"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/lopespm/react-native-offscreen-toolbar",
+ "images": [
+ "https://lopespm.github.io/files/rn-offscreen-toolbar/simplelist_demo.gif",
+ "https://lopespm.github.io/files/rn-offscreen-toolbar/search_demo.gif"
+ ],
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.35,
- "topicSearchString": "react-native react-component component react mobile ui toolbar navbar header material material-design"
+ "npm": {
+ "downloads": 8,
+ "weekDownloads": 1
+ },
+ "npmPkg": "react-native-offscreen-toolbar",
+ "popularity": -1.55,
+ "score": 32,
+ "topicSearchString": "react-native react-component component react mobile ui toolbar navbar header material material-design",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/bamlab/react-native-braintree-payments-drop-in",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/bamlab/react-native-braintree-payments-drop-in",
- "homepage": null
+ "description": "React Native integration of Braintree Drop-in",
+ "fullName": "bamlab/react-native-braintree-payments-drop-in",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-braintree-payments-drop-in",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-03-01T15:06:13Z",
+ "forks": 24,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2019-10-28T11:18:23Z",
- "createdAt": "2018-03-01T15:06:13Z",
- "pushedAt": "2019-10-28T11:18:23Z",
- "forks": 24,
+ "hasWiki": false,
"issues": 10,
+ "pushedAt": "2019-10-28T11:18:23Z",
+ "stars": 35,
"subscribers": 6,
- "stars": 35
+ "updatedAt": "2019-10-28T11:18:23Z"
},
- "name": "react-native-braintree-payments-drop-in",
- "fullName": "bamlab/react-native-braintree-payments-drop-in",
- "isPrivate": false,
- "description": "React Native integration of Braintree Drop-in",
"topics": [
"react-native",
"braintree",
"payments",
"drop-in"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-braintree-payments-drop-in",
- "npm": {
- "downloads": 188,
- "weekDownloads": 37
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/bamlab/react-native-braintree-payments-drop-in"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/bamlab/react-native-braintree-payments-drop-in",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.332,
- "topicSearchString": "react-native braintree payments drop-in"
+ "npm": {
+ "downloads": 189,
+ "weekDownloads": 51
+ },
+ "npmPkg": "react-native-braintree-payments-drop-in",
+ "popularity": -1.268,
+ "score": 32,
+ "topicSearchString": "react-native braintree payments drop-in",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/jaredpalmer/formik/tree/main/packages/formik",
- "ios": true,
"android": true,
- "web": true,
- "fireos": true,
"expoGo": true,
+ "fireos": true,
"github": {
- "urls": {
- "repo": "https://github.com/jaredpalmer/formik",
- "homepage": "https://formik.org"
+ "description": "Build forms in React, without the tears",
+ "fullName": "jaredpalmer/formik",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTI=",
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdxId": "Apache-2.0",
+ "url": "http://choosealicense.com/licenses/apache-2.0/"
},
+ "name": "formik",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-06-14T19:50:59Z",
+ "forks": 2750,
+ "hasDiscussions": true,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": true,
- "hasDiscussions": true,
"hasTopics": true,
- "updatedAt": "2024-08-30T21:17:50Z",
- "createdAt": "2017-06-14T19:50:59Z",
- "pushedAt": "2024-08-30T21:17:50Z",
- "forks": 2751,
+ "hasWiki": false,
"issues": 701,
+ "pushedAt": "2024-08-30T21:17:50Z",
+ "stars": 34282,
"subscribers": 229,
- "stars": 34283
+ "updatedAt": "2024-08-30T21:17:50Z"
},
- "name": "formik",
- "fullName": "jaredpalmer/formik",
- "isPrivate": false,
- "description": "Build forms in React, without the tears",
"topics": [
"formik",
"form",
@@ -21762,23 +21835,13 @@
"higher-order-component",
"hoc"
],
- "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": "formik",
- "npm": {
- "downloads": 13379571,
- "weekDownloads": 2814603
+ "urls": {
+ "homepage": "https://formik.org",
+ "repo": "https://github.com/jaredpalmer/formik"
+ }
},
- "score": 70,
+ "githubUrl": "https://github.com/jaredpalmer/formik/tree/main/packages/formik",
+ "ios": true,
"matchingScoreModifiers": [
"Very popular",
"Popular",
@@ -21787,36 +21850,47 @@
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": 0.179,
- "topicSearchString": "formik form forms react react-dom hooks react-hooks validation render-props validation higher-order-component hoc"
+ "npm": {
+ "downloads": 12752130,
+ "weekDownloads": 2373775
+ },
+ "npmPkg": "formik",
+ "popularity": 0.158,
+ "score": 70,
+ "topicSearchString": "formik form forms react react-dom hooks react-hooks validation render-props validation higher-order-component hoc",
+ "web": true
},
{
- "githubUrl": "https://github.com/shokimble/react-native-google-play-game-services",
"android": true,
- "unmaintained": true,
"github": {
- "urls": {
- "repo": "https://github.com/shokimble/react-native-google-play-game-services",
- "homepage": null
+ "description": "Google Play Game Services Bindings for React Native on Android",
+ "fullName": "shokimble/react-native-google-play-game-services",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-google-play-game-services",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-03-10T04:16:32Z",
+ "forks": 7,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-09-13T19:26:14Z",
- "createdAt": "2018-03-10T04:16:32Z",
- "pushedAt": "2018-09-13T19:26:14Z",
- "forks": 7,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2018-09-13T19:26:14Z",
+ "stars": 24,
"subscribers": 3,
- "stars": 24
+ "updatedAt": "2018-09-13T19:26:14Z"
},
- "name": "react-native-google-play-game-services",
- "fullName": "shokimble/react-native-google-play-game-services",
- "isPrivate": false,
- "description": "Google Play Game Services Bindings for React Native on Android",
"topics": [
"react-native",
"google-play",
@@ -21825,57 +21899,57 @@
"google-play-games",
"google-play-service"
],
- "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-google-play-game-services",
- "npm": {
- "downloads": 12,
- "weekDownloads": 4
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/shokimble/react-native-google-play-game-services"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/shokimble/react-native-google-play-game-services",
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.35,
- "topicSearchString": "react-native google-play google-play-game-services android google-play-games google-play-service"
+ "npm": {
+ "downloads": 13,
+ "weekDownloads": 2
+ },
+ "npmPkg": "react-native-google-play-game-services",
+ "popularity": -1.617,
+ "score": 32,
+ "topicSearchString": "react-native google-play google-play-game-services android google-play-games google-play-service",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/Noitidart/react-native-popup-menu-android",
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/Noitidart/react-native-popup-menu-android",
- "homepage": "https://www.npmjs.com/package/react-native-popup-menu-android"
+ "description": "Native Module - Show the native Android material style popup menu on press of an element.",
+ "fullName": "Noitidart/react-native-popup-menu-android",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "key": "isc",
+ "name": "ISC License",
+ "spdxId": "ISC",
+ "url": "https://www.isc.org/licenses/"
},
+ "name": "react-native-popup-menu-android",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-03-12T14:27:35Z",
+ "forks": 5,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2018-05-22T08:08:11Z",
- "createdAt": "2018-03-12T14:27:35Z",
- "pushedAt": "2018-05-22T08:08:11Z",
- "forks": 5,
+ "hasWiki": true,
"issues": 2,
+ "pushedAt": "2018-05-22T08:08:11Z",
+ "stars": 19,
"subscribers": 1,
- "stars": 19
+ "updatedAt": "2018-05-22T08:08:11Z"
},
- "name": "react-native-popup-menu-android",
- "fullName": "Noitidart/react-native-popup-menu-android",
- "isPrivate": false,
- "description": "Native Module - Show the native Android material style popup menu on press of an element.",
"topics": [
"react-native",
"android",
@@ -21887,53 +21961,57 @@
"native",
"material"
],
- "license": null,
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-native-popup-menu-android",
- "npm": {
- "downloads": 399,
- "weekDownloads": 126
+ "urls": {
+ "homepage": "https://www.npmjs.com/package/react-native-popup-menu-android",
+ "repo": "https://github.com/Noitidart/react-native-popup-menu-android"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/Noitidart/react-native-popup-menu-android",
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.479,
- "topicSearchString": "react-native android popup popover menu overlay native-native native material"
+ "npm": {
+ "downloads": 325,
+ "weekDownloads": 81
+ },
+ "npmPkg": "react-native-popup-menu-android",
+ "popularity": -1.537,
+ "score": 32,
+ "topicSearchString": "react-native android popup popover menu overlay native-native native material",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/TaumuLu/react-scroll-paged-view",
- "ios": true,
"android": true,
- "web": true,
"github": {
- "urls": {
- "repo": "https://github.com/TaumuLu/react-scroll-paged-view",
- "homepage": null
+ "description": "Inside scroll, Full page scroll",
+ "fullName": "TaumuLu/react-scroll-paged-view",
+ "hasTypes": false,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-scroll-paged-view",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-03-10T02:20:58Z",
+ "forks": 4,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-04-25T15:57:02Z",
- "createdAt": "2018-03-10T02:20:58Z",
- "pushedAt": "2020-04-25T15:57:02Z",
- "forks": 4,
+ "hasWiki": true,
"issues": 3,
+ "pushedAt": "2020-04-25T15:57:02Z",
+ "stars": 51,
"subscribers": 1,
- "stars": 51
+ "updatedAt": "2020-04-25T15:57:02Z"
},
- "name": "react-scroll-paged-view",
- "fullName": "TaumuLu/react-scroll-paged-view",
- "isPrivate": false,
- "description": "Inside scroll, Full page scroll",
"topics": [
"react",
"react-native",
@@ -21944,58 +22022,59 @@
"paged",
"view"
],
- "license": {
- "key": "mit",
- "name": "MIT License",
- "spdxId": "MIT",
- "url": "http://choosealicense.com/licenses/mit/",
- "id": "MDc6TGljZW5zZTEz"
- },
- "hasTypes": false,
- "newArchitecture": false,
- "isArchived": false
- },
- "unmaintained": true,
- "npmPkg": "react-scroll-paged-view",
- "npm": {
- "downloads": 41,
- "weekDownloads": 11
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/TaumuLu/react-scroll-paged-view"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/TaumuLu/react-scroll-paged-view",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.256,
- "topicSearchString": "react react-native scrollview full-page-scroll full-screen-scroll scroll paged view"
+ "npm": {
+ "downloads": 39,
+ "weekDownloads": 10
+ },
+ "npmPkg": "react-scroll-paged-view",
+ "popularity": -1.278,
+ "score": 32,
+ "topicSearchString": "react react-native scrollview full-page-scroll full-screen-scroll scroll paged view",
+ "unmaintained": true,
+ "web": true
},
{
- "githubUrl": "https://github.com/vmurin/react-native-azure-auth",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/vmurin/react-native-azure-auth",
- "homepage": null
+ "description": "React Native library implementing Azure AD OAuth2 API",
+ "fullName": "vmurin/react-native-azure-auth",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-azure-auth",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2018-02-23T08:03:13Z",
+ "forks": 68,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": false,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2025-06-25T08:35:11Z",
- "createdAt": "2018-02-23T08:03:13Z",
- "pushedAt": "2025-06-25T08:35:11Z",
- "forks": 68,
+ "hasWiki": false,
"issues": 19,
+ "pushedAt": "2025-06-25T08:35:11Z",
+ "stars": 86,
"subscribers": 6,
- "stars": 86
+ "updatedAt": "2025-06-25T08:35:11Z"
},
- "name": "react-native-azure-auth",
- "fullName": "vmurin/react-native-azure-auth",
- "isPrivate": false,
- "description": "React Native library implementing Azure AD OAuth2 API",
"topics": [
"azure",
"azuread",
@@ -22005,117 +22084,117 @@
"oauth",
"oauth2"
],
- "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-azure-auth",
- "npm": {
- "downloads": 13596,
- "weekDownloads": 2734
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/vmurin/react-native-azure-auth"
+ }
},
- "score": 51,
+ "githubUrl": "https://github.com/vmurin/react-native-azure-auth",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not supporting New Architecture"
],
- "popularity": 0.171,
+ "npm": {
+ "downloads": 12707,
+ "weekDownloads": 2147
+ },
+ "npmPkg": "react-native-azure-auth",
+ "popularity": 0.144,
+ "score": 51,
"topicSearchString": "azure azuread authentication active-directory react-native oauth oauth2"
},
{
- "githubUrl": "https://github.com/doomsower/react-native-modal-popover",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/doomsower/react-native-modal-popover",
- "homepage": null
+ "description": "React-Native pure JS popover that uses Modal",
+ "fullName": "doomsower/react-native-modal-popover",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-modal-popover",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2017-06-18T12:44:10Z",
+ "forks": 42,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2022-12-30T12:05:21Z",
- "createdAt": "2017-06-18T12:44:10Z",
- "pushedAt": "2022-12-30T12:05:21Z",
- "forks": 42,
+ "hasWiki": true,
"issues": 24,
+ "pushedAt": "2022-12-30T12:05:21Z",
+ "stars": 322,
"subscribers": 3,
- "stars": 322
+ "updatedAt": "2022-12-30T12:05:21Z"
},
- "name": "react-native-modal-popover",
- "fullName": "doomsower/react-native-modal-popover",
- "isPrivate": false,
- "description": "React-Native pure JS popover that uses Modal",
"topics": [
"react",
"react-native",
"popover",
"modal"
],
- "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-modal-popover",
- "npm": {
- "downloads": 36291,
- "weekDownloads": 6990
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/doomsower/react-native-modal-popover"
+ }
},
- "score": 41,
+ "githubUrl": "https://github.com/doomsower/react-native-modal-popover",
+ "ios": true,
"matchingScoreModifiers": [
"Known",
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -0.586,
- "topicSearchString": "react react-native popover modal"
+ "npm": {
+ "downloads": 34809,
+ "weekDownloads": 6035
+ },
+ "npmPkg": "react-native-modal-popover",
+ "popularity": -0.603,
+ "score": 41,
+ "topicSearchString": "react react-native popover modal",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/doomsower/react-native-vkontakte-login",
- "ios": true,
"android": true,
"github": {
- "urls": {
- "repo": "https://github.com/doomsower/react-native-vkontakte-login",
- "homepage": null
+ "description": "React native wrapper around VK iOS/Adnroid SDK",
+ "fullName": "doomsower/react-native-vkontakte-login",
+ "hasTypes": true,
+ "isArchived": false,
+ "isPrivate": false,
+ "license": {
+ "id": "MDc6TGljZW5zZTEz",
+ "key": "mit",
+ "name": "MIT License",
+ "spdxId": "MIT",
+ "url": "http://choosealicense.com/licenses/mit/"
},
+ "name": "react-native-vkontakte-login",
+ "newArchitecture": false,
"stats": {
+ "createdAt": "2016-06-22T15:00:01Z",
+ "forks": 39,
+ "hasDiscussions": false,
"hasIssues": true,
- "hasWiki": true,
"hasSponsorships": false,
- "hasDiscussions": false,
"hasTopics": true,
- "updatedAt": "2020-07-20T06:56:26Z",
- "createdAt": "2016-06-22T15:00:01Z",
- "pushedAt": "2020-07-20T06:56:26Z",
- "forks": 39,
+ "hasWiki": true,
"issues": 16,
+ "pushedAt": "2020-07-20T06:56:26Z",
+ "stars": 97,
"subscribers": 4,
- "stars": 97
+ "updatedAt": "2020-07-20T06:56:26Z"
},
- "name": "react-native-vkontakte-login",
- "fullName": "doomsower/react-native-vkontakte-login",
- "isPrivate": false,
- "description": "React native wrapper around VK iOS/Adnroid SDK",
"topics": [
"react",
"react-native",
@@ -22125,59 +22204,59 @@
"login",
"share"
],
- "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-vkontakte-login",
- "npm": {
- "downloads": 516,
- "weekDownloads": 144
+ "urls": {
+ "homepage": null,
+ "repo": "https://github.com/doomsower/react-native-vkontakte-login"
+ }
},
- "score": 32,
+ "githubUrl": "https://github.com/doomsower/react-native-vkontakte-login",
+ "ios": true,
"matchingScoreModifiers": [
"Not updated recently",
"Not supporting New Architecture"
],
- "popularity": -1.262,
- "topicSearchString": "react react-native vk vkontakte sdk login share"
+ "npm": {
+ "downloads": 453,
+ "weekDownloads": 65
+ },
+ "npmPkg": "react-native-vkontakte-login",
+ "popularity": -1.377,
+ "score": 32,
+ "topicSearchString": "react react-native vk vkontakte sdk login share",
+ "unmaintained": true
},
{
- "githubUrl": "https://github.com/lawnstarter/react-native-picker-select",
- "ios": true,
"android": true,
"expoGo": true,
"github": {
- "urls": {
- "repo": "https://github.com/lawnstarter/react-native-picker-select",
- "homepage": "https://npmjs.com/package/react-native-picker-select"
+ "description": "🔽 A Picker component for React Native which emulates the native