/RNTextRecognition

React native text recognition with firebase text recognition and react native camera and rnfs

Primary LanguageJavaScript

RNTextRecognition

React native text recognition with firebase text recognition and react native camera and rnfs

Packages used

React native camera React native firebase React native file system React native navigation

RNC

React Native Camera React native camera.

RNF

React Native Firebase React native Firebase.

Steps

cd project and npm i create firebase project and download google.services.json and place it to android/app/ here

configure go to android/build.gradle and

add classpath 'com.google.gms:google-services:4.3.3'

configure go to android/app/build.gradle

apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services'

RNFS

React Native File System React native file System.

Find helpfull star the repo please thanks