-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile with React Native 0.68.1 2 pbs #131
Comments
@Productivix , did you fork and updated project from react 0.62.2 to 0.68.1? I ask it cause when you install this package you should get error saying that you react version is higher. I forked this project and updated it from react native 62 to 64. I am running on iOS and getting error. Can you check on iOS ? Do you have the same error? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
hi @yestay90 , sorry I did not see your answer - What do you mean as solution exactly ? I installed a fresh RN and then the module . Do you mean that install a version of RN adapted to the module and then upgrade ? |
ok : test :
import TesseractOcr, {LANG_ENGLISH} from 'react-native-tesseract-ocr'; const tessOptions = {}; const App = () => { export default App; |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
thanks for the code and integration.
Describe the bug
I installed the packages in a fresh 0.681 RN app.
yarn react-native run-android gives me 2 failures :
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
Where:
Build file 'C:\Users\info\Documents\logiciels-windows\dev_RN-Node-GIT\test_rn_vision\node_modules\react-native-tesseract-ocr\android\build.gradle' line: 23
What went wrong:
A problem occurred evaluating project ':react-native-tesseract-ocr'.
2: Task failed with an exception.
A problem occurred configuring project ':react-native-tesseract-ocr'.
Dependencies (please complete the following information):
"react": "17.0.2",
"react-native": "0.68.1",
To Reproduce
Steps to reproduce the behavior:
Expected behavior
a build
Smartphone (please complete the following information):
Additional context
Thank you ,
regards
William
The text was updated successfully, but these errors were encountered: