-
Notifications
You must be signed in to change notification settings - Fork 106
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
Update to RN0.60 #13
base: master
Are you sure you want to change the base?
Update to RN0.60 #13
Conversation
Is it possible to change the Podfile dependency from "TensorFlowLite" to "TensorFlowLiteObjC". The former library is a bit outdated and doesn't support models created in newer version of TFlite You can find some documentation on it here: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/objc |
In fact, I tried to update to TensorFlowLiteObjC v1.14.0, but the library is very different and the documentation very poor. I suppose that an obj-c/swift developer could do something to make it work... |
Hi kaelhem, Thanks a lot for making the library work with RN0.60! Would these changes break RN < 0.60? Thanks, |
Hi shaqian, Cheers, |
Any updates on this? |
not on my side... I moved on, sorry. |
Why isn't the library updated, can we annotate the library version with react-native version? |
@shaqian Hoping that we can move the package on to RN 0.60 and later using this PR. |
Hello,
Thanks a lot for your library, it's awesome !
In this pull request I did several small things to make it compatible with the last version of react native. Here is a comprehensive list of what I did :
With these changes, I was able to successfully build the example app on both iOS & Android on react-native 0.65 !
Let me know if you have questions / remarks.