react-native-document-scanner
react-native-document-scanner copied to clipboard
RNPdfScanner was not found in the UIManager
Although the linking works in the ios devices on the android i get error : Invariant Violation: requireNativeComponent:"RNPdfScanner"was not found in the UIManager.I follow exactly the steps from readme but i can't get around this error.Thanks
@theocikos can you run it right for ios ? i am starting for android right now. If i do it i will text you
@theocikos did you solve it ?
No i can't make it work :/ For ios it works fine.
I am try to run this on android using following config "react": "16.8.6", "react-native": "0.60.5", "react-native-document-scanner": "^1.4.2", And i am getting following error: Invariant Violation: requireNativeComponent: RNPdfScanner was not found in the UIManager
This package is not working in react-native 0.60 for android. I used rn-doc-scanner.
I am also facing same issue:
"react": "16.8.3",
"react-native": "0.59.1",
"react-native-document-scanner": "^1.4.2",
For iOS its working as expected. Great!
For Android, I followed exact same steps given in ReadMe file. Build is successful, but when I open component that contains DocumentScanner reference gets below error on application.
Can someone please help on this or give direction?
CC: @Michaelvilleneuve
@theocikos - any luck on this issue?
Sorry @pnutmath i didn't had any luck either.I am working on creating my own scanner
Okay @theocikos, let us know once you ready.. or need any help..
Any update on this? @Michaelvilleneuve
I too get the same error. I'm using RN Version 0.59.10 and it doesn't work :(
Having the same error. This package supports iOS only?
I have the same error. Solution?
I hava the same error in iOS. "react": "16.9.0", "react-native": "0.61.2", "react-native-document-scanner": "^1.4.2". Any solution? I didn't try on Android yet.
Invariant Violation: requireNativeComponent: RNPdfScanner was not found in the UIManager. Is anybody found the solution to this problem?
Please try to use the version in master by doing
yarn add https://github.com/Michaelvilleneuve/react-native-document-scanner
Hi, I'm also getting the same error even for iOS! Invariant Violation: requireNativeComponent: RNPdfScanner was not found in the UIManager.
react-native : 0.61.5
Anybody has the solution?
No i can't make it work :/ For ios it works fine.
I'm unable to run it for iOS. Can you help me out
@Michaelvilleneuve can you please upload the example for android in index.android.js as you upload the example for ios in index.ios.js
any update on this??
+1
+1
+1
+1
+1
Usualy the "invariant violation" issue can indicate that you didn't run "react-native link" correctly. Can you give it a try ?
Did anyone get a solution for this ?
@Override protected List<ReactPackage> getPackages() { return Arrays.asList( new MainReactPackage(), new DocumentScannerPackage() //>>>> add this at MainApplication.java ); }
same issue here any update?
On Android device: requireNativeComponent:"RNPdfScanner"was not found in the UIManager.I follow exactly the steps from readme but i can't get around this error.Thanks
Any updates?
Any updates?