DEV Community

Discussion on: Image Classification on React Native with TensorFlow.js and MobileNet

Collapse
 
michaelmcneil profile image
Michael McNeil

Hi Aman - I'm running into all kinds of dependency issues trying to install tfjs-react-native from a clean expo init. Did you have any similar issues? (node 13.2, expo sdk 36)

Collapse
 
amanhimself profile image
Aman Mittal

Hi Michael,

what exactly is the issue?

I did not have any issues install tfjs rn module. You can use the same version as I am using for tfjs-react-native as mentioned in this GitHub repo: github.com/amandeepmittal/mobilene...

Collapse
 
daoshengmu profile image
Daosheng Mu • Edited

I think the issue is @tensorflow/tfjs-react-native": "0.1.0-alpha.2" has a problem on Android platforms to fetch images from file:\\ and a HTTP URL. As the discussion here, github.com/tensorflow/tfjs/issues/...