Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Casdoor | 5,600 | 4 hours ago | 432 | September 25, 2022 | 116 | apache-2.0 | Go | |||
An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS | ||||||||||
React Native Permissions | 3,467 | 361 | 124 | 9 days ago | 69 | August 14, 2022 | 12 | mit | Objective-C | |
An unified permissions API for React Native on iOS, Android and Windows. | ||||||||||
React Native Geolocation Service | 1,443 | 71 | 27 | 2 months ago | 22 | June 25, 2022 | 92 | mit | Java | |
React native geolocation service for iOS and android | ||||||||||
Aqua | 1,391 | 5 years ago | mit | JavaScript | ||||||
:bulb: A website and user system starter | ||||||||||
Materialfilepicker | 1,111 | 2 months ago | 32 | apache-2.0 | Java | |||||
Picking files since 2015 | ||||||||||
Naperg | 728 | 8 months ago | mit | TypeScript | ||||||
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles | ||||||||||
React Native Twilio Video Webrtc | 559 | 8 | 2 months ago | 4 | February 13, 2022 | 164 | mit | Java | ||
Twilio Video (WebRTC) for React Native | ||||||||||
E3w | 543 | a month ago | 3 | March 06, 2022 | 7 | mit | JavaScript | |||
etcd v3 Web UI | ||||||||||
React Native Health | 497 | 9 days ago | 27 | November 29, 2021 | 82 | mit | Objective-C | |||
A React Native package to interact with Apple HealthKit | ||||||||||
React Native Openalpr | 459 | 6 | 7 months ago | 16 | May 04, 2021 | 1 | mit | C++ | ||
An open-source React Native automatic license plate recognition package for OpenALPR |
npm install react-native-android-notification-permission --save
react-native link react-native-android-notification-permission
import RNAndroidNotificationPermission from 'react-native-android-notification-permission';
async _checkAndroidNotificationPermission () {
const permissions = await RNAndroidNotificationPermission.checkNoticficationPermission();
console.log(permissions);
}