tfjs icon indicating copy to clipboard operation
tfjs copied to clipboard

fresh react native install (18.2.0 / 0.74.3) and tfjs 4.20 issue

Open philippogol opened this issue 6 months ago • 2 comments

I'm encountering a constant error while fresh starting a new project. These are the dependencies:

"dependencies": { "@react-native-async-storage/async-storage": "^1.24.0", "@tensorflow/tfjs": "^4.20.0", "@tensorflow/tfjs-react-native": "^1.0.0", "react": "18.2.0", "react-native": "0.74.3" }

Making a simple addition using or just loading the package library throws the error "Cannot read property 'isTypedArray' of undefined. I tried different things and is not working, has someone experienced something like this or has a solution? Thanks.

philippogol avatar Jul 29 '24 18:07 philippogol