react-native-text-recognition
This a App that can recognize text in images using Firebase ML Kit Text Recognition, was made using React Native and the react-native-firebase-mlkit package that is available in this repository.
React Native 0.59.1
React Native Firebase MLKit 0.6.2
Installation
This application needs Node.js installed together with NPM so you will be able to install react-native-cli and afther this you can execute the commands below
In addition, it will be necessary for you to have all the necessary environment for running native Android or IOS code or those two platforms
If you need help setting up your environment just follow the instructions of this tutorial
First use the git clone
after this
$ cd react-native-text-recognition
$ npm install i
// Or you can use Yarn
$ yarn install
// Command to run the application
$ react-native run-android
// Or it can be on iOS devices
$ react-native run-ios
To run tests use npm test
or yarn test