-
Notifications
You must be signed in to change notification settings - Fork 19
Dependency Hell -> Could not resolve androidx.core:core:1.0.1. #6
Comments
Hello Macilias , |
Apparently I didn’t, I guess I would need to use an old react version or fork this repo and update the dependencies my self, but it’s too much hassle - we want to use plain tensorflow modules anyway. |
Yes, that's right, you need an earlier version of react. |
Actually its still on my TODO list. I had to finish some other tasks before Christmas and left this one for the new year. We can stay in touch and get it up and running together next week if you like. |
it's okay for me. It would just be good for both of us. |
cool, I´ll start working on it next week, have a nice Sylvester party :) |
Hello @Macilias |
I'm working currently on the redux side of the app, but once its done I'll finally return the camera |
Can you share with me after you're finished doing that ? |
Sure
El Hadji Abdoulaye THIAM <[email protected]> schrieb am Mo. 6. Jan.
2020 um 15:23:
… Can you share with me after you're finished doing that ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AAGXYHDCGGKRRSN55ARUFSLQ4M5HPA5CNFSM4J4LQA52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIFSMKY#issuecomment-571156011>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGXYHB3MU3IMIUXZ5NM3Z3Q4M5HPANCNFSM4J4LQA5Q>
.
|
Hi Papaass I gave it a shot and tried to rebase the project to the current react-native-camera state, so It could fit into current react environment. However there should still more work be applied to to bring it back to life, since there has been lot of braking changes, for example they have moved to firebase ML services which also include Tensorflow, so some things should be (re)implemented to cover the changes. Anyway I need to stop working on this, since we would like to support TF and TFLite and only TFLite is covered by this particular approach. |
Bug Report
To Do First
Related Modules
androidx.legacy:legacy-support
Platforms
Android
Versions
Description/Current Behaviour
I just followed the instructions and created a new project which turned out to be
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-camera-tflite": "0.0.3",
"lodash": "latest"
},
when I run android I end up in this dependency hell:
Expected Behaviour
The application should start
Steps to Reproduce
Just follow the README.md instructions
Additionals
The text was updated successfully, but these errors were encountered: