menu
react-native-vision-camera
menu | react-native-vision-camera | |
---|---|---|
4 | 26 | |
1,060 | 8,139 | |
2.1% | 2.9% | |
9.0 | 9.1 | |
10 days ago | 3 days ago | |
Kotlin | Swift | |
MIT License | 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.
menu
- How to create popup menu like seen below on iPhone Notes app using React Native? The react-native-modalbox npm package doesn’t seem to allow for left/right offsets. I see it commonly used in other apps such as Facebook. Is there a straightforward component to code this with?
-
Can you help me to do this please? Exists a component that allow me to use this dropdown list on React native on iOS? Thank you
Maybe something like this? https://github.com/react-native-menu/menu it’s probably easier to just google what you think the component would be and see what pops up. I googled “react native menu iOS” and found this 🤷‍♂️
- How can I get this popup menu on using expo? thanks
-
Trying to recreate Carrot's dropdown menu
You could try https://github.com/react-native-menu/menu
react-native-vision-camera
-
Encrypted Note Editor App In React Native
Camera and Image Captioning: For taking pictures we will use react-native-vision-camera and for generating captions from the images, react-native-quick-tflite.
-
Ask HN: Is React Native still popular?
> One of the big "aha" moments I had was a couple years ago when I was trying out Stripe's Identity product, which lets you take a selfie and a picture of your ID for identity verification purposes. It's pretty amazing how Stripe was able to do the full image analysis (i.e. edge detection when you take a picture of your ID) solely with browser APIs.
Do you have any details on that Stripe app? I've found the browser camera handling lacking on mobile if you want to overlay it with a "position the subject here" rectangle, or display instructions alongside, or detect QR codes as well as other subjects. I'd like this to be an out-of-date view. I've been considering React Native for the next version, using https://github.com/mrousavy/react-native-vision-camera as it seems much more feature complete.
-
React Native - number plates recognizing app
You can use react-native-vision-camera and a frame processor that uses some kind of OCR to get the number plates.
-
Running a TensorFlow object detector model and drawing boxes around objects at 60 FPS - all in React Native / JavaScript!
This is a demonstration of what VisionCamera V3 is capable of - I built a small plugin to load any TensorFlow Model (.tflite) from resources and run it on every Camera Frame. This is going to be a game-changer, since the developer no longer needs to write native code for such complex tasks - it only takes a few lines of JavaScript to spin up a Camera, do real-time processing with a TensorFlow model, and draw anything to the Frame. Magic!
- Expo-Camera
-
VisionCamera V3 - The game-changing library for the entire mobile camera industry. I'm using simple JavaScript code to outline the hands and blur the face in realtime. This even runs at up to 60 FPS!
it's https://github.com/mrousavy/react-native-vision-camera
-
2 days and counting of jumping through hoops to get a camera and ocr library working
I finally got react-native-vision-camera and vision-camera-face-detector working yesterday by using Windows Subsystem for Linux (WSL). On windows itself it just doesn't work for me (https://github.com/mrousavy/react-native-vision-camera/issues/1474)
-
CameraX vs Camera2 (library development)
I'm the author of react-native-vision-camera, a library that exposes platform native Camera features to React Native.
-
How do I build this blurred translucent tab bar and header?
Here’s an example from react-native-vision https://github.com/mrousavy/react-native-vision-camera/blob/main/example/src/views/StatusBarBlurBackground.tsx
-
TOP 6 React Native libraries with native performance ⚡️
6. Vision Camera
What are some alternatives?
react-native-hold-menu - 📱 A performant, easy to use hold to open context menu for React Native powered by Reanimated 🚀
mlkit - A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
zeego - Menus for React (Native) done right.
react-native-camera - A Camera component for React Native. Also supports barcode scanning!
react-native-context-menu-view - Use native context menus in React Native
react-qr-scanner - React component for reading QR codes using PC web camera or mobile phone camera.