AugustoPinheiro / RN-react-native-document-scanner

Document scanner with border detection, perspective correction and custom crop/resize
55 stars 18 forks source link

"RNPdfScanner" was not found in the UIManager #3

Closed quanghungit closed 3 years ago

quanghungit commented 3 years ago

Help me !!! Do you have this problem?

quanghungit commented 3 years ago

I run the app on android.

AugustoPinheiro commented 3 years ago

Usualy the "invariant violation" issue can indicate that you didn't run "react-native link" correctly. Can you give it a try ?

quanghungit commented 3 years ago

I ran "react-native link" but it still doesn't work :(

AugustoPinheiro commented 3 years ago

What the config are you trying to run this?

"react": - ? "react-native": - ? "react-native-document-scanner": " - ?

quanghungit commented 3 years ago

"react": "17.0.1", "react-native": "^0.64.2", "react-native-document-scanner": "^1.4.2",

AugustoPinheiro commented 3 years ago

Ok.

Try these steps 🚶

1- yarn add react-native-document-scanner 2- cd ios 3- pod install 4 - pod update 3- close and re-run the app on the phone 📱

AlwinPonnan commented 3 years ago

i'm having same error , can you help

AugustoPinheiro commented 3 years ago

hey @AlwinPonnan !!

What the config are you trying to run this?

"react": - ? "react-native": - ? "react-native-document-scanner": " - ?