-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Please release the updated library #88
Comments
Guten Tag, Hans here. 🍻 Thanks for your input! It seems like there may be complications with pulling ze library directly from main. To help mrousavy with a proper fix, can you please provide logs from ze Xcode window or output from adb logcat? This information will greatly assist in diagnosing ze issue. And if you want to ensure quicker support, consider sponsoring ze project for additional perks! Become a sponsor.
|
released 1.4.0 👍 |
Doesn't work on Android in 1.4.0 ! But it works on IOS 😭 |
Here is the error: |
Same issue here ! Anyone knows how to fix it without cloning all the tensorflow repository into the react native tflite fast module each time ? |
@manu13008 have you tried pointing to master in instead of the npm version? |
Going to give it a try ! Does that work for you ? |
Okay. So nothing worked for me for Android :( I still get the same error as previous |
1.4.0 builds on iOS simulator, but I am seeing #91 errors in Android |
After merging this PR the library runs fine on iOS Simulator. But the library cannot be easily pulled in any react-native application package.json directly from main like so
because the tensorflow submodule appears empty in node_modules/react-native-fast-tflite/tensorflow.
Thats why I kindly ask @mrousavy to release the updated version of the library (1.3.1). For the users to be able to use it in their react-native projects without suffering the inability to run on iOS Simulator. Thank you in advance!
The text was updated successfully, but these errors were encountered: