-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Click to expand!
Click to expand!
Issue Type
Bug
Have you reproduced the bug with TF nightly?
No
Source
source
Tensorflow Version
tfjs-react-native-0.8.0
Custom Code
Yes
OS Platform and Distribution
all
Mobile device
all
Python version
No response
Bazel version
No response
GCC/Compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
No response
Current Behaviour?
I hope I have just missed something dumb but I don’t think so as I have been struggling to get tfjs-react-native working for the last two days.
version 0.8.0 of this library seems to be unacceptably out of date as far as its dependencies go resulting in it not being possible.....as far as I can tell.....to instantiate a new react-native / expo app and add it as a dependency. You have to jump through some major hoops to find expo and react SDK versions that might possibly support the versions of react and react-native this library expects and even then it still won't work for me.
There is at least 1 other ticket #7323 mentioning the fact that the libraries dependencies are so out of date that it looks like the library is not maintained at all.
The response to that ticket seems to be 'no it is maintained we will update it sometime'. Can this please get resolved?
Standalone code to reproduce the issue
follow this tutorial to create a new expo app https://docs.expo.dev/get-started/create-a-new-app/
then do npm i @tensorflow/tfjs-react-native
It will refuse to install due to conflicting react and react-native dependencies
Relevant log output
No response
Episodex