jonathanpalma / react-native-tesseract-ocr

Tesseract OCR wrapper for React Native
MIT License
558 stars 172 forks source link

How do I write a config plugin for it? #164

Open sgtraphael opened 6 months ago

sgtraphael commented 6 months ago

I'm a newbie to mobile development I started the project with Expo. I know this library doesn't support Expo, so I tried to use the custom dev client. But based on my research I also need to write a config plugin to add the native code. How do I do that?