HyopeR / react-native-camera

A Camera component for React Native. Also supports barcode scanning!

Home Page:https://react-native-camera.github.io/react-native-camera/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT NATIVE CAMERA 🪐

This package has been forked from the react-native-camera package.

Reasons:
1- The react-native-camera package is not being continued.
2- Alternative packages do not fully meet the need.
3- The latest version of the current package does not meet the requirement.

What does it do?
1- It uses Google Mlkit for Android platform.
2- It uses Firebase Mlkit for Ios platform.

Why?
After react-native-camera package migrated to Google Mlkit. Barcode scanning / Text scanning and Face detection operations on the Ios platform are not properly executed.

CAUTION:
A firebase package included in your project should have a maximum version of 8.4.7. After the 9.0.0 migration, conflicts occur on the IOS side.

@react-native-firebase/app: 8.4.7

NEW FEATURES:
Limit the scanning area. This speeds up scans.
The center of the screen will be cut off vertically and horizontally.
The UI side is left to the developers.

<RNCamera cropScanArea={[0.9, 0.25]} />

About

A Camera component for React Native. Also supports barcode scanning!

https://react-native-camera.github.io/react-native-camera/

License:MIT License


Languages

Language:Java 53.1%Language:Objective-C 26.1%Language:C++ 9.5%Language:C# 6.2%Language:JavaScript 4.8%Language:Ruby 0.2%Language:C 0.1%Language:CSS 0.1%Language:Dockerfile 0.0%