react-native-ffmpeg
DISCONTINUED
react-native-keychain
Our great sponsors
react-native-ffmpeg | react-native-keychain | |
---|---|---|
1 | 9 | |
375 | 2,802 | |
- | - | |
2.7 | 5.6 | |
over 1 year ago | about 1 month ago | |
Java | Java | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-native-ffmpeg
react-native-keychain
-
How I go with react native in late 2022
by the way, if you want to access the native device keychain, react-native-keychain is the right tool.
-
How to Integrate Biometrics in React Native - Overview of 3 Approaches
If our application utilizes refresh tokens, we can smartly combine the two previous options together. Upon signup or login, we can store a new refresh token securely on the device using the react-native-keychain library mentioned in the mobile app implementation. Once our session expires, we prompt the user to retrieve the refresh token stored behind biometrics authentication. If the user passes the challenge, we use the refresh token to call the backend and refresh the session/get a new access token.
-
LOCK and UNLOCK react native app using pin or biometric
In the app I'm building, we use react-native-keychain. At its core it's meant to use with authentication, which we DO to store oauth tokens, but I also use it as a "re-entry" into the app after it's been put in background or inactive mode. It's the easiest implementation of biometric auth I've found for RN, and it has the ability to fallback to passcode should they fail biometric. Let me know if you have any questions, happy to help!
-
How can I store a secret in React Native?
I would suggest using: react-native-keychain
-
Using async storage for a journaling app
Neither of these are encrypted however, but it sounds like you are storing on the users device to avoid encryption? There are ways to store stuff in secure storage on device if you need https://github.com/oblador/react-native-keychain
What are some alternatives?
react-native-video-processing - Native Video editing/trimming/compressing :movie_camera: library for React-Native
video-transcoder - Android app for video and audio transcoder, based on FFmpeg
Detox - Gray box end-to-end testing and automation framework for mobile apps
react-native-simple-biometrics - simple interface to verify user authenticity
react-native-background-actions - React Native background service library for running background tasks forever in Android & iOS.
react-native-biometrics - React Native module for iOS and Android biometrics
react-native-modal-datetime-picker - A React-Native datetime-picker for Android and iOS
react-native-sqlite-storage - Full featured SQLite3 Native Plugin for React Native (Android and iOS)
react-native-sensitive-info - Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
MityURL - URL Shortener built with React Native and Firebase
react-native-config - Bring some 12 factor love to your mobile apps!
react-native-splash-screen - A splash screen for react-native, hide when application loaded ,it works on iOS and Android.